opt/gsettings-desktop-schemas/Pkgfile
2018-04-02 19:42:13 +10:00

24 lines
499 B
Plaintext

# Description: Shared GSettings schemas for the desktop
# URL: http://live.gnome.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib intltool
name=gsettings-desktop-schemas
version=3.28.0
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}