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

Antonio Rojas arojas at archlinux.org
Thu Sep 5 10:18:13 UTC 2019


    Date: Thursday, September 5, 2019 @ 10:18:13
  Author: arojas
Revision: 508172

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 508171, googlemaps/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-09-05 10:18:13 UTC (rev 508172)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=8
+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