Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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] = "6cee2ecd677d87eaa0eb5ebfa7b45fb3" |
| 11 | SRC_URI[archive.sha256sum] = "f7561a7a313fc474b2c390cd9696df1f5c1e1556080e43f4afe042b1060e5f2a" |
| 12 | |
| 13 | SRC_URI += " \ |
| 14 | file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \ |
| 15 | file://0001-configure.ac-Remove-gnome-common-macro-calls.patch \ |
| 16 | file://0001-Disable-libseccomp-sycall-filtering-mechanism.patch \ |
| 17 | " |
| 18 | |
| 19 | DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" |
| 20 | |
| 21 | inherit distro_features_check gtk-doc |
| 22 | REQUIRED_DISTRO_FEATURES = "x11" |
| 23 | |
| 24 | EXTRA_OECONF = "--disable-desktop-docs" |
| 25 | |
| 26 | PACKAGES =+ "libgnome-desktop3" |
| 27 | FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" |
| 28 | |
| 29 | RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas" |