milis/talimatname/genel/s/shotwell/talimat

20 lines
659 B
Plaintext
Raw Normal View History

2017-07-30 12:30:55 +02:00
# Description: GNOME masaüstü ortamı için tasarlanmış bir dijital fotoğraf düzenleyicisi.
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: dconf desktop-file-utils hicolor-icon-theme gnome-doc-utils json-glib libgphoto2 libgee libgexiv2 gtk3 libgudev libraw libsoup libxml2 librest gstreamer1-plugins-base webkit2gtk3
name=shotwell
version=0.23.7
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-schemas-compile \
--disable-desktop-update \
--disable-icon-update
make
make DESTDIR=$PKG install
}