Commit Graph

72 Commits

Author SHA1 Message Date
R. Ryantm
30c168537c numix-icon-theme-circle: 23.02.28 -> 23.03.04 2023-03-08 16:48:32 +00:00
R. Ryantm
ae080ddd2f numix-icon-theme-circle: 23.02.25 -> 23.02.28 2023-03-02 21:45:57 +00:00
R. Ryantm
cea4099164 numix-icon-theme-circle: 23.02.16 -> 23.02.25 2023-02-25 23:13:54 +00:00
R. Ryantm
6ba1fdef07 numix-icon-theme-circle: 23.02.12 -> 23.02.16 2023-02-19 11:06:33 +00:00
R. Ryantm
016bfaf302 numix-icon-theme-circle: 23.02.05 -> 23.02.12 2023-02-15 10:59:04 +00:00
R. Ryantm
c3f4fc748c numix-icon-theme-circle: 23.01.29 -> 23.02.05 2023-02-10 02:09:54 +00:00
R. Ryantm
a4a8cad21d numix-icon-theme-circle: 23.01.25 -> 23.01.29 2023-02-01 15:13:54 +00:00
R. Ryantm
f985a1a315 numix-icon-theme-circle: 23.01.12 -> 23.01.25 2023-01-27 12:55:40 +00:00
R. Ryantm
c55202eee4 numix-icon-theme-circle: 23.01.02 -> 23.01.12 2023-01-14 06:04:49 +00:00
R. Ryantm
f29b1646da numix-icon-theme-circle: 22.11.26 -> 23.01.02 2023-01-07 12:14:10 +00:00
R. Ryantm
395e4773c8 numix-icon-theme-circle: 22.11.05 -> 22.11.26 2022-11-28 23:04:21 +00:00
R. Ryantm
55773459bb numix-icon-theme-circle: 22.10.31 -> 22.11.05 2022-11-06 20:39:21 +00:00
R. Ryantm
4b4e2d09eb numix-icon-theme-circle: 22.10.17 -> 22.10.31 2022-10-31 16:56:35 +00:00
R. Ryantm
af3398a1c3 numix-icon-theme-circle: 22.10.05 -> 22.10.17 2022-10-17 17:22:32 +00:00
R. Ryantm
4fea6fd37c numix-icon-theme-circle: 22.09.24 -> 22.10.05 2022-10-06 16:37:07 +00:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
R. Ryantm
f91b78fce3 numix-icon-theme-circle: 22.09.18 -> 22.09.24 2022-09-26 10:37:47 +00:00
R. Ryantm
ec55d9dd72 numix-icon-theme-circle: 22.09.12 -> 22.09.18 2022-09-19 09:19:52 +00:00
R. Ryantm
1090ad11c8 numix-icon-theme-circle: 22.09.04 -> 22.09.12 2022-09-12 19:30:35 +00:00
R. Ryantm
0415a372fe numix-icon-theme-circle: 22.08.15 -> 22.09.04 2022-09-08 12:16:38 +00:00
kilianar
5f6251aab7 numix-icon-theme-circle: 22.08.07 -> 22.08.15
https://github.com/numixproject/numix-icon-theme-circle/releases/tag/22.08.15
2022-08-16 21:48:45 +02:00
José Romildo
2d47ba0f79 numix-icon-theme-circle: 22.07.11 -> 22.08.07 2022-08-13 09:38:40 -03:00
Vladimír Čunát
0879ac5da6
Merge branch 'master' into staging-next 2022-07-16 20:07:05 +02:00
José Romildo
b66edf00b0 numix-icon-theme-circle: 22.06.14 -> 22.07.11 2022-07-12 20:09:29 -03:00
José Romildo
b94ac5818a numix-icon-theme-circle: add update script 2022-07-12 20:08:13 -03: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
8a3292328f numix-icon-theme-circle: 22.03.01 -> 22.06.14 2022-06-28 11:59:01 +02:00
R. Ryantm
568355c818 numix-icon-theme-circle: 22.02.06 -> 22.03.01 2022-03-04 08:51:23 +00:00
R. Ryantm
824cc30a56 numix-icon-theme-circle: 22.01.15 -> 22.02.06 2022-02-14 18:41:20 +00:00
embr
492e72adec numix-icon-theme-circle: 21.12.05 -> 22.01.15 2022-01-19 22:37:49 +01:00
R. Ryantm
037d1aec54 numix-icon-theme-circle: 21.11.29 -> 21.12.05 2021-12-25 13:56:07 +00:00
R. Ryantm
d3a9827a81 numix-icon-theme-circle: 21.04.14 -> 21.11.29 2021-12-08 20:43:34 +00:00
Felix Buehler
473f866330 numix-icon-theme-circle: 20.09.19 -> 21.04.14 2021-04-14 22:40:50 +02: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
ea03a3a194 numix-icon-theme-circle: 20.07.11 -> 20.09.19 2020-11-03 13:13:15 +00:00
R. RyanTM
418508e590 numix-icon-theme-circle: 20.06.07 -> 20.07.11 2020-08-15 01:16:48 -07:00
R. RyanTM
297efcd26e numix-icon-theme-circle: 19.12.27 -> 20.06.07 2020-07-05 20:20:44 +00: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
José Romildo Malaquias
1ba1b9a709 numix-icon-theme-circle: numix-icon-theme is a runtime dependency 2020-02-19 09:03:46 -03:00
R. RyanTM
22b87c6a7f numix-icon-theme-circle: 19.09.20 -> 19.12.27 2020-02-13 04:11:43 +00:00
Flakebi
437a839257
numix-icon-theme-circle: Fix dangling symlinks 2019-11-17 12:23:49 +01:00
Frederik Rietdijk
a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02: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
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
worldofpeace
b7ad6e1be5
treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache 2019-09-18 22:47:29 +02:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
José Romildo Malaquias
f422911076 numix-icon-theme-circle: 19.01.24 -> 19.02.22 2019-02-24 21:12:47 -03:00