summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-04-04 14:13:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:02 +0100
commit75857ed35ed1f164a29b575c5c234007c0844bca (patch)
treee82c9b1786a4ec0c9e258b95e8cc8a3c79e6e6be /meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.0.bb
parent787e4e950293b011bb6259b9c4c27f4d232d42c8 (diff)
downloadpoky-75857ed35ed1f164a29b575c5c234007c0844bca.tar.gz
gnome-desktop3: update to 3.28.0
Rebase 0001-Disable-libseccomp-sycall-filtering-mechanism.patch Remove 0001-configure.ac-Remove-gnome-common-macro-calls.patch as the lines it removes are no longer in upstream code. (From OE-Core rev: 39c78dbc67acd3e5cc6a38d11a5a26e0a0c72d61) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.0.bb')
-rw-r--r--meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.0.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.0.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.0.bb
new file mode 100644
index 0000000000..e23c030577
--- /dev/null
+++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.28.0.bb
@@ -0,0 +1,28 @@
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] = "3e7b67578307220a21688f28307b6789"
11SRC_URI[archive.sha256sum] = "f1df71c39e32147f6d58f53a9c05b964b00b7c98fbca090419355437c72fd59d"
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"