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

Balló György bgyorgy at archlinux.org
Sat Dec 29 23:53:45 UTC 2018


    Date: Saturday, December 29, 2018 @ 23:53:44
  Author: bgyorgy
Revision: 418948

archrelease: copy trunk to community-any

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

----------------------+
 PKGBUILD             |   69 ++++++++++++++++++++++++++-----------------------
 gpsprune.appdata.xml |   27 +++++++++++++++++++
 gpsprune.desktop     |   24 ++++++++---------
 gpsprune.sh          |    4 +-
 4 files changed, 79 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 23:53:40 UTC (rev 418947)
+++ PKGBUILD	2018-12-29 23:53:44 UTC (rev 418948)
@@ -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.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"
-}

Copied: gpsprune/repos/community-any/PKGBUILD (from rev 418947, gpsprune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-29 23:53:44 UTC (rev 418948)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: jose <jose1711 [at] gmail (dot) com>
+
+pkgname=gpsprune
+pkgver=19.1
+pkgrel=2
+pkgdesc="View, edit and convert coordinate data from GPS systems"
+arch=('any')
+url="https://activityworkshop.net/software/gpsprune/"
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime')
+makedepends=('imagemagick')
+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"
+        "$pkgname.appdata.xml")
+noextract=("${pkgname}_$pkgver.jar")
+sha256sums=('fe0b387a15cbaca1bbb15e2caa6b67fb465516f62354560593bfe9203e183cb7'
+            '9d08bebe643266d2be126597a6841b0364ab07b2d44fdde8c7ad2ec59088523c'
+            'cd8b8f8fc54df03e7435e4849d734e7d9ef5291d8f75c6abab0bfe809fe6abd9'
+            '744f83c1c6d76c3d339b41450ddc79a7c15fbaf6d637741fb2c09529a65a0311'
+            'bba63de51deff95f3453bdacd8e34126c7cbbd33658fadad0b2c51b19855fdb9')
+
+prepare() {
+  convert prunelogo.png +set date:create +set date:modify -gravity center -extent 96x96 $pkgname.png
+}
+
+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 $pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+  install -Dm644 $pkgname.png "$pkgdir/usr/share/icons/hicolor/96x96/apps/$pkgname.png"
+}

Copied: gpsprune/repos/community-any/gpsprune.appdata.xml (from rev 418947, gpsprune/trunk/gpsprune.appdata.xml)
===================================================================
--- gpsprune.appdata.xml	                        (rev 0)
+++ gpsprune.appdata.xml	2018-12-29 23:53:44 UTC (rev 418948)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>net.activityworkshop.gpsprune</id>
+  <launchable type="desktop-id">gpsprune.desktop</launchable>
+  <name>GpsPrune</name>
+  <summary>Visualize, edit and prune GPS tracks</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <description>
+    <p>GpsPrune is an application for viewing, editing and converting coordinate data from GPS systems. Basically it's a tool to let you play with your GPS data after you get home from your trip.</p>
+    <p>It can load data from arbitrary text-based formats (for example, any tab-separated or comma-separated file) or Xml, or directly from a GPS receiver. It can display the data (as map view using openstreetmap images and as altitude profile), edit this data (for example delete points and ranges, sort waypoints, compress tracks), and save the data (in various text-based formats). It can also export data as a Gpx file, or as Kml/Kmz for import into Google Earth, or send it to a GPS receiver.</p>
+    <p>Some example uses of GpsPrune include cleaning up tracks by deleting wayward points - either recorded by error or by unintended detours. It can also be used to compare and combine tracks, convert to and from various formats, compress tracks, export data to Google Earth, or to analyse data to calculate distances, altitudes and so on.</p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://activityworkshop.net/software/gpsprune/screengrabs/gpsprune_13_ordnance_survey.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://activityworkshop.net/software/gpsprune/screengrabs/gpsprune_13_hungarian.png</image>
+    </screenshot>
+    <screenshot>
+      <image>https://activityworkshop.net/software/gpsprune/screengrabs/prune_12_ubuntu.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://github.com/activityworkshop/GpsPrune/issues</url>
+  <url type="homepage">https://activityworkshop.net/software/gpsprune/</url>
+</component>

Deleted: gpsprune.desktop
===================================================================
--- gpsprune.desktop	2018-12-29 23:53:40 UTC (rev 418947)
+++ gpsprune.desktop	2018-12-29 23:53:44 UTC (rev 418948)
@@ -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 418947, gpsprune/trunk/gpsprune.desktop)
===================================================================
--- gpsprune.desktop	                        (rev 0)
+++ gpsprune.desktop	2018-12-29 23:53:44 UTC (rev 418948)
@@ -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-12-29 23:53:40 UTC (rev 418947)
+++ gpsprune.sh	2018-12-29 23:53:44 UTC (rev 418948)
@@ -1,2 +0,0 @@
-#!/bin/bash
-java -jar /usr/share/java/gpsprune/gpsprune.jar "$@"

Copied: gpsprune/repos/community-any/gpsprune.sh (from rev 418947, gpsprune/trunk/gpsprune.sh)
===================================================================
--- gpsprune.sh	                        (rev 0)
+++ gpsprune.sh	2018-12-29 23:53:44 UTC (rev 418948)
@@ -0,0 +1,2 @@
+#!/bin/bash
+java -jar /usr/share/java/gpsprune/gpsprune.jar "$@"



More information about the arch-commits mailing list