From 44c418a09a3dbd3d524946ed23e3ef57aa2fee30 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 4 Apr 2021 00:11:48 +0200 Subject: [PATCH] libgxps: update to 0.3.2. --- srcpkgs/libgxps/patches/fix-gir-cross.patch | 14 -------------- srcpkgs/libgxps/template | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/libgxps/patches/fix-gir-cross.patch diff --git a/srcpkgs/libgxps/patches/fix-gir-cross.patch b/srcpkgs/libgxps/patches/fix-gir-cross.patch deleted file mode 100644 index 4685b98184..0000000000 --- a/srcpkgs/libgxps/patches/fix-gir-cross.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/meson.build b/meson.build -index a34a616..2d6eb1e 100644 ---- meson.build -+++ meson.build -@@ -131,7 +131,7 @@ libm_dep = cc.find_library('m', required: false) - - gnome = import('gnome') - gir = find_program('g-ir-scanner', required: false) --build_gir = gir.found() and not meson.is_cross_build() and not get_option('disable-introspection') -+build_gir = gir.found() and not get_option('disable-introspection') - - configure_file(output: 'config.h', configuration: cdata) - - diff --git a/srcpkgs/libgxps/template b/srcpkgs/libgxps/template index 6a353e1ca8..075c6e54e4 100644 --- a/srcpkgs/libgxps/template +++ b/srcpkgs/libgxps/template @@ -1,7 +1,7 @@ # Template file for 'libgxps' pkgname=libgxps -version=0.3.1 -revision=3 +version=0.3.2 +revision=1 build_style=meson build_helper="gir" configure_args="-Denable-test=false @@ -14,7 +14,7 @@ maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/libgxps" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=1a939fc8fcea9471b7eca46b1ac90cff89a30d26f65c7c9a375a4bf91223fa94 +checksum=6d27867256a35ccf9b69253eb2a88a32baca3b97d5f4ef7f82e3667fa435251c # Package build options build_options="gir"