# Description: Düşen blokları bir araya getirin (GNOME için Tetris benzeri oyun)
# URL: https://live.gnome.org/Quadrapassel
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache intltool itstool gobject-introspection desktop-file-utils hicolor-icon-theme clutter-gtk libcanberra librsvg

name=quadrapassel
version=3.22.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 --sysconfdir=/etc --localstatedir=/var \
   --disable-schemas-compile
make
make DESTDIR=$PKG install
}
