1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #314025 from bobby285271/upd/elementary-icon-theme

pantheon.elementary-icon-theme: 7.3.1 -> 8.0.0
This commit is contained in:
Bobby Rong 2024-05-24 19:04:52 +08:00 committed by GitHub
commit 7780316162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, nix-update-script
, meson
, python3
, ninja
, hicolor-icon-theme
, gtk3
@ -13,13 +12,13 @@
stdenvNoCC.mkDerivation rec {
pname = "elementary-icon-theme";
version = "7.3.1";
version = "8.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "icons";
rev = version;
sha256 = "sha256-3qvbpY1O8E3sX+66yBoZXEOeWQrgyNu2rOT6PPbli58=";
sha256 = "sha256-EPmQgE33+HBI78SlCBV3WlyLCP6AggvqsQa7gZuOMRM=";
};
nativeBuildInputs = [
@ -27,7 +26,6 @@ stdenvNoCC.mkDerivation rec {
librsvg
meson
ninja
python3
xcursorgen
];
@ -42,11 +40,6 @@ stdenvNoCC.mkDerivation rec {
"-Dpalettes=false" # Don't install gimp and inkscape palette files
];
postPatch = ''
chmod +x meson/symlink.py
patchShebangs meson/symlink.py
'';
postFixup = "gtk-update-icon-cache $out/share/icons/elementary";
passthru = {