app-editors/texworks: Add qtbase USE-flags and build id

This commit is contained in:
Enno Tensing 2025-03-16 13:18:12 +01:00
parent 4e88de3307
commit d5e071bfc8
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -28,7 +28,7 @@ RDEPEND="
app-text/hunspell:= app-text/hunspell:=
app-text/poppler[qt6] app-text/poppler[qt6]
dev-qt/qt5compat dev-qt/qt5compat
dev-qt/qtbase dev-qt/qtbase[concurrent,gui,widgets]
sys-libs/zlib sys-libs/zlib
lua? ( ${LUA_DEPS} ) lua? ( ${LUA_DEPS} )
python? ( ${PYTHON_DEPS} ) python? ( ${PYTHON_DEPS} )
@ -60,6 +60,7 @@ src_configure() {
-DQTPDF_VIEWER=ON -DQTPDF_VIEWER=ON
-DBUILD_SHARED_PLUGINS=ON -DBUILD_SHARED_PLUGINS=ON
-DQT_DEFAULT_MAJOR_VERSION=6 -DQT_DEFAULT_MAJOR_VERSION=6
-DTW_BUILD_ID="suijin-overlay package"
) )
use lua && mycmakeargs+=( -DLUA_VERSION="$(lua_get_version)" ) use lua && mycmakeargs+=( -DLUA_VERSION="$(lua_get_version)" )