# Description: GNOME için saat uygulaması
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gtk3 libcanberra gnome-desktop libnotify libgweather desktop-file-utils geoclue2 geocode-glib gsound

name=gnome-clocks
version=3.22.1
release=1

source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
cd $name-$version
./configure --prefix=/usr 
make
make DESTDIR=$PKG install
}
