blob: 85ee5e6cf125559a52e94fd211ff486963657cd9 [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 Bishop26bdd442019-08-16 17:08:17 -040011inherit gnomebase pkgconfig upstream-version-is-even gobject-introspection distro_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
17SRC_URI[archive.md5sum] = "e423ed6d648c6c4f9798fa9cd9ea8d99"
18SRC_URI[archive.sha256sum] = "a6393dc5fc29fc0652ac84c73b3da205d0b0168128c4cf6d27797a08f3d07b54"
19
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 Bishop34ae6002019-04-08 15:21:03 -040025DEPENDS += "itstool-native gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev"
Brad Bishop19323692019-04-05 15:28:33 -040026
27inherit distro_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"