lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

diffpdf: fix icon

+4 -2
+4 -2
pkgs/applications/misc/diffpdf/default.nix
··· 26 26 install -Dpm755 -D diffpdf $out/bin/diffpdf 27 27 install -Dpm644 -D diffpdf.1 $out/share/man/man1/diffpdf.1 28 28 29 - install -dpm755 $out/share/doc/${name} $out/share/licenses/${name} $out/share/pixmaps $out/share/applications 29 + install -dpm755 $out/share/doc/${name} $out/share/licenses/${name} $out/share/icons $out/share/pixmaps $out/share/applications 30 30 install -Dpm644 CHANGES README help.html $out/share/doc/${name}/ 31 31 install -Dpm644 gpl-2.0.txt $out/share/licenses/${name}/ 32 - install -Dpm644 images/icon.png $out/share/pixmaps/${name}.png 32 + install -Dpm644 images/icon.png $out/share/icons/diffpdf.png 33 + install -Dpm644 images/icon.png $out/share/pixmaps/diffpdf.png 33 34 34 35 cat > $out/share/applications/diffpdf.desktop <<EOF 35 36 [Desktop Entry] 36 37 Type=Application 37 38 Version=1.0 38 39 Name=diffpdf 40 + Icon=diffpdf 39 41 Comment=PDF diffing tool 40 42 Exec=$out/bin/diffpdf 41 43 Terminal=false