summaryrefslogtreecommitdiff
path: root/meta/packages/gtk+/gtk+_2.10.12.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-01 14:34:09 +0000
committerRoss Burton <ross@openedhand.com>2007-08-01 14:34:09 +0000
commit27a7b90b360094357c716a6a83d6c34a8ee0a2f6 (patch)
tree11a04266504ffbfa559fc3a2a173ed1e297422b1 /meta/packages/gtk+/gtk+_2.10.12.bb
parent7e5766f1aeb7efd8005f39c7436a6ac614cee7e3 (diff)
downloadopenembedded-core-27a7b90b360094357c716a6a83d6c34a8ee0a2f6.tar.gz
openembedded-core-27a7b90b360094357c716a6a83d6c34a8ee0a2f6.tar.bz2
openembedded-core-27a7b90b360094357c716a6a83d6c34a8ee0a2f6.tar.xz
openembedded-core-27a7b90b360094357c716a6a83d6c34a8ee0a2f6.zip
Upgrade GTK+ 2.10.x to 2.10.14
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2289 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.10.12.bb')
-rw-r--r--meta/packages/gtk+/gtk+_2.10.12.bb56
1 files changed, 0 insertions, 56 deletions
diff --git a/meta/packages/gtk+/gtk+_2.10.12.bb b/meta/packages/gtk+/gtk+_2.10.12.bb
deleted file mode 100644
index 014028617..000000000
--- a/meta/packages/gtk+/gtk+_2.10.12.bb
+++ /dev/null
@@ -1,56 +0,0 @@
-require gtk+.inc
-
-DEPENDS += "cairo"
-PR = "r12"
-
-# disable per default - untested and not all patches included.
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
- file://no-xwc.patch;patch=1 \
- file://automake-lossage.patch;patch=1 \
- file://disable-tooltips.patch;patch=1 \
- file://gtklabel-resize-patch;patch=1 \
- file://menu-deactivate.patch;patch=1 \
- file://xsettings.patch;patch=1 \
- file://small-gtkfilesel.patch;patch=1 \
- file://migration.patch;patch=1;pnum=0 \
- file://run-iconcache.patch;patch=1 \
- file://disable-print.patch;patch=1 \
- file://hardcoded_libtool.patch;patch=1 \
- file://no-demos.patch;patch=1 \
- file://cellrenderer-cairo.patch;patch=1;pnum=0 \
- file://entry-cairo.patch;patch=1;pnum=0 \
- file://toggle-font.diff;patch=1;pnum=0 \
- file://combo-arrow-size.patch;patch=1;pnum=0 \
- file://range-no-redraw.patch;patch=1;pnum=0 \
- file://scrolled-placement.patch;patch=1;pnum=0"
-# file://scroll-timings.patch;patch=1 \
-# file://pangoxft2.10.6.diff;patch=1"
-# file://gtk+-handhelds.patch;patch=1
-# file://single-click.patch;patch=1
-# file://spinbutton.patch;patch=1 \
-
-EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration"
-
-LIBV = "2.10.0"
-
-PACKAGES_DYNAMIC = "gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*"
-
-python populate_packages_prepend () {
- import os.path
-
- prologue = bb.data.getVar("postinst_prologue", d, 1)
-
- gtk_libdir = bb.data.expand('${libdir}/gtk-2.0/${LIBV}', d)
- loaders_root = os.path.join(gtk_libdir, 'loaders')
- immodules_root = os.path.join(gtk_libdir, 'immodules')
- printmodules_root = os.path.join(gtk_libdir, 'printbackends');
-
- 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')
- 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')
- do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s')
-
- if (bb.data.getVar('DEBIAN_NAMES', d, 1)):
- bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d)
-}