17 lines
573 B
Plaintext
17 lines
573 B
Plaintext
|
# 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
|
||
|
}
|