From dc5a8b9d0993b47c8fd944c18ac80cbc820242a4 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 6 Mar 2019 02:00:33 -0300 Subject: [PATCH] totem-pl-parser: update to 3.26.3. --- .../patches/fix-gir-cross.patch | 24 ------------------- srcpkgs/totem-pl-parser/template | 6 ++--- 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/totem-pl-parser/patches/fix-gir-cross.patch diff --git a/srcpkgs/totem-pl-parser/patches/fix-gir-cross.patch b/srcpkgs/totem-pl-parser/patches/fix-gir-cross.patch deleted file mode 100644 index 25b68c85689..00000000000 --- a/srcpkgs/totem-pl-parser/patches/fix-gir-cross.patch +++ /dev/null @@ -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], - diff --git a/srcpkgs/totem-pl-parser/template b/srcpkgs/totem-pl-parser/template index 0cc03bbaae4..f6efedee241 100644 --- a/srcpkgs/totem-pl-parser/template +++ b/srcpkgs/totem-pl-parser/template @@ -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 " 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"