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 = " \
|
2024-05-08 11:00:03 -04:00
|
|
|
desktop-file-utils-native \
|
2020-11-04 12:43:14 -05:00
|
|
|
gtk+3 \
|
|
|
|
libdvdread \
|
|
|
|
libnotify \
|
|
|
|
libsecret \
|
|
|
|
libpwquality \
|
|
|
|
udisks2 \
|
2022-05-29 14:18:27 -04:00
|
|
|
libhandy \
|
2024-05-08 11:00:03 -04:00
|
|
|
xz \
|
2020-11-04 12:43:14 -05:00
|
|
|
"
|
|
|
|
|
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
|
|
|
|
2024-05-08 11:00:03 -04:00
|
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "polkit"
|
2020-11-04 12:43:14 -05:00
|
|
|
|
2024-05-08 11:00:03 -04:00
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)}"
|
2020-11-04 12:43:14 -05:00
|
|
|
|
|
|
|
# As soon as elogind is of interest this needs rework: meson option is combo
|
|
|
|
PACKAGECONFIG[systemd] = "-Dlogind=libsystemd,-Dlogind=none,systemd"
|
2024-05-08 11:00:03 -04:00
|
|
|
PACKAGECONFIG[x11] = ",,libcanberra"
|
2020-11-04 12:43:14 -05:00
|
|
|
|
2024-05-08 11:00:03 -04:00
|
|
|
SRC_URI:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'file://0001-gnome-disk-utility-remove-libcanberra-dependency.patch', '', d)}"
|
|
|
|
SRC_URI[archive.sha256sum] = "464649148c6d6771f1ac2ebfe43a4e519205b11c2d914a09f2a001821d06957d"
|
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
|
|
|
|
2024-05-08 11:00:03 -04:00
|
|
|
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
FILES:${PN} += " \
|
2020-11-04 12:43:14 -05:00
|
|
|
${datadir}/metainfo \
|
|
|
|
${datadir}/dbus-1 \
|
|
|
|
"
|