commit: 8024b2ea0526fa96897a49150c69865ab5ab61c0
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 10:16:32 2024 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Mon Feb 19 12:39:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8024b2ea
app-text/sioyek: update to qt6
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
app-text/sioyek/sioyek-2.0.0.ebuild | 7 ++++---
app-text/sioyek/sioyek-9999.ebuild | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/app-text/sioyek/sioyek-2.0.0.ebuild
b/app-text/sioyek/sioyek-2.0.0.ebuild
index 55d22022e8..5a60a5fd18 100644
--- a/app-text/sioyek/sioyek-2.0.0.ebuild
+++ b/app-text/sioyek/sioyek-2.0.0.ebuild
@@ -7,6 +7,7 @@ inherit qmake-utils desktop xdg
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/ahrm/sioyek/archive/refs/tags/v${PV}.tar.gz
-> sioyek-2.0.0.tar.gz"
+ KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/ahrm/sioyek.git"
@@ -19,8 +20,8 @@ LICENSE="GPL-3"
SLOT="0"
BDEPEND="media-libs/harfbuzz
- dev-qt/qtbase
- dev-qt/qt3d
+ dev-qt/qtbase:6
+ dev-qt/qt3d:6
"
src_compile() {
@@ -29,7 +30,7 @@ src_compile() {
emake USE_SYSTEM_HARFBUZZ=yes
popd || die
- eqmake5 "CONFIG+=linux_app_image" pdf_viewer_build_config.pro
+ eqmake6 "CONFIG+=linux_app_image" pdf_viewer_build_config.pro
emake
}
src_install() {
diff --git a/app-text/sioyek/sioyek-9999.ebuild
b/app-text/sioyek/sioyek-9999.ebuild
index 55d22022e8..5a60a5fd18 100644
--- a/app-text/sioyek/sioyek-9999.ebuild
+++ b/app-text/sioyek/sioyek-9999.ebuild
@@ -7,6 +7,7 @@ inherit qmake-utils desktop xdg
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/ahrm/sioyek/archive/refs/tags/v${PV}.tar.gz
-> sioyek-2.0.0.tar.gz"
+ KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/ahrm/sioyek.git"
@@ -19,8 +20,8 @@ LICENSE="GPL-3"
SLOT="0"
BDEPEND="media-libs/harfbuzz
- dev-qt/qtbase
- dev-qt/qt3d
+ dev-qt/qtbase:6
+ dev-qt/qt3d:6
"
src_compile() {
@@ -29,7 +30,7 @@ src_compile() {
emake USE_SYSTEM_HARFBUZZ=yes
popd || die
- eqmake5 "CONFIG+=linux_app_image" pdf_viewer_build_config.pro
+ eqmake6 "CONFIG+=linux_app_image" pdf_viewer_build_config.pro
emake
}
src_install() {