From 5a5ef46cc609b77bf34c735558d5f1fcbe36530d Mon Sep 17 00:00:00 2001 From: "M. Dietrich" Date: Thu, 29 Jan 2009 13:10:07 +0100 Subject: gdk-pixbuf: remove no-longer-applying patch --- packages/gtk+/gdk-pixbuf_2.10.14.bb | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/packages/gtk+/gdk-pixbuf_2.10.14.bb b/packages/gtk+/gdk-pixbuf_2.10.14.bb index 7d3e7dc92a..0aa53b856a 100644 --- a/packages/gtk+/gdk-pixbuf_2.10.14.bb +++ b/packages/gtk+/gdk-pixbuf_2.10.14.bb @@ -5,35 +5,15 @@ SECTION = "libs" LICENSE = "LGPL" PRIORITY = "optional" DEPENDS = "libpng gettext glib-2.0" -PR = "r1" +PR = "r2" S = "${WORKDIR}/gtk+-${PV}" FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" -SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ - file://automake-lossage.patch;patch=1 \ - file://reduce-dependencies.patch;patch=1" - -# file://no-xwc.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://scroll-timings.patch;patch=1 \ -# file://small-gtkfilesel.patch;patch=1 \ -# file://migration.patch;patch=1;pnum=0 \ -# file://run-iconcache.patch;patch=1 \ -# file://hardcoded_libtool.patch;patch=1 \ -# file://no-demos.patch;patch=1 \ -# file://single-click.patch;patch=1 \ -# file://spinbutton.patch;patch=1 \ -# file://gtk+-handhelds.patch;patch=1 \ -# file://filesel-fix-segfault.patch;patch=1 \ -# 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://treeview-checkbox-size.patch;patch=1;pnum=0 \ -# file://cell-renderer-edit-focus.patch;patch=1;pnum=0 \ +SRC_URI = "\ + ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ + file://automake-lossage.patch;patch=1 \ +" inherit autotools pkgconfig @@ -44,7 +24,7 @@ FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ ${libdir}/lib*.so.*" FILES_${PN}-dev += " \ - ${datadir}/gtk-2.0/include \ + ${datadir}/gtk-2.0/include \ ${libdir}/gtk-2.0/include \ ${libdir}/gtk-2.0/${LIBV}/loaders/*.la \ ${bindir}/gdk-pixbuf-csource \ -- cgit 1.2.3-korg