public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gonçalo Negrier Duarte" <gonegrier.duarte@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/sioyek/
Date: Mon, 19 Feb 2024 12:39:25 +0000 (UTC)	[thread overview]
Message-ID: <1708346360.8024b2ea0526fa96897a49150c69865ab5ab61c0.gonegrier.duarte@gentoo> (raw)

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() {


             reply	other threads:[~2024-02-19 12:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19 12:39 Gonçalo Negrier Duarte [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-19 12:39 [gentoo-commits] repo/proj/guru:dev commit in: app-text/sioyek/ Gonçalo Negrier Duarte
2024-02-06 20:59 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-11 17:14 Gonçalo Negrier Duarte
2023-07-08 12:52 Gonçalo Negrier Duarte
2023-07-07 22:47 Gonçalo Negrier Duarte
2023-07-07 11:16 Gonçalo Negrier Duarte
2023-07-07 10:38 Gonçalo Negrier Duarte
2023-07-05 15:10 Gonçalo Negrier Duarte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1708346360.8024b2ea0526fa96897a49150c69865ab5ab61c0.gonegrier.duarte@gentoo \
    --to=gonegrier.duarte@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox