milis/talimatname/genel/g/geary/talimat

17 lines
558 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: A lightweight email client for the GNOME desktop
2017-10-16 02:28:47 +02:00
# URL: http://www.yorba.org/projects/geary/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: cmake gnome-doc-utils tdb gobject-introspection intltool vala git gnome-keyring gmime iso-codes libcanberra libgee libnotify librsvg webkitgtk3
2017-10-16 02:28:47 +02:00
2017-10-28 14:10:23 +02:00
isim=geary
surum=0.11.4
devir=1
kaynak=(https://git.gnome.org/browse/geary/snapshot/$isim-$surum.tar.xz)
2017-10-16 02:28:47 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-10-16 02:28:47 +02:00
./configure --prefix=/usr --disable-schemas-compile --disable-desktop-update --disable-icon-update
make
make DESTDIR="${PKG}" install
}