summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnwallaby2019-03-18 14:23:57 +0100
committerjohnwallaby2019-03-18 14:23:57 +0100
commitbbd1a8c11a061ac7a92af3786cccccc4a09a6681 (patch)
tree80420fe82853bbd5bdd39be676e30938408d5137
parent10593a1c653fb0f9e5a0ed7ff3967967bb23fc13 (diff)
downloadaur-bbd1a8c11a061ac7a92af3786cccccc4a09a6681.tar.gz
use translations; thanks @sikmir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a5fce8950d..df9c3f62c36a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gpscorrelate-git
pkgdesc = GPS Photo Correlation; Writes location data to EXIF tags using GPX files (command line and GTK interface).
pkgver = r149.a6bc064
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/freefoote/gpscorrelate
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9fd62f95f4f2..ec6875b96027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=gpscorrelate
pkgname=gpscorrelate-git
pkgver=r149.a6bc064
-pkgrel=3
+pkgrel=4
pkgdesc='GPS Photo Correlation; Writes location data to EXIF tags using GPX files (command line and GTK interface).'
url='https://github.com/freefoote/gpscorrelate'
license=('GPL')
@@ -24,7 +24,7 @@ pkgver() {
package() {
cd $srcdir/${_pkgname}
- make prefix=/usr DESTDIR=$pkgdir install || return 1
+ make CFLAGS=-DENABLE_NLS prefix=/usr DESTDIR=$pkgdir install install-po || return 1
install -Dm644 gpscorrelate-gui.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/gpscorrelate-gui.svg"
install -Dm644 gpscorrelate.desktop "$pkgdir/usr/share/applications/gpscorrelate.desktop"
}