* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2023-11-30 20:54 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2023-11-30 20:54 UTC (permalink / raw
To: gentoo-commits
commit: da4099863542814399c4bed3542d1615f29c2baf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 19:48:43 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 19:48:43 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=da409986
kde-plasma/plasma5support: new package, add 9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/metadata.xml | 12 ++++++++++
.../plasma5support/plasma5support-9999.ebuild | 26 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/kde-plasma/plasma5support/metadata.xml b/kde-plasma/plasma5support/metadata.xml
new file mode 100644
index 0000000000..7c7e791bba
--- /dev/null
+++ b/kde-plasma/plasma5support/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="kde-invent">plasma/plasma5support</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
new file mode 100644
index 0000000000..de0ed8d129
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.245.0
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2023-12-20 23:02 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2023-12-20 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 58160fda93a4d5c643a141ede79e6f8598b57343
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:40:57 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 23:01:10 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58160fda
kde-plasma/plasma5support: 5.91.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-5.91.0.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild
new file mode 100644
index 0000000000..f0355735bb
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.247.0
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2023-12-23 18:46 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2023-12-23 18:46 UTC (permalink / raw
To: gentoo-commits
commit: e7b496448861eac72300ba30fb4b7efcc03b9f1c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 18:34:29 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:34:29 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7b49644
kde-plasma/plasma5support: drop 5.91.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-5.91.0.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild
deleted file mode 100644
index f0355735bb..0000000000
--- a/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.247.0
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-01-10 16:47 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 16:47 UTC (permalink / raw
To: gentoo-commits
commit: c38197fe469282370222f3401d65d5e5136a7657
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 13:28:28 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 16:46:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c38197fe
kde-plasma/plasma5support: 5.92.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-5.92.0.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/kde-plasma/plasma5support/plasma5support-5.92.0.ebuild b/kde-plasma/plasma5support/plasma5support-5.92.0.ebuild
new file mode 100644
index 0000000000..e93fa67969
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-5.92.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=9999
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-02-17 20:40 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-02-17 20:40 UTC (permalink / raw
To: gentoo-commits
commit: db5984419dcbcd691f41e9770ccc24e80332d558
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 20:38:35 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 20:38:35 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db598441
kde-plasma/plasma5support: Update dependencies
Upstream commits:
c17a3e39c87dbcdd5296f3cf2c4ad01e58719a0a
96e1d4482375d9d5cdac749ed39ddbededd01ede
Closes: https://bugs.gentoo.org/924452
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-9999.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index 1e1b3a7b56..20ee03ce12 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -6,6 +6,7 @@ EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=9999
+PVCUT=$(ver_cut 1-3)
QTMIN=6.6.2
inherit ecm plasma.kde.org
@@ -21,6 +22,15 @@ DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ >=kde-plasma/libksysguard-${PVCUT}:6
+ >=kde-plasma/libplasma-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+ !kde-plasma/plasma-workspace:5
"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-05-21 19:06 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-05-21 19:06 UTC (permalink / raw
To: gentoo-commits
commit: fd4538fa21bf6e694fd583b3a13a839715ff07e9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:56:55 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 19:04:51 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd4538fa
kde-plasma/plasma5support: drop 6.0.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support-6.0.49.9999.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-6.0.49.9999.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.49.9999.ebuild
deleted file mode 100644
index 8a111ca770..0000000000
--- a/kde-plasma/plasma5support/plasma5support-6.0.49.9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-05-24 19:49 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-05-24 19:49 UTC (permalink / raw
To: gentoo-commits
commit: 16974a5ae21b27ceb029dcbb6d968c57125bbab4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 18:55:58 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 24 19:26:15 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=16974a5a
kde-plasma/plasma5support: 6.0.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-6.0.90.ebuild | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild
new file mode 100644
index 0000000000..eb9002efbe
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.2.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ >=kde-plasma/libksysguard-${PVCUT}:6
+ >=kde-plasma/libplasma-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+ !kde-plasma/plasma-workspace:5
+ !<kde-plasma/plasma-workspace-6.0.80:6
+"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-05-27 22:24 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-05-27 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 24e267dd6f8554729ca76812c562ae35ada9204f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 17:49:04 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 27 17:49:04 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=24e267dd
kde-plasma/plasma5support: drop 6.0.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-6.0.90.ebuild | 37 ----------------------
1 file changed, 37 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild b/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild
deleted file mode 100644
index eb9002efbe..0000000000
--- a/kde-plasma/plasma5support/plasma5support-6.0.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.2.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
- >=kde-plasma/libplasma-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- !kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.0.80:6
-"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-05-30 12:24 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-05-30 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 48a11cf2a9cb9e26d66f6c1dc70d175c52e54a20
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 12:23:24 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 30 12:23:24 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=48a11cf2
kde-plasma/plasma5support: Drop unused dependencies
Upstream commit 16cfad872fb6140aaa67a11dc8662f3e147b00ba
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild | 3 ---
kde-plasma/plasma5support/plasma5support-9999.ebuild | 3 ---
2 files changed, 6 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
index ff373ea821..29f9c1da33 100644
--- a/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
@@ -24,12 +24,9 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
>=kde-plasma/libksysguard-${PVCUT}:6
- >=kde-plasma/libplasma-${PVCUT}:6
"
RDEPEND="${DEPEND}
!kde-plasma/plasma-workspace:5
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index fd88617fe1..25034200cf 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -24,12 +24,9 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
>=kde-plasma/libksysguard-${PVCUT}:6
- >=kde-plasma/libplasma-${PVCUT}:6
"
RDEPEND="${DEPEND}
!kde-plasma/plasma-workspace:5
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-06-18 20:03 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-06-18 20:03 UTC (permalink / raw
To: gentoo-commits
commit: d9ebfb9fe56fcab6a77b0bf32a4fe8498835ff11
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 20:00:36 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 20:00:36 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9ebfb9f
kde-plasma/plasma5support: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-6.1.0.ebuild | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.0.ebuild
deleted file mode 100644
index cbb49baab7..0000000000
--- a/kde-plasma/plasma5support/plasma5support-6.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- !kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.0.80:6
-"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-06-24 17:30 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-06-24 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 7d2b0c7a893f04936fd1e1d05f38dc2b5a754e4a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 16:34:09 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 17:29:02 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d2b0c7a
kde-plasma/plasma5support: Disable tests
Bug: https://bugs.gentoo.org/926347
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
index c5bf157662..bd56741ef7 100644
--- a/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
@@ -17,6 +17,8 @@ SLOT="6"
KEYWORDS=""
IUSE=""
+RESTRICT="test" # bug 926347
+
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-06-24 18:42 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-06-24 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 5c2d7d85dd999bc9eb0864f0cf73b8a629799e0c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 18:41:37 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 18:42:08 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c2d7d85
kde-plasma/plasma5support: Sync test disabling w/ 6.1 branch
Bug: https://bugs.gentoo.org/926347
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index 25034200cf..bc825f5ba5 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -17,6 +17,8 @@ SLOT="6"
KEYWORDS=""
IUSE=""
+RESTRICT="test" # bug 926347
+
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-09-10 16:48 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 34b3f764653a96bd7cb0db0234f0bbca1dc89d3f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 16:05:11 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 16:45:00 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=34b3f764
kde-plasma/plasma5support: drop 6.1.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support-6.1.49.9999.ebuild | 36 ----------------------
1 file changed, 36 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
deleted file mode 100644
index 4514399e32..0000000000
--- a/kde-plasma/plasma5support/plasma5support-6.1.49.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS=""
-IUSE=""
-
-RESTRICT="test" # bug 926347
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- !kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.0.80:6
-"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-09-14 15:16 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14 15:16 UTC (permalink / raw
To: gentoo-commits
commit: a3c08dea057d5c2eda818fae20504c88265325ce
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 14:37:35 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 14:37:35 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3c08dea
kde-plasma/plasma5support: Add new dependencies
hotplug and soliddevice dataengines moved from plasma-workspace
Upstream commit b8d9e34440b003f4375952fe8a1f727d02059b04
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index 197384a89f..243fbfeb10 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -26,11 +26,13 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
>=kde-plasma/libksysguard-${PVCUT}:6
"
RDEPEND="${DEPEND}
!kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.0.80:6
+ !<kde-plasma/plasma-workspace-6.1.90:6
"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-09-14 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 0813ca08ae7870c8900b08191ce4b70c5061ca43
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 20:40:55 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 21:29:37 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0813ca08
kde-plasma/plasma5support: 6.1.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-6.1.90.ebuild | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.90.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.90.ebuild
new file mode 100644
index 0000000000..9a8320fecf
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-6.1.90.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # bug 926347
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ >=kde-plasma/libksysguard-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+ !kde-plasma/plasma-workspace:5
+ !<kde-plasma/plasma-workspace-6.1.90:6
+"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-10-03 20:18 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-10-03 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 339dc25ccc64ce548f5776984644d4efc257bcff
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 17:59:01 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 17:59:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=339dc25c
kde-plasma/plasma5support: 6.2.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-6.2.0.ebuild | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild
new file mode 100644
index 0000000000..9a8320fecf
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # bug 926347
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ >=kde-plasma/libksysguard-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+ !kde-plasma/plasma-workspace:5
+ !<kde-plasma/plasma-workspace-6.1.90:6
+"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-10-08 15:20 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-10-08 15:20 UTC (permalink / raw
To: gentoo-commits
commit: 2aea055ab39b1f61005a98bb02f6a27bd767ce7e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 18:22:54 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 23:22:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2aea055a
kde-plasma/plasma5support: drop 6.1.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-6.1.90.ebuild | 38 ----------------------
1 file changed, 38 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-6.1.90.ebuild b/kde-plasma/plasma5support/plasma5support-6.1.90.ebuild
deleted file mode 100644
index 9a8320fecf..0000000000
--- a/kde-plasma/plasma5support/plasma5support-6.1.90.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 926347
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- !kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.1.90:6
-"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-10-10 23:00 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-10-10 23:00 UTC (permalink / raw
To: gentoo-commits
commit: e2842a5ba1d25df290c4d3292a76f53a73d58663
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 22:59:26 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 22:59:26 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2842a5b
kde-plasma/plasma5support: drop 6.2.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma5support/plasma5support-6.2.0.ebuild | 38 ----------------------
1 file changed, 38 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild b/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild
deleted file mode 100644
index 9a8320fecf..0000000000
--- a/kde-plasma/plasma5support/plasma5support-6.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 926347
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- >=kde-plasma/libksysguard-${PVCUT}:6
-"
-RDEPEND="${DEPEND}
- !kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.1.90:6
-"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-10-13 20:59 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-10-13 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 0831e1515372e4c27a7ad48a911d3f516cae4422
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 20:52:18 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 20:52:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0831e151
kde-plasma/plasma5support: Add IUSE X
mouse dataengine moved from plasma-workspace
Upstream commit db8e58ad4e91f562ae7e9f7348ae480d4771d669
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index 4bec1d3012..617e6b8f89 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
LICENSE="GPL-2+ LGPL-2+"
SLOT="6"
KEYWORDS=""
-IUSE="geolocation"
+IUSE="geolocation X"
RESTRICT="test" # bug 926347
@@ -33,6 +33,7 @@ DEPEND="
>=kde-frameworks/solid-${KFMIN}:6
>=kde-plasma/libksysguard-${PVCUT}:6
geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
+ X? ( x11-libs/libX11 )
"
RDEPEND="${DEPEND}
!kde-plasma/plasma-workspace:5
@@ -42,6 +43,7 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package geolocation KF6NetworkManagerQt)
+ $(cmake_use_find_package X X11)
)
ecm_src_configure
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-10-13 20:59 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-10-13 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 5daa47300936cb2d9bbd10a54bc94093760e7520
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 20:46:41 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 20:46:41 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5daa4730
kde-plasma/plasma5support: Add IUSE geolocation
geolocation dataengine moved from plasma-workspace
Upstream commit bb838434690233e2af057e5c5bf1d9d3ed710384
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-9999.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index 01cca39c10..4bec1d3012 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
LICENSE="GPL-2+ LGPL-2+"
SLOT="6"
KEYWORDS=""
-IUSE=""
+IUSE="geolocation"
RESTRICT="test" # bug 926347
@@ -32,8 +32,16 @@ DEPEND="
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/solid-${KFMIN}:6
>=kde-plasma/libksysguard-${PVCUT}:6
+ geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
"
RDEPEND="${DEPEND}
!kde-plasma/plasma-workspace:5
- !<kde-plasma/plasma-workspace-6.1.90:6
+ !<kde-plasma/plasma-workspace-6.2.90:6
"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package geolocation KF6NetworkManagerQt)
+ )
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-10-13 20:59 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-10-13 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 1e1d01586d21b8e0aa4d0dd70505dad6484d060a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 20:42:32 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 20:43:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e1d0158
kde-plasma/plasma5support: Add new dependency
powermanagement dataengine moved from plasma-workspace
Upstream commit d91b830061bc68264115386b3735cc2121c3bbcb
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index 243fbfeb10..01cca39c10 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -26,6 +26,7 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kidletime-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/
@ 2024-10-16 15:59 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2024-10-16 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 46bfc18cd5289db402aac816f34626e78a8bfcbb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 15:38:18 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 15:38:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46bfc18c
kde-plasma/plasma5support: Use upstreamed WITH_X11 cmake arg
Upstream commit 393f46d32daf922a1b46513bbdce6a89ced8e598
Closes: https://bugs.gentoo.org/941579
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma5support/plasma5support-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/plasma5support/plasma5support-9999.ebuild b/kde-plasma/plasma5support/plasma5support-9999.ebuild
index 617e6b8f89..74083f707d 100644
--- a/kde-plasma/plasma5support/plasma5support-9999.ebuild
+++ b/kde-plasma/plasma5support/plasma5support-9999.ebuild
@@ -43,7 +43,7 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package geolocation KF6NetworkManagerQt)
- $(cmake_use_find_package X X11)
+ -DWITH_X11=$(usex X)
)
ecm_src_configure
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-10-16 15:59 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 22:24 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma5support/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-10-16 15:59 Andreas Sturmlechner
2024-10-13 20:59 Andreas Sturmlechner
2024-10-13 20:59 Andreas Sturmlechner
2024-10-13 20:59 Andreas Sturmlechner
2024-10-10 23:00 Andreas Sturmlechner
2024-10-08 15:20 Andreas Sturmlechner
2024-10-03 20:18 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-09-14 15:16 Andreas Sturmlechner
2024-09-10 16:48 Andreas Sturmlechner
2024-06-24 18:42 Andreas Sturmlechner
2024-06-24 17:30 Andreas Sturmlechner
2024-06-18 20:03 Andreas Sturmlechner
2024-05-30 12:24 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-05-21 19:06 Andreas Sturmlechner
2024-02-17 20:40 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2023-12-23 18:46 Andreas Sturmlechner
2023-12-20 23:02 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