# $Id: PKGBUILD 232052 2015-02-27 09:48:56Z jgc $ # Maintainer (Arch): Ionut Biru # Maintainer: Márcio Silva pkgname=gnome-online-accounts pkgver=3.14.3 pkgrel=1.nonprism1 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') conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 'python2') install=$pkgname.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6') 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 --disable-pocket --enable-telepathy \ --disable-windows-live --disable-twitter --disable-yahoo \ --enable-media-server make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: