about summary refs log tree commit diff
path: root/pkgs/data/icons/papirus-icon-theme
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02papirus-icon-theme: 20240201 -> 20240501R. Ryantm1-2/+2
2024-02-02papirus-icon-theme: 20231201 -> 20240201R. Ryantm1-2/+2
2023-12-09papirus-icon-theme: 20231101 -> 20231201kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20231201
2023-11-21Merge pull request #264845 from romildo/upd.papirus-icon-themeJosé Romildo Malaquias1-8/+25
papirus-icon-theme: 20230901 -> 20231101
2023-11-17papirus-icon-theme: add withElementary optional argumentJosé Romildo1-5/+5
Upstream advices to make optional the installation of ePapirus and ePapirus-Dark icon themes, in order to reduce inodes and package size. Those themes are recommended for the ElementaryOS and Pantheon desktop environments. Therefore papirus-icon-theme does not include ePapirus* anymore. But the new epapirus-icon-theme includes all of them, and is suitable for use with ElementaryOS or Pantheon.
2023-11-17maintainers: fortuneteller2k -> monifortuneteller2k1-1/+1
2023-11-01papirus-icon-theme: 20230901 -> 20231101José Romildo1-3/+3
2023-11-01papirus-icon-theme: add update scriptJosé Romildo1-2/+19
2023-09-01papirus-icon-theme: 20230801 -> 20230901kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230901
2023-08-01papirus-icon-theme: 20230601 -> 20230801kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230801
2023-06-01papirus-icon-theme: 20230301 -> 20230601kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230601
2023-03-03papirus-icon-theme: 20230104 -> 20230301kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230301
2023-01-04papirus-icon-theme: 20221201 -> 20230104kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230104
2022-12-01papirus-icon-theme: 20221101 -> 20221201kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20221201
2022-11-01papirus-icon-theme: 20220910 -> 20221101kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20221101
2022-09-10papirus-icon-theme: 20220808 -> 20220910kilianar1-2/+2
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220910
2022-08-08papirus-icon-theme: 20220710 -> 20220808kilianar1-3/+3
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220808
2022-07-13Merge branch 'master' into staging-nextVladimír Čunát1-3/+3
2022-07-12Merge pull request #181072 from aacebedo/papirus-icon-themeJosé Romildo Malaquias1-3/+3
papirus-icon-theme: changed color argument handling
2022-07-11papirus-icon-theme: changed color argument handlingAlexandre Acebedo1-3/+3
2022-07-10Merge staging-next into staginggithub-actions[bot]1-2/+2
2022-07-10papirus-icon-theme: 20220606 -> 20220710kilianar1-2/+2
2022-07-08Merge branch 'staging-next' into stagingJan Tojnar1-2/+4
; Conflicts: ; pkgs/data/icons/papirus-icon-theme/default.nix
2022-07-07papirus-icon-theme: add color optionAlexandre Acebedo1-2/+4
2022-07-06pkgs/data/icons: use stdenvNoCC where possiblekilianar1-2/+2
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-06-21papirus-icon-theme: 20220302 -> 20220606kilianar1-2/+2
- [Release on GitHub](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220606) - [Compare changes on GitHub](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/compare/20220302...20220606)
2022-03-04papirus-icon-theme: 20220204 -> 20220302R. Ryantm1-2/+2
2022-02-05papirus-icon-theme: 20211201 -> 20220204fortuneteller2k1-2/+2
2021-12-07papirus-icon-theme: 20211001 -> 20211201R. Ryantm1-2/+2
2021-10-02papirus-icon-theme: 20210901 -> 20211001fortuneteller2k1-2/+2
2021-09-03papirus-icon-theme: 20210802 -> 20210901fortuneteller2k1-2/+2
2021-08-05papirus-icon-theme: 20210701 -> 20210802fortuneteller2k1-2/+2
2021-07-02papirus-icon-theme: 20210601 -> 20210701fortuneteller2k1-2/+2
2021-06-02papirus-icon-theme: 20210501 -> 20210601fortuneteller2k1-5/+3
2021-05-02papirus-icon-theme: 20210401 -> 20210501fortuneteller2k1-2/+2
2021-04-04papirus-icon-theme: 20210302 -> 20210401fortuneteller2k1-3/+5
2021-03-04papirus-icon-theme: 20210201 -> 20210302fortuneteller2k1-3/+3
2021-02-03papirus-icon-theme: 20210101 -> 20210201R. RyanTM1-2/+2
2021-01-20papirus-icon-theme: 20200901 -> 20210101R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-09-05papirus-icon-theme: 20200801 -> 20200901R. RyanTM1-2/+2
2020-08-02papirus-icon-theme: 20200702 -> 20200801R. RyanTM1-2/+2
2020-07-04papirus-icon-theme: 20200602 -> 20200702R. RyanTM1-2/+2
2020-06-06papirus-icon-theme: 20200430 -> 20200602R. RyanTM1-2/+2
2020-05-04papirus-icon-theme: 20200405 -> 20200430R. RyanTM1-2/+2
2020-04-19papirus-icon-theme: add missing parent icon themesJosé Romildo Malaquias1-7/+12
2020-04-09papirus-icon-theme: 20200301 -> 20200405R. RyanTM1-2/+2
2020-03-04papirus-icon-theme: 20200201 -> 20200301R. RyanTM1-3/+3
2020-02-06papirus-icon-theme: 20200102 -> 20200201R. RyanTM1-2/+2
2020-01-06papirus-icon-theme: 20191201 -> 20200102R. RyanTM1-2/+2