blob: 3ab9668ecb9fb601a676c70e3ff4f942737ab04a [file] [log] [blame]
Brad Bishop23eaf032019-11-20 05:15:02 -05001SUMMARY = "An archive manager utility for the GNOME Environment"
2LICENSE="GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4
5GNOMEBASEBUILDCLASS = "meson"
6
7DEPENDS = " \
8 glib-2.0-native \
9 gtk+3 \
Brad Bishop23eaf032019-11-20 05:15:02 -050010 libarchive \
11 libnotify \
12"
13
Brad Bishop8410d612019-11-25 09:40:59 -050014inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even
Brad Bishop23eaf032019-11-20 05:15:02 -050015
Brad Bishope42b3e32020-01-15 22:08:42 -050016SRC_URI[archive.md5sum] = "5e098bb254d34f48a9b5761b468f4240"
17SRC_URI[archive.sha256sum] = "be111fb877dc1eb487ec5d6e2b72ba5defe1ab8033a6a6b9b9044a2a7787e22a"
Brad Bishop23eaf032019-11-20 05:15:02 -050018
19PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus"
20
21FILES_${PN} += " \
22 ${datadir}/dbus-1 \
23 ${datadir}/metainfo \
24 ${libdir}/nautilus \
25"