2018-02-15 22:25:14 +00:00
|
|
|
pkgname=gpxsee
|
2024-06-15 22:26:53 +00:00
|
|
|
pkgver=13.22
|
2018-02-15 22:25:14 +00:00
|
|
|
pkgrel=1
|
2018-04-18 07:27:10 +00:00
|
|
|
pkgdesc='GPS log files visualizing and analyzing tool'
|
2018-02-15 22:25:14 +00:00
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://www.gpxsee.org/"
|
|
|
|
license=('GPL3')
|
2024-05-23 21:55:29 +00:00
|
|
|
depends=('qt6-imageformats' 'qt6-positioning' 'qt6-svg'
|
|
|
|
'qt6-serialport' 'hicolor-icon-theme')
|
|
|
|
makedepends=('qt6-tools')
|
|
|
|
optdepends=('qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files support')
|
2018-02-15 22:25:14 +00:00
|
|
|
provides=("${pkgname}=${pkgver}")
|
|
|
|
source=("GPXSee-${pkgver}.tar.gz")
|
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd GPXSee-${pkgver}
|
2024-05-23 21:55:29 +00:00
|
|
|
/usr/lib/qt6/lrelease-pro gpxsee.pro
|
|
|
|
qmake6 PREFIX=/usr gpxsee.pro
|
2018-02-15 22:25:14 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd GPXSee-${pkgver}
|
2020-09-22 15:50:15 +00:00
|
|
|
make INSTALL_ROOT="$pkgdir" install
|
2018-02-15 22:25:14 +00:00
|
|
|
}
|