[arch-commits] Commit in (5 files)

Balló György bgyorgy at archlinux.org
Fri Jun 30 22:54:51 UTC 2017


    Date: Friday, June 30, 2017 @ 22:54:50
  Author: bgyorgy
Revision: 241829

Move gpsprune from AUR with 10 votes

Added:
  gpsprune/
  gpsprune/trunk/
  gpsprune/trunk/PKGBUILD
  gpsprune/trunk/gpsprune.desktop
  gpsprune/trunk/gpsprune.sh

------------------+
 PKGBUILD         |   31 +++++++++++++++++++++++++++++++
 gpsprune.desktop |   12 ++++++++++++
 gpsprune.sh      |    2 ++
 3 files changed, 45 insertions(+)

Added: gpsprune/trunk/PKGBUILD
===================================================================
--- gpsprune/trunk/PKGBUILD	                        (rev 0)
+++ gpsprune/trunk/PKGBUILD	2017-06-30 22:54:50 UTC (rev 241829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: jose <jose1711 [at] gmail (dot) com>
+
+pkgname=gpsprune
+pkgver=18.6
+pkgrel=2
+pkgdesc="View, edit and convert coordinate data from GPS systems"
+arch=('any')
+url="https://activityworkshop.net/software/gpsprune/"
+license=('GPL')
+depends=('java-runtime')
+optdepends=('gnuplot: draw charts'
+            'gpsbabel: load data directly from GPS receivers'
+            'perl-image-exiftool: save coordinates into JPEG files')
+source=("https://activityworkshop.net/software/$pkgname/${pkgname}_$pkgver.jar"
+        "https://activityworkshop.net/software/gpsprune/prunelogo.png"
+        "$pkgname.sh"
+        "$pkgname.desktop")
+noextract=("${pkgname}_$pkgver.jar")
+sha256sums=('f8f0b985efbf97a533be1090347a61ae1da0e709d1db2284fe9c4922e4bc29c6'
+            '9d08bebe643266d2be126597a6841b0364ab07b2d44fdde8c7ad2ec59088523c'
+            'cd8b8f8fc54df03e7435e4849d734e7d9ef5291d8f75c6abab0bfe809fe6abd9'
+            '744f83c1c6d76c3d339b41450ddc79a7c15fbaf6d637741fb2c09529a65a0311')
+
+package() {
+  install -Dm644 ${pkgname}_$pkgver.jar "$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
+  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 prunelogo.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}


Property changes on: gpsprune/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gpsprune/trunk/gpsprune.desktop
===================================================================
--- gpsprune/trunk/gpsprune.desktop	                        (rev 0)
+++ gpsprune/trunk/gpsprune.desktop	2017-06-30 22:54:50 UTC (rev 241829)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Name=GpsPrune
+Comment=Visualize, edit and prune GPS tracks
+Exec=gpsprune %F
+Icon=gpsprune
+Categories=Education;Science;Geoscience;
+StartupNotify=false
+Terminal=false
+Type=Application
+MimeType=application/gpx+xml;
+Keywords=gps;gpx;kml;kmz;tracks;waypoints;routes;

Added: gpsprune/trunk/gpsprune.sh
===================================================================
--- gpsprune/trunk/gpsprune.sh	                        (rev 0)
+++ gpsprune/trunk/gpsprune.sh	2017-06-30 22:54:50 UTC (rev 241829)
@@ -0,0 +1,2 @@
+#!/bin/bash
+java -jar /usr/share/java/gpsprune/gpsprune.jar "$@"



More information about the arch-commits mailing list