summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+_2.10.14.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-03 09:35:01 +0000
committerRoss Burton <ross@openedhand.com>2007-09-03 09:35:01 +0000
commita4a82d661c5c2e866a38c339cd7a82ebed394831 (patch)
tree55025a42b1b04d599eb97d957fbe555865d88750 /meta/packages/gtk+/gtk+_2.10.14.bb
parentd392c1c19cc5f865d412c8deec2c61826d48a6e4 (diff)
downloadpoky-a4a82d661c5c2e866a38c339cd7a82ebed394831.tar.gz
Remove patches which are not used, or should not be used
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2672 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gtk+_2.10.14.bb')
-rw-r--r--meta/packages/gtk+/gtk+_2.10.14.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/packages/gtk+/gtk+_2.10.14.bb b/meta/packages/gtk+/gtk+_2.10.14.bb
index 8790765c36..940ea16ef5 100644
--- a/meta/packages/gtk+/gtk+_2.10.14.bb
+++ b/meta/packages/gtk+/gtk+_2.10.14.bb
@@ -1,20 +1,16 @@
1require gtk+.inc 1require gtk+.inc
2 2
3DEPENDS += "cairo" 3DEPENDS += "cairo"
4PR = "r14" 4PR = "r15"
5 5
6# disable per default - untested and not all patches included. 6# disable per default - untested and not all patches included.
7DEFAULT_PREFERENCE = "-1" 7DEFAULT_PREFERENCE = "-1"
8 8
9SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ 9SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
10 file://no-xwc.patch;patch=1 \
11 file://automake-lossage.patch;patch=1 \
12 file://disable-tooltips.patch;patch=1 \
13 file://gtklabel-resize-patch;patch=1 \ 10 file://gtklabel-resize-patch;patch=1 \
14 file://menu-deactivate.patch;patch=1 \ 11 file://menu-deactivate.patch;patch=1 \
15 file://xsettings.patch;patch=1 \ 12 file://xsettings.patch;patch=1 \
16 file://small-gtkfilesel.patch;patch=1 \ 13 file://small-gtkfilesel.patch;patch=1 \
17 file://migration.patch;patch=1;pnum=0 \
18 file://run-iconcache.patch;patch=1 \ 14 file://run-iconcache.patch;patch=1 \
19 file://disable-print.patch;patch=1 \ 15 file://disable-print.patch;patch=1 \
20 file://hardcoded_libtool.patch;patch=1 \ 16 file://hardcoded_libtool.patch;patch=1 \
@@ -25,16 +21,12 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
25 file://combo-arrow-size.patch;patch=1;pnum=0 \ 21 file://combo-arrow-size.patch;patch=1;pnum=0 \
26 file://range-no-redraw.patch;patch=1;pnum=0 \ 22 file://range-no-redraw.patch;patch=1;pnum=0 \
27 file://scrolled-placement.patch;patch=1;pnum=0 \ 23 file://scrolled-placement.patch;patch=1;pnum=0 \
28# file://scroll-timings.patch;patch=1 \
29# file://pangoxft2.10.6.diff;patch=1"
30# file://gtk+-handhelds.patch;patch=1
31# file://single-click.patch;patch=1
32# file://spinbutton.patch;patch=1 \
33 file://filesystem-volumes.patch;patch=1\ 24 file://filesystem-volumes.patch;patch=1\
34 file://filechooser-utils.patch;patch=1\ 25 file://filechooser-utils.patch;patch=1\
35 file://filechooser.patch;patch=1\ 26 file://filechooser.patch;patch=1\
36 file://filechooser-default.patch;patch=1\ 27 file://filechooser-default.patch;patch=1\
37 file://filechooser-respect-style.patch;patch=1" 28 file://filechooser-respect-style.patch;patch=1"
29#file://pangoxft2.10.6.diff;patch=1"
38 30
39 31
40EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration" 32EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration"