summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-12-11 19:58:43 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-11 11:53:07 -0800
commita58ef05e3dd9823e51bcce0f865fc7d910fa3591 (patch)
tree5781ebe1df74f3acd7cc13b10a400afcc9742eae
parent80d8ebac0e56fcc4e8f57c6a25c634c5cfbb9a5b (diff)
downloadmeta-openembedded-a58ef05e3dd9823e51bcce0f865fc7d910fa3591.tar.gz
file-roller: update 44.3 -> 44.4
- 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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/file-roller/file-roller_44.4.bb (renamed from meta-gnome/recipes-gnome/file-roller/file-roller_44.3.bb)6
1 files changed, 2 insertions, 4 deletions
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
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 = " \
17 17
18inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache features_check 18inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache features_check
19 19
20SRC_URI[archive.sha256sum] = "b8c309da3aa784c719558c3466402378f4a3d6cae8ed77cf6849aacd56ceb9ec"
21
20REQUIRED_DISTRO_FEATURES = "opengl" 22REQUIRED_DISTRO_FEATURES = "opengl"
21 23
22EXTRA_OEMESON += "-Dintrospection=enabled" 24EXTRA_OEMESON += "-Dintrospection=enabled"
23 25
24SRC_URI = "git://gitlab.gnome.org/GNOME/file-roller.git;protocol=https;branch=master"
25SRCREV = "d4f3b970bd7dd07d8f539433628eba10551aa629"
26S = "${WORKDIR}/git"
27
28PACKAGECONFIG ??= "" 26PACKAGECONFIG ??= ""
29 27
30PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" 28PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus"