# Contributor: Natanael Copa # Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=gsettings-desktop-schemas pkgver=3.36.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() { meson \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=plain \ . output ninja -C output } check() { ninja -C output test } package() { DESTDIR="$pkgdir" ninja -C output install } sha512sums="26993bac37b39392603bbab85d12f20c79d0193f603dff953e5607917369437e215008aa79723efbfcf6c1ee622866fe823f5ef05296b5041491970857ea390b gsettings-desktop-schemas-3.36.0.tar.xz"