[arch-commits] Commit in (4 files)
Balló György
bgyorgy at archlinux.org
Sat Jun 24 22:51:12 UTC 2017
Date: Saturday, June 24, 2017 @ 22:51:11
Author: bgyorgy
Revision: 240857
Move gottengeography from AUR
Added:
gottengeography/
gottengeography/trunk/
gottengeography/trunk/PKGBUILD
gottengeography/trunk/fixes.patch
-------------+
PKGBUILD | 32 +++++++++++++++++++++++++++
fixes.patch | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 100 insertions(+)
Added: gottengeography/trunk/PKGBUILD
===================================================================
--- gottengeography/trunk/PKGBUILD (rev 0)
+++ gottengeography/trunk/PKGBUILD 2017-06-24 22:51:11 UTC (rev 240857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gottengeography
+pkgver=2.5
+_gitrev=dd98beb826da62f430d51749dfa340af3620053c
+pkgrel=4
+pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
+arch=('any')
+url='https://launchpad.net/gottengeography'
+license=('GPL3')
+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
+ fixes.patch)
+sha256sums=('510e6cb9d2e5ca5f103d8b5c0203a4d6e7f886cf5213aff907d99bd3f726b000'
+ 'e0f2115a1bbc6fefd60d3018567180a69cf9e502ecef8d92cb525b5fda8f1351')
+
+prepare() {
+ cd $pkgname-$_gitrev
+ patch -Np1 -i ../fixes.patch
+}
+
+build() {
+ cd $pkgname-$_gitrev
+ python setup.py build
+}
+
+package() {
+ cd $pkgname-$_gitrev
+ python setup.py install --root "$pkgdir" --optimize=1
+}
Property changes on: gottengeography/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gottengeography/trunk/fixes.patch
===================================================================
--- gottengeography/trunk/fixes.patch (rev 0)
+++ gottengeography/trunk/fixes.patch 2017-06-24 22:51:11 UTC (rev 240857)
@@ -0,0 +1,68 @@
+diff --git a/data/gottengeography.ui b/data/gottengeography.ui
+index cbbdeeb..a37bf76 100644
+--- a/data/gottengeography.ui
++++ b/data/gottengeography.ui
+@@ -938,37 +938,31 @@ Marc Ordinas i Llopis <mail at marcoil.org></property>
+ <object class="GtkSizeGroup" id="cameras_group">
+ <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+ <widgets>
+- <placeholder />
+ </widgets>
+ </object>
+ <object class="GtkSizeGroup" id="timezone_regions_group">
+ <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+ <widgets>
+- <placeholder />
+ </widgets>
+ </object>
+ <object class="GtkSizeGroup" id="timezone_cities_group">
+ <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+ <widgets>
+- <placeholder />
+ </widgets>
+ </object>
+ <object class="GtkSizeGroup" id="trackfiles_group">
+ <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+ <widgets>
+- <placeholder />
+ </widgets>
+ </object>
+ <object class="GtkSizeGroup" id="trackfile_colors_group">
+ <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+ <widgets>
+- <placeholder />
+ </widgets>
+ </object>
+ <object class="GtkSizeGroup" id="trackfile_unloads_group">
+ <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+ <widgets>
+- <placeholder />
+ </widgets>
+ </object>
+ </interface>
+diff --git a/gg/actor.py b/gg/actor.py
+index db6247e..4fe2cfc 100644
+--- a/gg/actor.py
++++ b/gg/actor.py
+@@ -62,7 +62,7 @@ for map_desc in [
+
+ c.push(Champlain.NetworkTileSource.new_full(
+ mapid, name, lic, lic_uri, min_zoom, max_zoom,
+- size, Champlain.MapProjection.MAP_PROJECTION_MERCATOR,
++ size, Champlain.MapProjection.MERCATOR,
+ tile_uri, Champlain.ImageRenderer()))
+
+ c.push(Champlain.FileCache.new_full(1e8, None, Champlain.ImageRenderer()))
+diff --git a/gottengeography b/gottengeography
+index 34e3ee8..0a75b64 100755
+--- a/gottengeography
++++ b/gottengeography
+@@ -22,7 +22,7 @@ except:
+
+ try:
+ from dateutil.parser import parse
+- parse('') # Suppress pyflakes warning.
++ parse('2017-05-14') # Suppress pyflakes warning.
+ except:
+ need('python3-dateutil 2.0')
+
More information about the arch-commits
mailing list