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: kde-apps/kate-addons/
Date: Sat, 25 Feb 2023 10:48:15 +0000 (UTC)	[thread overview]
Message-ID: <1677321999.8bba6b1aad29030945461250cefe92acfc7367ba.asturm@gentoo> (raw)

commit:     8bba6b1aad29030945461250cefe92acfc7367ba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 10:46:39 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 10:46:39 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8bba6b1a

kde-apps/kate-addons: Use libkateterminal from kate-lib

Required by projects and konsole addons.

Closes: https://bugs.gentoo.org/895412
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kate-addons/kate-addons-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kate-addons/kate-addons-9999.ebuild b/kde-apps/kate-addons/kate-addons-9999.ebuild
index b8fc8a7e30..5e2d544e55 100644
--- a/kde-apps/kate-addons/kate-addons-9999.ebuild
+++ b/kde-apps/kate-addons/kate-addons-9999.ebuild
@@ -41,6 +41,7 @@ DEPEND="
 	>=kde-frameworks/kitemviews-${KFMIN}:5
 	>=kde-frameworks/kjobwidgets-${KFMIN}:5
 	>=kde-frameworks/kparts-${KFMIN}:5
+	>=kde-frameworks/kpty-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/ktexteditor-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
@@ -79,7 +80,6 @@ src_configure() {
 	local mycmakeargs=(
 		-DBUILD_kate=FALSE
 		-DBUILD_kwrite=FALSE
-		-DBUILD_libkateterminal=FALSE # we've got konsole instead
 		-DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=ON # docs in kate/kwrite
 		-DBUILD_filebrowser=$(usex filebrowser)
 		-DBUILD_lspclient=$(usex lspclient)
@@ -90,7 +90,7 @@ src_configure() {
 	)
 
 	# provided by kde-apps/kate-lib
-	append-libs -lkateprivate
+	append-libs -lkateprivate -lkateterminal
 
 	ecm_src_configure
 }
@@ -100,6 +100,7 @@ src_install() {
 
 	# provided by kde-apps/kate-lib
 	rm -v "${ED}"/usr/$(get_libdir)/libkateprivate.so.* || die
+	rm -v "${ED}"/usr/$(get_libdir)/libkateterminal.so* || die
 }
 
 pkg_postinst() {


             reply	other threads:[~2023-02-25 10:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-25 10:48 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 18:14 [gentoo-commits] proj/kde:master commit in: kde-apps/kate-addons/ Maciej Mrozowski
2023-03-25  0:15 Andreas Sturmlechner
2023-03-23 16:06 Andreas Sturmlechner
2023-02-23 20:25 Andreas Sturmlechner
2022-10-16 11:42 Andreas Sturmlechner
2022-10-16 10:08 Andreas Sturmlechner
2022-08-26 19:51 Andreas Sturmlechner
2022-08-22 18:14 Andreas Sturmlechner
2022-08-21  2:46 Sam James
2022-08-20 21:37 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=1677321999.8bba6b1aad29030945461250cefe92acfc7367ba.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