public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-text/kjots/
Date: Thu, 20 Apr 2023 21:15:37 +0000 (UTC)	[thread overview]
Message-ID: <1682025316.d9f3b23377653db6182619fffdf6a9813efd41ab.asturm@gentoo> (raw)

commit:     d9f3b23377653db6182619fffdf6a9813efd41ab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 18:29:56 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 21:15:16 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9f3b233

app-text/kjots: 5.1.1 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{kjots-9999.ebuild => kjots-5.1.1.ebuild}      | 32 ++++++++++++++--------
 app-text/kjots/kjots-9999.ebuild                   | 32 ++++++++++++++--------
 app-text/kjots/metadata.xml                        |  3 ++
 3 files changed, 43 insertions(+), 24 deletions(-)

diff --git a/app-text/kjots/kjots-9999.ebuild b/app-text/kjots/kjots-5.1.1.ebuild
similarity index 65%
copy from app-text/kjots/kjots-9999.ebuild
copy to app-text/kjots/kjots-5.1.1.ebuild
index fedfc85c99..39834da444 100644
--- a/app-text/kjots/kjots-9999.ebuild
+++ b/app-text/kjots/kjots-5.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 KDE_ORG_CATEGORY="pim"
-KFMIN=5.102.0
+KFMIN=5.103.0
 QTMIN=5.15.5
 inherit ecm kde.org
 
@@ -12,26 +12,26 @@ DESCRIPTION="Note taking utility by KDE"
 HOMEPAGE="https://userbase.kde.org/KJots https://community.kde.org/PIM/KJots"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+	KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-2"
 SLOT="5"
-IUSE=""
+IUSE="speech"
 
 DEPEND="
-	dev-libs/grantlee:5
-	dev-libs/ktextaddons:5
+	>=dev-libs/grantlee-5.3:5
+	dev-libs/ktextaddons:5[speech?]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtprintsupport-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/akonadi-22.08.3:5
-	>=kde-apps/akonadi-notes-22.08.3:5
-	>=kde-apps/kmime-22.08.3:5
-	>=kde-apps/kontactinterface-22.08.3:5
-	>=kde-apps/kpimtextedit-22.08.3:5
+	>=kde-apps/akonadi-23.04.0:5
+	>=kde-apps/akonadi-notes-23.04.0:5
+	>=kde-apps/kmime-23.04.0:5
+	>=kde-apps/kontactinterface-23.04.0:5
+	>=kde-apps/kpimtextedit-23.04.0:5
 	>=kde-frameworks/kbookmarks-${KFMIN}:5
 	>=kde-frameworks/kcmutils-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
@@ -45,5 +45,13 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	>=kde-apps/kdepim-runtime-22.08.3:5
+	>=kde-apps/kdepim-runtime-23.04.0:5
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package speech KF5TextEditTextToSpeech)
+	)
+
+	ecm_src_configure
+}

diff --git a/app-text/kjots/kjots-9999.ebuild b/app-text/kjots/kjots-9999.ebuild
index fedfc85c99..39834da444 100644
--- a/app-text/kjots/kjots-9999.ebuild
+++ b/app-text/kjots/kjots-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 KDE_ORG_CATEGORY="pim"
-KFMIN=5.102.0
+KFMIN=5.103.0
 QTMIN=5.15.5
 inherit ecm kde.org
 
@@ -12,26 +12,26 @@ DESCRIPTION="Note taking utility by KDE"
 HOMEPAGE="https://userbase.kde.org/KJots https://community.kde.org/PIM/KJots"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+	KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-2"
 SLOT="5"
-IUSE=""
+IUSE="speech"
 
 DEPEND="
-	dev-libs/grantlee:5
-	dev-libs/ktextaddons:5
+	>=dev-libs/grantlee-5.3:5
+	dev-libs/ktextaddons:5[speech?]
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtprintsupport-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/akonadi-22.08.3:5
-	>=kde-apps/akonadi-notes-22.08.3:5
-	>=kde-apps/kmime-22.08.3:5
-	>=kde-apps/kontactinterface-22.08.3:5
-	>=kde-apps/kpimtextedit-22.08.3:5
+	>=kde-apps/akonadi-23.04.0:5
+	>=kde-apps/akonadi-notes-23.04.0:5
+	>=kde-apps/kmime-23.04.0:5
+	>=kde-apps/kontactinterface-23.04.0:5
+	>=kde-apps/kpimtextedit-23.04.0:5
 	>=kde-frameworks/kbookmarks-${KFMIN}:5
 	>=kde-frameworks/kcmutils-${KFMIN}:5
 	>=kde-frameworks/kconfig-${KFMIN}:5
@@ -45,5 +45,13 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	>=kde-apps/kdepim-runtime-22.08.3:5
+	>=kde-apps/kdepim-runtime-23.04.0:5
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package speech KF5TextEditTextToSpeech)
+	)
+
+	ecm_src_configure
+}

diff --git a/app-text/kjots/metadata.xml b/app-text/kjots/metadata.xml
index d925f24397..fa80953797 100644
--- a/app-text/kjots/metadata.xml
+++ b/app-text/kjots/metadata.xml
@@ -8,4 +8,7 @@
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
 	</upstream>
+	<use>
+		<flag name="speech">Enable text-to-speech support</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2023-04-20 21:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 21:15 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09 12:25 [gentoo-commits] proj/kde:master commit in: app-text/kjots/ Andreas Sturmlechner
2024-06-06 19:50 Andreas Sturmlechner
2024-03-03 13:56 Andreas Sturmlechner
2023-04-22 10:27 Andreas Sturmlechner
2023-03-05 21:37 Andreas Sturmlechner
2023-03-05 21:37 Andreas Sturmlechner
2023-03-05 21:37 Andreas Sturmlechner
2023-03-05 21:37 Andreas Sturmlechner
2021-02-21 20:55 Andreas Sturmlechner
2020-09-20  8:44 Andreas Sturmlechner
2020-05-26 10:50 Andreas Sturmlechner
2020-05-23 22:00 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner

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=1682025316.d9f3b23377653db6182619fffdf6a9813efd41ab.asturm@gentoo \
    --to=asturm@gentoo.org \
    --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