From a58ef05e3dd9823e51bcce0f865fc7d910fa3591 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 11 Dec 2024 19:58:43 +0100 Subject: [PATCH] file-roller: update 44.3 -> 44.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - use tarball release Version 44.4 ~~~~~~~~~~~~ Released: 2024-11-24 Features: * Added bzip3 support. (!266) * File selector: show volumes and allow to mount unmounted volumes. (!258) * New archive dialog: allow to use all the possible extensions a mime type supports, and allow to specify a name without extension, which will be concatenated to the selected extension to get the full name. (!275) (!267) * File selector: save and restore the sort order. (!246) * Properties dialog: show an icon, make the headerbar flat. Bugfixes: * Error opening rar archive in RAR4 format and password protected. (!279) * Rar: fixed file list parsing for some encrypted archives. (!277) * Fixed error when renaming a file inside an encrypted archive. (!276) * Disabled the native appchooser by default. (!217) * 'Show destination' sometimes opens the wrong folder. (!255) * 'Show destination' sometimes doesn't show anything. * Use the native appchooser only for a single file. (!221) * Show flat headerbar in empty state. (!216) * Fixed error messages impossible to close. (!257) * Fixed segfaults when opening an empty .deb file. (!253) * --extract-to keeps asking to create a directory. (!254) * Fixed wrong context menu item activation. (!268) * Avoid the exit timeout unless file-roller was launched with `--service`. (FeRD (Frank Dana)) (!34) * Error when opening the created archive after saving as 7zip multi-volume. Translations: * Belarusian (Yuras Shumovich) * Brazilian Portuguese (Juliano de Souza Camargo) * English - United Kingdom (Andi Chandler) * Hindi (Scrambled777) * Portuguese (Hugo Carvalho) * Slovak (Dušan Kazik) * srpski (Marko M. Kostić) * Thai (Theppitak Karoonboonyanan) * српски (Марко М. Костић) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{file-roller_44.3.bb => file-roller_44.4.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-gnome/recipes-gnome/file-roller/{file-roller_44.3.bb => file-roller_44.4.bb} (86%) diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_44.3.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_44.4.bb similarity index 86% rename from meta-gnome/recipes-gnome/file-roller/file-roller_44.3.bb rename to meta-gnome/recipes-gnome/file-roller/file-roller_44.4.bb index a195d43f0c..8f2c6b7fe5 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_44.3.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_44.4.bb @@ -17,14 +17,12 @@ DEPENDS = " \ inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache features_check +SRC_URI[archive.sha256sum] = "b8c309da3aa784c719558c3466402378f4a3d6cae8ed77cf6849aacd56ceb9ec" + REQUIRED_DISTRO_FEATURES = "opengl" EXTRA_OEMESON += "-Dintrospection=enabled" -SRC_URI = "git://gitlab.gnome.org/GNOME/file-roller.git;protocol=https;branch=master" -SRCREV = "d4f3b970bd7dd07d8f539433628eba10551aa629" -S = "${WORKDIR}/git" - PACKAGECONFIG ??= "" PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus"