From acc186cb4b7056fbb3032c276d7050fdbd90840b Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 9 Jun 2021 08:38:11 +0200 Subject: gnome-autoar; upgrade 0.3.2 -> 0.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major changes in 0.3.3: * extractor: Fix extraction of one file archives (Ondrej Holy) * compressor: Fix usage of uninitialized value (Ondrej Holy) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb | 17 ----------------- .../recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb create mode 100644 meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb deleted file mode 100644 index 8eba859419..0000000000 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "GNOME archive library" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -DEPENDS = " \ - gtk+3 \ - libarchive \ -" - -inherit gnomebase gobject-introspection gtk-doc vala - -SRC_URI[archive.md5sum] = "3c8da1a8489255f2aaa5fdb690308e5d" -SRC_URI[archive.sha256sum] = "a48c4d5ce9a9ed05ba8bc8fdeb9af2d1a7bd8091c2911d6c37223c4f488f7c72" - -do_compile_prepend() { - export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" -} 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.3.3.bb new file mode 100644 index 0000000000..5d7a9a6575 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb @@ -0,0 +1,16 @@ +SUMMARY = "GNOME archive library" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = " \ + gtk+3 \ + libarchive \ +" + +inherit gnomebase gobject-introspection gtk-doc vala + +SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" + +do_compile_prepend() { + export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" +} -- cgit 1.2.3-korg