gsettings-desktop-schemas: update to 3.32.0.
This commit is contained in:
parent
99fc588f00
commit
1f2ef3b143
2 changed files with 19 additions and 6 deletions
|
@ -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)
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gsettings-desktop-schemas'
|
# Template file for 'gsettings-desktop-schemas'
|
||||||
pkgname=gsettings-desktop-schemas
|
pkgname=gsettings-desktop-schemas
|
||||||
version=3.28.1
|
version=3.32.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
build_style=meson
|
||||||
hostmakedepends="pkg-config intltool glib-devel"
|
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||||
|
hostmakedepends="pkg-config glib-devel"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="Collection of GSettings schemas"
|
short_desc="Collection of GSettings schemas"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
|
homepage="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f88ea6849ffe897c51cfeca5e45c3890010c82c58be2aee18b01349648e5502f
|
checksum=2d59b4b3a548859dfae46314ee4666787a00d5c82db382e97df7aa9d0e310a35
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue