public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kglobalacceld/
@ 2023-11-30 20:54 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2023-11-30 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4085e76e5ccb807e0f9c5005aa8ce6a680b1b227
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 20:26:52 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 20:26:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4085e76e

kde-plasma/kglobalacceld: Fix slot of kde-frameworks/kglobalaccel blocker

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

 kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild b/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
index d3ef7a4963..ec806fb225 100644
--- a/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
+++ b/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
@@ -33,7 +33,7 @@ DEPEND="
 	)
 "
 RDEPEND="${DEPEND}
-	!kde-frameworks/kglobalaccel:6[-kf6compat(-)]
+	!kde-frameworks/kglobalaccel:5[-kf6compat(-)]
 "
 BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-plasma/kglobalacceld/
@ 2023-12-07 23:34 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2023-12-07 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2618cd55b24f98d82ecf1473a05f804b9ba54b03
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 20:11:45 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 23:33:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2618cd55

kde-plasma/kglobalacceld: Add missing dependencies

Upstream commit d9607ef5d150135937f9467c9ce27fa9ba8cbabe

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

 kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild b/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
index ec806fb225..f13253b805 100644
--- a/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
+++ b/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
@@ -24,7 +24,10 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/kcrash-${KFMIN}:6
 	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
 	>=kde-frameworks/kjobwidgets-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
 	>=kde-frameworks/kwindowsystem-${KFMIN}:6[X?]
 	X? (
 		>=dev-qt/qtbase-${QTMIN}:6=[gui]


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-plasma/kglobalacceld/
@ 2024-03-16 10:37 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-03-16 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b78c1ddca3f5f61b5774702378c3a11d595d8dd2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 09:28:03 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 10:36:59 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b78c1ddc

kde-plasma/kglobalacceld: Add slot op comment, drop merged MR link

Uses Qt6::GuiPrivate for qtx11extras_p.h

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

 kde-plasma/kglobalacceld/kglobalacceld-6.0.49.9999.ebuild | 3 ++-
 kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild        | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kglobalacceld/kglobalacceld-6.0.49.9999.ebuild b/kde-plasma/kglobalacceld/kglobalacceld-6.0.49.9999.ebuild
index ca199c8175..f1ad60abf0 100644
--- a/kde-plasma/kglobalacceld/kglobalacceld-6.0.49.9999.ebuild
+++ b/kde-plasma/kglobalacceld/kglobalacceld-6.0.49.9999.ebuild
@@ -18,6 +18,7 @@ IUSE="X"
 REQUIRED_USE="test? ( X )"
 RESTRICT="test" # requires installed instance
 
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
 	>=kde-frameworks/kconfig-${KFMIN}:6
@@ -42,7 +43,7 @@ BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
 
 src_configure() {
 	local mycmakeargs=(
-		-DWITH_X11=$(usex X) # Pending: https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/26
+		-DWITH_X11=$(usex X)
 	)
 	ecm_src_configure
 }

diff --git a/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild b/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
index 80117199d3..0f998b5589 100644
--- a/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
+++ b/kde-plasma/kglobalacceld/kglobalacceld-9999.ebuild
@@ -18,6 +18,7 @@ IUSE="X"
 REQUIRED_USE="test? ( X )"
 RESTRICT="test" # requires installed instance
 
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
 	>=kde-frameworks/kconfig-${KFMIN}:6
@@ -42,7 +43,7 @@ BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
 
 src_configure() {
 	local mycmakeargs=(
-		-DWITH_X11=$(usex X) # Pending: https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/26
+		-DWITH_X11=$(usex X)
 	)
 	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-16 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-16 10:37 [gentoo-commits] proj/kde:master commit in: kde-plasma/kglobalacceld/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-12-07 23:34 Andreas Sturmlechner
2023-11-30 20:54 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox