diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-gnome/recipes-gnome/nautilus | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus')
4 files changed, 0 insertions, 148 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/idl-sysroot.patch b/meta-gnome/recipes-gnome/nautilus/nautilus/idl-sysroot.patch deleted file mode 100644 index 0062cfb11a..0000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus/idl-sysroot.patch +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | Index: nautilus-2.24.2/add-include-prefix | ||
| 2 | =================================================================== | ||
| 3 | --- nautilus-2.24.2.orig/add-include-prefix 2008-10-06 17:22:21.000000000 +0000 | ||
| 4 | +++ nautilus-2.24.2/add-include-prefix 2009-04-09 16:00:05.000000000 +0000 | ||
| 5 | @@ -1 +1 @@ | ||
| 6 | -sed -e 's/^/ /' -e 's/ */ /g' -e 's/ / -I /g' -e 's/ -I $//' | ||
| 7 | +sed -e 's:^: :' -e 's: *: :g' -e 's: : -I '"$SYSROOT"':g' -e 's: -I '"$SYSROOT"'$::' | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/no-G_DISABLE_DEPRECATED.patch b/meta-gnome/recipes-gnome/nautilus/nautilus/no-G_DISABLE_DEPRECATED.patch deleted file mode 100644 index 43a6152d83..0000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus/no-G_DISABLE_DEPRECATED.patch +++ /dev/null | |||
| @@ -1,44 +0,0 @@ | |||
| 1 | From e7233d98c114b03c7c8b96d1f41770452da14aa7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmx.de> | ||
| 3 | Date: Mon, 17 Oct 2011 00:59:01 +0200 | ||
| 4 | Subject: [PATCH] nautilus build fails for newer glib versions | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | build with glib-2.0 v2.30.0 run into errors for at least G_CONST_RETURN missing | ||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> | ||
| 12 | --- | ||
| 13 | configure.in | 2 +- | ||
| 14 | eel/Makefile.am | 1 - | ||
| 15 | 2 files changed, 1 insertions(+), 2 deletions(-) | ||
| 16 | |||
| 17 | diff --git a/configure.in b/configure.in | ||
| 18 | index 97e171e..859a097 100644 | ||
| 19 | --- a/configure.in | ||
| 20 | +++ b/configure.in | ||
| 21 | @@ -342,7 +342,7 @@ AC_SUBST(CORE_CFLAGS) | ||
| 22 | CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $x_libs" | ||
| 23 | AC_SUBST(CORE_LIBS) | ||
| 24 | |||
| 25 | -DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED" | ||
| 26 | +DISABLE_DEPRECATED_CFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED" | ||
| 27 | AC_SUBST(DISABLE_DEPRECATED_CFLAGS) | ||
| 28 | |||
| 29 | dnl Multimedia keys | ||
| 30 | diff --git a/eel/Makefile.am b/eel/Makefile.am | ||
| 31 | index b1fe356..c1d56cd 100644 | ||
| 32 | --- a/eel/Makefile.am | ||
| 33 | +++ b/eel/Makefile.am | ||
| 34 | @@ -10,7 +10,6 @@ INCLUDES = \ | ||
| 35 | -DDATADIR=\""$(datadir)"\" \ | ||
| 36 | -DSOURCE_DATADIR=\""$(top_srcdir)/data"\" \ | ||
| 37 | -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ | ||
| 38 | - -DG_DISABLE_DEPRECATED \ | ||
| 39 | -DGDK_PIXBUF_DISABLE_DEPRECATED \ | ||
| 40 | -DGMENU_I_KNOW_THIS_IS_UNSTABLE \ | ||
| 41 | $(NULL) | ||
| 42 | -- | ||
| 43 | 1.7.4.4 | ||
| 44 | |||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb deleted file mode 100644 index 5580f93a5b..0000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb +++ /dev/null | |||
| @@ -1,54 +0,0 @@ | |||
| 1 | # nautilus OE build file | ||
| 2 | # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved | ||
| 3 | # Released under the MIT license (see packages/COPYING) | ||
| 4 | |||
| 5 | LICENSE="GPLv2 & LGPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ | ||
| 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | ||
| 8 | |||
| 9 | PR = "r4" | ||
| 10 | |||
| 11 | DEPENDS = "libnotify gtk+3 libunique gvfs librsvg libexif gnome-desktop3" | ||
| 12 | # optional: tracker | ||
| 13 | |||
| 14 | # to include nautilus3/no-try-run-strftime.diff before the rest | ||
| 15 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | ||
| 16 | BPN = "nautilus" | ||
| 17 | inherit gnome | ||
| 18 | |||
| 19 | SRC_URI += "file://no-try-run-strftime.diff" | ||
| 20 | SRC_URI[archive.md5sum] = "12314328b59aa1dfd83619f718b81bd5" | ||
| 21 | SRC_URI[archive.sha256sum] = "c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154" | ||
| 22 | |||
| 23 | EXTRA_OECONF = " --disable-gtk-doc --disable-update-mimedb --enable-nst-extension" | ||
| 24 | export SYSROOT = "${STAGING_DIR_HOST}" | ||
| 25 | |||
| 26 | do_configure() { | ||
| 27 | sed -i -e /docs/d ${S}/Makefile.am | ||
| 28 | autotools_do_configure | ||
| 29 | } | ||
| 30 | |||
| 31 | RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash glib-2.0-utils" | ||
| 32 | FILES_${PN} += "${datadir}/icons \ | ||
| 33 | /usr/libexec/ \ | ||
| 34 | ${datadir}/nautilus* \ | ||
| 35 | ${datadir}/dbus-1 \ | ||
| 36 | ${libdir}/nautilus/extensions*/*.so \ | ||
| 37 | " | ||
| 38 | FILES_${PN}-dbg += "/usr/libexec/.debug \ | ||
| 39 | ${libdir}/nautilus/extensions*/.debug" | ||
| 40 | |||
| 41 | # Don't make nautils drag us in | ||
| 42 | PRIVATE_LIBS = "libnautilus-extension.so.1" | ||
| 43 | |||
| 44 | pkg_postinst_${PN} () { | ||
| 45 | if [ -n "$D" ]; then | ||
| 46 | exit 1 | ||
| 47 | fi | ||
| 48 | |||
| 49 | glib-compile-schemas ${datadir}/glib-2.0/schemas | ||
| 50 | } | ||
| 51 | |||
| 52 | # 3.2.1-r4/nautilus-3.2.1/eel/eel-gnome-extensions.c:34:50: fatal error: libgnome-desktop/gnome-desktop-utils.h: No such file or directory | ||
| 53 | # 3.2.1-r4/nautilus-3.2.1/eel/eel-editable-label.c:3105:55: error: 'GTK_STOCK_CUT' undeclared (first use in this function) | ||
| 54 | PNBLACKLIST[nautilus3] ?= "BROKEN: fails to build, maybe missing dependency on gnome-desktop-utils.h provider - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb deleted file mode 100644 index caf7f57b18..0000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | # nautilus OE build file | ||
| 2 | # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved | ||
| 3 | # Released under the MIT license (see packages/COPYING) | ||
| 4 | |||
| 5 | LICENSE="GPLv2 & LGPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ | ||
| 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | ||
| 8 | |||
| 9 | PR = "r6" | ||
| 10 | |||
| 11 | DEPENDS = "gdk-pixbuf gtk+ libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" | ||
| 12 | # optional: tracker | ||
| 13 | |||
| 14 | inherit gnome gobject-introspection | ||
| 15 | |||
| 16 | SRC_URI[archive.md5sum] = "51565aa10d1625dff56e381228346911" | ||
| 17 | SRC_URI[archive.sha256sum] = "2d4ff28c7a7aa5d40eb2468149954a564c257a305183773057584d22d15347a2" | ||
| 18 | GNOME_COMPRESS_TYPE="bz2" | ||
| 19 | |||
| 20 | SRC_URI += "file://idl-sysroot.patch \ | ||
| 21 | file://no-try-run-strftime.diff \ | ||
| 22 | file://no-G_DISABLE_DEPRECATED.patch \ | ||
| 23 | " | ||
| 24 | |||
| 25 | |||
| 26 | EXTRA_OECONF = " --disable-gtk-doc --disable-update-mimedb " | ||
| 27 | export SYSROOT = "${STAGING_DIR_HOST}" | ||
| 28 | |||
| 29 | do_configure() { | ||
| 30 | sed -i -e /docs/d ${S}/Makefile.am | ||
| 31 | autotools_do_configure | ||
| 32 | # We need native orbit-idl with target idl files. No way to say it in a clean way: | ||
| 33 | find ${B} -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \; | ||
| 34 | } | ||
| 35 | |||
| 36 | RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash glib-networking" | ||
| 37 | FILES_${PN} += "${datadir}/icons" | ||
| 38 | |||
| 39 | # Don't make nautils3 drag us in | ||
| 40 | PRIVATE_LIBS = "libnautilus-extension.so.1" | ||
| 41 | |||
| 42 | |||
| 43 | PNBLACKLIST[nautilus] ?= "Depends on blacklisted gnome-desktop - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
