mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 15:12:20 +01:00
23 lines
516 B
Plaintext
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
|
|
|
|
}
|