[arch-commits] Commit in signond (5 files)

Antonio Rojas arojas at archlinux.org
Sun Dec 20 09:34:13 UTC 2015


    Date: Sunday, December 20, 2015 @ 10:34:13
  Author: arojas
Revision: 257021

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  signond/repos/
  signond/repos/extra-i686/
  signond/repos/extra-i686/PKGBUILD
    (from rev 257020, signond/trunk/PKGBUILD)
  signond/repos/extra-x86_64/
  signond/repos/extra-x86_64/PKGBUILD
    (from rev 257020, signond/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: signond/repos/extra-i686/PKGBUILD (from rev 257020, signond/trunk/PKGBUILD)
===================================================================
--- repos/extra-i686/PKGBUILD	                        (rev 0)
+++ repos/extra-i686/PKGBUILD	2015-12-20 09:34:13 UTC (rev 257021)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 248249 2015-10-02 10:53:27Z arojas $
+# 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.58
+pkgrel=1
+pkgdesc="A D-Bus service which performs user authentication on behalf of its clients"
+arch=(i686 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=('e736e13d15f7f74e3681696f3a57bc3639bb24ff')
+
+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
+}

Copied: signond/repos/extra-x86_64/PKGBUILD (from rev 257020, signond/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2015-12-20 09:34:13 UTC (rev 257021)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 248249 2015-10-02 10:53:27Z arojas $
+# 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.58
+pkgrel=1
+pkgdesc="A D-Bus service which performs user authentication on behalf of its clients"
+arch=(i686 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=('e736e13d15f7f74e3681696f3a57bc3639bb24ff')
+
+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