summaryrefslogtreecommitdiff
path: root/nonprism/gnome-online-accounts-nonprism/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/gnome-online-accounts-nonprism/PKGBUILD')
-rw-r--r--nonprism/gnome-online-accounts-nonprism/PKGBUILD38
1 files changed, 38 insertions, 0 deletions
diff --git a/nonprism/gnome-online-accounts-nonprism/PKGBUILD b/nonprism/gnome-online-accounts-nonprism/PKGBUILD
new file mode 100644
index 000000000..db313b925
--- /dev/null
+++ b/nonprism/gnome-online-accounts-nonprism/PKGBUILD
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 199427 2013-11-12 16:52:35Z heftig $
+# Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
+
+_pkgname=gnome-online-accounts
+pkgname=gnome-online-accounts-nonprism
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols"
+arch=(i686 x86_64 mips64el)
+url="http://www.gnome.org"
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret'
+ 'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+provides=("$_pkgname=$pkgver")
+conflicts=$_pkgname
+replaces=($_pkgname $pkgname-coherence)
+install=$_pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz)
+sha256sums=('0b2418c1845337b6574a12d2075d319d8aaa5bbc4b0d1d123108c5da00e11b97')
+
+build() {
+ cd $_pkgname-$pkgver
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$_pkgname --disable-static \
+ --disable-exchange --disable-facebook -disable-flickr \
+ --disable-google --enable-imap-smtp --disable-kerberos \
+ --enable-owncloud --enable-telepathy --disable-windows-live \
+ --disable-twitter --disable-yahoo
+ make
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: