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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 21 16:59:05 UTC 2021


    Date: Wednesday, July 21, 2021 @ 16:59:05
  Author: arojas
Revision: 982400

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-21 16:58:51 UTC (rev 982399)
+++ PKGBUILD	2021-07-21 16:59:05 UTC (rev 982400)
@@ -1,38 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: jose <jose1711 [at] gmail (dot) com>
-
-pkgname=gpsprune
-pkgver=20.3
-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' '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=('866024b0b3d0c730783be113f8efe998bfc9e051b8f83b74ba54ac8230562b1c'
-            '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/PKGBUILD (from rev 982399, gpsprune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-21 16:59:05 UTC (rev 982400)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: jose <jose1711 [at] gmail (dot) com>
+
+pkgname=gpsprune
+pkgver=20.4
+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' '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=('6536242b2bb4fdac5fdae2d49901d15bfd9b43aa76ccaef1045ebaa336cf4b67'
+            '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"
+}

Deleted: gpsprune.appdata.xml
===================================================================
--- gpsprune.appdata.xml	2021-07-21 16:58:51 UTC (rev 982399)
+++ gpsprune.appdata.xml	2021-07-21 16:59:05 UTC (rev 982400)
@@ -1,27 +0,0 @@
-<?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>

Copied: gpsprune/repos/community-any/gpsprune.appdata.xml (from rev 982399, gpsprune/trunk/gpsprune.appdata.xml)
===================================================================
--- gpsprune.appdata.xml	                        (rev 0)
+++ gpsprune.appdata.xml	2021-07-21 16:59:05 UTC (rev 982400)
@@ -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	2021-07-21 16:58:51 UTC (rev 982399)
+++ gpsprune.desktop	2021-07-21 16:59:05 UTC (rev 982400)
@@ -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 982399, gpsprune/trunk/gpsprune.desktop)
===================================================================
--- gpsprune.desktop	                        (rev 0)
+++ gpsprune.desktop	2021-07-21 16:59:05 UTC (rev 982400)
@@ -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	2021-07-21 16:58:51 UTC (rev 982399)
+++ gpsprune.sh	2021-07-21 16:59:05 UTC (rev 982400)
@@ -1,2 +0,0 @@
-#!/bin/bash
-java -jar /usr/share/java/gpsprune/gpsprune.jar "$@"

Copied: gpsprune/repos/community-any/gpsprune.sh (from rev 982399, gpsprune/trunk/gpsprune.sh)
===================================================================
--- gpsprune.sh	                        (rev 0)
+++ gpsprune.sh	2021-07-21 16:59:05 UTC (rev 982400)
@@ -0,0 +1,2 @@
+#!/bin/bash
+java -jar /usr/share/java/gpsprune/gpsprune.jar "$@"




More information about the arch-commits mailing list