diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/file-roller/file-roller_3.38.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/file-roller/file-roller_3.38.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_3.38.1.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_3.38.1.bb new file mode 100644 index 0000000000..379857c94e --- /dev/null +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_3.38.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 mime-xdg | ||
| 15 | |||
| 16 | SRC_URI[archive.sha256sum] = "94a0130e12d321aa119793a14d09716523e2e4a61f29570cee53fd88dd6abc57" | ||
| 17 | |||
| 18 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'packagekit', '', d)}" | ||
| 19 | |||
| 20 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus" | ||
| 21 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false," | ||
| 22 | |||
| 23 | FILES_${PN} += " \ | ||
| 24 | ${datadir}/dbus-1 \ | ||
| 25 | ${datadir}/metainfo \ | ||
| 26 | ${libdir}/nautilus \ | ||
| 27 | " | ||
