Commit Graph

448 Commits

Author SHA1 Message Date
Ben Siraphob
4eb185bd6a pkgs/data: stdenv.lib -> lib 2021-01-15 14:29:18 +07:00
José Romildo Malaquias
7cf816bed7 luna-icons: 0.9.1 -> 0.9.2 2021-01-14 10:23:44 -03:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
bloomvdomino
fbbd054d35 kora-icon-theme: init at 1.3.4 2021-01-05 00:33:46 +01:00
Sandro
ef952a1559
Merge pull request #97226 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20200801 -> 20200901
2020-12-29 06:06:58 +01:00
José Romildo Malaquias
0e73c49e02 luna-icons: 0.9 -> 0.9.1 2020-12-28 00:07:25 -03:00
José Romildo Malaquias
fecf626fe2 luna-icons: 0.6 -> 0.9 2020-12-16 15:24:32 -03:00
Sandro
442f53fc01
Merge pull request #105056 from r-ryantm/auto-update/qogir-icon-theme
qogir-icon-theme: 2020-06-22 -> 2020-11-22
2020-11-26 19:38:14 +01:00
R. RyanTM
19f0fc9f23 qogir-icon-theme: 2020-06-22 -> 2020-11-22 2020-11-26 17:56:36 +00:00
Sandro
7b6ccbfba0
Merge pull request #102526 from IvarWithoutBones/empty-capitaine-cursors-fix
capitaine-cursors: fix build with inkscape => 1.0
2020-11-25 01:29:21 +01:00
R. RyanTM
bc412a012d iconpack-obsidian: 4.13 -> 4.14 2020-11-15 07:20:00 +00:00
José Romildo Malaquias
4dc4b62ee5
Merge pull request #102007 from stephaneyfx/fix-numix-cursor-theme-generation
numix-cursor-theme: patch inkscape command
2020-11-03 16:18:17 -03:00
José Romildo Malaquias
caf4851352
Merge pull request #102619 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 20.07.11 -> 20.09.19
2020-11-03 15:50:05 -03:00
José Romildo Malaquias
a5cc1469aa
Merge pull request #102627 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 20.07.11 -> 20.09.19
2020-11-03 15:45:29 -03:00
R. RyanTM
ea03a3a194 numix-icon-theme-circle: 20.07.11 -> 20.09.19 2020-11-03 13:13:15 +00:00
R. RyanTM
12c3408b9c numix-icon-theme-square: 20.07.11 -> 20.09.19 2020-11-03 12:02:27 +00:00
Ivar
f7fca06ef9 capitaine-cursors: fix build with inkscape => 1.0 2020-11-02 22:39:14 +01:00
Pavol Rusnak
2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Doron Behar
cf9f00b56d maia-icon-theme: Don't import kdeApplications
Use libsForQt5.callPackage (#101369).
2020-10-30 20:37:58 +02:00
Stephane Raux
d1cf7bd44e numix-cursor-theme: patch inkscape command
The generated cursor files were previously empty due to inkscape rejecting the command line argument. See #98481.
2020-10-29 13:08:39 -07:00
José Romildo Malaquias
29187f1073 luna-icons: 2020-08-09 -> 0.6 2020-10-14 11:30:18 -03:00
José Romildo Malaquias
b2b64e4a44
Merge pull request #99311 from romildo/upd.flat-remix-icon-theme
flat-remix-icon-theme: 20200116 -> 20200710
2020-10-07 18:50:30 -03:00
José Romildo Malaquias
2ee2137879 flat-remix-icon-theme: 20200116 -> 20200710 2020-10-01 14:53:42 -03:00
José Romildo Malaquias
fa5cb6b2a8 hicolor-icon-theme: fix quoting shell variables in setup hook 2020-09-27 15:51:41 -03:00
Jan Tojnar
35deaa45a1
inkscape_0: drop
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
Maciej Krüger
996bdf7cd4
mint-x-icons: remove other package and expose from cinnamon namespace 2020-09-08 01:05:32 +02:00
Maciej Krüger
b5839daf69
vanilla-dmz: 0.4.4 -> 0.4.5 (+license fix)
The package debian/copyright states Attribution-ShareAlike 3.0 Unported 
(CC BY-SA 3.0) which is cc-by-sa-30, was wrongly cc-by-nc-sa-30 which is 
unfree
2020-09-08 01:05:32 +02:00
José Romildo Malaquias
96542ebb19
Merge pull request #96691 from romildo/upd.iconpack-obsidian
iconpack-obsidian: 4.12 -> 4.13
2020-09-06 10:36:15 -03:00
Maciej Krüger
e5b0918395 iso-flags: init at unstable-18012020
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2020-09-05 14:03:01 -04:00
R. RyanTM
042d09241d papirus-icon-theme: 20200801 -> 20200901 2020-09-05 13:36:57 +00:00
José Romildo Malaquias
e59a14c3ec iconpack-obsidian: 4.12 -> 4.13
Also add mint-x-icons as a dependency, as Mint-X is a parent theme of
Obsidian.
2020-08-30 16:15:37 -03:00
José Romildo Malaquias
4e2b0fe833
Merge pull request #95334 from romildo/upd.luna-icons
luna-icons: init at 2020-08-09
2020-08-17 08:12:41 -03:00
Ryan Mulligan
52b424a248
Merge pull request #91555 from r-ryantm/auto-update/elementary-xfce-icon-theme
elementary-xfce-icon-theme: 0.15 -> 0.15.1
2020-08-16 08:19:09 -07:00
R. RyanTM
418508e590 numix-icon-theme-circle: 20.06.07 -> 20.07.11 2020-08-15 01:16:48 -07:00
R. RyanTM
6ffc7dd6c9 numix-icon-theme-square: 20.06.07 -> 20.07.11 2020-08-15 01:16:18 -07:00
José Romildo Malaquias
211edbc5d1 luna-icons: init at 2020-08-09 2020-08-13 09:57:00 -03:00
R. RyanTM
f5664d63e6 papirus-icon-theme: 20200702 -> 20200801 2020-08-02 09:44:30 +00:00
Pavol Rusnak
8402a74cce
treewide: replace inkscape with inkscape_0
The Inkscape CLI interface has been changed with 1.x and packages
are not adjusted yet to this change. Let's use inkscape 0.x instead.
2020-07-19 13:10:16 +02:00
R. RyanTM
880e8452e5 iconpack-jade: 1.22 -> 1.23 2020-07-12 06:44:39 +00:00
José Romildo Malaquias
6f730ada4d
Merge pull request #92363 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 19.12.27 -> 20.06.07
2020-07-06 08:55:22 -03:00
José Romildo Malaquias
deef42d904
Merge pull request #92372 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 19.12.27 -> 20.06.07
2020-07-06 08:53:24 -03:00
R. RyanTM
297efcd26e numix-icon-theme-circle: 19.12.27 -> 20.06.07 2020-07-05 20:20:44 +00:00
R. RyanTM
829e32b104 numix-icon-theme-square: 19.12.27 -> 20.06.07 2020-07-05 19:05:51 +00:00
R. RyanTM
7157e599eb papirus-icon-theme: 20200602 -> 20200702 2020-07-04 07:37:44 +00:00
José Romildo Malaquias
ac8b5be34d
Merge pull request #91401 from romildo/upd.qogir-icon-theme
qogir-icon-theme: 2020-02-21 -> 2020-06-22
2020-06-28 15:04:57 -03:00
R. RyanTM
683f4beae8 elementary-xfce-icon-theme: 0.15 -> 0.15.1 2020-06-26 07:43:46 +00:00
José Romildo Malaquias
c25fd71ee8 qogir-icon-theme: 2020-02-21 -> 2020-06-22 2020-06-24 07:56:46 -03:00
José Romildo Malaquias
8dc5cbc6f3 iconpack-jade: 1.23 -> 1.24 2020-10-01 22:01:04 +00:00
R. RyanTM
0d51c0c9b0 numix-icon-theme: 20.03.20 -> 20.06.07 2020-06-16 18:21:58 +00:00
R. RyanTM
47866ba00d papirus-icon-theme: 20200430 -> 20200602 2020-06-06 15:18:54 +00:00
José Romildo Malaquias
04094d7d98 mint-x-icons: init at 1.5.5 2020-06-03 08:08:48 -03:00
José Romildo Malaquias
3e201de13d iconpack-obsidian: 4.11 -> 4.12 2020-05-30 21:27:57 -03:00
José Romildo Malaquias
9b54c30474
Merge pull request #86715 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20200405 -> 20200430
2020-05-04 06:36:00 -03:00
R. RyanTM
d8f4f65ef9 papirus-icon-theme: 20200405 -> 20200430 2020-05-04 03:22:31 +00:00
José Romildo Malaquias
92abc153f2 pop-icon-theme: init at 2020-03-04 2020-04-28 08:07:16 -03:00
José Romildo Malaquias
adcb685ec0
Merge branch 'staging' into fix.icon-theme-inheritance 2020-04-21 10:29:12 -03:00
José Romildo Malaquias
4d92e1b32d zafiro-icons: add missing parent icon themes 2020-04-19 21:32:15 -03:00
José Romildo Malaquias
cc4f55431d tango-icon-theme: add missing parent icon themes 2020-04-19 21:29:35 -03:00
José Romildo Malaquias
0c859757b2 qogir-icon-theme: add missing parent icon themes 2020-04-19 21:29:34 -03:00
José Romildo Malaquias
7cd86ce7a1 papirus-maia-icon-theme: add missing parent icon themes
Also:
- move postFixup actions to postInstallPhase
2020-04-19 21:29:34 -03:00
José Romildo Malaquias
1aac597a51 papirus-icon-theme: add missing parent icon themes 2020-04-19 21:29:34 -03:00
José Romildo Malaquias
cfa675306b paper-icon-theme: add missing parent icon themes 2020-04-19 21:29:34 -03:00
José Romildo Malaquias
24f9d150bc numix-icon-theme-square: add missing parent icon themes
Also:
- add runHook calls
- move postFixup actions to installPhase
2020-04-19 21:29:33 -03:00
José Romildo Malaquias
06f4e69de0 numix-icon-theme-circle: add missing parent icon themes
Also:
- add runHook calls
- move postFixup actions to installPhase
2020-04-19 21:29:33 -03:00
José Romildo Malaquias
bc895be32c numix-icon-theme: add missing parent icon themes 2020-04-19 21:29:33 -03:00
José Romildo Malaquias
15f823ebd6 moka-icon-theme: add hook to symlink inherited icon themes 2020-04-19 21:29:33 -03:00
José Romildo Malaquias
9bcc3d83a9 maia-icon-theme: move postFixup actions to postInstall 2020-04-19 21:29:33 -03:00
José Romildo Malaquias
c280bf92fd iconpack-obsidian: add missing parent icon themes 2020-04-19 21:29:33 -03:00
José Romildo Malaquias
4136a5f137 iconpack-jade: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias
58362a4b1b flat-remix-icon-theme: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias
15a739dfa7 faba-mono-icons: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias
e96ef43248 faba-icon-theme: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias
7be06c67f8 elementary-xfce-icon-theme: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias
368c434642 arc-icon-theme: add missing parent icon themes 2020-04-19 21:29:32 -03:00
José Romildo Malaquias
bbeb6ac387 hicolor-icon-theme: add hook to symlink inherited icon themes 2020-04-19 21:29:32 -03:00
Jan Tojnar
4b706490da
Merge branch 'staging-next' into staging 2020-04-16 10:10:38 +02:00
José Romildo Malaquias
cfa1718220
Merge pull request #85233 from romildo/upd.humanity-icon-theme
humanity-icon-theme: init at 0.6.15
2020-04-15 18:05:11 -03:00
R. RyanTM
81a38b04a9 zafiro-icons: 1.0 -> 1.1 2020-04-15 11:07:03 +00:00
José Romildo Malaquias
4e60f3040e humanity-icon-theme: init at 0.6.15 2020-04-14 14:01:47 -03:00
Matthew Bauer
e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
José Romildo Malaquias
b1e0766c73
Merge pull request #84780 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20200301 -> 20200405
2020-04-09 09:42:48 -03:00
R. RyanTM
69cee018dd papirus-icon-theme: 20200301 -> 20200405 2020-04-09 06:49:24 +00:00
Matthew Bauer
93a8887531 hicolor-icon-theme: only add target icons to deps 2020-04-06 16:36:22 -04:00
José Romildo Malaquias
737586bf4f gnome2.gnome-icon-theme: move to pkgs/data/icons 2020-04-05 22:14:23 -03:00
Markus Schneider
5dfb3c81a1 flat-remix-icon-theme: 20191122 -> 20200116 2020-04-03 08:59:10 +02:00
R. RyanTM
d577c1a414 numix-icon-theme: 19.09.20 -> 20.03.20 2020-03-30 05:50:39 +00:00
José Romildo Malaquias
264365247f iconpack-jade: init at 1.22 2020-03-29 14:09:33 +02:00
José Romildo Malaquias
f4a9d8b30d
Merge pull request #83251 from romildo/upd.iconpack-obsidian
iconpack-obsidian: 4.10 -> 4.11
2020-03-25 20:14:19 -03:00
R. RyanTM
3eb730f440 elementary-xfce-icon-theme: 0.14 -> 0.15 2020-03-24 11:03:19 -07:00
José Romildo Malaquias
600f5444b4 iconpack-obsidian: 4.10 -> 4.11 2020-03-23 20:06:38 -03:00
Mario Rodas
c12893a976
Merge pull request #82073 from dawidsowa/capitaine-cursors
capitaine-cursors: 3 -> 4
2020-03-08 21:39:23 -05:00
dawidsowa
14c9441a28 capitaine-cursors: 3 -> 4 2020-03-08 20:21:28 +01:00
R. RyanTM
a2ee03f4bb papirus-icon-theme: 20200201 -> 20200301 2020-03-04 09:40:07 +00:00
José Romildo Malaquias
50a0417524
Merge pull request #80720 from romildo/upd.qogir-icon-theme
qogir-icon-theme: 2020-01-29 -> 2020-02-21
2020-02-24 18:11:47 -03:00
José Romildo Malaquias
1e2c51f5c7 qogir-icon-theme: 2020-01-29 -> 2020-02-21 2020-02-21 09:02:19 -03:00
José Romildo Malaquias
1ba1b9a709 numix-icon-theme-circle: numix-icon-theme is a runtime dependency 2020-02-19 09:03:46 -03:00
José Romildo Malaquias
ee53155c26 numix-icon-theme-square: numix-icon-theme is a runtime dependency 2020-02-19 09:03:46 -03:00
José Romildo Malaquias
db0b13969c numix-icon-theme-square: 19.09.20 -> 19.12.27 2020-02-19 09:01:05 -03:00
R. RyanTM
22b87c6a7f numix-icon-theme-circle: 19.09.20 -> 19.12.27 2020-02-13 04:11:43 +00:00
R. RyanTM
4e6bc8972a flat-remix-icon-theme: 20191018 -> 20191122 2020-02-08 05:22:08 +00:00
R. RyanTM
35160f6e2f papirus-icon-theme: 20200102 -> 20200201 2020-02-06 12:30:05 +00:00
José Romildo Malaquias
7b2ba1bfbb qogir-icon-theme: 2019-09-15 -> 2020-01-29 2020-01-29 08:27:56 -03:00
Will Dietz
05d201560b
Merge pull request #77852 from dtzWill/fix/bibata-cursors-and-update-extra-cursors-too
bibata-{,extra-}cursors: fix, faster, smaller; bump extra variant from git -> 0.3
2020-01-26 16:41:56 -06:00
José Romildo Malaquias
4b2f3cf09b iconpack-obsidian: 4.9 -> 4.10 2020-01-22 00:00:29 -08:00
Will Dietz
2d826681e8
bibata-extra-cursors: unstable-2018-10-28 -> 0.3, sync w/bibata-cursors 2020-01-16 17:33:03 -06:00
Will Dietz
509e0a0057
bibata-cursors: fix installation, don't generate unused w32 artifacts
This fixes issue where each theme installed the entire
build directory, not just the final generated 'out/X11' files.

(which was wasteful but also meant they didn't work
as the right files were two directories deeper)

Avoiding the w32 saves some time and sapce,
and more is "saved" by not shipping non-cursor build intermediates.

Sorry for the bad update, folks!
2020-01-16 17:32:59 -06:00
Will Dietz
b8eb54ff9e
bibata-cursors: 0.4.1 -> 0.4.2
* py3+pillow, new deps, fix
* drop sudo invocation (instead of gksu)

https://github.com/KaizIqbal/Bibata_Cursor/releases/tag/v0.4.2
(although most of the notes are in the beta release tags)
2020-01-15 11:15:07 -06:00
R. RyanTM
caaf6fbdd7 papirus-icon-theme: 20191201 -> 20200102 2020-01-06 21:02:30 -08:00
R. RyanTM
afa491db89 papirus-icon-theme: 20191101 -> 20191201 2019-12-08 14:21:43 -08:00
rouhannb
412cd6467c zafiro-icons: 0.9 -> 1.0 2019-11-27 18:50:02 -05:00
Markus Schneider
4ee137ed86 flat-remix-icon-theme: init at 20191018
(#57659)
2019-11-27 19:36:42 +01:00
Flakebi
d5c20b374b
numix-icon-theme-square: Fix dangling symlinks 2019-11-19 11:11:54 +01:00
Flakebi
437a839257
numix-icon-theme-circle: Fix dangling symlinks 2019-11-17 12:23:49 +01:00
Renaud
5f5bfce078
Merge pull request #72593 from romildo/upd.papirus-icon-theme
papirus-icon-theme: 20191009 -> 20191101
2019-11-02 22:56:45 +01:00
José Romildo Malaquias
b165246073 papirus-icon-theme: 20191009 -> 20191101 2019-11-02 12:21:28 -03:00
José Romildo Malaquias
7fb8274503 iconpack-obsidian: 4.3 -> 4.9 2019-11-02 09:52:01 -03:00
Will Dietz
be990d5302
bibata-cursors-translucent: init 2019-10-23 12:26:43 -05:00
Will Dietz
06be39a921
bibata-extra-cursors: init at unstable-2018-10-28, more colors 2019-10-23 12:26:42 -05:00
Will Dietz
fd1e12b0e9
bibata-cursors: touchup (since will be copying shortly) 2019-10-23 12:25:05 -05:00
José Romildo Malaquias
0fd1cca0a7 papirus-icon-theme: 20190919 -> 20191009 2019-10-15 07:41:41 -03:00
Frederik Rietdijk
a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Renaud
897ec814c9
Merge pull request #69512 from r-ryantm/auto-update/elementary-xfce-icon-theme
elementary-xfce-icon-theme: 0.13.1 -> 0.14
2019-10-06 17:13:09 +02:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
José Romildo Malaquias
c1c13c0b99 numix-icon-theme-square: 19.05.07 -> 19.09.20 2019-10-01 09:59:33 -03:00
José Romildo Malaquias
c993eb3fb3 numix-icon-theme-circle: add romildo as maintainer 2019-10-01 09:54:49 -03:00
José Romildo Malaquias
417c4193b2 numix-icon-theme-circle: 19.05.07 -> 19.09.20 2019-10-01 09:53:48 -03:00
José Romildo Malaquias
6efc9c1bb5 numix-icon-theme: 18.07.17 -> 19.09.20 2019-10-01 09:50:54 -03:00
José Romildo Malaquias
81a16d6f77
Merge pull request #69704 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 19.02.22 -> 19.05.07
2019-10-01 09:38:49 -03:00
José Romildo Malaquias
2f917af9ea
Merge pull request #69727 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20190802 -> 20190919
2019-09-29 23:05:16 -03:00
R. RyanTM
e83bca62e2 papirus-icon-theme: 20190802 -> 20190919
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-09-27 17:10:08 -07:00
R. RyanTM
923812e662 numix-icon-theme-circle: 19.02.22 -> 19.05.07
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/numix-icon-theme-circle/versions
2019-09-27 14:37:48 -07:00
R. RyanTM
31a2c2f0e3 numix-icon-theme-square: 19.02.22 -> 19.05.07
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/numix-icon-theme-square/versions
2019-09-27 13:59:32 -07:00
R. RyanTM
f835f9bc62 elementary-xfce-icon-theme: 0.13.1 -> 0.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elementary-xfce-icon-theme/versions
2019-09-26 05:05:46 -07:00
Jan Tojnar
f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00
worldofpeace
b7ad6e1be5
treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache 2019-09-18 22:47:29 +02:00
Jan Tojnar
8f91e87ded
gtk3.setupHook: clear icon-theme.cache in preFixup
Packages often run gtk-update-icon-cache to include their icons in themes’ icon cache. However, since each package is installed to its own prefix, the files will only collide. For that reason we are removing the icon-theme.cache from applications.

Previously, we did that in hicolor-icon-theme setup hook but, since it is actually gtk3’s utility that creates the cache, we thought it would be appropriate to let its setup hook handle the clearing.
2019-09-18 22:45:07 +02:00
José Romildo Malaquias
6d370a57b4 papirus-maia-icon-theme: init at 2019-07-26 2019-09-17 09:54:20 -03:00
José Romildo Malaquias
25a28f8720 qogir-icon-theme: init at 2019-09-15 2019-09-15 16:36:32 -03:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
60fbce3122 papirus-icon-theme: 20190615 -> 20190802
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-08-04 21:30:21 -07:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
R. RyanTM
68c01eb0ec papirus-icon-theme: 20190521 -> 20190615
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-07-01 22:47:51 -07:00
José Romildo Malaquias
9b97400633 papirus-icon-theme: add maintainer 2019-06-11 15:56:42 -03:00
José Romildo Malaquias
28915d1b5a papirus-icon-theme: restrict to linux platforms 2019-06-11 15:56:35 -03:00
José Romildo Malaquias
6c3550f8c7 papirus-icon-theme: use pname instead of name 2019-06-11 15:56:28 -03:00