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)" )