Commit graph

69 commits

Author SHA1 Message Date
kilianar e396e6a2d8 papirus-icon-theme: 20230801 -> 20230901
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230901
2023-09-01 18:39:45 +02:00
kilianar 400caec501 papirus-icon-theme: 20230601 -> 20230801
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230801
2023-08-01 20:52:45 +02:00
kilianar b856a7bbbc papirus-icon-theme: 20230301 -> 20230601
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230601
2023-06-01 14:16:41 +02:00
kilianar 65d461727d papirus-icon-theme: 20230104 -> 20230301
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230301
2023-03-03 01:50:52 +01:00
kilianar 06f0d28d64 papirus-icon-theme: 20221201 -> 20230104
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230104
2023-01-04 23:53:29 +01:00
kilianar b92b329d25 papirus-icon-theme: 20221101 -> 20221201
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20221201
2022-12-01 17:51:39 +01:00
kilianar ee2353c8bf papirus-icon-theme: 20220910 -> 20221101
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20221101
2022-11-01 16:20:26 +01:00
kilianar 7c1e888028 papirus-icon-theme: 20220808 -> 20220910
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220910
2022-09-10 16:46:44 +02:00
kilianar 81365587c2 papirus-icon-theme: 20220710 -> 20220808
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220808
2022-08-08 10:05:50 +02:00
Vladimír Čunát 8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
José Romildo Malaquias 6858b222fb
Merge pull request #181072 from aacebedo/papirus-icon-theme
papirus-icon-theme: changed color argument handling
2022-07-12 14:48:30 -03:00
Alexandre Acebedo 64c1e5af0f papirus-icon-theme: changed color argument handling 2022-07-11 12:21:44 +02:00
github-actions[bot] 05798fee88
Merge staging-next into staging 2022-07-10 18:01:55 +00:00
kilianar b3db8355ca papirus-icon-theme: 20220606 -> 20220710 2022-07-10 10:10:27 +02:00
Jan Tojnar 819fe6a918 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/data/icons/papirus-icon-theme/default.nix
2022-07-08 20:21:39 +02:00
Alexandre Acebedo a6a7eb74a6 papirus-icon-theme: add color option 2022-07-07 19:03:35 +02:00
kilianar e4c43186c4 pkgs/data/icons: use stdenvNoCC where possible
Most icons themes just copy a bunch of files from the source to the
installation directory and therefore work perfectly fine with
stdenvNoCC.
All themes in pkgs/data/icons that still use stdenv after this change
are failing to build with stdenvNoCC.
2022-07-06 10:42:05 -03:00
kilianar 86a41a8ea2 papirus-icon-theme: 20220302 -> 20220606
- [Release on GitHub](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220606)
- [Compare changes on GitHub](20220302...20220606)
2022-06-21 13:43:09 +02:00
R. Ryantm e56adb0e60 papirus-icon-theme: 20220204 -> 20220302 2022-03-04 10:37:00 +00:00
fortuneteller2k 1505b2e44e papirus-icon-theme: 20211201 -> 20220204 2022-02-05 15:42:46 +08:00
R. Ryantm 4d9b815105 papirus-icon-theme: 20211001 -> 20211201 2021-12-07 23:31:48 +00:00
fortuneteller2k db4de0e903 papirus-icon-theme: 20210901 -> 20211001 2021-10-02 23:39:39 +08:00
fortuneteller2k ed19d70dc6 papirus-icon-theme: 20210802 -> 20210901 2021-09-03 15:51:49 +08:00
fortuneteller2k 2ffbed072c papirus-icon-theme: 20210701 -> 20210802 2021-08-05 00:49:18 +08:00
fortuneteller2k a54bfd1ae0 papirus-icon-theme: 20210601 -> 20210701 2021-07-02 06:37:26 +08:00
fortuneteller2k 886bb2388a papirus-icon-theme: 20210501 -> 20210601 2021-06-02 01:21:11 +08:00
fortuneteller2k b63002b223 papirus-icon-theme: 20210401 -> 20210501 2021-05-02 01:42:47 +08:00
fortuneteller2k d8645cfe6f papirus-icon-theme: 20210302 -> 20210401 2021-04-04 04:39:13 +08:00
fortuneteller2k 175797e48e papirus-icon-theme: 20210201 -> 20210302 2021-03-04 11:31:06 +08:00
R. RyanTM 4f059a5ab2 papirus-icon-theme: 20210101 -> 20210201 2021-02-03 20:02:32 +00:00
R. RyanTM de946cddcb papirus-icon-theme: 20200901 -> 20210101 2021-01-20 17:33:44 +00: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
R. RyanTM 042d09241d papirus-icon-theme: 20200801 -> 20200901 2020-09-05 13:36:57 +00:00
R. RyanTM f5664d63e6 papirus-icon-theme: 20200702 -> 20200801 2020-08-02 09:44:30 +00:00
R. RyanTM 7157e599eb papirus-icon-theme: 20200602 -> 20200702 2020-07-04 07:37:44 +00:00
R. RyanTM 47866ba00d papirus-icon-theme: 20200430 -> 20200602 2020-06-06 15:18:54 +00:00
R. RyanTM d8f4f65ef9 papirus-icon-theme: 20200405 -> 20200430 2020-05-04 03:22:31 +00:00
José Romildo Malaquias 1aac597a51 papirus-icon-theme: add missing parent icon themes 2020-04-19 21:29:34 -03:00
R. RyanTM 69cee018dd papirus-icon-theme: 20200301 -> 20200405 2020-04-09 06:49:24 +00:00
R. RyanTM a2ee03f4bb papirus-icon-theme: 20200201 -> 20200301 2020-03-04 09:40:07 +00:00
R. RyanTM 35160f6e2f papirus-icon-theme: 20200102 -> 20200201 2020-02-06 12:30:05 +00: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
José Romildo Malaquias b165246073 papirus-icon-theme: 20191009 -> 20191101 2019-11-02 12:21:28 -03:00
José Romildo Malaquias 0fd1cca0a7 papirus-icon-theme: 20190919 -> 20191009 2019-10-15 07:41:41 -03:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02: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
worldofpeace b7ad6e1be5
treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache 2019-09-18 22:47:29 +02: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
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