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

Antonio Rojas arojas at archlinux.org
Wed May 30 20:29:26 UTC 2018


    Date: Wednesday, May 30, 2018 @ 20:29:26
  Author: arojas
Revision: 325217

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD
    (from rev 325216, telepathy-accounts-signon/trunk/PKGBUILD)
Deleted:
  telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 20:28:57 UTC (rev 325216)
+++ PKGBUILD	2018-05-30 20:29:26 UTC (rev 325217)
@@ -1,26 +0,0 @@
-# $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 libsignon-glib)
-makedepends=(qt5-base)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-sha1sums=('828e7303c20e5861f79c1a9b52e29a9b985eb94a')
-
-build() {
-  mkdir -p build 
-  cd build
-  qmake-qt5 ../$pkgname.git
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: telepathy-accounts-signon/repos/extra-x86_64/PKGBUILD (from rev 325216, telepathy-accounts-signon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 20:29:26 UTC (rev 325217)
@@ -0,0 +1,30 @@
+# $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=2
+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")
+sha256sums=('9b9e4ef2f98d93ccb4d73ba6623ef38bd8f167965c68ec2486c0d9b8035a93ed')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-$pkgver-* $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  qmake-qt5 ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list