[maemo-commits] [maemo-commits] r9696 - projects/haf/branches/gtk+/maemo-gtk-2-10/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Feb 6 18:47:07 EET 2007
- Previous message: [maemo-commits] r9695 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9697 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildonwm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tko
Date: 2007-02-06 18:47:04 +0200 (Tue, 06 Feb 2007)
New Revision: 9696
Added:
projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.postinst
Modified:
projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog
projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.files
Log:
gtk+2.0 (2:2.10.6-0osso5) UNRELEASED; urgency=low
* NOT RELEASED YET
* libgtk2.0-0.files: remove im-xim as unnecessary and in some cases harmful
* libgtk2.0-0.postinst: call hildon-theme-recache-all to regenerate theme
cache files (Fixes: MB#1024)
* Fixes: NB#38065 input method not return to VKB mode when connection is set
to offline mode and hw keyboard is actived
Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog 2007-02-06 16:17:08 UTC (rev 9695)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog 2007-02-06 16:47:04 UTC (rev 9696)
@@ -1,3 +1,15 @@
+gtk+2.0 (2:2.10.6-0osso5) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+
+ * libgtk2.0-0.files: remove im-xim as unnecessary and in some cases harmful
+ * libgtk2.0-0.postinst: call hildon-theme-recache-all to regenerate theme
+ cache files (Fixes: MB#1024)
+ * Fixes: NB#38065 input method not return to VKB mode when connection is set
+ to offline mode and hw keyboard is actived
+
+ -- Tommi Komulainen <tommi.komulainen at nokia.com> Tue, 6 Feb 2007 18:46:19 +0200
+
gtk+2.0 (2:2.10.6-0osso4) experimental; urgency=low
NOTE: Please remember you need to add "MAEMO_CHANGES" to your compilation
Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.files
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.files 2007-02-06 16:17:08 UTC (rev 9695)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.files 2007-02-06 16:47:04 UTC (rev 9696)
@@ -1,4 +1,3 @@
usr/lib/*.so.*
usr/lib/gtk-2.0/*/engines/*.so
-usr/lib/gtk-2.0/*/immodules/im-xim.so
usr/lib/gtk-2.0/*/loaders/*.so
Added: projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.postinst
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.postinst 2007-02-06 16:17:08 UTC (rev 9695)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/debian/libgtk2.0-0.postinst 2007-02-06 16:47:04 UTC (rev 9696)
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+#DEBHELPER#
+
+if [ "$1" = configure ]; then
+ # Regenerate theme caches which may need updating after gtk changes
+ if command -v hildon-theme-recache-all >/dev/null 2>&1; then
+ hildon-theme-recache-all
+ fi
+fi
+
+exit 0
- Previous message: [maemo-commits] r9695 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9697 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildonwm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
