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: gui-apps/liquidshell/
Date: Mon,  7 Oct 2024 17:25:56 +0000 (UTC)	[thread overview]
Message-ID: <1728321937.0c2e27bed4020b04c0f4a0e7a4c77a32b26418fa.asturm@gentoo> (raw)

commit:     0c2e27bed4020b04c0f4a0e7a4c77a32b26418fa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 17:24:02 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 17:25:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c2e27be

gui-apps/liquidshell: Port to KF6

Upstream commits:
64b804d676a6e56455aaa20c1c64e0498d0e0f75
fc3fd5320cfa9291c356d2a40e818096ff0404a9

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

 gui-apps/liquidshell/liquidshell-9999.ebuild | 56 +++++++++++++---------------
 1 file changed, 26 insertions(+), 30 deletions(-)

diff --git a/gui-apps/liquidshell/liquidshell-9999.ebuild b/gui-apps/liquidshell/liquidshell-9999.ebuild
index 9d49ee1bf1..790bdac63a 100644
--- a/gui-apps/liquidshell/liquidshell-9999.ebuild
+++ b/gui-apps/liquidshell/liquidshell-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-KFMIN=5.115.0
-QTMIN=5.15.12
+KFMIN=6.5.0
+QTMIN=6.7.2
 inherit ecm kde.org
 
 DESCRIPTION="Basic desktop shell using QtWidgets"
@@ -20,42 +20,38 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5[dbus,jpeg]
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtx11extras-${QTMIN}:5
-	>=kde-frameworks/bluez-qt-${KFMIN}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/networkmanager-qt-${KFMIN}:5
-	>=kde-frameworks/solid-${KFMIN}:5
+	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
+	>=kde-frameworks/bluez-qt-${KFMIN}:6
+	>=kde-frameworks/karchive-${KFMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kiconthemes-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kitemviews-${KFMIN}:6
+	>=kde-frameworks/knewstuff-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-frameworks/networkmanager-qt-${KFMIN}:6
+	>=kde-frameworks/solid-${KFMIN}:6
 "
 RDEPEND="${DEPEND}
-	>=dev-qt/qdbus-${QTMIN}:0
-	>=kde-frameworks/kded-${KFMIN}:5
+	>=dev-qt/qttools-${QTMIN}:6[qdbus]
+	>=kde-frameworks/kded-${KFMIN}:6
 	sys-apps/dbus
 	x11-themes/hicolor-icon-theme
 "
 
 src_configure() {
 	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
+		-DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON
 	)
 	ecm_src_configure
 }


             reply	other threads:[~2024-10-07 17:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-07 17:25 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 17:32 [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/ Andreas Sturmlechner
2023-08-21 18:24 Andreas Sturmlechner
2023-08-20 16:35 Andreas Sturmlechner
2023-08-20 14:34 Andreas Sturmlechner
2023-08-20 14:34 Andreas Sturmlechner
2022-07-27 17:40 Andreas Sturmlechner
2022-05-08 13:33 Andreas Sturmlechner
2021-12-07 11:24 Andreas Sturmlechner
2021-12-07 11:09 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=1728321937.0c2e27bed4020b04c0f4a0e7a4c77a32b26418fa.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