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

2020-11-19 Thread Antonio Rojas via arch-commits
Date: Thursday, November 19, 2020 @ 21:01:23
  Author: arojas
Revision: 757769

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 757768, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-19 21:01:23 UTC (rev 757769)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=15
+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
+}


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

2020-09-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 9, 2020 @ 11:22:39
  Author: arojas
Revision: 701585

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 701584, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-09 11:22:39 UTC (rev 701585)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=14
+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
+}


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

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 26, 2020 @ 18:59:43
  Author: arojas
Revision: 635173

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 635172, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-26 18:59:43 UTC (rev 635173)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=13
+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
+}


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

2020-03-31 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 31, 2020 @ 10:53:27
  Author: arojas
Revision: 607975

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 607974, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-31 10:53:27 UTC (rev 607975)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=12
+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
+}


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

2020-01-27 Thread Antonio Rojas via arch-commits
Date: Monday, January 27, 2020 @ 10:33:44
  Author: arojas
Revision: 555878

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 555877, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-27 10:33:44 UTC (rev 555878)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=11
+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
+}


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

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 12:45:42
  Author: arojas
Revision: 537367

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 537366, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-12 12:45:42 UTC (rev 537367)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=10
+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
+}


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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Thursday, October 31, 2019 @ 09:49:55
  Author: arojas
Revision: 521059

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 521058, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-31 09:49:55 UTC (rev 521059)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=9
+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
+}


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

2019-09-05 Thread Antonio Rojas via arch-commits
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 
+
+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
+}


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

2019-06-19 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 19, 2019 @ 12:40:59
  Author: arojas
Revision: 482353

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 482352, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-19 12:40:59 UTC (rev 482353)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=7
+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
+}


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

2019-06-14 Thread Antonio Rojas via arch-commits
Date: Friday, June 14, 2019 @ 13:51:57
  Author: arojas
Revision: 481444

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 481443, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-14 13:51:57 UTC (rev 481444)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=6
+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
+}


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

2019-04-20 Thread Antonio Rojas via arch-commits
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 
+
+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
+}


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 13:53:43
  Author: arojas
Revision: 441010

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 441009, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-14 13:53:43 UTC (rev 441010)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=4
+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
+}


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

2019-02-01 Thread Antonio Rojas via arch-commits
Date: Friday, February 1, 2019 @ 23:28:46
  Author: arojas
Revision: 429142

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 429141, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-01 23:28:46 UTC (rev 429142)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=3
+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
+}


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:33:02
  Author: arojas
Revision: 411537

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 411536, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:33:02 UTC (rev 411537)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+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
+}


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

2018-09-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 18, 2018 @ 20:25:00
  Author: arojas
Revision: 383299

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 383298, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 20:25:00 UTC (rev 383299)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180405
+_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
+pkgrel=3
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}";)
+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
+}


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

2018-06-18 Thread Antonio Rojas via arch-commits
Date: Monday, June 18, 2018 @ 22:26:52
  Author: arojas
Revision: 344032

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 344031, 
googlemaps/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-18 22:26:52 UTC (rev 344032)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180405
+_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
+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')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}";)
+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
+}