luna-icons: 0.6 -> 0.9
This commit is contained in:
parent
8d4d8ef274
commit
fecf626fe2
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "luna-icons";
|
pname = "luna-icons";
|
||||||
version = "0.6";
|
version = "0.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "darkomarko42";
|
owner = "darkomarko42";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1lm7ws7in8cjjl38c7xw67jr42d717kk5kkfac7rprk0z7pb104l";
|
sha256 = "1pwbmw20kzlxnwln92nxq7f5s1xwbpv6j7il7jxymlw0y31rl281";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -35,6 +35,12 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p $out/share/icons
|
mkdir -p $out/share/icons
|
||||||
cp -a Luna* $out/share/icons
|
cp -a Luna* $out/share/icons
|
||||||
|
|
||||||
|
# remove files with spaces in the name, otherwise
|
||||||
|
# gtk-update-icon-cache fails with the message "The generated cache
|
||||||
|
# was invalid"
|
||||||
|
# https://github.com/darkomarko42/Luna-Icons/issues/2
|
||||||
|
rm "$out/share/icons/Luna/scalable/apps/yast-checkmedia (copia).svg"
|
||||||
|
|
||||||
for theme in $out/share/icons/*; do
|
for theme in $out/share/icons/*; do
|
||||||
gtk-update-icon-cache "$theme"
|
gtk-update-icon-cache "$theme"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user