diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb new file mode 100644 index 0000000000..3ab9668ecb --- /dev/null +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 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 | libarchive \ | ||
| 11 | libnotify \ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even | ||
| 15 | |||
| 16 | SRC_URI[archive.md5sum] = "5e098bb254d34f48a9b5761b468f4240" | ||
| 17 | SRC_URI[archive.sha256sum] = "be111fb877dc1eb487ec5d6e2b72ba5defe1ab8033a6a6b9b9044a2a7787e22a" | ||
| 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 | " | ||
