From: Tor Lillqvist Date: Thu, 4 Aug 2005 10:00:56 +0000 (+0000) Subject: Reflect the change of the default theme' name to "Raleigh". Include the X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=0332e716dd0515ab936b790113c84bfa97ba048a;hp=375d7e46b296fb41d38933132b69cd5e3b60b902;p=~andy%2Fgtk Reflect the change of the default theme' name to "Raleigh". Include the 2005-08-04 Tor Lillqvist * gtk-zip.sh.in: Reflect the change of the default theme' name to "Raleigh". Include the MS-Windows theme's gtkrc file. Include the theme engine DLLs. --- diff --git a/ChangeLog b/ChangeLog index 26e649d77..472420787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-04 Tor Lillqvist + + * gtk-zip.sh.in: Reflect the change of the default theme's name to + "Raleigh". Include the MS-Windows theme's gtkrc file. Include the + theme engine DLLs. + 2005-08-02 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 26e649d77..472420787 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-08-04 Tor Lillqvist + + * gtk-zip.sh.in: Reflect the change of the default theme's name to + "Raleigh". Include the MS-Windows theme's gtkrc file. Include the + theme engine DLLs. + 2005-08-02 Matthias Clasen * configure.in: Bump version diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 26e649d77..472420787 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2005-08-04 Tor Lillqvist + + * gtk-zip.sh.in: Reflect the change of the default theme's name to + "Raleigh". Include the MS-Windows theme's gtkrc file. Include the + theme engine DLLs. + 2005-08-02 Matthias Clasen * configure.in: Bump version diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index 2ecd77426..211206bd6 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -20,11 +20,12 @@ $DLLDIR/libgdk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll $DLLDIR/libgtk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll EOF -zip $ZIP lib/gtk-2.0/@GTK_BINARY_VERSION@/loaders/*.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/immodules/*.dll +zip $ZIP 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 -zip $ZIP share/themes/Default/gtk-2.0/gtkrc +zip $ZIP share/themes/Raleigh/gtk-2.0/gtkrc zip $ZIP share/themes/Default/gtk-2.0-key/gtkrc zip $ZIP share/themes/Emacs/gtk-2.0-key/gtkrc +zip $ZIP share/themes/MS-Windows/gtk-2.0/gtkrc zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo