summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-05-17 14:38:31 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-29 21:07:13 +0100
commitaaa0808e0e7603a9d3b0a2db050fd5d83e87354b (patch)
tree4f5526537febde6b5a11a71abcbc2ee8e2393ca3 /meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb
parente99d5512a5c921299f1069eb2fa4ee0ec11381d4 (diff)
downloadpoky-aaa0808e0e7603a9d3b0a2db050fd5d83e87354b.tar.gz
gnome-desktop3: remove the recipe
Epiphany no longer needs it, nothing else does, and so it will be moved to meta-oe. (From OE-Core rev: 1e89ec37cac834498a391a0d438dce73acde58ce) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb')
-rw-r--r--meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb
deleted file mode 100644
index 39b3491fdb..0000000000
--- a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.1.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "GNOME library for reading .desktop files"
2SECTION = "x11/gnome"
3LICENSE = "GPLv2 & LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
5 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
6
7BPN = "gnome-desktop"
8
9inherit gnome pkgconfig upstream-version-is-even gobject-introspection
10SRC_URI[archive.md5sum] = "bcbf906d94eb08060c60a7364384d678"
11SRC_URI[archive.sha256sum] = "78a397a2be47586e6dc075d6a7fc5659aae3d10713d76994ce1b46086e7ecb9a"
12
13SRC_URI += " \
14 file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
15 file://0001-Disable-libseccomp-sycall-filtering-mechanism.patch \
16 "
17
18DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev"
19
20inherit distro_features_check gtk-doc
21REQUIRED_DISTRO_FEATURES = "x11"
22
23EXTRA_OECONF = "--disable-desktop-docs"
24
25PACKAGES =+ "libgnome-desktop3"
26FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
27
28RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas"