diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 10:04:21 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 10:04:21 +0000 |
commit | 80aae1fa0adb151536096e8354acddb1cf0f8809 (patch) | |
tree | 06bb0886036217b98d10b0e244844eecf70cc47e /packages/maemo4/libhildon | |
parent | 3132647d57bab70919f8207d237878056378345d (diff) |
Reworked maemo4 packages
hildon-1: Removed, replaced by libhildon
hildon-lgpl: Removed (obsolete in Maemo 4.0)
hildon-libs: Removed (obsolete in Maemo 4.0)
outo: Removed (integrated in libosso).
libhildon: Updated to Maemo 4.0 version.
libhildonfm: Updated to Maemo 4.0 version.
libconic: Updated to Maemo 4.0 version.
libosso: Updated to Maemo 4.0 version.
mce-dev: Updated to Maemo 4.0 version.
osso-gwconnect: Updated to Maemo 4.0 version.
hildon-thumbnail: Updated to Maemo 4.0 version.
osso-thumbnail: Removed, replaced by hildon-thumbnail.
osso-gnome-vf2: New recipe, needed for other OSSO libraries.
osso-ic-oss: Adjusted dependencies.
libhildonmime: Adjusted dependencies.
libhildonhelp: Adjusted dependencies.
libgpsbt: Adjusted dependencies.
libgpsmgr: Adjusted dependencies.
libosso-gsf: Adjusted dependencies.
Diffstat (limited to 'packages/maemo4/libhildon')
-rw-r--r-- | packages/maemo4/libhildon/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/maemo4/libhildon/libhildon-buildfix.patch | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/maemo4/libhildon/.mtn2git_empty b/packages/maemo4/libhildon/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/maemo4/libhildon/.mtn2git_empty diff --git a/packages/maemo4/libhildon/libhildon-buildfix.patch b/packages/maemo4/libhildon/libhildon-buildfix.patch new file mode 100644 index 0000000000..b9a669c76a --- /dev/null +++ b/packages/maemo4/libhildon/libhildon-buildfix.patch @@ -0,0 +1,16 @@ +Index: libhildon-1.99.0/src/hildon-code-dialog.c +=================================================================== +--- libhildon-1.99.0.orig/src/hildon-code-dialog.c 2007-10-10 15:03:09.000000000 +0200 ++++ libhildon-1.99.0/src/hildon-code-dialog.c 2008-02-13 13:54:47.000000000 +0100 +@@ -302,7 +302,11 @@ + gtk_container_add (GTK_CONTAINER (priv->buttons[3][2]), image1); + dialog_action_area1 = GTK_DIALOG (dialog)->action_area; + gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog_action_area1), ++#if defined (MAEMO_GTK) + GTK_BUTTONBOX_CENTER); ++#else ++ GTK_BUTTONBOX_DEFAULT_STYLE); ++#endif + + okButton = gtk_dialog_add_button (GTK_DIALOG (dialog) ,DEVICELOCK_OK, + GTK_RESPONSE_OK); |