From 33d76f24816a626a52bdc14eda67fe2d6a7216b0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 25 Mar 2024 22:14:42 +0100 Subject: [PATCH] file-roller: update 43.1 -> 44.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - file-roller was ported to gtk4 - use the git fetcher because there is not (yet?) a tarball release Version 44 ~~~~~~~~~~ Released: 2024-03-24 Bugfixes: * Fixes compilation when native app chooser is disabled (Amin Bandali) (!227) Translations: * French - France (Jean-Marc Tissières) * Hungarian (Balázs Úr) * Kabyle (ButterflyOfFire) * Slovenian (Martin Srebotnjak) Version 44.beta ~~~~~~~~~~~~~~~ Released: 2024-03-10 Bugfixes: * window: Fix incompatible pointer types (David King) (!225) * appdata: Fix reverse DNS developer id (Maximiliano Sandoval) Translations: * Catalan (Jordi Mas i Hernàndez) * Kazakh (Baurzhan Muftakhidinov) * Latvian (Rūdolfs Mazurs) Version 44.alpha ~~~~~~~~~~~~~~~~ Released: 2024-02-18 Features: * Ported to GTK4 Bugfixes: * Fixed filenames when opening from google-drive. (FeRD (Frank Dana)) (!212) * Disable broken deb package support. (Bastien Nocera) (!14) * properties.ui: fixed typo (!215) * new-archive-dialog: fixed untranslatable row name (!213) * Retire AppMenu and remove redundant codes. (Sabri Ünal) (!63) * appdata: file-roller is no longer default in GNOME (Anders Jonsson) (!210) * Redo the headerbar button tooltips to follow the GNOME HIG recommendations. (Jake Dane) (!189) * doap: Remove rdf resource (Maximiliano Sandoval R) (!35) Translations: * Abkhazian (Нанба Наала) * Basque (Asier Sarasua Garmendia) * Belarusian (Yuras Shumovich) * Catalan (Jordi Mas i Hernàndez) * Chinese (Traditional) Signed-off-by: Khem Raj --- .../{file-roller_43.1.bb => file-roller_44.0.bb} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/file-roller/{file-roller_43.1.bb => file-roller_44.0.bb} (84%) diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb similarity index 84% rename from meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb rename to meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb index 0b9dd741fa..3daa1b5706 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb @@ -8,7 +8,8 @@ DEPENDS = " \ glib-2.0-native \ glib-2.0 \ json-glib \ - gtk+3 \ + gtk4 \ + libadwaita \ libarchive \ libhandy \ libportal \ @@ -20,7 +21,9 @@ REQUIRED_DISTRO_FEATURES = "opengl" EXTRA_OEMESON += "-Dintrospection=enabled" -SRC_URI[archive.sha256sum] = "84994023997293beb345d9793db8f5f0bbb41faa155c6ffb48328f203957ad08" +SRC_URI = "git://gitlab.gnome.org/GNOME/file-roller.git;protocol=https;branch=master" +SRCREV = "f1c7714cf4c8989b9f3fa4c611887c29cf6df343" +S = "${WORKDIR}/git" PACKAGECONFIG ??= ""