[arch-commits] Commit in telepathy-accounts-signon/repos (2 files)

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


    Date: Monday, September 17, 2018 @ 22:15:53
  Author: arojas
Revision: 334809

archrelease: copy trunk to staging-x86_64

Added:
  telepathy-accounts-signon/repos/staging-x86_64/
  telepathy-accounts-signon/repos/staging-x86_64/PKGBUILD
    (from rev 334808, telepathy-accounts-signon/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: telepathy-accounts-signon/repos/staging-x86_64/PKGBUILD (from rev 334808, telepathy-accounts-signon/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-09-17 22:15:53 UTC (rev 334809)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-accounts-signon
+pkgver=1.0
+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'
+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"
+        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() {
+  cd build
+  qmake-qt5 ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list