2020-03-28 01:40:57 +01:00

23 lines
516 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.36.0
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
}