# 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
}
