diff options
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.10.14.bb')
| -rw-r--r-- | meta/packages/gtk+/gtk+_2.10.14.bb | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/meta/packages/gtk+/gtk+_2.10.14.bb b/meta/packages/gtk+/gtk+_2.10.14.bb deleted file mode 100644 index 2bc7217d49..0000000000 --- a/meta/packages/gtk+/gtk+_2.10.14.bb +++ /dev/null | |||
| @@ -1,50 +0,0 @@ | |||
| 1 | require gtk+.inc | ||
| 2 | |||
| 3 | PR = "r20" | ||
| 4 | |||
| 5 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ | ||
| 6 | file://gtklabel-resize-patch;patch=1 \ | ||
| 7 | file://menu-deactivate.patch;patch=1 \ | ||
| 8 | file://run-iconcache.patch;patch=1 \ | ||
| 9 | file://disable-print.patch;patch=1 \ | ||
| 10 | file://hardcoded_libtool.patch;patch=1 \ | ||
| 11 | file://no-demos.patch;patch=1 \ | ||
| 12 | file://cellrenderer-cairo.patch;patch=1;pnum=0 \ | ||
| 13 | file://entry-cairo.patch;patch=1;pnum=0 \ | ||
| 14 | file://toggle-font.diff;patch=1;pnum=0 \ | ||
| 15 | file://combo-arrow-size.patch;patch=1;pnum=0 \ | ||
| 16 | file://range-no-redraw.patch;patch=1;pnum=0 \ | ||
| 17 | file://scrolled-placement.patch;patch=1;pnum=0 \ | ||
| 18 | file://filesystem-volumes.patch;patch=1 \ | ||
| 19 | file://filechooser-utils.patch;patch=1 \ | ||
| 20 | file://filechooser.patch;patch=1 \ | ||
| 21 | file://filechooser-default.patch;patch=1 \ | ||
| 22 | file://filechooser-respect-style.patch;patch=1" | ||
| 23 | #file://xsettings.patch;patch=1 \ | ||
| 24 | #file://pangoxft2.10.6.diff;patch=1" | ||
| 25 | |||
| 26 | |||
| 27 | EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration" | ||
| 28 | |||
| 29 | LIBV = "2.10.0" | ||
| 30 | |||
| 31 | PACKAGES_DYNAMIC = "gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*" | ||
| 32 | |||
| 33 | python populate_packages_prepend () { | ||
| 34 | import os.path | ||
| 35 | |||
| 36 | prologue = bb.data.getVar("postinst_prologue", d, 1) | ||
| 37 | postinst_pixbufloader = bb.data.getVar("postinst_pixbufloader", d, 1) | ||
| 38 | |||
| 39 | gtk_libdir = bb.data.expand('${libdir}/gtk-2.0/${LIBV}', d) | ||
| 40 | loaders_root = os.path.join(gtk_libdir, 'loaders') | ||
| 41 | immodules_root = os.path.join(gtk_libdir, 'immodules') | ||
| 42 | printmodules_root = os.path.join(gtk_libdir, 'printbackends'); | ||
| 43 | |||
| 44 | do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', postinst_pixbufloader) | ||
| 45 | 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') | ||
| 46 | do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s') | ||
| 47 | |||
| 48 | if (bb.data.getVar('DEBIAN_NAMES', d, 1)): | ||
| 49 | bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) | ||
| 50 | } | ||
