aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonçalo Negrier Duarte <gonegrier.duarte@gmail.com>2024-02-19 10:16:32 +0000
committerGonçalo Negrier Duarte <gonegrier.duarte@gmail.com>2024-02-19 12:39:20 +0000
commit8024b2ea0526fa96897a49150c69865ab5ab61c0 (patch)
treedcac9020fcf1ffc49a66b284514c92821dea9204 /app-text
parentapp-emulation/86BoxManagerX: add 1.7.6.0e (diff)
downloadguru-8024b2ea0526fa96897a49150c69865ab5ab61c0.tar.gz
guru-8024b2ea0526fa96897a49150c69865ab5ab61c0.tar.bz2
guru-8024b2ea0526fa96897a49150c69865ab5ab61c0.zip
app-text/sioyek: update to qt6
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sioyek/sioyek-2.0.0.ebuild7
-rw-r--r--app-text/sioyek/sioyek-9999.ebuild7
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 55d22022e..5a60a5fd1 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 55d22022e..5a60a5fd1 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() {