Fix plugin path in qtforkawesome-qt6

This commit is contained in:
Martchus 2021-11-03 23:05:08 +01:00
parent 8f884b8cca
commit 5def14a2ed
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ _cfg=qt6
pkgname=qtforkawesome-$_cfg
_name=${pkgname%-$_cfg}
pkgver=0.0.2
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Library that bundles ForkAwesome for use within Qt applications (using Qt 6)'
license=('GPL')
@ -37,6 +37,7 @@ build() {
-DCONFIGURATION_TARGET_SUFFIX:STRING="$_cfg" \
-DCONFIGURATION_PACKAGE_SUFFIX_QTUTILITIES:STRING="-$_cfg" \
-DQT_PACKAGE_PREFIX:STRING='Qt6' \
-DQT_PLUGIN_DIR:STRING='/usr/lib/qt6/plugins' \
-DBUILTIN_TRANSLATIONS:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DFORK_AWESOME_FONT_FILE="$srcdir/${_reponame_forkawesome}/fonts/forkawesome-webfont.woff2" \