diff mbox series

[meta-gnome] file-roller: update 43.1 -> 44.0

Message ID 20240325211442.15463-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] file-roller: update 43.1 -> 44.0 | expand

Commit Message

Markus Volk March 25, 2024, 9:14 p.m. UTC
- 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) <http://darkbear.mercusysddns.com/ (Cheng-Chia
   Tseng)
 * Chinese - China (lumingzh)
 * Danish (Alan Mortensen)
 * Deutsch (Jürgen Benvenuti)
 * Dutch (Nathan Follens)
 * Friulian (Fabio Tomat)
 * Galician (Fran Dieguez)
 * Georgian (Ekaterine Papava)
 * Hebrew (Yosef Or Boczko)
 * Hungarian (Balázs Úr)
 * Icelandic (Sveinn í Felli)
 * IE (OIS)
 * Indonesian (Kukuh Syafaat)
 * Kazakh (Baurzhan Muftakhidinov)
 * Nepali (Pawan Chitrakar)
 * Persian (Danial Behzadi)
 * Polish (Piotr Drąg)
 * Romanian (Florentina Mușat)
 * Slovak (Dušan Kazik)
 * Slovenian (Martin Srebotnjak)
 * Spanish - Spain (Daniel Mustieles)
 * suomi (Jiri Grönroos)
 * Swedish (Anders Jonsson)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)
 * Vietnamese (Trần Ngọc Quân)
 * čeština (Daniel Rusek)
 * Ελληνικά (Efstathios Iosifidis)
 * Русский (Ser82-png)

Help translations:
 * Chinese (China) (Boyuan Yang)
 * Galician <Proxecto Trasno (Fran Dieguez)
 * Polish (Piotr Drąg)
 * Swedish (Anders Jonsson)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)
 * русский (Ser82-png)

Version 43.0
----------------
Released: 2022-09-17

New features and user visible changes:

- Add read-only support for Apple’s `dmg` image format through 7-zip (!85)

Bugs fixed:

- Prevent libarchive backend from writing endless padding when extracting RAR archives (!87)

Other changes:

- Various source code clean-ups (!86)

Translation updates:

- Abkhazian (Nart Tlisha)
- Basque (Asier Sarasua Garmendia)
- Brazilian Portuguese (Enrico Nicoletto)
- Bulgarian (Alexander Shopov)
- Catalan (Jordi Mas)
- Chinese (China) (Luming Zh)
- Czech (Marek Černocký)
- Danish (Alan Mortensen)
- Finnish (Jiri Grönroos)
- French (Irénée THIRION)
- Galician (Fran Dieguez)
- German (Jürgen Benvenuti)
- Hungarian (Balázs Úr)
- Indonesian (Kukuh Syafaat)
- Korean (Seong-ho Cho)
- Latvian (Rūdolfs Mazurs)
- Lithuanian (Aurimas Černius)
- Occitan (Quentin PAGÈS)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Portuguese (Hugo Carvalho)
- Russian (Aleksandr Melman)
- Serbian (Марко Костић)
- Slovenian (Matej Urbančič)
- Spanish (Daniel Mustieles)
- Turkish (Sabri Ünal)
- Ukrainian (Yuri Chornoivan)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{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 mbox series

Patch

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 0b9dd741f..3daa1b570 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 ??= ""