Commit graph

19 commits

Author SHA1 Message Date
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
José Romildo Malaquias fa5cb6b2a8 hicolor-icon-theme: fix quoting shell variables in setup hook 2020-09-27 15:51:41 -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 bbeb6ac387 hicolor-icon-theme: add hook to symlink inherited icon themes 2020-04-19 21:29:32 -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
Matthew Bauer 93a8887531 hicolor-icon-theme: only add target icons to deps 2020-04-06 16:36:22 -04: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
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Tim Steinbach 45fcaa64ef
hicolor-icon-theme: 0.15 -> 0.17 2018-02-25 12:53:06 -05:00
Yegor Timoshenko 4593cc2317 hicolor_icon_theme: platforms.unix 2018-02-24 11:14:00 +00:00
John Ericson 046f091e0d treewide: Don't use envHook anymore
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Hamish Mackenzie 89b89d1071 defaultIconTheme: Enable darwin support 2017-04-18 09:43:03 +12:00
Tobias Geerinckx-Rice 078f14e058
hicolor_icon_theme: 0.14 -> 0.15 2016-05-03 04:31:20 +02:00
William A. Kennington III fdd2b23c3e hicolor-icon-theme: 0.13 -> 0.14 2015-03-09 18:34:00 -07:00
Luca Bruno aae9e49cbc Add setup-hook to hicolor_icon_theme 2015-03-09 15:55:24 +01:00
Vladimír Čunát 9bcacfb142 hicolor_icon_theme: minor update 0.12 -> 0.13 2013-12-28 15:08:47 +01:00
Eelco Dolstra 50b2e52988 hicolor-icon-theme: Move to data/icons 2013-08-15 16:53:40 +02:00