nsis: Clean up and sync required icon names with current usage

This commit is contained in:
Paweł Forysiuk 2012-08-23 22:13:22 +02:00 committed by Christian Dywan
parent 52c8b4aea9
commit 879d6c41a7
1 changed files with 76 additions and 94 deletions

View File

@ -196,112 +196,94 @@ Section "${ICON_THEME} icons" SEC07
SetOutPath "$INSTDIR\share\icons\${ICON_THEME}" SetOutPath "$INSTDIR\share\icons\${ICON_THEME}"
!insertmacro CreateIconThemeSections "actions" !insertmacro CreateIconThemeSections "actions"
!insertmacro CreateIconThemeSectionsSmall "animations" #!insertmacro CreateIconThemeSectionsSmall "animations"
!insertmacro CreateIconThemeSections "apps" !insertmacro CreateIconThemeSections "apps"
!insertmacro CreateIconThemeSections "categories" !insertmacro CreateIconThemeSections "categories"
!insertmacro CreateIconThemeSections "devices" !insertmacro CreateIconThemeSections "devices"
!insertmacro CreateIconThemeSections "emblems"
!insertmacro CreateIconThemeSections "emotes"
!insertmacro CreateIconThemeSections "mimetypes" !insertmacro CreateIconThemeSections "mimetypes"
!insertmacro CreateIconThemeSections "places" !insertmacro CreateIconThemeSections "places"
!insertmacro CreateIconThemeSections "status" !insertmacro CreateIconThemeSections "status"
!insertmacro InstallIconTheme "actions\gtk-add" !insertmacro InstallIconTheme "actions\bookmark-new"
!insertmacro InstallIconTheme "actions\gtk-bold" !insertmacro InstallIconTheme "actions\document-open"
!insertmacro InstallIconTheme "actions\document-open-recent"
!insertmacro InstallIconTheme "actions\document-print"
!insertmacro InstallIconTheme "actions\document-properties"
!insertmacro InstallIconTheme "actions\document-save-as"
!insertmacro InstallIconTheme "actions\document-save"
!insertmacro InstallIconTheme "actions\edit-clear"
!insertmacro InstallIconTheme "actions\edit-copy"
!insertmacro InstallIconTheme "actions\edit-cut"
!insertmacro InstallIconTheme "actions\edit-delete"
!insertmacro InstallIconTheme "actions\edit-find"
!insertmacro InstallIconTheme "actions\edit-paste"
!insertmacro InstallIconTheme "actions\edit-redo"
!insertmacro InstallIconTheme "actions\edit-select-all"
!insertmacro InstallIconTheme "actions\edit-undo"
!insertmacro InstallIconTheme "actions\folder-new"
!insertmacro InstallIconTheme "actions\format-indent-more"
!insertmacro InstallIconTheme "actions\go-home"
!insertmacro InstallIconTheme "actions\go-jump"
!insertmacro InstallIconTheme "actions\go-next"
!insertmacro InstallIconTheme "actions\go-previous"
!insertmacro InstallIconTheme "actions\gtk-cancel" !insertmacro InstallIconTheme "actions\gtk-cancel"
!insertmacro InstallIconTheme "actions\gtk-cancel" !insertmacro InstallIconTheme "actions\gtk-edit"
!insertmacro InstallIconTheme "actions\gtk-clear" !insertmacro InstallIconTheme "actions\gtk-no"
!insertmacro InstallIconTheme "actions\gtk-copy" !insertmacro InstallIconTheme "actions\gtk-ok"
!insertmacro InstallIconTheme "actions\gtk-cut"
!insertmacro InstallIconTheme "actions\gtk-delete"
!insertmacro InstallIconTheme "actions\gtk-find"
!insertmacro InstallIconTheme "actions\gtk-fullscreen"
!insertmacro InstallIconTheme "actions\gtk-go-back-ltr"
!insertmacro InstallIconTheme "actions\gtk-go-back-ltr"
!insertmacro InstallIconTheme "actions\gtk-go-down"
!insertmacro InstallIconTheme "actions\gtk-go-forward-ltr"
!insertmacro InstallIconTheme "actions\gtk-go-forward-ltr"
!insertmacro InstallIconTheme "actions\gtk-go-up"
!insertmacro InstallIconTheme "actions\gtk-goto-first-ltr"
!insertmacro InstallIconTheme "actions\gtk-goto-first-ltr"
!insertmacro InstallIconTheme "actions\gtk-goto-last-ltr"
!insertmacro InstallIconTheme "actions\gtk-goto-last-ltr"
!insertmacro InstallIconTheme "actions\gtk-home"
!insertmacro InstallIconTheme "actions\gtk-indent-ltr"
!insertmacro InstallIconTheme "actions\gtk-indent-rtl"
!insertmacro InstallIconTheme "actions\gtk-italic"
!insertmacro InstallIconTheme "actions\gtk-jump-to-ltr"
!insertmacro InstallIconTheme "actions\gtk-jump-to-ltr"
!insertmacro InstallIconTheme "actions\gtk-media-next-ltr"
!insertmacro InstallIconTheme "actions\gtk-media-next-rtl"
!insertmacro InstallIconTheme "actions\gtk-media-previous-ltr"
!insertmacro InstallIconTheme "actions\gtk-media-previous-rtl"
!insertmacro InstallIconTheme "actions\gtk-open"
!insertmacro InstallIconTheme "actions\gtk-paste"
!insertmacro InstallIconTheme "actions\gtk-print"
!insertmacro InstallIconTheme "actions\gtk-properties"
!insertmacro InstallIconTheme "actions\gtk-redo-ltr"
!insertmacro InstallIconTheme "actions\gtk-refresh"
!insertmacro InstallIconTheme "actions\gtk-remove"
!insertmacro InstallIconTheme "actions\gtk-save" !insertmacro InstallIconTheme "actions\gtk-save"
!insertmacro InstallIconTheme "actions\gtk-save-as" !insertmacro InstallIconTheme "actions\help-about"
!insertmacro InstallIconTheme "actions\gtk-select-all" !insertmacro InstallIconTheme "actions\help-contents"
!insertmacro InstallIconTheme "actions\gtk-stop" !insertmacro InstallIconTheme "actions\list-add"
!insertmacro InstallIconTheme "actions\gtk-underline" !insertmacro InstallIconTheme "actions\list-remove"
!insertmacro InstallIconTheme "actions\gtk-undo-ltr" !insertmacro InstallIconTheme "actions\media-skip-backward"
!insertmacro InstallIconTheme "actions\stock_add-bookmark" !insertmacro InstallIconTheme "actions\media-skip-forward"
!insertmacro InstallIconTheme "actions\stock_new-tab" !insertmacro InstallIconTheme "actions\process-stop"
!insertmacro InstallIconTheme "actions\stock_new-window" !insertmacro InstallIconTheme "actions\stop"
!insertmacro InstallIconThemeSmall "animations\process-working" !insertmacro InstallIconTheme "actions\tab-new"
!insertmacro InstallIconTheme "apps\gnome-settings-theme" !insertmacro InstallIconTheme "actions\tools-check-spelling"
!insertmacro InstallIconTheme "apps\gtk-help" !insertmacro InstallIconTheme "actions\view-fullscreen"
!insertmacro InstallIconTheme "apps\terminal" !insertmacro InstallIconTheme "actions\view-refresh"
!insertmacro InstallIconTheme "actions\window-close"
!insertmacro InstallIconTheme "actions\window-new"
!insertmacro InstallIconTheme "actions\zoom-in"
!insertmacro InstallIconTheme "actions\zoom-out"
#!insertmacro InstallIconThemeSmall "animations\process-working"
!insertmacro InstallIconTheme "apps\internet-news-reader"
!insertmacro InstallIconTheme "apps\midori"
!insertmacro InstallIconTheme "apps\preferences-desktop-theme"
!insertmacro InstallIconTheme "apps\web-browser" !insertmacro InstallIconTheme "apps\web-browser"
!insertmacro InstallIconTheme "categories\gtk-preferences" !insertmacro InstallIconTheme "categories\gtk-preferences"
#!insertmacro InstallIconTheme "cookie-manager"
#!insertmacro InstallIconTheme "document-open-recent" !insertmacro InstallIconTheme "devices\drive-harddisk"
#!insertmacro InstallIconTheme "extention" !insertmacro InstallIconTheme "devices\media-optical-dvd-rom"
#!insertmacro InstallIconTheme "feed-panel"
#!insertmacro InstallIconTheme "gtk-about" !insertmacro InstallIconTheme "mimetypes\application-x-shockwave-flash"
#!insertmacro InstallIconTheme "gtk-close" !insertmacro InstallIconTheme "mimetypes\extension"
#!insertmacro InstallIconTheme "gtk-convert" !insertmacro InstallIconTheme "mimetypes\gtk-file"
#!insertmacro InstallIconTheme "gtk-dialog-authentication" !insertmacro InstallIconTheme "mimetypes\image-x-generic"
#!insertmacro InstallIconTheme "gtk-dnd-multiple"
#!insertmacro InstallIconTheme "gtk-edit"
#!insertmacro InstallIconTheme "gtk-execute"
#!insertmacro InstallIconTheme "gtk-file"
#!insertmacro InstallIconTheme "gtk-index"
#!insertmacro InstallIconTheme "gtk-info"
#!insertmacro InstallIconTheme "gtk-ok"
#!insertmacro InstallIconTheme "gtk-orientation-portait"
#!insertmacro InstallIconTheme "gtk-quit"
#!insertmacro InstallIconTheme "gtk-select-color"
#!insertmacro InstallIconTheme "gtk-select-font"
#!insertmacro InstallIconTheme "gtk-sort-ascending"
#!insertmacro InstallIconTheme "gtk-spell-check"
#!insertmacro InstallIconTheme "gtk-undelete"
#!insertmacro InstallIconTheme "gtk-yes"
#!insertmacro InstallIconTheme "gtk-zoom-100"
#!insertmacro InstallIconTheme "gtk-zoom-in"
#!insertmacro InstallIconTheme "gtk-zoom-out"
!insertmacro InstallIconTheme "mimetypes\gnome-mime-application-x-shockwave-flash"
!insertmacro InstallIconTheme "mimetypes\gnome-mime-image"
!insertmacro InstallIconTheme "mimetypes\package" !insertmacro InstallIconTheme "mimetypes\package"
!insertmacro InstallIconTheme "mimetypes\stock_script" !insertmacro InstallIconTheme "mimetypes\text-html"
!insertmacro InstallIconTheme "mimetypes\vcard" !insertmacro InstallIconTheme "mimetypes\text-x-generic"
#!insertmacro InstallIconTheme "internet-news-reader" !insertmacro InstallIconTheme "mimetypes\text-x-javascript"
#!insertmacro InstallIconTheme "place-holder"
!insertmacro InstallIconTheme "places\gnome-stock-trash" !insertmacro InstallIconTheme "places\folder-documents"
!insertmacro InstallIconTheme "places\gtk-directory" !insertmacro InstallIconTheme "places\folder-downloads"
!insertmacro InstallIconTheme "places\gtk-network" !insertmacro InstallIconTheme "places\folder-music"
!insertmacro InstallIconTheme "status\gtk-dialog-error" !insertmacro InstallIconTheme "places\folder-pictures"
!insertmacro InstallIconTheme "status\gtk-dialog-info" !insertmacro InstallIconTheme "places\folder"
!insertmacro InstallIconTheme "status\gtk-dialog-warning" !insertmacro InstallIconTheme "places\folder-videos"
!insertmacro InstallIconTheme "status\gtk-missing-image" !insertmacro InstallIconTheme "places\inode-directory"
!insertmacro InstallIconTheme "status\network-offline" !insertmacro InstallIconTheme "places\user-bookmarks"
#!insertmacro InstallIconTheme "stock_bookmark" !insertmacro InstallIconTheme "places\user-desktop"
#!insertmacro InstallIconTheme "stock_mail-send" !insertmacro InstallIconTheme "places\user-home"
#!insertmacro InstallIconTheme "tab-panel" !insertmacro InstallIconTheme "places\user-trash"
!insertmacro InstallIconTheme "status\dialog-password"
#!insertmacro InstallIconTheme "status\locked"
SectionEnd SectionEnd
Section "Desktop Shortcuts" SEC03 Section "Desktop Shortcuts" SEC03