diff options
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.6.10.bb')
| -rw-r--r-- | meta/packages/gtk+/gtk+_2.6.10.bb | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/meta/packages/gtk+/gtk+_2.6.10.bb b/meta/packages/gtk+/gtk+_2.6.10.bb deleted file mode 100644 index 73e6fc3954..0000000000 --- a/meta/packages/gtk+/gtk+_2.6.10.bb +++ /dev/null | |||
| @@ -1,54 +0,0 @@ | |||
| 1 | require gtk+.inc | ||
| 2 | |||
| 3 | PR = "r15" | ||
| 4 | |||
| 5 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ | ||
| 6 | file://no-demos.patch;patch=1 \ | ||
| 7 | file://no-xwc.patch;patch=1 \ | ||
| 8 | file://automake-lossage.patch;patch=1 \ | ||
| 9 | file://gtk+-handhelds.patch;patch=1 \ | ||
| 10 | file://hardcoded_libtool.patch;patch=1 \ | ||
| 11 | file://disable-tooltips.patch;patch=1 \ | ||
| 12 | file://gtklabel-resize-patch;patch=1 \ | ||
| 13 | file://menu-deactivate.patch;patch=1 \ | ||
| 14 | file://scroll-timings.patch;patch=1 \ | ||
| 15 | file://filesystem-volumes.patch;patch=1 \ | ||
| 16 | file://filechooser-respect-style.patch;patch=1 \ | ||
| 17 | file://filechooser-default.patch;patch=1 \ | ||
| 18 | file://toggle-font.diff;patch=1;pnum=0 \ | ||
| 19 | file://combo-arrow-size.patch;patch=1;pnum=0 \ | ||
| 20 | file://range-no-redraw.patch;patch=1;pnum=0 \ | ||
| 21 | " | ||
| 22 | |||
| 23 | EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest" | ||
| 24 | |||
| 25 | LIBV = "2.4.0" | ||
| 26 | LEAD_SONAME = "libgtk-x11*" | ||
| 27 | |||
| 28 | |||
| 29 | do_configure_prepend() { | ||
| 30 | for i in `find . -name "Makefile.am"` | ||
| 31 | do | ||
| 32 | sed -i -e s,-DG_DISABLE_DEPRECATED,-DSED_ROCKS_DUDES, $i | ||
| 33 | done | ||
| 34 | } | ||
| 35 | |||
| 36 | |||
| 37 | PACKAGES_DYNAMIC = "gdk-pixbuf-loader-* gtk-immodule-*" | ||
| 38 | |||
| 39 | python populate_packages_prepend () { | ||
| 40 | import os.path | ||
| 41 | |||
| 42 | prologue = bb.data.getVar("postinst_prologue", d, 1) | ||
| 43 | postinst_pixbufloader = bb.data.getVar("postinst_pixbufloader", d, 1) | ||
| 44 | |||
| 45 | gtk_libdir = bb.data.expand('${libdir}/gtk-2.0/${LIBV}', d) | ||
| 46 | loaders_root = os.path.join(gtk_libdir, 'loaders') | ||
| 47 | immodules_root = os.path.join(gtk_libdir, 'immodules') | ||
| 48 | |||
| 49 | do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', postinst_pixbufloader) | ||
| 50 | 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') | ||
| 51 | |||
| 52 | if (bb.data.getVar('DEBIAN_NAMES', d, 1)): | ||
| 53 | bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) | ||
| 54 | } | ||
