From 169888e3fb123dcf45fd8a498a9316bc1b4ecfd6 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Wed, 13 Mar 2019 17:36:43 +0100 Subject: [PATCH] template-glib: update to 3.32.0. --- .../template-glib/patches/fix-gir-cross.patch | 17 ----------------- srcpkgs/template-glib/template | 8 ++++---- 2 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/template-glib/patches/fix-gir-cross.patch diff --git a/srcpkgs/template-glib/patches/fix-gir-cross.patch b/srcpkgs/template-glib/patches/fix-gir-cross.patch deleted file mode 100644 index f69f3b38e73..00000000000 --- a/srcpkgs/template-glib/patches/fix-gir-cross.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/src/meson.build b/src/meson.build -index 08d325b..5adef72 100644 ---- src/meson.build -+++ src/meson.build -@@ -174,7 +174,10 @@ if get_option('with_introspection') - install: true, - install_dir_gir: girdir, - install_dir_typelib: typelibdir, -- extra_args: [ '--c-include=tmpl-glib.h' ], -+ extra_args: [ -+ '--c-include=tmpl-glib.h', -+ '-DTMPL_GLIB_COMPILATION', -+ ], - ) - - if get_option('with_vapi') - diff --git a/srcpkgs/template-glib/template b/srcpkgs/template-glib/template index 165c73a05b5..4e9bd215da1 100644 --- a/srcpkgs/template-glib/template +++ b/srcpkgs/template-glib/template @@ -1,7 +1,7 @@ # Template file for 'template-glib' pkgname=template-glib -version=3.30.0 -revision=2 +version=3.32.0 +revision=1 build_style=meson build_helper="gir" configure_args="-Denable_gtk_doc=false -Dwith_introspection=true @@ -9,11 +9,11 @@ configure_args="-Denable_gtk_doc=false -Dwith_introspection=true hostmakedepends="pkg-config vala glib-devel flex" makedepends="libglib-devel" short_desc="Supports calling into GObject Introspection from templates" -maintainer="Rasmus Thomsen " +maintainer="Rasmus Thomsen " license="GPL-3.0-or-later" homepage="https://gitlab.gnome.org/GNOME/template-glib" distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.tar.xz" -checksum=cf690d391bfc71036e31867df6da90315a3db83f739a8657f580b941b96e3649 +checksum=39a334f5db404fa8b225224766684f2f63f5ec4cf4e971cfc513f1db35e81fbc case "$XBPS_TARGET_MACHINE" in i686-musl|x86_64-musl) ;;