milis/talimatname/genel/gsettings-desktop-schemas/talimat

17 lines
403 B
Text
Raw Normal View History

2017-03-24 13:49:22 +02:00
# Description: Masaüstü için paylaşılan GSettings şemaları
2016-02-24 02:27:23 +02:00
# URL: http://www.gnome.org/
2017-01-31 03:37:09 +03:00
# Packager: milisarge
# Depends on: intltool glib gobject-introspection
2016-02-24 02:27:23 +02:00
name=gsettings-desktop-schemas
version=3.18.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}