diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection_git.bb | 6 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/metacity_2.30.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.12.7.bb | 34 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.16.6.bb | 32 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.22.1.bb | 32 | ||||
-rw-r--r-- | meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 12 | ||||
-rw-r--r-- | meta/recipes-gnome/libglade/libglade_2.6.4.bb | 2 |
12 files changed, 67 insertions, 67 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb index e3e18197d..50597b0ad 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb @@ -12,8 +12,8 @@ DEPENDS = "libpng glib-2.0 jpeg" PR = "r1" SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${PV}.tar.gz \ - file://hardcoded_libtool.patch;patch=1 \ - file://configure_fix.patch;patch=1 \ + file://hardcoded_libtool.patch \ + file://configure_fix.patch \ " SRC_URI[md5sum] = "fcfc854e9aec7dbb2bb3059484d44556" diff --git a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb index c2e1c8279..570c45a70 100644 --- a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb +++ b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb @@ -15,7 +15,7 @@ inherit gnome # The omf.make file failed if scrollkeeper doesn't happen to be # installed -SRC_URI += "file://omf.patch;patch=1" +SRC_URI += "file://omf.patch" SRC_URI[archive.md5sum] = "30daabb0ca4898fea2647999e7813e8f" SRC_URI[archive.sha256sum] = "dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1" diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb index b730daed3..fc891c762 100644 --- a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb +++ b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb @@ -10,7 +10,7 @@ inherit gnome inherit autotools PR = "r4" -SRC_URI += "file://pkgconfig.patch;patch=1" +SRC_URI += "file://pkgconfig.patch" SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" diff --git a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb index 3ca9c568e..c09c8beda 100644 --- a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb +++ b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb @@ -20,8 +20,8 @@ inherit gnome # This is to provide compatibility with the gnome-vfs DBus fork RPROVIDES = "gnome-vfs-plugin-dbus" -SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ - file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" +SRC_URI += "file://gconftool-lossage.patch \ + file://gnome-vfs-no-kerberos.patch;striplevel=0" SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb index d5723bf03..5e3725528 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb @@ -1,9 +1,9 @@ SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \ - file://configure.patch;patch=1 \ - file://pathfix.patch;patch=1" + file://configure.patch \ + file://pathfix.patch" SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ - file://pathfix.patch;patch=1" + file://pathfix.patch" LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb index ddc48c240..d82ea1920 100644 --- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb +++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb @@ -9,7 +9,7 @@ ART_CONFIG = "${HOST_ARCH}/art_config.h" # can't use gnome.oeclass due to _ in filename SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ file://${ART_CONFIG} \ - file://Makefile.am.patch;patch=1" + file://Makefile.am.patch" SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb index 92ddd6897..b9ffce0de 100644 --- a/meta/recipes-gnome/gnome/metacity_2.30.3.bb +++ b/meta/recipes-gnome/gnome/metacity_2.30.3.bb @@ -9,7 +9,7 @@ PR = "r2" inherit gnome update-alternatives -SRC_URI += "file://crosscompile.patch;patch=1" +SRC_URI += "file://crosscompile.patch" SRC_URI[archive.md5sum] = "553784f376d96b902e19ff437cd5b339" SRC_URI[archive.sha256sum] = "08f887018fa5e447cf184d03bae3fe2c05fdb7583bed6768e3b4d66392fc18dd" diff --git a/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb b/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb index 7c72a0925..7de748c0b 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb @@ -3,26 +3,26 @@ require gtk+.inc PR = "r11" SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ - file://xsettings.patch;patch=1 \ - file://run-iconcache.patch;patch=1 \ - file://disable-print.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://no-demos.patch;patch=1 \ - file://cellrenderer-cairo.patch;patch=1;pnum=0 \ - file://entry-cairo.patch;patch=1;pnum=0 \ - file://toggle-font.diff;patch=1;pnum=0 \ - file://scrolled-placement.patch;patch=1;pnum=0 \ - file://filesystem-volumes.patch;patch=1 \ - file://filechooser-props.patch;patch=1 \ - file://filechooser-default.patch;patch=1 \ - file://filechooser-sizefix.patch;patch=1 \ + file://xsettings.patch \ + file://run-iconcache.patch \ + file://disable-print.patch \ + file://hardcoded_libtool.patch \ + file://no-demos.patch \ + file://cellrenderer-cairo.patch;striplevel=0 \ + file://entry-cairo.patch;striplevel=0 \ + file://toggle-font.diff;striplevel=0 \ + file://scrolled-placement.patch;striplevel=0 \ + file://filesystem-volumes.patch \ + file://filechooser-props.patch \ + file://filechooser-default.patch \ + file://filechooser-sizefix.patch \ " # temporary -# file://gtklabel-resize-patch;patch=1 -# file://menu-deactivate.patch;patch=1 -# file://combo-arrow-size.patch;patch=1;pnum=0 +# file://gtklabel-resize-patch +# file://menu-deactivate.patch +# file://combo-arrow-size.patch;striplevel=0 # die die die -# file://pangoxft2.10.6.diff;patch=1 +# file://pangoxft2.10.6.diff EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration" diff --git a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb b/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb index deea3d07c..18f61e762 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb @@ -3,25 +3,25 @@ require gtk+.inc PR = "r7" SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \ - file://xsettings.patch;patch=1 \ - file://run-iconcache.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://no-demos.patch;patch=1 \ - file://cellrenderer-cairo.patch;patch=1;pnum=0 \ - file://toggle-font.diff;patch=1;pnum=0 \ - file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \ - file://disable-gio-png-sniff-test.diff;patch=1 \ + file://xsettings.patch \ + file://run-iconcache.patch \ + file://hardcoded_libtool.patch \ + file://no-demos.patch \ + file://cellrenderer-cairo.patch;striplevel=0 \ + file://toggle-font.diff;striplevel=0 \ + file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch \ + file://disable-gio-png-sniff-test.diff \ " # TO MERGE -# file://entry-cairo.patch;patch=1;pnum=0 -# file://filesystem-volumes.patch;patch=1 -# file://filechooser-props.patch;patch=1 -# file://filechooser-default.patch;patch=1 -# file://filechooser-sizefix.patch;patch=1 +# file://entry-cairo.patch;striplevel=0 +# file://filesystem-volumes.patch +# file://filechooser-props.patch +# file://filechooser-default.patch +# file://filechooser-sizefix.patch # temporary -# file://gtklabel-resize-patch;patch=1 -# file://menu-deactivate.patch;patch=1 -# file://combo-arrow-size.patch;patch=1;pnum=0 +# file://gtklabel-resize-patch +# file://menu-deactivate.patch +# file://combo-arrow-size.patch;striplevel=0 diff --git a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb index 246606fca..55620d293 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb @@ -7,26 +7,26 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ PR = "r2" SRC_URI = "http://download.gnome.org/sources/gtk+/2.22/gtk+-${PV}.tar.bz2 \ - file://xsettings.patch;patch=1 \ - file://run-iconcache.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://no-demos.patch;patch=1 \ - file://cellrenderer-cairo.patch;patch=1;pnum=0 \ - file://toggle-font.diff;patch=1;pnum=0 \ - file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \ + file://xsettings.patch \ + file://run-iconcache.patch \ + file://hardcoded_libtool.patch \ + file://no-demos.patch \ + file://cellrenderer-cairo.patch;striplevel=0 \ + file://toggle-font.diff;striplevel=0 \ + file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch \ file://doc-fixes.patch \ " # TO MERGE -# file://entry-cairo.patch;patch=1;pnum=0 -# file://filesystem-volumes.patch;patch=1 -# file://filechooser-props.patch;patch=1 -# file://filechooser-default.patch;patch=1 -# file://filechooser-sizefix.patch;patch=1 +# file://entry-cairo.patch;striplevel=0 +# file://filesystem-volumes.patch +# file://filechooser-props.patch +# file://filechooser-default.patch +# file://filechooser-sizefix.patch # temporary -# file://gtklabel-resize-patch;patch=1 -# file://menu-deactivate.patch;patch=1 -# file://combo-arrow-size.patch;patch=1;pnum=0 -# file://configurefix.patch;patch=1 +# file://gtklabel-resize-patch +# file://menu-deactivate.patch +# file://combo-arrow-size.patch;striplevel=0 +# file://configurefix.patch SRC_URI[md5sum] = "fdce46ba354c155230b7d4090b17f7d9" SRC_URI[sha256sum] = "965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07" diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index d6af82026..c5a84d602 100644 --- a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb @@ -9,12 +9,12 @@ PV = "2.11.0+svnr${SRCPV}" PR = "r1" SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;proto=http \ - http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0;maxrev=1157;name=patch1 \ - http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0;maxrev=1157;name=patch2 \ - http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0;maxrev=1157;name=patch3 \ - http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0;maxrev=1157;name=patch4 \ - http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0;maxrev=1157;name=patch5 \ - http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0;maxrev=1157;name=patch6" + http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;striplevel=0;maxrev=1157;name=patch1 \ + http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;striplevel=0;maxrev=1157;name=patch2 \ + http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;striplevel=0;maxrev=1157;name=patch3 \ + http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;striplevel=0;maxrev=1157;name=patch4 \ + http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;striplevel=0;maxrev=1157;name=patch5 \ + http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;striplevel=0;maxrev=1157;name=patch6" SRC_URI[patch1.md5sum] = "160c648e29637f2ed6301f4dfdecce21" SRC_URI[patch1.sha256sum] = "3ec786e6df9e1a935aff4848b6989cad8f87c1fa8813dc033b338e18b17138d8" diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 9609528c2..d5b41f29f 100644 --- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb @@ -13,7 +13,7 @@ DEPENDS = "gtk+ gtk-doc-native" inherit autotools pkgconfig gnome -SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" +SRC_URI += "file://glade-cruft.patch file://no-xml2.patch" SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139" SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec" |