summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnwallaby2019-03-18 13:24:22 +0100
committerjohnwallaby2019-03-18 13:24:22 +0100
commitedc996147b2a3ece889722b1d326a800fa55211a (patch)
tree81aaaf7cc39ed5b3a231810c9195de461d6f5ec0
parentef57a675e52cc160ad24703c071ef345300ae385 (diff)
downloadaur-edc996147b2a3ece889722b1d326a800fa55211a.tar.gz
add desktop shortcuts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a56574492188..723cde16dfb0 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 = 1
+ pkgrel = 2
url = https://github.com/freefoote/gpscorrelate
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index feffb50c3832..ed2cd8a3f482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=gpscorrelate
pkgname=gpscorrelate-git
pkgver=r149.a6bc064
-pkgrel=1
+pkgrel=2
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')
@@ -25,6 +25,8 @@ pkgver() {
package() {
cd $srcdir/${_pkgname}
make prefix=/usr DESTDIR=$pkgdir install || 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"
}