mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
35 lines
827 B
BlitzBasic
35 lines
827 B
BlitzBasic
SUMMARY = "GNOME disk utility"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SECTION = "x11/gnome"
|
|
|
|
DEPENDS = " \
|
|
gtk+3 \
|
|
libdvdread \
|
|
libcanberra \
|
|
libnotify \
|
|
libsecret \
|
|
libpwquality \
|
|
udisks2 \
|
|
libhandy \
|
|
"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase gsettings gtk-icon-cache gettext features_check mime-xdg
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
|
|
|
# As soon as elogind is of interest this needs rework: meson option is combo
|
|
PACKAGECONFIG[systemd] = "-Dlogind=libsystemd,-Dlogind=none,systemd"
|
|
|
|
SRC_URI[archive.sha256sum] = "2a4b99ac11ca23394b28c5584b9e96284e8c5a4da65cf06207de54f42b1ff141"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/metainfo \
|
|
${datadir}/dbus-1 \
|
|
"
|