citadel/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_3.38.1.bb

28 lines
1.1 KiB
BlitzBasic
Raw Normal View History

2018-01-18 18:19:47 -05:00
SUMMARY = "GNOME library which provides API shared by several components and applications"
SECTION = "x11/gnome"
LICENSE = "GPLv2 & LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
2019-04-06 21:23:45 -04:00
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gtk-icon-cache gconf mime pkgconfig upstream-version-is-even gobject-introspection
2019-01-15 12:02:49 -05:00
2019-08-22 00:32:02 -04:00
WARN_QA_remove = "unknown-configure-option"
SRC_URI += "file://0001-needs-stdint-include.patch"
SRC_URI[archive.md5sum] = "483a25ef26195127c92106df2b5d8416"
SRC_URI[archive.sha256sum] = "17903513fed60814e967512dd892751cb6a1d2716136232884bc65bd53cc3be0"
2018-01-18 18:19:47 -05:00
2019-04-06 21:23:45 -04:00
DEPENDS += "itstool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev libseccomp"
2018-01-18 18:19:47 -05:00
2019-04-06 21:23:45 -04:00
inherit gtk-doc
2018-01-18 18:19:47 -05:00
2019-04-06 21:23:45 -04:00
EXTRA_OEMESON = "-Ddesktop_docs=false -Dgnome_distributor='Subgraph'"
2018-01-18 18:19:47 -05:00
PACKAGES =+ "libgnome-desktop"
FILES_libgnome-desktop = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
RRECOMMENDS_libgnome-desktop += "gsettings-desktop-schemas"
2019-01-15 12:02:49 -05:00