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

Antonio Rojas arojas at archlinux.org
Fri May 13 12:00:46 UTC 2016


    Date: Friday, May 13, 2016 @ 14:00:46
  Author: arojas
Revision: 175208

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

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

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

Copied: qoauth/repos/community-i686/PKGBUILD (from rev 175207, qoauth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-13 12:00:46 UTC (rev 175208)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+
+pkgname=qoauth
+pkgver=1.0.1
+pkgrel=6
+pkgdesc="Support with OAuth-powered network services"
+url='http://github.com/ayoy/qoauth'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qca-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://files.ayoy.net/qoauth/release/current/src/${pkgname}-${pkgver}-src.tar.bz2")
+md5sums=('bcb6d01e6c9a6fb22099c9e0f5889578')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-src
+
+  # Install libraries in /usr/lib/
+  sed -i 's|lib64|lib|' src/src.pro
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-src
+  qmake-qt4
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-src
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: qoauth/repos/community-x86_64/PKGBUILD (from rev 175207, qoauth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-13 12:00:46 UTC (rev 175208)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+
+pkgname=qoauth
+pkgver=1.0.1
+pkgrel=6
+pkgdesc="Support with OAuth-powered network services"
+url='http://github.com/ayoy/qoauth'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qca-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://files.ayoy.net/qoauth/release/current/src/${pkgname}-${pkgver}-src.tar.bz2")
+md5sums=('bcb6d01e6c9a6fb22099c9e0f5889578')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-src
+
+  # Install libraries in /usr/lib/
+  sed -i 's|lib64|lib|' src/src.pro
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-src
+  qmake-qt4
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-src
+  make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list