gsettings-desktop-schemas.paketlendi

This commit is contained in:
milisarge 2017-05-15 15:18:22 +03:00
parent 0af5a16970
commit e28af01c67
1 changed files with 5 additions and 5 deletions

View File

@ -4,13 +4,13 @@
# Depends on: intltool glib gobject-introspection
name=gsettings-desktop-schemas
version=3.18.1
version=3.24.0
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
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}