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

Antonio Rojas arojas at archlinux.org
Tue Nov 10 20:58:24 UTC 2020


    Date: Tuesday, November 10, 2020 @ 20:58:23
  Author: arojas
Revision: 400134

archrelease: copy trunk to extra-x86_64

Added:
  signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD
    (from rev 400133, signon-plugin-oauth2/trunk/PKGBUILD)
Deleted:
  signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-10 20:58:10 UTC (rev 400133)
+++ PKGBUILD	2020-11-10 20:58:23 UTC (rev 400134)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=signon-plugin-oauth2
-_pkgname=signon-oauth2
-pkgver=0.24
-pkgrel=3
-pkgdesc='OAuth 2 plugin for signon'
-arch=(x86_64)
-url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
-license=(LGPL)
-depends=(signond)
-makedepends=(qt5-xmlpatterns)
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver")
-md5sums=('684564e23cb070c31cef7785ab142ad8')
-
-prepare() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  sed -i '/-Werror/d' common-project-config.pri
-
-  # Do not install tests and example
-  echo 'INSTALLS =' >>tests/tests.pro
-  echo 'INSTALLS =' >>example/example.pro
-}
-
-build() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd signon-plugin-oauth2-VERSION_$pkgver-*
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD (from rev 400133, signon-plugin-oauth2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-10 20:58:23 UTC (rev 400134)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=signon-plugin-oauth2
+_pkgname=signon-oauth2
+pkgver=0.25
+pkgrel=1
+pkgdesc='OAuth 2 plugin for signon'
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
+license=(LGPL)
+depends=(signond)
+makedepends=(qt5-xmlpatterns)
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver")
+sha256sums=('f750a1e767c1977d73895b7aa7d5dca5494e4cbc53cf57c7e6c311933701ae52')
+
+prepare() {
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
+
+  sed -i '/-Werror/d' common-project-config.pri
+
+  # Do not install tests and example
+  echo 'INSTALLS =' >>tests/tests.pro
+  echo 'INSTALLS =' >>example/example.pro
+}
+
+build() {
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd signon-plugin-oauth2-VERSION_$pkgver-*
+
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list