blob: cdd11aa908cebf4e199be5f096ac71165e2842e0 [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 Bishope42b3e32020-01-15 22:08:42 -050017SRC_URI[archive.md5sum] = "cdcd3006f55d8c8813315bef6f4f6b71"
18SRC_URI[archive.sha256sum] = "acc2efc847574fd21d8f200679f111c2b1eb5ae2c041e0034e7c18450a7d9c6d"
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"