Date: Friday, May 20, 2016 @ 19:30:29 Author: arojas Revision: 268363
community2extra: Moving accounts-qml-module from community to extra Added: accounts-qml-module/ accounts-qml-module/repos/ accounts-qml-module/trunk/ accounts-qml-module/trunk/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Added: accounts-qml-module/trunk/PKGBUILD =================================================================== --- accounts-qml-module/trunk/PKGBUILD (rev 0) +++ accounts-qml-module/trunk/PKGBUILD 2016-05-20 17:30:29 UTC (rev 268363) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Antonio Rojas <[email protected]> + +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 +} + Property changes on: accounts-qml-module/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
