[arch-commits] Commit in qmapshack/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Sep 20 17:18:13 UTC 2016


    Date: Tuesday, September 20, 2016 @ 17:18:13
  Author: jlichtblau
Revision: 190063

archrelease: copy trunk to community-x86_64

Added:
  qmapshack/repos/community-x86_64/PKGBUILD
    (from rev 190062, qmapshack/trunk/PKGBUILD)
Deleted:
  qmapshack/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-20 17:17:54 UTC (rev 190062)
+++ PKGBUILD	2016-09-20 17:18:13 UTC (rev 190063)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Sanpi <sanpi+aur at homecomputing.fr>
-
-pkgname=qmapshack
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='Plan your next outdoor trip'
-arch=('x86_64') #Due to limited resources Linux 32bit versions are not supported
-url='https://bitbucket.org/maproom/qmapshack/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1' 'qt5-script' 'qt5-tools' 'qt5-webkit')
-makedepends=('cmake')
-source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmapshack/repos/community-x86_64/PKGBUILD (from rev 190062, qmapshack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-20 17:18:13 UTC (rev 190063)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sanpi <sanpi+aur at homecomputing.fr>
+
+pkgname=qmapshack
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='Plan your next outdoor trip'
+arch=('x86_64') #Due to limited resources Linux 32bit versions are not supported
+url='https://bitbucket.org/maproom/qmapshack/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1' 'qt5-script' 'qt5-tools' 'qt5-webkit' 'proj')
+makedepends=('cmake')
+source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('5da33e575fec11c1bfe097ab9c89c9d815124436b5ebf736ec0681acbda4a509')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list