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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 12:52:42 UTC 2022


    Date: Sunday, April 24, 2022 @ 12:52:42
  Author: allan
Revision: 1189576

archrelease: copy trunk to community-any

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

--------------------+
 PKGBUILD           |   76 +++++++++++++++++++++++++--------------------------
 geotag.appdata.xml |   28 +++++++++---------
 geotag.desktop     |   16 +++++-----
 geotag.sh          |    4 +-
 4 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 12:52:14 UTC (rev 1189575)
+++ PKGBUILD	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -1,38 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Johannes Wienke <languitar at semipol dot de>
-# Contributor: Danilo Bargen <aur at dbrgn dot ch>
-
-pkgname=geotag
-pkgver=0.103
-pkgrel=3
-pkgdesc='Match date/time information from photos with location information from a GPS unit or from a map'
-arch=('any')
-url='http://geotag.sourceforge.net/'
-license=('GPL')
-depends=('hicolor-icon-theme' 'java-runtime' 'perl-image-exiftool')
-optdepends=('dcraw: display preview for RAW images'
-            'gpsbabel: load tracks from GPS')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.jar"
-        'https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar'
-        "$pkgname.desktop"
-        "$pkgname.appdata.xml"
-        "$pkgname.sh")
-noextract=("$pkgname-$pkgver.jar")
-sha256sums=('9c12b0bdc8e497b461a5fb1611175e7c26750617febc70dd92b5c7783d69b2ba'
-            '88b955a0df57880a26a74708bc34f74dcaf8ebf4e78843a28b50eae945732b06'
-            '8bce60d5a6c8ac61a4e72f433fcb921cc4df7ded3ffb954838aedc07f9ae8c0a'
-            'a0ed07e35fb3e632dc4aceb464d8c04e602847bf94f65854debf9ed36ebf3c93'
-            '81ea7d4b35c85c7b032bfaba2caeb319ced2550692d4f739c68a94b741682066')
-
-prepare() {
-  bsdtar -xf $pkgname-$pkgver.jar images/$pkgname-128.png
-}
-
-package() {
-  install -Dm644 $pkgname-$pkgver.jar "$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
-  install -Dm644 jaxb-api-2.3.1.jar "$pkgdir/usr/share/java/$pkgname/lib/jaxb-api.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 images/$pkgname-128.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
-}

Copied: geotag/repos/community-any/PKGBUILD (from rev 1189575, geotag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Johannes Wienke <languitar at semipol dot de>
+# Contributor: Danilo Bargen <aur at dbrgn dot ch>
+
+pkgname=geotag
+pkgver=0.103
+pkgrel=4
+pkgdesc='Match date/time information from photos with location information from a GPS unit or from a map'
+arch=('any')
+url='http://geotag.sourceforge.net/'
+license=('GPL')
+depends=('hicolor-icon-theme' 'java-runtime' 'perl-image-exiftool')
+optdepends=('dcraw: display preview for RAW images'
+            'gpsbabel: load tracks from GPS')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.jar"
+        'https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar'
+        "$pkgname.desktop"
+        "$pkgname.appdata.xml"
+        "$pkgname.sh")
+noextract=("$pkgname-$pkgver.jar")
+sha256sums=('9c12b0bdc8e497b461a5fb1611175e7c26750617febc70dd92b5c7783d69b2ba'
+            '88b955a0df57880a26a74708bc34f74dcaf8ebf4e78843a28b50eae945732b06'
+            '8bce60d5a6c8ac61a4e72f433fcb921cc4df7ded3ffb954838aedc07f9ae8c0a'
+            'a0ed07e35fb3e632dc4aceb464d8c04e602847bf94f65854debf9ed36ebf3c93'
+            '81ea7d4b35c85c7b032bfaba2caeb319ced2550692d4f739c68a94b741682066')
+
+prepare() {
+  bsdtar -xf $pkgname-$pkgver.jar images/$pkgname-128.png
+}
+
+package() {
+  install -Dm644 $pkgname-$pkgver.jar "$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
+  install -Dm644 jaxb-api-2.3.1.jar "$pkgdir/usr/share/java/$pkgname/lib/jaxb-api.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 images/$pkgname-128.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
+}

Deleted: geotag.appdata.xml
===================================================================
--- geotag.appdata.xml	2022-04-24 12:52:14 UTC (rev 1189575)
+++ geotag.appdata.xml	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>org.fibs.geotag</id>
-  <launchable type="desktop-id">geotag.desktop</launchable>
-  <name>Geotag</name>
-  <summary>Match date/time information from photos with location information from a GPS unit or from a map</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-2.0</project_license>
-  <description>
-    <p>The user interface makes adding location information to your photos easy. The algorithms in Geotag automatically match GPS data to your photos. For photos taken when your GPS didn't have a signal you can let Geotag make a guess based on the closest available GPS information.</p>
-  </description>
-  <url type="bugtracker">https://sourceforge.net/p/geotag/bugs/</url>
-  <url type="homepage">http://geotag.sourceforge.net/</url>
-</component>

Copied: geotag/repos/community-any/geotag.appdata.xml (from rev 1189575, geotag/trunk/geotag.appdata.xml)
===================================================================
--- geotag.appdata.xml	                        (rev 0)
+++ geotag.appdata.xml	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.fibs.geotag</id>
+  <launchable type="desktop-id">geotag.desktop</launchable>
+  <name>Geotag</name>
+  <summary>Match date/time information from photos with location information from a GPS unit or from a map</summary>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+  <description>
+    <p>The user interface makes adding location information to your photos easy. The algorithms in Geotag automatically match GPS data to your photos. For photos taken when your GPS didn't have a signal you can let Geotag make a guess based on the closest available GPS information.</p>
+  </description>
+  <url type="bugtracker">https://sourceforge.net/p/geotag/bugs/</url>
+  <url type="homepage">http://geotag.sourceforge.net/</url>
+</component>

Deleted: geotag.desktop
===================================================================
--- geotag.desktop	2022-04-24 12:52:14 UTC (rev 1189575)
+++ geotag.desktop	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Geotag
-Comment=Match date/time information from photos with location information from a GPS unit
-Exec=geotag
-Icon=geotag
-Categories=Graphics;ImageProcessing;Geography;

Copied: geotag/repos/community-any/geotag.desktop (from rev 1189575, geotag/trunk/geotag.desktop)
===================================================================
--- geotag.desktop	                        (rev 0)
+++ geotag.desktop	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Geotag
+Comment=Match date/time information from photos with location information from a GPS unit
+Exec=geotag
+Icon=geotag
+Categories=Graphics;ImageProcessing;Geography;

Deleted: geotag.sh
===================================================================
--- geotag.sh	2022-04-24 12:52:14 UTC (rev 1189575)
+++ geotag.sh	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -1,2 +0,0 @@
-#!/bin/bash
-java -Xmx256M -classpath "/usr/share/java/geotag/lib/jaxb-api.jar:/usr/share/java/geotag/geotag.jar" org.fibs.geotag.Geotag

Copied: geotag/repos/community-any/geotag.sh (from rev 1189575, geotag/trunk/geotag.sh)
===================================================================
--- geotag.sh	                        (rev 0)
+++ geotag.sh	2022-04-24 12:52:42 UTC (rev 1189576)
@@ -0,0 +1,2 @@
+#!/bin/bash
+java -Xmx256M -classpath "/usr/share/java/geotag/lib/jaxb-api.jar:/usr/share/java/geotag/geotag.jar" org.fibs.geotag.Geotag



More information about the arch-commits mailing list