[arch-commits] Commit in geotag (6 files)

Balló György bgyorgy at archlinux.org
Tue Mar 12 12:20:01 UTC 2019


    Date: Tuesday, March 12, 2019 @ 12:20:00
  Author: bgyorgy
Revision: 440625

archrelease: copy trunk to community-any

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

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

Copied: geotag/repos/community-any/PKGBUILD (from rev 440624, geotag/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2019-03-12 12:20:00 UTC (rev 440625)
@@ -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=('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"
+        "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"
+}

Copied: geotag/repos/community-any/geotag.appdata.xml (from rev 440624, geotag/trunk/geotag.appdata.xml)
===================================================================
--- repos/community-any/geotag.appdata.xml	                        (rev 0)
+++ repos/community-any/geotag.appdata.xml	2019-03-12 12:20:00 UTC (rev 440625)
@@ -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>

Copied: geotag/repos/community-any/geotag.desktop (from rev 440624, geotag/trunk/geotag.desktop)
===================================================================
--- repos/community-any/geotag.desktop	                        (rev 0)
+++ repos/community-any/geotag.desktop	2019-03-12 12:20:00 UTC (rev 440625)
@@ -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;

Copied: geotag/repos/community-any/geotag.sh (from rev 440624, geotag/trunk/geotag.sh)
===================================================================
--- repos/community-any/geotag.sh	                        (rev 0)
+++ repos/community-any/geotag.sh	2019-03-12 12:20:00 UTC (rev 440625)
@@ -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