2020-03-03 18:05:46 +01:00

23 lines
517 B
Plaintext

# Description: Shared GSettings schemas for the desktop
# URL: http://live.gnome.org/
# Packager: Danny Rawlins, crux at romster dot me
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: gobject-introspection intltool
name=gsettings-desktop-schemas
version=3.35.91
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
meson build \
--prefix=/usr \
--libexecdir=/usr/lib/$name
DESTDIR=$PKG ninja -C build install
}