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

Antonio Rojas arojas at archlinux.org
Sun Jan 12 21:27:13 UTC 2020


    Date: Sunday, January 12, 2020 @ 21:27:13
  Author: arojas
Revision: 373394

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-12 21:26:48 UTC (rev 373393)
+++ PKGBUILD	2020-01-12 21:27:13 UTC (rev 373394)
@@ -1,37 +0,0 @@
-# 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=2
-_commit=3acb6541
-pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
-arch=(x86_64)
-url="https://launchpad.net/online-accounts-signon-ui"
-license=(GPL)
-depends=(libaccounts-qt qt5-webkit signond libnotify)
-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
-}
-

Copied: signon-ui/repos/extra-x86_64/PKGBUILD (from rev 373393, signon-ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-12 21:27:13 UTC (rev 373394)
@@ -0,0 +1,36 @@
+# 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+20171022
+pkgrel=1
+_commit=4368bb77d9d1abc2978af514225ba4a42c29a646
+pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
+arch=(x86_64)
+url="https://launchpad.net/online-accounts-signon-ui"
+license=(GPL)
+depends=(libaccounts-qt qt5-webengine signond libnotify)
+source=("https://gitlab.com/accounts-sso/signon-ui/repository/archive.tar.gz?ref=$_commit")
+sha256sums=('58aa8f7a16e56d20c47471f08ae63ac8dce6a3c8cda8274dfdc233041d541145')
+
+prepare() {
+  cd signon-ui-*
+
+  # Do not install tests
+  sed -e 's|src \\|src|' -e '/tests/d' -i 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