Date: Tuesday, March 12, 2019 @ 12:15:49
  Author: bgyorgy
Revision: 440623

Add back geotag package

Added:
  geotag/
  geotag/trunk/
  geotag/trunk/PKGBUILD
  geotag/trunk/geotag.appdata.xml
  geotag/trunk/geotag.desktop
  geotag/trunk/geotag.sh

--------------------+
 PKGBUILD           |   38 ++++++++++++++++++++++++++++++++++++++
 geotag.appdata.xml |   14 ++++++++++++++
 geotag.desktop     |    8 ++++++++
 geotag.sh          |    2 ++
 4 files changed, 62 insertions(+)

Added: geotag/trunk/PKGBUILD
===================================================================
--- geotag/trunk/PKGBUILD                               (rev 0)
+++ geotag/trunk/PKGBUILD       2019-03-12 12:15:49 UTC (rev 440623)
@@ -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=2
+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=('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";
+        
"http://central.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"
+}


Property changes on: geotag/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: geotag/trunk/geotag.appdata.xml
===================================================================
--- geotag/trunk/geotag.appdata.xml                             (rev 0)
+++ geotag/trunk/geotag.appdata.xml     2019-03-12 12:15:49 UTC (rev 440623)
@@ -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>

Added: geotag/trunk/geotag.desktop
===================================================================
--- geotag/trunk/geotag.desktop                         (rev 0)
+++ geotag/trunk/geotag.desktop 2019-03-12 12:15:49 UTC (rev 440623)
@@ -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;

Added: geotag/trunk/geotag.sh
===================================================================
--- geotag/trunk/geotag.sh                              (rev 0)
+++ geotag/trunk/geotag.sh      2019-03-12 12:15:49 UTC (rev 440623)
@@ -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

Reply via email to