[arch-commits] Commit in gpsprune/repos/community-any (6 files)

Balló György bgyorgy at archlinux.org
Mon Sep 10 04:24:16 UTC 2018


    Date: Monday, September 10, 2018 @ 04:24:16
  Author: bgyorgy
Revision: 378960

archrelease: copy trunk to community-any

Added:
  gpsprune/repos/community-any/PKGBUILD
    (from rev 378959, gpsprune/trunk/PKGBUILD)
  gpsprune/repos/community-any/gpsprune.desktop
    (from rev 378959, gpsprune/trunk/gpsprune.desktop)
  gpsprune/repos/community-any/gpsprune.sh
    (from rev 378959, gpsprune/trunk/gpsprune.sh)
Deleted:
  gpsprune/repos/community-any/PKGBUILD
  gpsprune/repos/community-any/gpsprune.desktop
  gpsprune/repos/community-any/gpsprune.sh

------------------+
 PKGBUILD         |   62 ++++++++++++++++++++++++++---------------------------
 gpsprune.desktop |   24 ++++++++++----------
 gpsprune.sh      |    4 +--
 3 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-10 04:24:12 UTC (rev 378959)
+++ PKGBUILD	2018-09-10 04:24:16 UTC (rev 378960)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: jose <jose1711 [at] gmail (dot) com>
-
-pkgname=gpsprune
-pkgver=19
-pkgrel=1
-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=('a58f972a7956d632e3b5abc20c72700a59109f1d16606a5c78eebe5fca730858'
-            '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"
-}

Copied: gpsprune/repos/community-any/PKGBUILD (from rev 378959, gpsprune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-10 04:24:16 UTC (rev 378960)
@@ -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=19.1
+pkgrel=1
+pkgdesc="View, edit and convert coordinate data from GPS systems"
+arch=('any')
+url="https://activityworkshop.net/software/gpsprune/"
+license=('GPL')
+depends=('desktop-file-utils' '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=('fe0b387a15cbaca1bbb15e2caa6b67fb465516f62354560593bfe9203e183cb7'
+            '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"
+}

Deleted: gpsprune.desktop
===================================================================
--- gpsprune.desktop	2018-09-10 04:24:12 UTC (rev 378959)
+++ gpsprune.desktop	2018-09-10 04:24:16 UTC (rev 378960)
@@ -1,12 +0,0 @@
-[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;

Copied: gpsprune/repos/community-any/gpsprune.desktop (from rev 378959, gpsprune/trunk/gpsprune.desktop)
===================================================================
--- gpsprune.desktop	                        (rev 0)
+++ gpsprune.desktop	2018-09-10 04:24:16 UTC (rev 378960)
@@ -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;

Deleted: gpsprune.sh
===================================================================
--- gpsprune.sh	2018-09-10 04:24:12 UTC (rev 378959)
+++ gpsprune.sh	2018-09-10 04:24:16 UTC (rev 378960)
@@ -1,2 +0,0 @@
-#!/bin/bash
-java -jar /usr/share/java/gpsprune/gpsprune.jar "$@"

Copied: gpsprune/repos/community-any/gpsprune.sh (from rev 378959, gpsprune/trunk/gpsprune.sh)
===================================================================
--- gpsprune.sh	                        (rev 0)
+++ gpsprune.sh	2018-09-10 04:24:16 UTC (rev 378960)
@@ -0,0 +1,2 @@
+#!/bin/bash
+java -jar /usr/share/java/gpsprune/gpsprune.jar "$@"



More information about the arch-commits mailing list