[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 18 13:11:13 UTC 2015


    Date: Saturday, July 18, 2015 @ 15:11:12
  Author: arojas
Revision: 242342

Add telepathy-accounts-signon (telepathy-kde 15.08 dependency)

Added:
  telepathy-accounts-signon/
  telepathy-accounts-signon/trunk/
  telepathy-accounts-signon/trunk/PKGBUILD

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

Added: telepathy-accounts-signon/trunk/PKGBUILD
===================================================================
--- telepathy-accounts-signon/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-accounts-signon/trunk/PKGBUILD	2015-07-18 13:11:12 UTC (rev 242342)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 237181 2015-04-15 17:45:52Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-accounts-signon
+pkgver=1.0
+pkgrel=1
+pkgdesc="A mission control plugin for Telepathy, integrating with libaccounts and libsignon to provide IM accounts and authentication"
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/telepathy-accounts-signon'
+license=(LGPL)
+depends=(telepathy-mission-control libaccounts-glib signon)
+makedepends=(qt5-base)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
+sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
+
+build() {
+  mkdir build 
+  cd build
+  qmake-qt5 ../$pkgname.git
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list