Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "An archive manager utility for the GNOME Environment" |
| 2 | LICENSE="GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 4 | |
| 5 | GNOMEBASEBUILDCLASS = "meson" |
| 6 | |
| 7 | DEPENDS = " \ |
| 8 | desktop-file-utils-native \ |
| 9 | glib-2.0-native \ |
| 10 | glib-2.0 \ |
| 11 | json-glib \ |
| 12 | gtk+3 \ |
| 13 | libarchive \ |
| 14 | libhandy \ |
| 15 | libportal \ |
| 16 | " |
| 17 | |
| 18 | inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache features_check |
| 19 | |
| 20 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 21 | |
| 22 | EXTRA_OEMESON += "-Dintrospection=enabled" |
| 23 | |
| 24 | SRC_URI[archive.sha256sum] = "298729fdbdb9da8132c0bbc60907517d65685b05618ae05167335e6484f573a1" |
| 25 | |
| 26 | PACKAGECONFIG ??= "" |
| 27 | |
| 28 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" |
| 29 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,,packagekit" |
| 30 | |
| 31 | FILES:${PN} += " \ |
| 32 | ${datadir}/dbus-1 \ |
| 33 | ${datadir}/metainfo \ |
| 34 | ${libdir}/nautilus \ |
| 35 | " |