gsettings-desktop-schemas: update to 3.38.0
This commit is contained in:
parent
c3a09cefda
commit
09e7096acc
|
@ -1,13 +0,0 @@
|
|||
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)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gsettings-desktop-schemas'
|
||||
pkgname=gsettings-desktop-schemas
|
||||
version=3.36.0
|
||||
revision=2
|
||||
version=3.38.0
|
||||
revision=1
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||
|
@ -12,7 +12,7 @@ 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=764ab683286536324533a58d4e95fc57f81adaba7d880dd0ebbbced63e960ea6
|
||||
checksum=5704c8266004b296036671f223c705dc046aa694a1b1abb87c67e7d2747a8c67
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue