[arch-commits] Commit in accounts-qml-module (5 files)

Antonio Rojas arojas at archlinux.org
Thu May 19 07:05:55 UTC 2016


    Date: Thursday, May 19, 2016 @ 09:05:55
  Author: arojas
Revision: 175680

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

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

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

Copied: accounts-qml-module/repos/community-i686/PKGBUILD (from rev 175679, accounts-qml-module/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-05-19 07:05:55 UTC (rev 175680)
@@ -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=(signon 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/community-x86_64/PKGBUILD (from rev 175679, accounts-qml-module/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-05-19 07:05:55 UTC (rev 175680)
@@ -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=(signon 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