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

26 lines
1000 B
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 gnome pkgconfig upstream-version-is-even gobject-introspection
2019-01-15 12:02:49 -05:00
2019-04-06 21:23:45 -04:00
SRC_URI[archive.md5sum] = "e423ed6d648c6c4f9798fa9cd9ea8d99"
SRC_URI[archive.sha256sum] = "a6393dc5fc29fc0652ac84c73b3da205d0b0168128c4cf6d27797a08f3d07b54"
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