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 \ |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 10 | libarchive \ |
| 11 | libnotify \ |
| 12 | " |
| 13 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 14 | inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 15 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame^] | 16 | SRC_URI[archive.md5sum] = "5e098bb254d34f48a9b5761b468f4240" |
| 17 | SRC_URI[archive.sha256sum] = "be111fb877dc1eb487ec5d6e2b72ba5defe1ab8033a6a6b9b9044a2a7787e22a" |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 18 | |
| 19 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus" |
| 20 | |
| 21 | FILES_${PN} += " \ |
| 22 | ${datadir}/dbus-1 \ |
| 23 | ${datadir}/metainfo \ |
| 24 | ${libdir}/nautilus \ |
| 25 | " |