[arch-commits] Commit in (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Aug 30 16:59:37 UTC 2016


    Date: Tuesday, August 30, 2016 @ 16:59:36
  Author: jlichtblau
Revision: 188068

qmapshack moved to [community]
as the solution for FS#50509

Added:
  qmapshack/
  qmapshack/repos/
  qmapshack/trunk/
  qmapshack/trunk/PKGBUILD

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

Added: qmapshack/trunk/PKGBUILD
===================================================================
--- qmapshack/trunk/PKGBUILD	                        (rev 0)
+++ qmapshack/trunk/PKGBUILD	2016-08-30 16:59:36 UTC (rev 188068)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sanpi <sanpi+aur at homecomputing.fr>
+
+pkgname=qmapshack
+pkgver=1.6.3
+pkgrel=2
+pkgdesc='Plan your next outdoor trip'
+arch=('x86_64')
+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=('6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: qmapshack/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list