18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
|
# Description: GNOME takvimi
|
||
|
# URL: http://www.gnome.org
|
||
|
# Packager: yasarciv67@gmail.com
|
||
|
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache evolution-data-server desktop-file-utils intltool python
|
||
|
|
||
|
name=gnome-calendar
|
||
|
version=3.22.2
|
||
|
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
|
||
|
}
|