milis/talimatname/genel/g/geary/talimat

18 lines
572 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: GNOME masaüstü için hafif bir e-posta istemcisi
# 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
# Grup: ağ
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
}