geary.paketlendi

This commit is contained in:
milisbir 2017-10-16 03:28:47 +03:00
parent a88466eec8
commit a139f387d8
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Description: A lightweight email client for the GNOME desktop
# URL: http://www.yorba.org/projects/geary/
# Packager: milisarge
# Depends on: cmake gnome-doc-utils tdb gobject-introspection intltool vala git gnome-keyring gmime iso-codes libcanberra libgee libnotify librsvg webkitgtk3
name=geary
version=0.11.4
release=1
source=(https://git.gnome.org/browse/geary/snapshot/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-schemas-compile --disable-desktop-update --disable-icon-update
make
make DESTDIR="${PKG}" install
}