From 33d76f24816a626a52bdc14eda67fe2d6a7216b0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 25 Mar 2024 22:14:42 +0100 Subject: 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 --- .../recipes-gnome/file-roller/file-roller_43.1.bb | 43 -------------------- .../recipes-gnome/file-roller/file-roller_44.0.bb | 46 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 43 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb create mode 100644 meta-gnome/recipes-gnome/file-roller/file-roller_44.0.bb diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb deleted file mode 100644 index 0b9dd741fa..0000000000 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_43.1.bb +++ /dev/null @@ -1,43 +0,0 @@ -SUMMARY = "An archive manager utility for the GNOME Environment" -LICENSE="GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - - -DEPENDS = " \ - desktop-file-utils-native \ - glib-2.0-native \ - glib-2.0 \ - json-glib \ - gtk+3 \ - libarchive \ - libhandy \ - libportal \ -" - -inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache features_check - -REQUIRED_DISTRO_FEATURES = "opengl" - -EXTRA_OEMESON += "-Dintrospection=enabled" - -SRC_URI[archive.sha256sum] = "84994023997293beb345d9793db8f5f0bbb41faa155c6ffb48328f203957ad08" - -PACKAGECONFIG ??= "" - -PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" -PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,,packagekit" - -FILES:${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/metainfo \ - ${libdir}/nautilus \ -" - -EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross" - -do_write_config:append() { - cat >${WORKDIR}/meson-${PN}.cross <${WORKDIR}/meson-${PN}.cross <