[arch-commits] Commit in signond/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 09:21:29 UTC 2020


    Date: Saturday, May 16, 2020 @ 09:21:28
  Author: felixonmars
Revision: 383839

archrelease: copy trunk to staging-x86_64

Added:
  signond/repos/staging-x86_64/
  signond/repos/staging-x86_64/PKGBUILD
    (from rev 383838, signond/trunk/PKGBUILD)

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

Copied: signond/repos/staging-x86_64/PKGBUILD (from rev 383838, signond/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 09:21:28 UTC (rev 383839)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=signond
+pkgver=8.60
+pkgrel=2
+pkgdesc="A D-Bus service which performs user authentication on behalf of its clients"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/signond/"
+license=(LGPL)
+depends=(qt5-base libproxy)
+makedepends=(doxygen graphviz ttf-font qt5-tools)
+conflicts=(signon signon-qt5)
+provides=(signon signon-qt5)
+replaces=(signon signon-qt5)
+source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver")
+sha1sums=('55f745a6379338e99bd2b41107a569c96c3d5db8')
+
+build() {
+  cd $pkgname-*
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Do not ship docs
+  rm -rf "$pkgdir"/usr/share/doc
+}



More information about the arch-commits mailing list