[arch-commits] Commit in accounts-qml-module/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri May 20 17:30:37 UTC 2016


    Date: Friday, May 20, 2016 @ 19:30:36
  Author: arojas
Revision: 268364

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

Added:
  accounts-qml-module/repos/extra-i686/
  accounts-qml-module/repos/extra-i686/PKGBUILD
    (from rev 268363, accounts-qml-module/trunk/PKGBUILD)
  accounts-qml-module/repos/extra-x86_64/
  accounts-qml-module/repos/extra-x86_64/PKGBUILD
    (from rev 268363, accounts-qml-module/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: accounts-qml-module/repos/extra-i686/PKGBUILD (from rev 268363, accounts-qml-module/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-20 17:30:36 UTC (rev 268364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=accounts-qml-module
+pkgver=0.6+16.04.20151106
+pkgrel=1
+pkgdesc="Expose the Online Accounts API to QML applications"
+url="https://launchpad.net/accounts-qml-module"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
+md5sums=('f1d370ae9bd1b654949b8759d713fe45')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+}
+

Copied: accounts-qml-module/repos/extra-x86_64/PKGBUILD (from rev 268363, accounts-qml-module/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-20 17:30:36 UTC (rev 268364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=accounts-qml-module
+pkgver=0.6+16.04.20151106
+pkgrel=1
+pkgdesc="Expose the Online Accounts API to QML applications"
+url="https://launchpad.net/accounts-qml-module"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
+md5sums=('f1d370ae9bd1b654949b8759d713fe45')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+}
+



More information about the arch-commits mailing list