PKGBUILDs/qt6-declarative/android-aarch64/PKGBUILD.sh.ep

16 lines
582 B
Plaintext
Raw Normal View History

% layout 'android-qt6-module', has_binaries => 1;
\
2023-03-31 23:09:26 +02:00
_qtver=6.5.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Classes for QML and JavaScript languages (android)'
depends=(<%== qt6deps qw(base) %>)
2023-03-15 10:48:39 +01:00
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'qt6-shadertools' 'ninja' 'python' 'java-environment-openjdk>=11')
optdepends=('qt6-declarative: development tools')
2021-07-08 14:24:58 +02:00
conflicts=(<%== qt6deps qw(quickcontrols2) %>)
provides=(<%== qt6deps qw(quickcontrols2) %>)
replaces=(<%== qt6deps qw(quickcontrols2) %>)