Accepting request 1061944 from home:tumic:GPXSee

Version 11.12

OBS-URL: https://build.opensuse.org/request/show/1061944
OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=209
This commit is contained in:
Martin Tůma
2023-01-29 22:39:30 +00:00
committed by Git OBS Bridge
parent 264821007a
commit b98ddb7121
8 changed files with 40 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
pkgname=gpxsee
pkgver=11.11
pkgver=11.12
pkgrel=1
pkgdesc='GPS log files visualizing and analyzing tool'
arch=('i686' 'x86_64')
@@ -21,5 +21,4 @@ build() {
package() {
cd GPXSee-${pkgver}
make INSTALL_ROOT="$pkgdir" install
install -Dm644 pkg/appdata.xml "$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml
}