Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 1 | SUMMARY = "An archive manager utility for the GNOME Environment" |
| 2 | LICENSE="GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 4 | |
| 5 | GNOMEBASEBUILDCLASS = "meson" |
| 6 | |
| 7 | DEPENDS = " \ |
| 8 | glib-2.0-native \ |
| 9 | gtk+3 \ |
| 10 | nautilus \ |
| 11 | libarchive \ |
| 12 | libnotify \ |
| 13 | " |
| 14 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame^] | 15 | inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 16 | |
| 17 | SRC_URI[archive.md5sum] = "e79715bb2400df83c0f67cc0cce2b655" |
| 18 | SRC_URI[archive.sha256sum] = "c60a79e0baf74cb1c09a1c8f5ffe0d6e311227ca14ecc5b1156beb3715341a71" |
| 19 | |
| 20 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus" |
| 21 | |
| 22 | FILES_${PN} += " \ |
| 23 | ${datadir}/dbus-1 \ |
| 24 | ${datadir}/metainfo \ |
| 25 | ${libdir}/nautilus \ |
| 26 | " |