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