From 5ddc56b3e0ae24ab91ded111dca10dfa8012139a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 Dec 2021 18:29:43 +0100 Subject: [PATCH] gnome-autoar: upgrade 0.3.3 -> 0.4.1 / build with meson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major changes in 0.4.1: * Fix regression of extraction in symlinked locations (Ondrej Holy) * Handle passphrase prompt cancellation to prevent showing error dialogs (Ondrej Holy) * Downgrade meson dependency to 0.56.0 (Felipe Borges, Ondrej Holy) Major changes in 0.4.0: * Port to meson build system (Iñigo Martínez, Peter Keresztes Schmidt) * Add support for creation of password-protected archives (Ondrej Holy) * Fix extraction of archives with absolute paths (Ondrej Holy) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gnome-autoar_0.3.3.bb => gnome-autoar_0.4.1.bb} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-autoar/{gnome-autoar_0.3.3.bb => gnome-autoar_0.4.1.bb} (57%) diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.1.bb similarity index 57% rename from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb rename to meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.1.bb index 3e7b254a8fa..415368c7f21 100644 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.1.bb @@ -7,9 +7,14 @@ DEPENDS = " \ libarchive \ " +GNOMEBASEBUILDCLASS = "meson" +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' +GTKDOC_MESON_OPTION = "gtk_doc" + inherit gnomebase gobject-introspection gtk-doc vala -SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" +SRC_URI[archive.sha256sum] = "646bd50ebad92d91c1be89097a15364156157442cac1471ded7ecb27d9a9150e" do_compile:prepend() { export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"