diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-02 13:00:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-02 13:00:13 +0000 |
commit | 255a4ed2bfbf928d5c12d74e48b3759de7241e0d (patch) | |
tree | 81db022dbcfa024e01599370de88039b22f1f0d8 /openembedded/packages/gtk+ | |
parent | 6de1ae1e2e610b0120a0fcd914f39dfa27ce1e9e (diff) | |
download | poky-255a4ed2bfbf928d5c12d74e48b3759de7241e0d.tar.gz |
Remove gtk xsettings patch. Add dbus 0.36
git-svn-id: https://svn.o-hand.com/repos/poky@16 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gtk+')
-rw-r--r-- | openembedded/packages/gtk+/gtk+-2.6.7/xsettings.patch | 16 | ||||
-rw-r--r-- | openembedded/packages/gtk+/gtk+-2.8.3/xsettings.patch | 16 | ||||
-rw-r--r-- | openembedded/packages/gtk+/gtk+_2.6.7.bb | 3 | ||||
-rw-r--r-- | openembedded/packages/gtk+/gtk+_2.8.3.bb | 4 |
4 files changed, 3 insertions, 36 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.6.7/xsettings.patch b/openembedded/packages/gtk+/gtk+-2.6.7/xsettings.patch deleted file mode 100644 index b63e262d34..0000000000 --- a/openembedded/packages/gtk+/gtk+-2.6.7/xsettings.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | --- gtk+-2.4.4/gdk/x11/gdkevents-x11.c.old Sun Aug 22 17:14:00 2004 | ||
2 | +++ gtk+-2.4.4/gdk/x11/gdkevents-x11.c Sun Aug 22 17:14:00 2004 | ||
3 | @@ -2827,10 +2827,9 @@ | ||
4 | { | ||
5 | GdkScreenX11 *screen = data; | ||
6 | |||
7 | - if (xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent)) | ||
8 | - return GDK_FILTER_REMOVE; | ||
9 | - else | ||
10 | - return GDK_FILTER_CONTINUE; | ||
11 | + xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent); | ||
12 | + | ||
13 | + return GDK_FILTER_CONTINUE; | ||
14 | } | ||
15 | |||
16 | static void | ||
diff --git a/openembedded/packages/gtk+/gtk+-2.8.3/xsettings.patch b/openembedded/packages/gtk+/gtk+-2.8.3/xsettings.patch deleted file mode 100644 index b63e262d34..0000000000 --- a/openembedded/packages/gtk+/gtk+-2.8.3/xsettings.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | --- gtk+-2.4.4/gdk/x11/gdkevents-x11.c.old Sun Aug 22 17:14:00 2004 | ||
2 | +++ gtk+-2.4.4/gdk/x11/gdkevents-x11.c Sun Aug 22 17:14:00 2004 | ||
3 | @@ -2827,10 +2827,9 @@ | ||
4 | { | ||
5 | GdkScreenX11 *screen = data; | ||
6 | |||
7 | - if (xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent)) | ||
8 | - return GDK_FILTER_REMOVE; | ||
9 | - else | ||
10 | - return GDK_FILTER_CONTINUE; | ||
11 | + xsettings_client_process_event (screen->xsettings_client, (XEvent *)xevent); | ||
12 | + | ||
13 | + return GDK_FILTER_CONTINUE; | ||
14 | } | ||
15 | |||
16 | static void | ||
diff --git a/openembedded/packages/gtk+/gtk+_2.6.7.bb b/openembedded/packages/gtk+/gtk+_2.6.7.bb index 2e81792799..54e0e0e6e1 100644 --- a/openembedded/packages/gtk+/gtk+_2.6.7.bb +++ b/openembedded/packages/gtk+/gtk+_2.6.7.bb | |||
@@ -6,7 +6,7 @@ SECTION = "libs" | |||
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | MAINTAINER = "Philip Blundell <pb@handhelds.org>" | 7 | MAINTAINER = "Philip Blundell <pb@handhelds.org>" |
8 | DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor gtk-doc libgcrypt" | 8 | DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor gtk-doc libgcrypt" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ |
12 | file://no-demos.patch;patch=1 \ | 12 | file://no-demos.patch;patch=1 \ |
@@ -18,7 +18,6 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ | |||
18 | file://disable-tooltips.patch;patch=1 \ | 18 | file://disable-tooltips.patch;patch=1 \ |
19 | file://gtklabel-resize-patch;patch=1 \ | 19 | file://gtklabel-resize-patch;patch=1 \ |
20 | file://menu-deactivate.patch;patch=1 \ | 20 | file://menu-deactivate.patch;patch=1 \ |
21 | file://xsettings.patch;patch=1 \ | ||
22 | file://scroll-timings.patch;patch=1 \ | 21 | file://scroll-timings.patch;patch=1 \ |
23 | file://small-gtkfilesel.patch;patch=1 \ | 22 | file://small-gtkfilesel.patch;patch=1 \ |
24 | file://migration.patch;patch=1;pnum=0 \ | 23 | file://migration.patch;patch=1;pnum=0 \ |
diff --git a/openembedded/packages/gtk+/gtk+_2.8.3.bb b/openembedded/packages/gtk+/gtk+_2.8.3.bb index f697e6ae54..cf32491db7 100644 --- a/openembedded/packages/gtk+/gtk+_2.8.3.bb +++ b/openembedded/packages/gtk+/gtk+_2.8.3.bb | |||
@@ -13,12 +13,12 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ | |||
13 | file://automake-lossage.patch;patch=1 \ | 13 | file://automake-lossage.patch;patch=1 \ |
14 | file://hardcoded_libtool.patch;patch=1 \ | 14 | file://hardcoded_libtool.patch;patch=1 \ |
15 | file://disable-tooltips.patch;patch=1 \ | 15 | file://disable-tooltips.patch;patch=1 \ |
16 | file://gtklabel-resize-patch;patch=1 | 16 | file://gtklabel-resize-patch;patch=1" |
17 | # file://menu-deactivate.patch;patch=1 \ | 17 | # file://menu-deactivate.patch;patch=1 \ |
18 | # file://xsettings.patch;patch=1 \ | 18 | # file://xsettings.patch;patch=1 \ |
19 | # file://scroll-timings.patch;patch=1 \ | 19 | # file://scroll-timings.patch;patch=1 \ |
20 | # file://small-gtkfilesel.patch;patch=1 \ | 20 | # file://small-gtkfilesel.patch;patch=1 \ |
21 | # file://migration.patch;patch=1;pnum=0" | 21 | # file://migration.patch;patch=1;pnum=0 |
22 | # file://no-demos.patch;patch=1 | 22 | # file://no-demos.patch;patch=1 |
23 | # file://gtk+-handhelds.patch;patch=1 | 23 | # file://gtk+-handhelds.patch;patch=1 |
24 | # file://single-click.patch;patch=1 | 24 | # file://single-click.patch;patch=1 |