mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
version 3.40.0 -------------- Bugs fixed: * Error when creating an archive with no extension (!99) * Fixed encrypted files emblem (!120) * Open destination: fixed when using junk_paths (!112) New or updated application translations: * Romanian (Florentina Mușat) * Ukrainian (Yuri Chornoivan) version 3.39.1 -------------- New features and user visibile changes: * Let nautilus handle properly rar files. (Simental Magana, Marcos) (!1813) * Remember If Showing Other Options. (programmer-ceds) * Action Enter key in password field. (programmer-ceds) * libarchive: multicore xz compression. (Julian Groß) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
28 lines
805 B
BlitzBasic
28 lines
805 B
BlitzBasic
SUMMARY = "An archive manager utility for the GNOME Environment"
|
|
LICENSE="GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0-native \
|
|
gtk+3 \
|
|
libarchive \
|
|
libnotify \
|
|
"
|
|
|
|
inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even mime-xdg
|
|
|
|
SRC_URI[archive.sha256sum] = "4a2886a3966200fb0a9cbba4e2b79f8dad9d26556498aacdaed71775590b3c0d"
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'packagekit', '', d)}"
|
|
|
|
PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus"
|
|
PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/metainfo \
|
|
${libdir}/nautilus \
|
|
"
|