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
43 SetOutPath "$INSTDIR\etc\gtk-2.0"
44 File ${prefix}/etc/gtk-2.0/im-multipress.conf
46 SetOutPath "$INSTDIR\lib\gtk-2.0\2.10.0\engines"
47 File ${prefix}/lib/gtk-2.0/2.10.0/engines/libpixmap.dll
48 File ${prefix}/lib/gtk-2.0/2.10.0/engines/libwimp.dll
50 SetOutPath "$INSTDIR\lib\gtk-2.0\2.10.0\immodules"
51 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll
52 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-thai.dll
53 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll
54 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll
55 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll
56 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll
57 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ime.dll
58 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll
59 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll
60 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll
61 File ${prefix}/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll
63 SetOutPath "$INSTDIR\lib\gtk-2.0\modules"
64 File ${prefix}/lib/gtk-2.0/modules/libgail.dll
66 SetOutPath "$INSTDIR\share\themes\Default\gtk-2.0-key"
67 File ${prefix}/share/themes/Default/gtk-2.0-key/gtkrc
69 SetOutPath "$INSTDIR\share\themes\Emacs\gtk-2.0-key"
70 File ${prefix}/share/themes/Emacs/gtk-2.0-key/gtkrc
72 SetOutPath "$INSTDIR\share\themes\Raleigh\gtk-2.0"
73 File ${prefix}/share/themes/Raleigh/gtk-2.0/gtkrc
75 SetOutPath "$INSTDIR\share\themes\MS-Windows\gtk-2.0"
76 File ${prefix}/share/themes/MS-Windows/gtk-2.0/gtkrc
78 SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
79 File ${prefix}/share/locale/de/LC_MESSAGES/gtk20.mo
80 File ${prefix}/share/locale/de/LC_MESSAGES/gtk20-properties.mo
82 SetOutPath "$INSTDIR\share\locale\ar\LC_MESSAGES"
83 File ${prefix}/share/locale/ar/LC_MESSAGES/gtk20.mo
84 File ${prefix}/share/locale/ar/LC_MESSAGES/gtk20-properties.mo
86 SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
87 File ${prefix}/share/locale/es/LC_MESSAGES/gtk20.mo
88 File ${prefix}/share/locale/es/LC_MESSAGES/gtk20-properties.mo
90 SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
91 File ${prefix}/share/locale/fr/LC_MESSAGES/gtk20.mo
92 File ${prefix}/share/locale/fr/LC_MESSAGES/gtk20-properties.mo
94 SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
95 File ${prefix}/share/locale/ru/LC_MESSAGES/gtk20.mo
96 File ${prefix}/share/locale/ru/LC_MESSAGES/gtk20-properties.mo