opera|dia|geany: remove the obsolete share/icons/hicolor/icon-theme.cache file
This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command It have no reasons to exist in a redistribuable package
This commit is contained in:
parent
876b1c1cac
commit
82bdf7c8d9
@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
# This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command
|
||||||
|
# It have no reasons to exist in a redistribuable package
|
||||||
|
postInstall = "rm $out/share/icons/hicolor/icon-theme.cache";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A GTK2 small and ligthweight IDE.";
|
description = "A GTK2 small and ligthweight IDE.";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./glib-top-level-header.patch ];
|
patches = [ ./glib-top-level-header.patch ];
|
||||||
|
|
||||||
|
# This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command
|
||||||
|
# It have no reasons to exist in a redistribuable package
|
||||||
|
postInstall = "rm $out/share/icons/hicolor/icon-theme.cache";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Gnome Diagram drawing software";
|
description = "Gnome Diagram drawing software";
|
||||||
homepage = http://live.gnome.org/Dia;
|
homepage = http://live.gnome.org/Dia;
|
||||||
|
@ -73,6 +73,10 @@ stdenv.mkDerivation rec {
|
|||||||
postFixup = ''
|
postFixup = ''
|
||||||
oldRPATH=`patchelf --print-rpath $out/lib/opera/opera`
|
oldRPATH=`patchelf --print-rpath $out/lib/opera/opera`
|
||||||
patchelf --set-rpath $oldRPATH:${cups}/lib $out/lib/opera/opera
|
patchelf --set-rpath $oldRPATH:${cups}/lib $out/lib/opera/opera
|
||||||
|
|
||||||
|
# This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command
|
||||||
|
# It have no reasons to exist in a redistribuable package
|
||||||
|
rm $out/share/icons/hicolor/icon-theme.cache
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user