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

2018-09-09 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-09-10 04:24:12 UTC (rev 378959)
+++ PKGBUILD2018-09-10 04:24:16 UTC (rev 378960)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: jose 
-
-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)
+++ PKGBUILD2018-09-10 04:24:16 UTC (rev 378960)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: jose 
+
+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.desktop2018-09-10 04:24:12 UTC (rev 378959)
+++ gpsprune.desktop2018-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.desktop2018-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

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

2018-05-20 Thread Balló György via arch-commits
Date: Sunday, May 20, 2018 @ 17:11:38
  Author: bgyorgy
Revision: 325454

archrelease: copy trunk to community-any

Added:
  gpsprune/repos/community-any/PKGBUILD
(from rev 325453, gpsprune/trunk/PKGBUILD)
  gpsprune/repos/community-any/gpsprune.desktop
(from rev 325453, gpsprune/trunk/gpsprune.desktop)
  gpsprune/repos/community-any/gpsprune.sh
(from rev 325453, 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
===
--- PKGBUILD2018-05-20 17:11:32 UTC (rev 325453)
+++ PKGBUILD2018-05-20 17:11:38 UTC (rev 325454)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: jose 
-
-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"
-}

Copied: gpsprune/repos/community-any/PKGBUILD (from rev 325453, 
gpsprune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-20 17:11:38 UTC (rev 325454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: jose 
+
+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"
+}

Deleted: gpsprune.desktop
===
--- gpsprune.desktop2018-05-20 17:11:32 UTC (rev 325453)
+++ gpsprune.desktop2018-05-20 17:11:38 UTC (rev 325454)
@@ -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 325453, 
gpsprune/trunk/gpsprune.desktop)
===
--- gpsprune.desktop(rev 0)
+++ gpsprune.desktop2018-05-20 17:11:38 UTC (rev 325454)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Name=GpsPrune
+Comment=Visualize, edit and prune GPS tracks
+Exec=gpsprune %F
+Icon=gpsprune