summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+_2.10.6.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 10:05:33 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 10:05:33 +0000
commite56649a95954bc74a2a7b75a8e8b6235727be444 (patch)
tree3690c709657c87882a215f9d536a06656b4cc193 /meta/packages/gtk+/gtk+_2.10.6.bb
parent31fd33d296900581bad723814f38faf6fda16212 (diff)
downloadpoky-e56649a95954bc74a2a7b75a8e8b6235727be444.tar.gz
gtk+ 2.10.6: Sync with updated patches in OE.dev (pangoxft includes a calender fix)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@905 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.10.6.bb')
-rw-r--r--meta/packages/gtk+/gtk+_2.10.6.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/packages/gtk+/gtk+_2.10.6.bb b/meta/packages/gtk+/gtk+_2.10.6.bb
index c1fd971295..1511c9bacc 100644
--- a/meta/packages/gtk+/gtk+_2.10.6.bb
+++ b/meta/packages/gtk+/gtk+_2.10.6.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.gtk.org"
5SECTION = "libs" 5SECTION = "libs"
6PRIORITY = "optional" 6PRIORITY = "optional"
7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt cairo cups" 7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt cairo cups"
8PR = "r2" 8PR = "r3"
9 9
10# disable per default - untested and not all patches included. 10# disable per default - untested and not all patches included.
11DEFAULT_PREFERENCE = "-1" 11DEFAULT_PREFERENCE = "-1"
@@ -13,13 +13,13 @@ DEFAULT_PREFERENCE = "-1"
13SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ 13SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
14 file://no-xwc.patch;patch=1 \ 14 file://no-xwc.patch;patch=1 \
15 file://automake-lossage.patch;patch=1 \ 15 file://automake-lossage.patch;patch=1 \
16 file://disable-tooltips.patch;patch=1 \ 16 file://disable-tooltips.patch;patch=1 \
17 file://gtklabel-resize-patch;patch=1 \ 17 file://gtklabel-resize-patch;patch=1 \
18 file://menu-deactivate.patch;patch=1 \ 18 file://menu-deactivate.patch;patch=1 \
19 file://xsettings.patch;patch=1 \ 19 file://xsettings.patch;patch=1 \
20 file://scroll-timings.patch;patch=1 \ 20 file://scroll-timings.patch;patch=1 \
21 file://small-gtkfilesel.patch;patch=1 \ 21 file://small-gtkfilesel.patch;patch=1 \
22 file://migration.patch;patch=1;pnum=0 \ 22 file://migration.patch;patch=1;pnum=0 \
23 file://run-iconcache.patch;patch=1 \ 23 file://run-iconcache.patch;patch=1 \
24 file://disable-print.patch;patch=1 \ 24 file://disable-print.patch;patch=1 \
25 file://hardcoded_libtool.patch;patch=1 \ 25 file://hardcoded_libtool.patch;patch=1 \
@@ -96,7 +96,7 @@ python populate_packages_prepend () {
96 printmodules_root = os.path.join(gtk_libdir, 'printbackends'); 96 printmodules_root = os.path.join(gtk_libdir, 'printbackends');
97 97
98 do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', prologue + 'gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders') 98 do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', prologue + 'gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders')
99 do_split_packages(d, immodules_root, '^im-(.*)\.so$', 'gtk-immodule-%s', 'GTK input module for %s', prologue + 'gtk-query-immodules > /etc/gtk-2.0/gtk.immodules') 99 do_split_packages(d, immodules_root, '^im-(.*)\.so$', 'gtk-immodule-%s', 'GTK input module for %s', prologue + 'gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules')
100 do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s') 100 do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s')
101 101
102 if (bb.data.getVar('DEBIAN_NAMES', d, 1)): 102 if (bb.data.getVar('DEBIAN_NAMES', d, 1)):