diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-09 08:38:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:21 -0700 |
commit | ea6102d22cbd586be00a2e133dd91afda5821d2d (patch) | |
tree | 3228cc4ed9cde858cd9e944501c288bc121e88ec /meta-gnome/recipes-gnome | |
parent | 629debd1959d2f595ef4e0f6a8dc86bf0275fbaf (diff) | |
download | meta-openembedded-contrib-ea6102d22cbd586be00a2e133dd91afda5821d2d.tar.gz |
file-roller: upgrade 3.38.1 -> 3.40.0
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>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb (renamed from meta-gnome/recipes-gnome/file-roller/file-roller_3.38.1.bb) | 4 |
1 files changed, 2 insertions, 2 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.40.0.bb index 379857c94ed..e4aeea26f0f 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_3.38.1.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb @@ -13,11 +13,11 @@ DEPENDS = " \ inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even mime-xdg -SRC_URI[archive.sha256sum] = "94a0130e12d321aa119793a14d09716523e2e4a61f29570cee53fd88dd6abc57" +SRC_URI[archive.sha256sum] = "4a2886a3966200fb0a9cbba4e2b79f8dad9d26556498aacdaed71775590b3c0d" PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'packagekit', '', d)}" -PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus" +PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false," FILES_${PN} += " \ |