[Xfce4-commits] <midori:master> nsis: Drop icons larger than 48x48

Christian Dywan noreply at xfce.org
Wed Aug 22 02:08:03 CEST 2012


Updating branch refs/heads/master
         to 57777d402ff53c6ea910aba5cbf268febaec62c4 (commit)
       from 43d3a6b07ee303f1917753c0146eb9abae01f5f9 (commit)

commit 57777d402ff53c6ea910aba5cbf268febaec62c4
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Mon Aug 20 22:59:35 2012 +0200

    nsis: Drop icons larger than 48x48

 win32/makedist/midori-0.3.3.nsi |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/win32/makedist/midori-0.3.3.nsi b/win32/makedist/midori-0.3.3.nsi
index b671812..3330083 100644
--- a/win32/makedist/midori-0.3.3.nsi
+++ b/win32/makedist/midori-0.3.3.nsi
@@ -165,10 +165,6 @@ SectionEnd
 !macro InstallTangoIconRename OPath IPath
 	!insertmacro InstallTangoIconRenameSmall ${OPath} ${IPath}
 	File "/oname=48x48\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\48x48\${IPath}.png"
-	File /nonfatal "/oname=64x64\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\64x64\${IPath}.png"
-	File /nonfatal "/oname=72x72\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\72x72\${IPath}.png"
-	File /nonfatal "/oname=96x96\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\96x96\${IPath}.png"
-	File /nonfatal "/oname=128x128\${OPath}.png" "${RESOURCEDIR}\share\icons\Tango\128x128\${IPath}.png"
 	File "/oname=scalable\${OPath}.svg" "${RESOURCEDIR}\share\icons\Tango\scalable\${IPath}.svg"
 	File /nonfatal "/oname=scalable\${OPath}.icon" "${RESOURCEDIR}\share\icons\Tango\scalable\${IPath}.icon"
 !macroend
@@ -190,10 +186,6 @@ SectionEnd
 !macro CreateTangoSections SectionPath
 	!insertmacro CreateTangoSectionsSmall ${SectionPath}
 	CreateDirectory "$INSTDIR\share\icons\Tango\48x48\${SectionPath}"
-	CreateDirectory "$INSTDIR\share\icons\Tango\64x64\${SectionPath}"
-	CreateDirectory "$INSTDIR\share\icons\Tango\72x72\${SectionPath}"
-	CreateDirectory "$INSTDIR\share\icons\Tango\96x96\${SectionPath}"
-	CreateDirectory "$INSTDIR\share\icons\Tango\128x128\${SectionPath}"
 	CreateDirectory "$INSTDIR\share\icons\Tango\scalable\${SectionPath}"
 !macroend
 


More information about the Xfce4-commits mailing list