Date: Saturday, December 29, 2018 @ 08:50:36
Author: bgyorgy
Revision: 418825
upgpkg: gottengeography 2.5-7
Add AppStream metadata
Added:
gottengeography/trunk/gottengeography.appdata.xml
Modified:
gottengeography/trunk/PKGBUILD
-----------------------------+
PKGBUILD | 5 ++++-
gottengeography.appdata.xml | 25 +++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-29 08:43:37 UTC (rev 418824)
+++ PKGBUILD 2018-12-29 08:50:36 UTC (rev 418825)
@@ -3,7 +3,7 @@
pkgname=gottengeography
pkgver=2.5
_gitrev=dd98beb826da62f430d51749dfa340af3620053c
-pkgrel=6
+pkgrel=7
pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
arch=('any')
url='https://launchpad.net/gottengeography'
@@ -11,10 +11,12 @@
depends=('libchamplain' 'libgexiv2' 'python-dateutil' 'python-gobject')
makedepends=('python-distutils-extra')
source=($pkgname-$pkgver.tar.gz::https://git.launchpad.net/gottengeography/snapshot/$pkgname-$_gitrev.tar.gz
+ gottengeography.appdata.xml
fixes.patch
fix-show-uri.patch
remove-mapquest.patch)
sha256sums=('510e6cb9d2e5ca5f103d8b5c0203a4d6e7f886cf5213aff907d99bd3f726b000'
+ '8cf14124c72dd6213254ce0f3a8404916f30f2bd9b9350530760d77825632d75'
'e0f2115a1bbc6fefd60d3018567180a69cf9e502ecef8d92cb525b5fda8f1351'
'5a930bb0a8d04d67659345570e4b96c0e36f673eb6cc32708cf670a58cb60a43'
'a7dd2cd240ee10c99efc92baeec177f9635d0d1f23e24d3ae0d50d9907834688')
@@ -40,4 +42,5 @@
package() {
cd $pkgname-$_gitrev
python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 ../gottengeography.appdata.xml
"$pkgdir/usr/share/metainfo/gottengeography.appdata.xml"
}
Added: gottengeography.appdata.xml
===================================================================
--- gottengeography.appdata.xml (rev 0)
+++ gottengeography.appdata.xml 2018-12-29 08:50:36 UTC (rev 418825)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>net.launchpad.gottengeography</id>
+ <launchable type="desktop-id">gottengeography.desktop</launchable>
+ <name>GottenGeography</name>
+ <summary>Easily store geolocation data in your photographs</summary>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-3.0</project_license>
+ <description>
+ <p>An easy to use geotagging application for the GNOME desktop, which aims
to have a very streamlined and intuitive interface that makes it easy to apply
geotags to photographs. It supports both manual tagging (without any GPS
device), and is also quite good at automatic tagging with GPS data, and aims to
painlessly allow batch-tagging of large numbers of photographs.</p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+
<image>https://git.launchpad.net/gottengeography/plain/help/C/figures/01-edmonton.png</image>
+ </screenshot>
+ <screenshot>
+
<image>https://git.launchpad.net/gottengeography/plain/help/C/figures/02-load-gps.png</image>
+ </screenshot>
+ <screenshot>
+
<image>https://git.launchpad.net/gottengeography/plain/help/C/figures/03-load-photos.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="bugtracker">https://bugs.launchpad.net/gottengeography</url>
+ <url type="homepage">https://launchpad.net/gottengeography</url>
+</component>