From 1f2ef3b143e1da6cf72311ed4685dc988f4dc0e6 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Tue, 12 Mar 2019 00:36:17 +0100 Subject: [PATCH] gsettings-desktop-schemas: update to 3.32.0. --- .../patches/fix-cross-gir.patch | 13 +++++++++++++ srcpkgs/gsettings-desktop-schemas/template | 12 ++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 srcpkgs/gsettings-desktop-schemas/patches/fix-cross-gir.patch diff --git a/srcpkgs/gsettings-desktop-schemas/patches/fix-cross-gir.patch b/srcpkgs/gsettings-desktop-schemas/patches/fix-cross-gir.patch new file mode 100644 index 0000000000..b299d5c9cd --- /dev/null +++ b/srcpkgs/gsettings-desktop-schemas/patches/fix-cross-gir.patch @@ -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) diff --git a/srcpkgs/gsettings-desktop-schemas/template b/srcpkgs/gsettings-desktop-schemas/template index c25dd30cfe..7adfb2a131 100644 --- a/srcpkgs/gsettings-desktop-schemas/template +++ b/srcpkgs/gsettings-desktop-schemas/template @@ -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 " 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"