2018-04-02 19:42:13 +10:00
|
|
|
# Description: Shared GSettings schemas for the desktop
|
|
|
|
# URL: http://live.gnome.org/
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2018-07-02 00:44:17 +10:00
|
|
|
# Depends on: gobject-introspection intltool
|
2018-04-02 19:42:13 +10:00
|
|
|
|
|
|
|
name=gsettings-desktop-schemas
|
2020-10-04 21:57:41 +11:00
|
|
|
version=3.38.0
|
2020-01-01 17:00:03 +11:00
|
|
|
release=1
|
2018-04-02 19:42:13 +10:00
|
|
|
source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
2020-01-01 17:00:03 +11:00
|
|
|
meson build --prefix /usr
|
|
|
|
ninja -C build -j ${JOBS:-1}
|
|
|
|
DESTDIR="$PKG" ninja -C build install
|
2018-04-02 19:42:13 +10:00
|
|
|
|
|
|
|
rm -r $PKG/usr/share/locale
|
|
|
|
}
|