Date: Friday, June 30, 2017 @ 19:16:08
  Author: bgyorgy
Revision: 241719

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   33 +++++++++++++++++++++++++++++++++
 geotag.desktop |    8 ++++++++
 geotag.sh      |    2 ++
 3 files changed, 43 insertions(+)

Copied: geotag/repos/community-any/PKGBUILD (from rev 241718, 
geotag/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2017-06-30 19:16:08 UTC (rev 241719)
@@ -0,0 +1,33 @@
+# $Id$
+# 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.102
+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";
+        "$pkgname.desktop"
+        "$pkgname.sh")
+noextract=("$pkgname-$pkgver.jar")
+sha256sums=('b0d344e3afad4de3cb2b09840648bf4f82e7343fd984fdd7139d6c527737d93f'
+            '8bce60d5a6c8ac61a4e72f433fcb921cc4df7ded3ffb954838aedc07f9ae8c0a'
+            '8a21754c6bee1d1e72dae11b27bc86436f378dd3a9ff33b4b13c73e4f882c89d')
+
+prepare() {
+  bsdtar -xf $pkgname-$pkgver.jar images/$pkgname-128.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 images/$pkgname-128.png 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Copied: geotag/repos/community-any/geotag.desktop (from rev 241718, 
geotag/trunk/geotag.desktop)
===================================================================
--- repos/community-any/geotag.desktop                          (rev 0)
+++ repos/community-any/geotag.desktop  2017-06-30 19:16:08 UTC (rev 241719)
@@ -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 241718, 
geotag/trunk/geotag.sh)
===================================================================
--- repos/community-any/geotag.sh                               (rev 0)
+++ repos/community-any/geotag.sh       2017-06-30 19:16:08 UTC (rev 241719)
@@ -0,0 +1,2 @@
+#!/bin/bash
+java -Xmx256M -jar /usr/share/java/geotag/geotag.jar

Reply via email to