diff options
Diffstat (limited to 'nonprism/gnome-online-accounts')
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index 2d8b56d33..f6c2c1252 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 250754 2015-11-11 18:56:25Z heftig $ +# $Id: PKGBUILD 262506 2016-03-24 23:12:19Z jgc $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.18.2.1 +pkgver=3.20.0 pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64) @@ -13,9 +13,10 @@ conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') +optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') install=$pkgname.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('ca0a9c58ea5ac08437ed68fea9e8c3de69a8804e670ccf5a578c6786096ecfac') +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('c98233914c455dc21f8c73904dd2881bee6bfa117a5bdc573ba3a8550c36a460') build() { cd $pkgname-$pkgver @@ -24,7 +25,8 @@ build() { --disable-google --enable-imap-smtp --disable-kerberos \ --enable-owncloud --disable-pocket --enable-telepathy \ --disable-windows-live --disable-twitter --disable-yahoo \ - --enable-media-server --disable-foursquare + --enable-media-server --disable-foursquare --enable-lastfm + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } |