diff options
Diffstat (limited to 'community/geary/PKGBUILD')
-rwxr-xr-x | community/geary/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD index 4fdcbe03c..7a1f56786 100755 --- a/community/geary/PKGBUILD +++ b/community/geary/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 98024 2013-10-04 08:12:31Z alucryd $ +# $Id: PKGBUILD 102595 2013-12-16 08:40:54Z alucryd $ # Maintainer: Maxime Gauduin <alucryd at gmail dot com> # Contributor : sebikul <sebikul@gmail.com> # Contributor : Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=geary -pkgver=0.4.0 +pkgver=0.5.0 pkgrel=1 -pkgdesc="A lightweight email client for the GNOME desktop" +pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64' 'mips64el') -url="http://www.yorba.org/projects/geary/" +url='http://www.yorba.org/projects/geary/' license=('GPL3') -depends=('desktop-file-utils' 'gmime' 'hicolor-icon-theme' 'libcanberra' 'libgee' 'libnotify' 'libunique3' 'webkitgtk3') +depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk') makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala') install="${pkgname}.install" -source=("http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('eb6418fe48ee2d25350999e6fc8fd23de15da5670569f4c2478f9435fe2a2ae1') +source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('7f3f442b2b7349e339b380de474d94e9a8ad625d16277277ea500747c3b7a5af') build() { cd ${pkgname}-${pkgver} @@ -24,7 +24,7 @@ build() { fi mkdir build && cd build - cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF' + cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF' make } |