diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 16:54:59 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:18 +0100 |
commit | 6e0980decbb492b299e7cceddd95d7b12199b2f7 (patch) | |
tree | 56b6c1d3a228a992091cf94ddcabb2a7f06920f0 /meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb | |
parent | 5ec8bd286d251bc77de0edd9aa99e9092baddd61 (diff) | |
download | poky-6e0980decbb492b299e7cceddd95d7b12199b2f7.tar.gz |
gnome-desktop3: update to 3.22.1
(From OE-Core rev: 02fe5344e4e0eb6ee8d37a96a5ce7c044abfad56)
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.22.1.bb')
-rw-r--r-- | meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb new file mode 100644 index 0000000000..867376ed81 --- /dev/null +++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "GNOME library for reading .desktop files" | ||
2 | SECTION = "x11/gnome" | ||
3 | LICENSE = "GPLv2 & LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
5 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
6 | |||
7 | BPN = "gnome-desktop" | ||
8 | |||
9 | inherit gnome pkgconfig upstream-version-is-even gobject-introspection | ||
10 | SRC_URI[archive.md5sum] = "bc09d58d7870d6464f20803850cdb90f" | ||
11 | SRC_URI[archive.sha256sum] = "6458add4fc3a81fbd9a63db90de22a1e3a62644c1bfd1aca042c43836195aab2" | ||
12 | |||
13 | DEPENDS += "intltool-native gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes" | ||
14 | |||
15 | inherit distro_features_check gtk-doc | ||
16 | REQUIRED_DISTRO_FEATURES = "x11" | ||
17 | |||
18 | EXTRA_OECONF = "--disable-desktop-docs" | ||
19 | |||
20 | PACKAGES =+ "libgnome-desktop3" | ||
21 | FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" | ||
22 | |||
23 | RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas" | ||