| SUMMARY = "GNOME library for reading .desktop files" |
| SECTION = "x11/gnome" |
| LICENSE = "GPLv2 & LGPLv2" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
| |
| BPN = "gnome-desktop" |
| |
| GNOMEBASEBUILDCLASS = "meson" |
| |
| inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check |
| |
| # gobject-introspection is mandatory and cannot be configured |
| REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" |
| |
| SRC_URI[archive.md5sum] = "cdcd3006f55d8c8813315bef6f4f6b71" |
| SRC_URI[archive.sha256sum] = "acc2efc847574fd21d8f200679f111c2b1eb5ae2c041e0034e7c18450a7d9c6d" |
| |
| SRC_URI += " \ |
| file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \ |
| file://0001-meson.build-Disable-libseccomp-for-all-archs.patch \ |
| " |
| |
| DEPENDS += "gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev" |
| |
| inherit features_check gtk-doc |
| REQUIRED_DISTRO_FEATURES += "x11" |
| |
| GTKDOC_MESON_OPTION = "gtk_doc" |
| EXTRA_OEMESON = "-Ddesktop_docs=false" |
| |
| PACKAGES =+ "libgnome-desktop3" |
| FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" |
| |
| RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas" |