[arch-commits] Commit in signon-plugin-oauth2 (5 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 13 18:11:51 UTC 2015
Date: Friday, March 13, 2015 @ 19:11:50
Author: arojas
Revision: 233582
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
signon-plugin-oauth2/repos/
signon-plugin-oauth2/repos/extra-i686/
signon-plugin-oauth2/repos/extra-i686/PKGBUILD
(from rev 233581, signon-plugin-oauth2/trunk/PKGBUILD)
signon-plugin-oauth2/repos/extra-x86_64/
signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD
(from rev 233581, signon-plugin-oauth2/trunk/PKGBUILD)
-----------------------+
extra-i686/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
extra-x86_64/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
Copied: signon-plugin-oauth2/repos/extra-i686/PKGBUILD (from rev 233581, signon-plugin-oauth2/trunk/PKGBUILD)
===================================================================
--- repos/extra-i686/PKGBUILD (rev 0)
+++ repos/extra-i686/PKGBUILD 2015-03-13 18:11:50 UTC (rev 233582)
@@ -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.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 233581, signon-plugin-oauth2/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-03-13 18:11:50 UTC (rev 233582)
@@ -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.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
+}
+
More information about the arch-commits
mailing list