From 973d7725b50d43047c26c2456078380ef1269074 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 19 Jan 2018 12:32:29 +0100 Subject: nonprism/gnome-online-accounts: updated to 3.26.2 --- nonprism/gnome-online-accounts/PKGBUILD | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'nonprism/gnome-online-accounts/PKGBUILD') diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index cc1e2ee12..c5bda3118 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,25 +1,24 @@ -# Maintainer: Andreas Grapentin +# $Id$ # Contributor (Arch): Ionut Biru +# Contributor: Andreas Grapentin # Contributor: Márcio Silva # Contributor: Isaac David -pkgname=gnome-online-accounts +# parabola changes and rationale: +# - removed support for possibly unsafe protocols -pkgver=3.26.1 +pkgname=gnome-online-accounts +pkgver=3.26.2 pkgrel=1.nonprism1 -arch=(i686 x86_64 armv7h) - pkgdesc="Single sign-on framework for GNOME, without support for unsafe and dangerous for privacy protocols" url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts" +arch=(x86_64 i686 armv7h) license=(LGPL) - depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr) makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common) optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)') -conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) -replaces=("${pkgname}-coherence" "${pkgname}-nonprism") -_commit=b36db9948f24637c37c6485a129757498454c5ea # tags/3.26.1^0 +_commit=ff9f1e7da6278dbda262cf65e70224f61f81d293 # tags/3.26.2^0 source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit" "git+https://git.gnome.org/browse/telepathy-account-widgets") sha256sums=('SKIP' @@ -45,15 +44,16 @@ build() { ./configure \ --prefix=/usr \ - --libexecdir=/usr/lib/$pkgname \ + --libexecdir=/usr/lib \ --disable-static \ - --enable-gtk-doc \ + --enable-inspector \ --enable-media-server \ --enable-kerberos \ --enable-telepathy \ --enable-owncloud \ --enable-imap-smtp \ --disable-lastfm \ + --disable-todoist \ --disable-exchange \ --disable-facebook \ --disable-flickr \ @@ -62,7 +62,8 @@ build() { --disable-windows-live \ --disable-twitter \ --disable-yahoo \ - --disable-foursquare + --disable-foursquare \ + --enable-gtk-doc sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool -- cgit v1.2.3