totem-pl-parser: update to 3.26.3.
This commit is contained in:
parent
f715ed10db
commit
dc5a8b9d09
|
@ -1,24 +0,0 @@
|
|||
diff --git a/meson_options.txt b/meson_options.txt
|
||||
index 9c32a5f..0fea01b 100644
|
||||
--- meson_options.txt
|
||||
+++ meson_options.txt
|
||||
@@ -6,3 +6,5 @@ option('enable-libgcrypt', type: 'combo', choices : ['yes', 'no', 'auto'], value
|
||||
description : 'Enable libgcrypt support.')
|
||||
option('enable-gtk-doc', type: 'boolean', value: 'false',
|
||||
description : 'Generate the API reference (depends on GTK-Doc)')
|
||||
+option('introspection', type: 'boolean', value: 'true',
|
||||
+ description : 'Generate GObject Introspection bindings')
|
||||
diff --git a/plparse/meson.build b/plparse/meson.build
|
||||
index bdfde9d..668a072 100644
|
||||
--- plparse/meson.build
|
||||
+++ plparse/meson.build
|
||||
@@ -121,7 +121,7 @@ if have_quvi
|
||||
endif
|
||||
|
||||
# Introspection
|
||||
-if not meson.is_cross_build()
|
||||
+if get_option('introspection')
|
||||
gnome.generate_gir(plparser_lib,
|
||||
sources: plparser_public_headers + plparser_sources + [
|
||||
totem_pl_parser_marshalers[1],
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'totem-pl-parser'
|
||||
pkgname=totem-pl-parser
|
||||
version=3.26.2
|
||||
revision=2
|
||||
version=3.26.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
# XXX needs libquvi>=0.9
|
||||
|
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="LGPL-2.0-or-later"
|
||||
homepage="https://gitlab.gnome.org/GNOME/totem-pl-parser"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=d386acf965a44597e25ddee4a42ccde3c649a55b657e3a605648815b70861c3a
|
||||
checksum=0efd01b8a0a9770d52fe7354d298874ed845449b88f3f78f49290729fc2d448d
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue