libgxps: update to 0.3.2.
This commit is contained in:
parent
9db7bffedd
commit
44c418a09a
2 changed files with 3 additions and 17 deletions
srcpkgs/libgxps
|
@ -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)
|
||||
|
||||
|
|
@ -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 <gottox@voidlinux.org>"
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue