12345678910111213141516171819202122232425262728293031323334 |
- 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 \
- "
|