gsettings-desktop-schemas.paketlendi

This commit is contained in:
milisarge 2017-05-15 15:18:22 +03:00
parent 0af5a16970
commit e28af01c67

View file

@ -4,13 +4,13 @@
# Depends on: intltool glib gobject-introspection # Depends on: intltool glib gobject-introspection
name=gsettings-desktop-schemas name=gsettings-desktop-schemas
version=3.18.1 version=3.24.0
release=1 release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }