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

18 lines
565 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# Description: GNOME'da fotoğraflarınıza erişin, bunları organize edin ve paylaşın.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache babl exempi gegl gfbgraph gnome-desktop gnome-online-accounts grilo libgdata libexif tracker libgexiv2
name=gnome-photos
version=3.22.2
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 -j1
make DESTDIR=$PKG install
}