2020-11-04 17:43:14 +00:00
|
|
|
SUMMARY = "GNOME disk utility"
|
2022-05-28 15:20:07 +00:00
|
|
|
LICENSE = "GPL-2.0-only"
|
2020-11-04 17:43:14 +00:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
|
|
|
|
SECTION = "x11/gnome"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
gtk+3 \
|
|
|
|
libdvdread \
|
|
|
|
libcanberra \
|
|
|
|
libnotify \
|
|
|
|
libsecret \
|
|
|
|
libpwquality \
|
|
|
|
udisks2 \
|
2022-05-29 18:18:27 +00:00
|
|
|
libhandy \
|
2020-11-04 17:43:14 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
|
2022-05-29 18:18:27 +00:00
|
|
|
inherit gnomebase gsettings gtk-icon-cache gettext features_check mime-xdg
|
2020-11-04 17:43:14 +00:00
|
|
|
|
2022-05-29 18:18:27 +00:00
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit"
|
2020-11-04 17:43:14 +00:00
|
|
|
|
|
|
|
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"
|
|
|
|
|
2022-05-29 18:18:27 +00:00
|
|
|
SRC_URI += "file://0001-Don-t-display-ignored-disks.patch"
|
2021-05-05 12:45:55 +00:00
|
|
|
|
2022-05-29 18:18:27 +00:00
|
|
|
SRC_URI[archive.sha256sum] = "1b6564454d67426322cb3bfc5a5558653bfc7dfeea2ae0825b1d08629f01090b"
|
2021-05-05 12:45:55 +00:00
|
|
|
|
2022-05-29 18:18:27 +00:00
|
|
|
EXTRA_OEMESON = "-Dman=false"
|
2020-11-04 17:43:14 +00:00
|
|
|
|
2022-05-28 15:20:07 +00:00
|
|
|
FILES:${PN} += " \
|
2020-11-04 17:43:14 +00:00
|
|
|
${datadir}/metainfo \
|
|
|
|
${datadir}/dbus-1 \
|
|
|
|
"
|