| SUMMARY = "An archive manager utility for the GNOME Environment" |
| LICENSE="GPL-2.0-only" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| |
| GNOMEBASEBUILDCLASS = "meson" |
| |
| DEPENDS = " \ |
| desktop-file-utils-native \ |
| glib-2.0-native \ |
| glib-2.0 \ |
| json-glib \ |
| gtk+3 \ |
| libarchive \ |
| libhandy \ |
| libportal \ |
| " |
| |
| inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache features_check |
| |
| REQUIRED_DISTRO_FEATURES = "opengl" |
| |
| EXTRA_OEMESON += "-Dintrospection=enabled" |
| |
| SRC_URI[archive.sha256sum] = "298729fdbdb9da8132c0bbc60907517d65685b05618ae05167335e6484f573a1" |
| |
| PACKAGECONFIG ??= "" |
| |
| PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" |
| PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,,packagekit" |
| |
| FILES:${PN} += " \ |
| ${datadir}/dbus-1 \ |
| ${datadir}/metainfo \ |
| ${libdir}/nautilus \ |
| " |