milis/talimatname/genel/s/shotwell/talimat

20 lines
642 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GNOME masaüstü ortamı için tasarlanmış bir dijital fotoğraf düzenleyicisi.
2017-07-30 12:30:55 +02:00
# URL: http://www.gnome.org
2017-10-27 20:46:27 +02:00
# 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
2017-07-30 12:30:55 +02:00
2017-10-28 14:10:23 +02:00
isim=shotwell
surum=0.23.7
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-30 12:30:55 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-30 12:30:55 +02:00
./configure --prefix=/usr \
--disable-schemas-compile \
--disable-desktop-update \
--disable-icon-update
make
make DESTDIR=$PKG install
}