Date: Sunday, October 22, 2017 @ 20:57:57
  Author: bisson
Revision: 264000

archrelease: copy trunk to community-i686, community-x86_64

Added:
  googlemaps/repos/community-i686/
  googlemaps/repos/community-i686/PKGBUILD
    (from rev 263999, googlemaps/trunk/PKGBUILD)
  googlemaps/repos/community-x86_64/
  googlemaps/repos/community-x86_64/PKGBUILD
    (from rev 263999, googlemaps/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: googlemaps/repos/community-i686/PKGBUILD (from rev 263999, 
googlemaps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-10-22 20:57:57 UTC (rev 264000)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=googlemaps
+pkgver=20170917
+_commit=1b857c02504dd52b1aa442418b8dcea78ced3f35
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('i686' '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
+}

Copied: googlemaps/repos/community-x86_64/PKGBUILD (from rev 263999, 
googlemaps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-22 20:57:57 UTC (rev 264000)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=googlemaps
+pkgver=20170917
+_commit=1b857c02504dd52b1aa442418b8dcea78ced3f35
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('i686' '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
+}

Reply via email to