[arch-commits] Commit in signon-ui/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Feb 17 13:01:57 UTC 2017


    Date: Friday, February 17, 2017 @ 13:01:57
  Author: arojas
Revision: 289093

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

Added:
  signon-ui/repos/extra-i686/PKGBUILD
    (from rev 289092, signon-ui/trunk/PKGBUILD)
  signon-ui/repos/extra-x86_64/PKGBUILD
    (from rev 289092, signon-ui/trunk/PKGBUILD)
Deleted:
  signon-ui/repos/extra-i686/PKGBUILD
  signon-ui/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   78 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   31 -------------------
 extra-x86_64/PKGBUILD |   31 -------------------
 3 files changed, 78 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-17 13:01:06 UTC (rev 289092)
+++ extra-i686/PKGBUILD	2017-02-17 13:01:57 UTC (rev 289093)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=signon-ui
-pkgver=0.17+17.04.20161109
-pkgrel=1
-pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
-arch=(i686 x86_64)
-url="https://launchpad.net/online-accounts-signon-ui"
-license=(GPL)
-depends=(libaccounts-qt qt5-webkit signond libnotify)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
-md5sums=('4d065eab7e5a3aad48ccf38383f58fe8')
-
-prepare() {
-  # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
-}
-
-build() {
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-ui/repos/extra-i686/PKGBUILD (from rev 289092, signon-ui/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-17 13:01:57 UTC (rev 289093)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=signon-ui
+pkgver=0.17+20150611
+pkgrel=1
+_commit=3acb6541
+pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
+arch=(i686 x86_64)
+url="https://launchpad.net/online-accounts-signon-ui"
+license=(GPL)
+depends=(libaccounts-qt qt5-webkit signond libnotify)
+makedepends=(git)
+source=("https://gitlab.com/accounts-sso/signon-ui/repository/archive.tar.gz?ref=$_commit")
+md5sums=('3a70743aac1bae75f4c3efb133bd8dc1')
+
+prepare() {
+  cd signon-ui-*
+
+  # Do not install tests
+  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
+}
+
+build() {
+  cd signon-ui-*
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd signon-ui-*
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-17 13:01:06 UTC (rev 289092)
+++ extra-x86_64/PKGBUILD	2017-02-17 13:01:57 UTC (rev 289093)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=signon-ui
-pkgver=0.17+17.04.20161109
-pkgrel=1
-pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
-arch=(i686 x86_64)
-url="https://launchpad.net/online-accounts-signon-ui"
-license=(GPL)
-depends=(libaccounts-qt qt5-webkit signond libnotify)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
-md5sums=('4d065eab7e5a3aad48ccf38383f58fe8')
-
-prepare() {
-  # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
-}
-
-build() {
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-ui/repos/extra-x86_64/PKGBUILD (from rev 289092, signon-ui/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-17 13:01:57 UTC (rev 289093)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=signon-ui
+pkgver=0.17+20150611
+pkgrel=1
+_commit=3acb6541
+pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
+arch=(i686 x86_64)
+url="https://launchpad.net/online-accounts-signon-ui"
+license=(GPL)
+depends=(libaccounts-qt qt5-webkit signond libnotify)
+makedepends=(git)
+source=("https://gitlab.com/accounts-sso/signon-ui/repository/archive.tar.gz?ref=$_commit")
+md5sums=('3a70743aac1bae75f4c3efb133bd8dc1')
+
+prepare() {
+  cd signon-ui-*
+
+  # Do not install tests
+  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
+}
+
+build() {
+  cd signon-ui-*
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd signon-ui-*
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+



More information about the arch-commits mailing list