From d5e071bfc8e6668525edd4677e7eb39e30cade80 Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Sun, 16 Mar 2025 13:18:12 +0100 Subject: [PATCH] app-editors/texworks: Add qtbase USE-flags and build id --- .../{texworks-0.6.10.ebuild => texworks-0.6.10-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename app-editors/texworks/{texworks-0.6.10.ebuild => texworks-0.6.10-r1.ebuild} (94%) diff --git a/app-editors/texworks/texworks-0.6.10.ebuild b/app-editors/texworks/texworks-0.6.10-r1.ebuild similarity index 94% rename from app-editors/texworks/texworks-0.6.10.ebuild rename to app-editors/texworks/texworks-0.6.10-r1.ebuild index 732077e..4ec0d30 100644 --- a/app-editors/texworks/texworks-0.6.10.ebuild +++ b/app-editors/texworks/texworks-0.6.10-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" app-text/hunspell:= app-text/poppler[qt6] dev-qt/qt5compat - dev-qt/qtbase + dev-qt/qtbase[concurrent,gui,widgets] sys-libs/zlib lua? ( ${LUA_DEPS} ) python? ( ${PYTHON_DEPS} ) @@ -60,6 +60,7 @@ src_configure() { -DQTPDF_VIEWER=ON -DBUILD_SHARED_PLUGINS=ON -DQT_DEFAULT_MAJOR_VERSION=6 + -DTW_BUILD_ID="suijin-overlay package" ) use lua && mycmakeargs+=( -DLUA_VERSION="$(lua_get_version)" )