blob: a2f73590fd9130f4f71d4ec33c4da0941e75ff66 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "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
9GNOMEBASEBUILDCLASS = "meson"
10
Brad Bishop8410d612019-11-25 09:40:59 -050011inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check
Brad Bishop34ae6002019-04-08 15:21:03 -040012
13# gobject-introspection is mandatory and cannot be configured
14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
15UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
Brad Bishop19323692019-04-05 15:28:33 -040016
Brad Bishop93c3acf2019-10-29 09:48:15 -040017SRC_URI[archive.md5sum] = "357b4e63960830c1399d3341d05746ea"
18SRC_URI[archive.sha256sum] = "c1dbeb5666dad27166c769e48e2ab41dd5ed74718ea35eb57c8488790662dc5a"
Brad Bishop19323692019-04-05 15:28:33 -040019
Brad Bishop34ae6002019-04-08 15:21:03 -040020SRC_URI += " \
21 file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
22 file://0001-meson.build-Disable-libseccomp-for-all-archs.patch \
23"
Brad Bishop19323692019-04-05 15:28:33 -040024
Brad Bishop93c3acf2019-10-29 09:48:15 -040025DEPENDS += "gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev"
Brad Bishop19323692019-04-05 15:28:33 -040026
Brad Bishop8410d612019-11-25 09:40:59 -050027inherit features_check gtk-doc
Brad Bishop26bdd442019-08-16 17:08:17 -040028REQUIRED_DISTRO_FEATURES += "x11"
Brad Bishop19323692019-04-05 15:28:33 -040029
Brad Bishopc342db32019-05-15 21:57:59 -040030GTKDOC_MESON_OPTION = "gtk_doc"
Brad Bishop19323692019-04-05 15:28:33 -040031EXTRA_OEMESON = "-Ddesktop_docs=false"
32
33PACKAGES =+ "libgnome-desktop3"
34FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
35
36RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas"