[arch-commits] Commit in signon-plugin-oauth2/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Apr 20 19:36:20 UTC 2015
Date: Monday, April 20, 2015 @ 21:36:19
Author: arojas
Revision: 237804
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
signon-plugin-oauth2/repos/extra-i686/PKGBUILD
(from rev 237803, signon-plugin-oauth2/trunk/PKGBUILD)
signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD
(from rev 237803, signon-plugin-oauth2/trunk/PKGBUILD)
Deleted:
signon-plugin-oauth2/repos/extra-i686/PKGBUILD
signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 40 ------------------------
extra-x86_64/PKGBUILD | 40 ------------------------
3 files changed, 80 insertions(+), 80 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-04-20 19:34:19 UTC (rev 237803)
+++ extra-i686/PKGBUILD 2015-04-20 19:36:19 UTC (rev 237804)
@@ -1,40 +0,0 @@
-# $Id$
-# 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.20
-pkgrel=1
-pkgdesc='OAuth 2 plugin for signon'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('signon')
-makedepends=('qt5-xmlpatterns')
-source=("$pkgname-$pkgver.tar.gz::http://signon-plugin-oauth2.accounts-sso.googlecode.com/archive/$pkgver.tar.gz")
-md5sums=('0f33239a661d11b51a0803657983043d')
-
-prepare() {
- cd signon-plugin-oauth2.accounts-sso-$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.accounts-sso-$pkgver
-
- qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
- make
-}
-
-package() {
- cd signon-plugin-oauth2.accounts-sso-$pkgver
-
- make INSTALL_ROOT="$pkgdir" install
-}
-
Copied: signon-plugin-oauth2/repos/extra-i686/PKGBUILD (from rev 237803, signon-plugin-oauth2/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 19:36:19 UTC (rev 237804)
@@ -0,0 +1,40 @@
+# $Id$
+# 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.22
+pkgrel=1
+pkgdesc='OAuth 2 plugin for signon'
+arch=('i686' 'x86_64')
+url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
+license=('LGPL')
+depends=('signon')
+makedepends=('qt5-xmlpatterns')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('d7c3b7fffe6102fc58d479028141f2b4')
+
+prepare() {
+ cd signon-plugin-oauth2.git
+
+ 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.git
+
+ qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd signon-plugin-oauth2.git
+
+ make INSTALL_ROOT="$pkgdir" install
+}
+
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-04-20 19:34:19 UTC (rev 237803)
+++ extra-x86_64/PKGBUILD 2015-04-20 19:36:19 UTC (rev 237804)
@@ -1,40 +0,0 @@
-# $Id$
-# 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.20
-pkgrel=1
-pkgdesc='OAuth 2 plugin for signon'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('signon')
-makedepends=('qt5-xmlpatterns')
-source=("$pkgname-$pkgver.tar.gz::http://signon-plugin-oauth2.accounts-sso.googlecode.com/archive/$pkgver.tar.gz")
-md5sums=('0f33239a661d11b51a0803657983043d')
-
-prepare() {
- cd signon-plugin-oauth2.accounts-sso-$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.accounts-sso-$pkgver
-
- qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
- make
-}
-
-package() {
- cd signon-plugin-oauth2.accounts-sso-$pkgver
-
- make INSTALL_ROOT="$pkgdir" install
-}
-
Copied: signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD (from rev 237803, signon-plugin-oauth2/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-04-20 19:36:19 UTC (rev 237804)
@@ -0,0 +1,40 @@
+# $Id$
+# 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.22
+pkgrel=1
+pkgdesc='OAuth 2 plugin for signon'
+arch=('i686' 'x86_64')
+url="https://gitlab.com/accounts-sso/signon-plugin-oauth2"
+license=('LGPL')
+depends=('signon')
+makedepends=('qt5-xmlpatterns')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('d7c3b7fffe6102fc58d479028141f2b4')
+
+prepare() {
+ cd signon-plugin-oauth2.git
+
+ 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.git
+
+ qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+ make
+}
+
+package() {
+ cd signon-plugin-oauth2.git
+
+ make INSTALL_ROOT="$pkgdir" install
+}
+
More information about the arch-commits
mailing list