[arch-commits] Commit in googlemaps/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sat Apr 20 19:55:25 UTC 2019


    Date: Saturday, April 20, 2019 @ 19:55:07
  Author: arojas
Revision: 452348

archrelease: copy trunk to community-staging-x86_64

Added:
  googlemaps/repos/community-staging-x86_64/
  googlemaps/repos/community-staging-x86_64/PKGBUILD
    (from rev 452347, googlemaps/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 452347, googlemaps/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-04-20 19:55:07 UTC (rev 452348)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=5
+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
+}



More information about the arch-commits mailing list