summaryrefslogtreecommitdiff
path: root/community/geary/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/geary/PKGBUILD')
-rwxr-xr-xcommunity/geary/PKGBUILD22
1 files changed, 8 insertions, 14 deletions
diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD
index 625a1f16b..501602da5 100755
--- a/community/geary/PKGBUILD
+++ b/community/geary/PKGBUILD
@@ -1,36 +1,30 @@
-# $Id: PKGBUILD 106892 2014-03-09 17:27:31Z alucryd $
+# $Id: PKGBUILD 107709 2014-03-18 17:01:32Z flexiondotorg $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor : sebikul <sebikul@gmail.com>
# Contributor : Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=geary
-pkgver=0.5.3
+pkgver=0.6.0
pkgrel=1
pkgdesc='A lightweight email client for the GNOME desktop'
arch=('i686' 'x86_64')
url='http://www.yorba.org/projects/geary/'
license=('GPL3')
-depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk')
-makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'libsecret' 'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala')
install="${pkgname}.install"
source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('17ac5aa25d828d92e5a23d21194fcee71914961cbfa3064dd718bcecb9cbf2e5')
+sha256sums=('44ad1dc2c81c50006c751f8e72aa817f07002188da4c29e158060524a1962715')
build() {
cd ${pkgname}-${pkgver}
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build && cd build
-
- cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+ ./configure \
+ --prefix=/usr
make
}
package() {
- cd ${pkgname}-${pkgver}/build
-
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}