summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: 8362fa7aacd6944e85450f0f63c089fae4e8de93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% layout 'mingw-w64-qt6-module';
\
_qtver=6.8.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Helps you create viable mapping solutions using the data available from some of the popular location services (mingw-w64)'
depends=(<%== qt6deps qw(declarative positioning) %>)
makedepends=('mingw-w64-cmake<%== $static_suffix %>' <%== qt6deps qw(shadertools declarative) %> 'qt6-shadertools' 'qt6-declarative' 'ninja')
% \
% content_for additional_cmake_args => begin
 \\
      -DFEATURE_geoservices_mapbox=OFF \\
      -DFEATURE_geoservices_mapboxgl=OFF \\
      -DFEATURE_geoservices_nokia=OFF\
% end