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

Antonio Rojas arojas at gemini.archlinux.org
Wed Mar 9 18:52:06 UTC 2022


    Date: Wednesday, March 9, 2022 @ 18:52:06
  Author: arojas
Revision: 439372

archrelease: copy trunk to extra-x86_64

Added:
  signond/repos/extra-x86_64/PKGBUILD
    (from rev 439371, signond/trunk/PKGBUILD)
Deleted:
  signond/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-09 18:51:55 UTC (rev 439371)
+++ PKGBUILD	2022-03-09 18:52:06 UTC (rev 439372)
@@ -1,32 +0,0 @@
-# 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=3
-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 CONFIG+=rtti
-  make
-}
-
-package() {
-  cd $pkgname-*
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Do not ship docs
-  rm -rf "$pkgdir"/usr/share/doc
-}

Copied: signond/repos/extra-x86_64/PKGBUILD (from rev 439371, signond/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-09 18:52:06 UTC (rev 439372)
@@ -0,0 +1,29 @@
+# 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.61
+pkgrel=1
+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)
+makedepends=(doxygen graphviz ttf-font qt5-tools)
+source=(https://gitlab.com/accounts-sso/signond/-/archive/VERSION_$pkgver/signond-VERSION_$pkgver.tar.bz2)
+sha256sums=('5d9f29fbf5892d01e38ce931b9a69c4bb08e6788f6cbdc80c277f4723b44249d')
+
+build() {
+  cd $pkgname-VERSION_$pkgver
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-VERSION_$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Do not ship docs
+  rm -rf "$pkgdir"/usr/share/doc
+}



More information about the arch-commits mailing list