Date: Wednesday, December 5, 2018 @ 16:36:49 Author: arojas Revision: 411548
archrelease: copy trunk to community-staging-x86_64 Added: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 411547, googlemaps/trunk/PKGBUILD) Deleted: googlemaps/repos/community-staging-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-12-05 16:36:37 UTC (rev 411547) +++ PKGBUILD 2018-12-05 16:36:49 UTC (rev 411548) @@ -1,29 +0,0 @@ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> - -pkgname=googlemaps -pkgver=20180602 -_commit=54a357f9590d9cf011bf1713589f66bad65e00eb -pkgrel=2 -pkgdesc='Google Maps plugin for QtLocation' -url='https://github.com/vladest/googlemaps' -license=('MIT') -arch=('x86_64') -makedepends=('git' 'qt5-tools') -depends=('qt5-location') -validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23') -source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed") -sha256sums=('SKIP') - -build() { - cd "${srcdir}/${pkgname}" - install -d build - cd build - qmake ../googlemaps.pro - make -} - -package() { - cd "${srcdir}/${pkgname}" - cd build - make INSTALL_ROOT="${pkgdir}" install -} Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 411547, googlemaps/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-12-05 16:36:49 UTC (rev 411548) @@ -0,0 +1,29 @@ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> + +pkgname=googlemaps +pkgver=20180602 +_commit=54a357f9590d9cf011bf1713589f66bad65e00eb +pkgrel=2 +pkgdesc='Google Maps plugin for QtLocation' +url='https://github.com/vladest/googlemaps' +license=('MIT') +arch=('x86_64') +makedepends=('git' 'qt5-tools') +depends=('qt5-location') +validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23') +source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed") +sha256sums=('SKIP') + +build() { + cd "${srcdir}/${pkgname}" + install -d build + cd build + qmake ../googlemaps.pro + make +} + +package() { + cd "${srcdir}/${pkgname}" + cd build + make INSTALL_ROOT="${pkgdir}" install +}