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

Antonio Rojas arojas at archlinux.org
Tue Nov 29 11:51:33 UTC 2016


    Date: Tuesday, November 29, 2016 @ 11:51:33
  Author: arojas
Revision: 197375

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  qoauth/repos/community-staging-i686/
  qoauth/repos/community-staging-i686/PKGBUILD
    (from rev 197374, qoauth/trunk/PKGBUILD)
  qoauth/repos/community-staging-x86_64/
  qoauth/repos/community-staging-x86_64/PKGBUILD
    (from rev 197374, qoauth/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: qoauth/repos/community-staging-i686/PKGBUILD (from rev 197374, qoauth/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-11-29 11:51:33 UTC (rev 197375)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+
+pkgname=qoauth
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Support with OAuth-powered network services"
+url='http://github.com/ayoy/qoauth'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(qca-qt5)
+source=($pkgname-$pkgver::"https://github.com/ayoy/qoauth/archive/v$pkgver.tar.gz")
+md5sums=('a30ab54144bcdb5b5adaf4d45b59a7d4')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Install libraries in /usr/lib/
+  sed -i 's|lib64|lib|' src/src.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: qoauth/repos/community-staging-x86_64/PKGBUILD (from rev 197374, qoauth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-11-29 11:51:33 UTC (rev 197375)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+
+pkgname=qoauth
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Support with OAuth-powered network services"
+url='http://github.com/ayoy/qoauth'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(qca-qt5)
+source=($pkgname-$pkgver::"https://github.com/ayoy/qoauth/archive/v$pkgver.tar.gz")
+md5sums=('a30ab54144bcdb5b5adaf4d45b59a7d4')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Install libraries in /usr/lib/
+  sed -i 's|lib64|lib|' src/src.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list