# Contributor: Natanael Copa # Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=gsettings-desktop-schemas pkgver=3.38.0 pkgrel=0 pkgdesc="A collection of GSettings schemas" url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" arch="noarch" license="LGPL-2.0-or-later" makedepends="glib-dev gobject-introspection-dev meson" subpackages="$pkgname-dev $pkgname-lang" source="https://download.gnome.org/sources/gsettings-desktop-schemas/${pkgver%.*}/gsettings-desktop-schemas-$pkgver.tar.xz" build() { abuild-meson . output meson compile ${JOBS:+-j ${JOBS}} -C output } check() { meson test --no-rebuild -v -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums="5af7da90b8e7eec1c98e9e44653955f2882961dd9b5e2bf00e4eeb9f4f1149ae5171c600d457c6ab9c7482471c1a0e98f92f645a7ee7298e1b843c608f660756 gsettings-desktop-schemas-3.38.0.tar.xz"