~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
1
#!/bin/sh
2
3
# Build zipfiles for GTK on Win32
4
5
ZIP=/tmp/gtk+-@GTK_VERSION@.zip
6
DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@.zip
7
cd @prefix@
8
9
mkdir -p share/doc/gtk+-@GTK_VERSION@
10
cp -p @abs_srcdir@/COPYING share/doc/gtk+-@GTK_VERSION@
11
12
mkdir -p share/doc/gtk+-dev-@GTK_VERSION@
13
cp -p @abs_srcdir@/COPYING share/doc/gtk+-dev-@GTK_VERSION@
14
15
rm $ZIP
16
zip $ZIP -@ <<EOF
17
etc/gtk-2.0/gtkrc
18
etc/gtk-2.0/gtk.immodules
1.2.11 by Sebastien Bacher
Import upstream version 2.14.2
19
etc/gtk-2.0/im-multipress.conf
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
20
bin/libgdk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
21
bin/libgtk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
1.2.5 by Sebastien Bacher
Import upstream version 2.13.3
22
bin/libgailutil-@GAIL_LT_CURRENT_MINUS_AGE@.dll
1.1.22 by Sebastien Bacher
Import upstream version 2.11.2
23
bin/gtk-query-immodules-2.0.exe
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
24
EOF
25
1.2.5 by Sebastien Bacher
Import upstream version 2.13.3
26
zip $ZIP lib/gtk-2.0/modules/libgail.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/loaders/*.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/immodules/*.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/engines/*.dll
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
27
28
zip $ZIP share/themes/Raleigh/gtk-2.0/gtkrc
29
zip $ZIP share/themes/Default/gtk-2.0-key/gtkrc
30
zip $ZIP share/themes/Emacs/gtk-2.0-key/gtkrc
31
zip $ZIP share/themes/MS-Windows/gtk-2.0/gtkrc
32
1.2.11 by Sebastien Bacher
Import upstream version 2.14.2
33
zip $ZIP share/locale/*/LC_MESSAGES/gtk20.mo
34
zip $ZIP share/locale/*/LC_MESSAGES/gtk20-properties.mo
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
35
1.2.11 by Sebastien Bacher
Import upstream version 2.14.2
36
zip -r -D $ZIP share/doc/gtk+-@GTK_VERSION@
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
37
38
rm $DEVZIP
1.2.11 by Sebastien Bacher
Import upstream version 2.14.2
39
zip -r -D $DEVZIP -@ <<EOF
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
40
include/gtk-2.0
1.2.5 by Sebastien Bacher
Import upstream version 2.13.3
41
include/gail-1.0
1.1.31 by Sebastian Dröge
Import upstream version 2.12.5
42
bin/gtk-builder-convert
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
43
bin/gtk-demo.exe
1.2.4 by Sebastien Bacher
Import upstream version 2.12.10
44
bin/gtk-update-icon-cache.exe
1.2.13 by Sebastien Bacher
Import upstream version 2.14.4
45
share/man
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
46
lib/libgdk-win32-@GTK_API_VERSION@.dll.a
47
lib/gdk-win32-@GTK_API_VERSION@.lib
48
lib/libgtk-win32-@GTK_API_VERSION@.dll.a
49
lib/gtk-win32-@GTK_API_VERSION@.lib
1.2.5 by Sebastien Bacher
Import upstream version 2.13.3
50
lib/libgailutil.dll.a
51
lib/gailutil.lib
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
52
lib/gtk-2.0/include
1.2.13 by Sebastien Bacher
Import upstream version 2.14.4
53
lib/pkgconfig
54
share/aclocal
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
55
share/gtk-2.0
1.2.13 by Sebastien Bacher
Import upstream version 2.14.4
56
share/gtk-doc
1.1.21 by Sebastien Bacher
Import upstream version 2.10.12
57
EOF
58
59
zip -r $DEVZIP share/doc/gtk+-dev-@GTK_VERSION@