summaryrefslogtreecommitdiff
path: root/community/geary/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/geary/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/geary/PKGBUILD')
-rwxr-xr-xcommunity/geary/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD
deleted file mode 100755
index b9b769daa..000000000
--- a/community/geary/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 89890 2013-05-04 23:09:02Z 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.3.1
-pkgrel=4
-pkgdesc="A lightweight email client for the GNOME desktop"
-arch=('i686' 'x86_64')
-url="http://www.yorba.org/projects/geary/"
-license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'hicolor-icon-theme' 'libcanberra' 'libgee06' 'libgnome-keyring' 'libnotify' 'libunique3' 'webkitgtk3')
-makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
-install=${pkgname}.install
-source=("http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('a1bf8cc95022ce0894a340dea0ab94047ac7a7ea0066b8602b136c74e93ffaed')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr --disable-{desktop-update,icon-update,schemas-compile}
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et: