1 # inst-gtk+.nsi - Installer snippet for gtk+. -*- coding: latin-1; -*-
2 # Copyright (C) 2005, 2008 g10 Code GmbH
4 # This file is part of GPG4Win.
6 # GPG4Win is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
11 # GPG4Win is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
24 !define prefix ${ipdir}/gtk+-${gpg4win_pkg_gtk__version}
27 Section "gtk+" SEC_gtk_
29 Section "-gtk+" SEC_gtk_
33 File "${gpg4win_pkg_gtk_}"
35 File ${prefix}/bin/libgdk-win32-2.0-0.dll
36 File ${prefix}/bin/libgtk-win32-2.0-0.dll
38 File ${prefix}/bin/libgailutil-18.dll
39 File ${prefix}/bin/gtk-query-immodules-2.0.exe
41 File ${prefix}/bin/gtk-update-icon-cache.exe.manifest
42 File ${prefix}/bin/gtk-update-icon-cache.exe
44 SetOutPath "$INSTDIR\etc\gtk-2.0"
45 File ${prefix}/etc/gtk-2.0/im-multipress.conf
47 SetOutPath "$INSTDIR\lib\gtk-2.0\2.10.0\engines"
48 File ${prefix}/lib/gtk-2.0/2.10.0/engines/libpixmap.dll
49 File ${prefix}/lib/gtk-2.0/2.10.0/engines/libwimp.dll
51 SetOutPath "$INSTDIR\lib\gtk-2.0\2.10.0\immodules"
52 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll
53 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-thai.dll
54 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll
55 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll
56 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll
57 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll
58 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ime.dll
59 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll
60 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll
61 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll
62 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll
64 SetOutPath "$INSTDIR\lib\gtk-2.0\modules"
65 File ${prefix}/lib/gtk-2.0/modules/libgail.dll
67 SetOutPath "$INSTDIR\share\themes\Default\gtk-2.0-key"
68 File ${prefix}/share/themes/Default/gtk-2.0-key/gtkrc
70 SetOutPath "$INSTDIR\share\themes\Emacs\gtk-2.0-key"
71 File ${prefix}/share/themes/Emacs/gtk-2.0-key/gtkrc
73 SetOutPath "$INSTDIR\share\themes\Raleigh\gtk-2.0"
74 File ${prefix}/share/themes/Raleigh/gtk-2.0/gtkrc
76 SetOutPath "$INSTDIR\share\themes\MS-Windows\gtk-2.0"
77 File ${prefix}/share/themes/MS-Windows/gtk-2.0/gtkrc
79 SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
80 File ${prefix}/share/locale/de/LC_MESSAGES/gtk20.mo
81 File ${prefix}/share/locale/de/LC_MESSAGES/gtk20-properties.mo
83 SetOutPath "$INSTDIR\share\locale\ar\LC_MESSAGES"
84 File ${prefix}/share/locale/ar/LC_MESSAGES/gtk20.mo
85 File ${prefix}/share/locale/ar/LC_MESSAGES/gtk20-properties.mo
87 SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
88 File ${prefix}/share/locale/es/LC_MESSAGES/gtk20.mo
89 File ${prefix}/share/locale/es/LC_MESSAGES/gtk20-properties.mo
91 SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
92 File ${prefix}/share/locale/fr/LC_MESSAGES/gtk20.mo
93 File ${prefix}/share/locale/fr/LC_MESSAGES/gtk20-properties.mo
95 SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
96 File ${prefix}/share/locale/ru/LC_MESSAGES/gtk20.mo
97 File ${prefix}/share/locale/ru/LC_MESSAGES/gtk20-properties.mo