diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:43 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | d717c20e3348a34691d9c7123fb809d6958f029e (patch) | |
tree | d9a49334ab64ada37714d86a2d2cf3121d28b68b /meta-gnome/recipes-gnome | |
parent | 45f769b54f9ac23807c4467a50d9c2ef2cd6f3c4 (diff) | |
download | meta-openembedded-d717c20e3348a34691d9c7123fb809d6958f029e.tar.gz |
gnome-autoar: upgrade 0.3.3 -> 0.4.1 / build with meson
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 <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.1.bb (renamed from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb) | 7 |
1 files changed, 6 insertions, 1 deletions
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 index 3e7b254a8..415368c7f 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 = " \ | |||
7 | libarchive \ | 7 | libarchive \ |
8 | " | 8 | " |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
12 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
13 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
14 | |||
10 | inherit gnomebase gobject-introspection gtk-doc vala | 15 | inherit gnomebase gobject-introspection gtk-doc vala |
11 | 16 | ||
12 | SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" | 17 | SRC_URI[archive.sha256sum] = "646bd50ebad92d91c1be89097a15364156157442cac1471ded7ecb27d9a9150e" |
13 | 18 | ||
14 | do_compile:prepend() { | 19 | do_compile:prepend() { |
15 | export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" | 20 | export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" |