20 lines
642 B
Plaintext
20 lines
642 B
Plaintext
# Tanım: GNOME masaüstü ortamı için tasarlanmış bir dijital fotoğraf düzenleyicisi.
|
||
# URL: http://www.gnome.org
|
||
# Paketçi: yasarciv67@gmail.com
|
||
# Gerekler: 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
|
||
|
||
isim=shotwell
|
||
surum=0.23.7
|
||
devir=1
|
||
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
./configure --prefix=/usr \
|
||
--disable-schemas-compile \
|
||
--disable-desktop-update \
|
||
--disable-icon-update
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|