From patchwork Mon Mar 25 21:14:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 41489 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A70DC54E58 for ; Mon, 25 Mar 2024 21:14:52 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.web10.3612.1711401283835242024 for ; Mon, 25 Mar 2024 14:14:44 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd78.aul.t-online.de (fwd78.aul.t-online.de [10.223.144.104]) by mailout05.t-online.de (Postfix) with SMTP id 2CD1E2DD0 for ; Mon, 25 Mar 2024 22:14:21 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.34.236]) by fwd78.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rore8-0pBZRJ0; Mon, 25 Mar 2024 22:14:20 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] file-roller: update 43.1 -> 44.0 Date: Mon, 25 Mar 2024 22:14:42 +0100 Message-ID: <20240325211442.15463-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1711401260-5DF5F979-B679CF54/0/0 CLEAN NORMAL X-TOI-MSGID: 259dda99-ada7-4973-95bf-a50f5af1a081 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 25 Mar 2024 21:14:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/109609 - 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) --- .../{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 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 ??= ""