Accepting request 925745 from home:tumic:GPXSee

Version 9.9

OBS-URL: https://build.opensuse.org/request/show/925745
OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=176
This commit is contained in:
Martin Tůma
2021-10-16 20:03:51 +00:00
committed by Git OBS Bridge
parent 853df4adb3
commit 88634eba9e
8 changed files with 40 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
pkgname=gpxsee
pkgver=9.7
pkgver=9.9
pkgrel=1
pkgdesc='GPS log files visualizing and analyzing tool'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
build() {
cd GPXSee-${pkgver}
lrelease gpxsee.pro
qmake gpxsee.pro
qmake PREFIX=/usr gpxsee.pro
make
}