[arch-commits] Commit in telepathy-accounts-signon/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Sep 17 22:15:30 UTC 2018


    Date: Monday, September 17, 2018 @ 22:15:30
  Author: arojas
Revision: 334808

libsignon-glib 2.0 rebuild

Modified:
  telepathy-accounts-signon/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 22:07:07 UTC (rev 334807)
+++ PKGBUILD	2018-09-17 22:15:30 UTC (rev 334808)
@@ -2,7 +2,7 @@
 
 pkgname=telepathy-accounts-signon
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts and libsignon to provide IM accounts and authentication"
 arch=(x86_64)
 url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
@@ -9,12 +9,17 @@
 license=(LGPL)
 depends=(telepathy-mission-control libaccounts-glib libsignon-glib)
 makedepends=(qt5-base)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-sha256sums=('9b9e4ef2f98d93ccb4d73ba6623ef38bd8f167965c68ec2486c0d9b8035a93ed')
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver"
+        libsignon-glib-2.patch::"https://gitlab.com/accounts-sso/telepathy-accounts-signon/commit/df1ef923.patch")
+sha256sums=('9b9e4ef2f98d93ccb4d73ba6623ef38bd8f167965c68ec2486c0d9b8035a93ed'
+            'e736cc371560c25ddbe92b7a6624355f05e72219e48df2c8c128192af0f58290')
 
 prepare() {
   mkdir -p build
   mv $pkgname-$pkgver-* $pkgname-$pkgver
+
+  cd $pkgname-$pkgver/mcp-account-manager-accounts-sso
+  patch -p2 -i ../../libsignon-glib-2.patch # Fix build with libsignon-glib 2.0
 }
 
 build() {



More information about the arch-commits mailing list