milis/talimatname/genel/g/geary/talimat

17 lines
558 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: A lightweight email client for the GNOME desktop
# URL: http://www.yorba.org/projects/geary/
# Paketçi: milisarge
# Gerekler: cmake gnome-doc-utils tdb gobject-introspection intltool vala git gnome-keyring gmime iso-codes libcanberra libgee libnotify librsvg webkitgtk3
isim=geary
surum=0.11.4
devir=1
kaynak=(https://git.gnome.org/browse/geary/snapshot/$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
}