diff options
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+_2.16.6.bb')
| -rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.16.6.bb | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb b/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb deleted file mode 100644 index 0b989daa79..0000000000 --- a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | require gtk+.inc | ||
| 2 | |||
| 3 | PR = "r11" | ||
| 4 | |||
| 5 | SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \ | ||
| 6 | file://xsettings.patch \ | ||
| 7 | file://run-iconcache.patch \ | ||
| 8 | file://hardcoded_libtool.patch \ | ||
| 9 | file://no-demos.patch \ | ||
| 10 | file://cellrenderer-cairo.patch;striplevel=0 \ | ||
| 11 | file://toggle-font.diff;striplevel=0 \ | ||
| 12 | file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch \ | ||
| 13 | file://disable-gio-png-sniff-test.diff \ | ||
| 14 | " | ||
| 15 | # TO MERGE | ||
| 16 | # file://entry-cairo.patch;striplevel=0 | ||
| 17 | # file://filesystem-volumes.patch | ||
| 18 | # file://filechooser-props.patch | ||
| 19 | # file://filechooser-default.patch | ||
| 20 | # file://filechooser-sizefix.patch | ||
| 21 | # temporary | ||
| 22 | # file://gtklabel-resize-patch | ||
| 23 | # file://menu-deactivate.patch | ||
| 24 | # file://combo-arrow-size.patch;striplevel=0 | ||
| 25 | |||
| 26 | |||
| 27 | |||
| 28 | EXTRA_OECONF = "--without-libtiff --without-libjasper --disable-xkb --disable-glibtest --disable-cups" | ||
| 29 | |||
| 30 | LIBV = "2.10.0" | ||
| 31 | |||
| 32 | PACKAGES_DYNAMIC += "gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*" | ||
| 33 | |||
| 34 | python populate_packages_prepend () { | ||
| 35 | prologue = d.getVar("postinst_prologue", True) | ||
| 36 | postinst_pixbufloader = d.getVar("postinst_pixbufloader", True) | ||
| 37 | |||
| 38 | gtk_libdir = d.expand('${libdir}/gtk-2.0/${LIBV}') | ||
| 39 | loaders_root = os.path.join(gtk_libdir, 'loaders') | ||
| 40 | immodules_root = os.path.join(gtk_libdir, 'immodules') | ||
| 41 | printmodules_root = os.path.join(gtk_libdir, 'printbackends'); | ||
| 42 | |||
| 43 | do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', postinst_pixbufloader) | ||
| 44 | 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') | ||
| 45 | do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s') | ||
| 46 | |||
| 47 | if (d.getVar('DEBIAN_NAMES', True)): | ||
| 48 | d.setVar('PKG_${PN}', '${MLPREFIX}libgtk-2.0') | ||
| 49 | } | ||
