milis/talimatname/genel/g/gnome-clocks/talimat

18 lines
511 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# 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
}