# Contributor: Bart Ribbers # Contributor: Newbyte # Maintainer: Newbyte pkgname=pure-maps pkgver=2.6.0 pkgrel=1 _commit_geomag="8eb9a730c8643fb7d63fdee4fd9a195ee8ba4df2" pkgdesc="Maps and navigation" url="https://github.com/rinigus/pure-maps" # armhf blocked by mapbox-gl-qml -> qt5-qtdeclarative-dev arch="all !armhf" license="GPL-3.0-or-later" depends=" kirigami2 mapbox-gl-qml nemo-qml-plugin-dbus py3-gpxpy py3-pyotherside qml-module-clipboard qmlrunner qt5-qtbase-sqlite qt5-qtlocation qt5-qtmultimedia qt5-qtsensors " makedepends=" gettext py3-pyflakes python3 qt5-qtbase-dev qt5-qtlocation-dev qt5-qtquickcontrols2-dev qt5-qttools-dev qtchooser s2geometry-dev " checkdepends="py3-pytest" subpackages="$pkgname-lang" source="https://github.com/rinigus/pure-maps/archive/$pkgver/pure-maps-$pkgver.tar.gz https://github.com/rinigus/geomag/archive/$_commit_geomag/geomag-$_commit_geomag.tar.gz " prepare() { default_prepare rmdir thirdparty/geomag mv "$srcdir/geomag-$_commit_geomag" thirdparty/geomag } build() { qmake DEFAULT_BASEMAP=OpenCycleMap DEFAULT_ROUTER=OSRM FLAVOR=kirigami PREFIX=/usr make } check() { # We can't use Makefile.test because we need to disable some tests make -f Makefile.test check # Disabled as they require API keys to be present py.test -k 'not test_geocode and not test_autocomplete_type and not test_nearby' geocoders guides poor routers py.test poor/test/delayed_test_config.py } package() { INSTALL_ROOT="$pkgdir" make install # Locales get installed to the wrong location and thus have to be moved # to get picked up by abuild lang() mv "$pkgdir"/usr/share/pure-maps/locale "$pkgdir"/usr/share } sha512sums="d1f73f19eeeb52b4c3b607c38c432babd9a63c40b16f603b5e54cfd96a245a7a40ee2b9d9511f5df8b9b36f68360061d7327c0f1e52515e2aa0c82bd9302c226 pure-maps-2.6.0.tar.gz 13e11b6cb35162315deb86c6c6240a3555760397d7aa88ac9c3348d476e9e9547b03210134119c60790511489e3f2a13afb93a3c77d40b1258c664b6fcc0425c geomag-8eb9a730c8643fb7d63fdee4fd9a195ee8ba4df2.tar.gz"