gsettings-desktop-schemas: update to 3.32.0.

This commit is contained in:
Rasmus Thomsen 2019-03-12 00:36:17 +01:00 committed by maxice8
parent 99fc588f00
commit 1f2ef3b143
2 changed files with 19 additions and 6 deletions

View File

@ -0,0 +1,13 @@
diff --git a/headers/meson.build b/headers/meson.build
index 3ce8b61..1132695 100644
--- headers/meson.build
+++ headers/meson.build
@@ -19,7 +19,7 @@ enums_xml = custom_target(
install: true,
install_dir: schemasdir)
-if not meson.is_cross_build() and get_option('introspection')
+if get_option('introspection')
noinst_lib = shared_library('noinst',
headers,
install: false)

View File

@ -1,18 +1,18 @@
# Template file for 'gsettings-desktop-schemas'
pkgname=gsettings-desktop-schemas
version=3.28.1
revision=2
build_style=gnu-configure
version=3.32.0
revision=1
build_helper="gir"
configure_args="$(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool glib-devel"
build_style=meson
configure_args="-Dintrospection=$(vopt_if gir true false)"
hostmakedepends="pkg-config glib-devel"
makedepends="libglib-devel"
short_desc="Collection of GSettings schemas"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=f88ea6849ffe897c51cfeca5e45c3890010c82c58be2aee18b01349648e5502f
checksum=2d59b4b3a548859dfae46314ee4666787a00d5c82db382e97df7aa9d0e310a35
# Package build options
build_options="gir"