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

Antonio Rojas arojas at archlinux.org
Wed Apr 15 16:51:25 UTC 2020


    Date: Wednesday, April 15, 2020 @ 16:51:23
  Author: arojas
Revision: 380381

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 380380, telepathy-accounts-signon/trunk/PKGBUILD)

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

Copied: telepathy-accounts-signon/repos/staging-x86_64/PKGBUILD (from rev 380380, telepathy-accounts-signon/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-04-15 16:51:23 UTC (rev 380381)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-accounts-signon
+pkgver=2.1
+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=(meson)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
+sha256sums=('4a39e8e45bc0aaf74b6c6188ce6d6388abe7552632201a80bc570b10c0555682')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-$pkgver-* $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver \
+    --prefix /usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list