[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-09-14 Thread Andreas Sturmlechner
commit: ca0eb341b9b43fcb3fac00af8f9553fbb67c20f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 14 20:40:49 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 14 21:29:37 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca0eb341

kde-plasma/plasma-meta: 6.1.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.90.ebuild | 146 +++
 1 file changed, 146 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.90.ebuild
new file mode 100644
index 00..081ef93f62
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.90.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Merge this to pull in all Plasma 6 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
+cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
++networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart 
systemd
+thunderbolt unsupported wacom +wallpapers webengine +xwayland"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   !${CATEGORY}/${PN}:5
+   !kde-plasma/khotkeys:5
+   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-common-${PV}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kdesu-gui-${PV}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kpipewire-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/libplasma-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/plasma5support-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:*
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   sys-apps/xdg-desktop-portal-gtk
+   x11-misc/appmenu-gtk-module
+   )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   oxygen-theme? (
+   >=kde-frameworks/oxygen-icons-6.0.0:*
+   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   )
+   plymouth? (
+   >=k

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-09-10 Thread Andreas Sturmlechner
commit: a439a91965d16413f0b39015b642eaa85a143e39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 10 16:04:16 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 10 16:45:00 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a439a919

kde-plasma/plasma-meta: drop 6.1.49.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-6.1.49..ebuild | 146 -
 1 file changed, 146 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
deleted file mode 100644
index 453ef5b2a9..00
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Merge this to pull in all Plasma 6 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="6"
-KEYWORDS=""
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
-+networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart 
systemd
-thunderbolt unsupported wacom +wallpapers webengine +xwayland"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   !${CATEGORY}/${PN}:5
-   !kde-plasma/khotkeys:5
-   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-common-${PV}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kdesu-gui-${PV}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kpipewire-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/libplasma-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/plasma5support-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:*
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   sys-apps/xdg-desktop-portal-gtk
-   x11-misc/appmenu-gtk-module
-   )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   oxygen-theme? (
-   >=kde-frameworks/oxygen-icons-6.0.0:*
-   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   )
-   plymouth? (
-   >=kde-plasma/breeze-

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-09-04 Thread Andreas Sturmlechner
commit: ec5fef98c79e99ae2f22f92317628f0267ec4d39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep  2 21:48:42 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  4 11:43:01 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec5fef98

kde-plasma/plasma-meta: Add kde-plasma/kdesu-gui, kde-cli-tools-common

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 2 ++
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index 1b7f565676..453ef5b2a9 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -24,8 +24,10 @@ RDEPEND="
>=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-common-${PV}
>=kde-plasma/kdecoration-${PV}:${SLOT}
>=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kdesu-gui-${PV}
>=kde-plasma/kgamma-${PV}:${SLOT}
>=kde-plasma/kglobalacceld-${PV}:${SLOT}
>=kde-plasma/kinfocenter-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 1b7f565676..453ef5b2a9 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -24,8 +24,10 @@ RDEPEND="
>=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-common-${PV}
>=kde-plasma/kdecoration-${PV}:${SLOT}
>=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kdesu-gui-${PV}
>=kde-plasma/kgamma-${PV}:${SLOT}
>=kde-plasma/kglobalacceld-${PV}:${SLOT}
>=kde-plasma/kinfocenter-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-28 Thread Andreas Sturmlechner
commit: 8d7aa1b3af3453ab0a39c6db2ce63cd51b9632d7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 28 15:12:56 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 28 15:15:22 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d7aa1b3

kde-plasma/plasma-meta: Block kde-plasma/khotkeys:5

Should help users clean up their system (ultimately comes up in
@preserved-rebuild if people don't --depclean manually).

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 1 +
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index bde8084a82..1b7f565676 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -20,6 +20,7 @@ REQUIRED_USE="^^ ( elogind systemd )"
 
 RDEPEND="
!${CATEGORY}/${PN}:5
+   !kde-plasma/khotkeys:5
>=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index bde8084a82..1b7f565676 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -20,6 +20,7 @@ REQUIRED_USE="^^ ( elogind systemd )"
 
 RDEPEND="
!${CATEGORY}/${PN}:5
+   !kde-plasma/khotkeys:5
>=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-28 Thread Andreas Sturmlechner
commit: ccbcf374f45c2de861fe0429b3057f92553f4b88
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 28 14:29:22 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 28 15:11:20 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccbcf374

kde-plasma/plasma-meta: Add sys-apps/xdg-desktop-portal-gtk to IUSE=gtk

Bug: https://bugs.gentoo.org/934960
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 1 +
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index 5ad5527227..bde8084a82 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -79,6 +79,7 @@ RDEPEND="
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   sys-apps/xdg-desktop-portal-gtk
x11-misc/appmenu-gtk-module
)
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 5ad5527227..bde8084a82 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -79,6 +79,7 @@ RDEPEND="
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   sys-apps/xdg-desktop-portal-gtk
x11-misc/appmenu-gtk-module
)
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-25 Thread Sam James
commit: 9e81906b42a6f4963297b2c241fc25d245581443
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 23 17:49:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 02:44:56 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e81906b

kde-plasma/plasma-meta: fix libc++ workaround advice

Rin Cat points out on the bug that it should be =2, not =1. Also, clarify
the need to rebuild packages afterwards.

Bug: https://bugs.gentoo.org/923292
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 3 ++-
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index 4c20e09bd8..5ad5527227 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -127,7 +127,8 @@ pkg_postinst() {
ewarn ""
ewarn "A possible (no warranty!) workaround is building 
sys-libs/libcxx and"
ewarn "sys-libs/libcxxabi with the following in package.env:"
-   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\""
+   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
+   ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
 
if ! use qt5 && has_version dev-qt/qtgui; then

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 4c20e09bd8..5ad5527227 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -127,7 +127,8 @@ pkg_postinst() {
ewarn ""
ewarn "A possible (no warranty!) workaround is building 
sys-libs/libcxx and"
ewarn "sys-libs/libcxxabi with the following in package.env:"
-   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\""
+   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
+   ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
 
if ! use qt5 && has_version dev-qt/qtgui; then



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-25 Thread Sam James
commit: ae54818199c09c9c3e5e7d8909131555b207dacd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 23 17:44:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 02:44:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae548181

kde-plasma/plasma-meta: allow xdg-desktop-portal-gnome with USE=-unsupported

USE=-unsupported (the default) banning coinstalls with 
sys-apps/xdg-desktop-portal-gnome
caused issues with users either migrating between KDE Plasma and GNOME or
wanting to have both installed, so it prompted me to look into it again.

xdg-desktop-portal-kde installs kde-portals.conf which is used and preferred
within the Plasma desktop, so we have no issue here. (Done in upstream
commit ae9b326e55ca4a25a762cf0bfe96f5e947765833).

The recommendation to not coinstall them was added upstream in April 2023
at 
https://community.kde.org/index.php?title=Distributions/Packaging_Recommendations&diff=prev&oldid=96239,
while the aforementioned upstream commit is from May 2023.

Cloess: https://bugs.gentoo.org/934823
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 1 -
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index 377da38224..4c20e09bd8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -107,7 +107,6 @@ RDEPEND="
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
!unsupported? (
!gui-apps/qt6ct
-   !sys-apps/xdg-desktop-portal-gnome
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 377da38224..4c20e09bd8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -107,7 +107,6 @@ RDEPEND="
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
!unsupported? (
!gui-apps/qt6ct
-   !sys-apps/xdg-desktop-portal-gnome
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-18 Thread Andreas Sturmlechner
commit: 3ee663d8f4745737e97dd6331327f61975e6b4e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 18 19:59:51 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 18 19:59:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ee663d8

kde-plasma/plasma-meta: drop 6.1.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild | 142 
 1 file changed, 142 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild
deleted file mode 100644
index c7d6290879..00
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Merge this to pull in all Plasma 6 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
-+networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart 
systemd
-thunderbolt unsupported wacom +wallpapers webengine +xwayland"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   !${CATEGORY}/${PN}:5
-   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kpipewire-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/libplasma-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/plasma5support-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:*
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   oxygen-theme? (
-   >=kde-frameworks/oxygen-icons-6.0.0:*
-   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   qt5? ( >=kde-plasma/kway

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-17 Thread Andreas Sturmlechner
commit: 033befe91c5a8e2b64ab5def1fae3e8a0af53cb0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 27 22:06:05 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 17 21:39:45 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=033befe9

kde-plasma/plasma-meta: Depend on first Qt6-based x11-misc/sddm version

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild   | 2 +-
 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild
index 0bf2f901b2..c7d6290879 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.0.ebuild
@@ -69,7 +69,7 @@ RDEPEND="
display-manager? (
sddm? (
>=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
+   >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?]
)
!sddm? ( x11-misc/lightdm )
)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index d145130205..377da38224 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -69,7 +69,7 @@ RDEPEND="
display-manager? (
sddm? (
>=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
+   >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?]
)
!sddm? ( x11-misc/lightdm )
)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index d145130205..377da38224 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -69,7 +69,7 @@ RDEPEND="
display-manager? (
sddm? (
>=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
+   >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?]
)
!sddm? ( x11-misc/lightdm )
)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-12 Thread Sam James
commit: 3c18c4e47fdf33fc3ade6415e554a5e7bb4b2776
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 13 00:57:35 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 13 00:58:32 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c18c4e4

kde-plasma/plasma-meta: add ewarn for libc++

I still need to find someone to speak to about if we should implement the
libc++ setting distro-wide (or someone else is free to do that).

Bug: https://bugs.kde.org/479679
Bug: https://bugs.gentoo.org/923292
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 13 +
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 13 +
 2 files changed, 26 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index 45bd81968e..d145130205 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="Merge this to pull in all Plasma 6 packages"
 HOMEPAGE="https://kde.org/plasma-desktop/";
 
@@ -118,6 +120,17 @@ RDEPEND="${RDEPEND}
 "
 
 pkg_postinst() {
+   if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then
+   # Workaround for bug #923292 (KDE-bug 479679)
+   ewarn "plasmashell and other KDE Plasma components are known to 
misbehave"
+   ewarn "when built with sys-libs/libcxx, e.g. crashing when 
right-clicking"
+   ewarn "on a panel. See bug #923292."
+   ewarn ""
+   ewarn "A possible (no warranty!) workaround is building 
sys-libs/libcxx and"
+   ewarn "sys-libs/libcxxabi with the following in package.env:"
+   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\""
+   fi
+
if ! use qt5 && has_version dev-qt/qtgui; then
ewarn "KF5- and Qt5-based applications will exhibit various 
integration bugs"
ewarn "and generally look out of place in Plasma 6 without the 
dependencies"

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 45bd81968e..d145130205 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="Merge this to pull in all Plasma 6 packages"
 HOMEPAGE="https://kde.org/plasma-desktop/";
 
@@ -118,6 +120,17 @@ RDEPEND="${RDEPEND}
 "
 
 pkg_postinst() {
+   if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then
+   # Workaround for bug #923292 (KDE-bug 479679)
+   ewarn "plasmashell and other KDE Plasma components are known to 
misbehave"
+   ewarn "when built with sys-libs/libcxx, e.g. crashing when 
right-clicking"
+   ewarn "on a panel. See bug #923292."
+   ewarn ""
+   ewarn "A possible (no warranty!) workaround is building 
sys-libs/libcxx and"
+   ewarn "sys-libs/libcxxabi with the following in package.env:"
+   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\""
+   fi
+
if ! use qt5 && has_version dev-qt/qtgui; then
ewarn "KF5- and Qt5-based applications will exhibit various 
integration bugs"
ewarn "and generally look out of place in Plasma 6 without the 
dependencies"



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-05-27 Thread Andreas Sturmlechner
commit: 4102f7290fad8c985bbb06980a8c70b83114fb89
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 27 17:48:17 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 27 17:48:17 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4102f729

kde-plasma/plasma-meta: drop 6.0.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild | 129 ---
 1 file changed, 129 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild
deleted file mode 100644
index 449d736952..00
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 6 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
-+networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart 
systemd
-thunderbolt unsupported wacom +wallpapers webengine +xwayland"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   !${CATEGORY}/${PN}:5
-   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kpipewire-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/libplasma-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/plasma5support-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:*
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   oxygen-theme? (
-   >=kde-frameworks/oxygen-icons-6.0.0:*
-   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   qt5? ( >=kde-plasma/kwayland-integration-${PV}:5 )
-   rdp? ( 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-05-24 Thread Andreas Sturmlechner
commit: e0aaf66bf5e9c19f1ce0a0715279e37f97c71044
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 24 18:55:54 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 24 19:26:15 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0aaf66b

kde-plasma/plasma-meta: 6.0.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild | 129 +++
 1 file changed, 129 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild
new file mode 100644
index 00..449d736952
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 6 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
+cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
++networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart 
systemd
+thunderbolt unsupported wacom +wallpapers webengine +xwayland"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   !${CATEGORY}/${PN}:5
+   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kpipewire-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/libplasma-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/plasma5support-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:*
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   oxygen-theme? (
+   >=kde-frameworks/oxygen-icons-6.0.0:*
+   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   qt5? ( >=kde-plasma/kwayland-integration-${PV}:5 )
+   rd

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-05-21 Thread Andreas Sturmlechner
commit: 24276c19849be09577cf68da63ecdfe1908f8c50
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:56:05 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 19:04:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=24276c19

kde-plasma/plasma-meta: drop 6.0.49.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-6.0.49..ebuild | 128 -
 1 file changed, 128 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
deleted file mode 100644
index 89efcbbca7..00
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 6 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="6"
-KEYWORDS=""
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
-+networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart systemd
-thunderbolt unsupported wacom +wallpapers webengine +xwayland"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   !${CATEGORY}/${PN}:5
-   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kpipewire-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/libplasma-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/plasma5support-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:*
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   oxygen-theme? (
-   >=kde-frameworks/oxygen-icons-6.0.0:*
-   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   qt5? ( >=kde-plasma/kwayland-integration-${PV}:5 )
- 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-03-09 Thread Andreas Sturmlechner
commit: 4057aff5f9164698f04c7d3466d80a77c9adf8ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  2 19:38:04 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  9 23:04:30 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4057aff5

kde-plasma/plasma-meta: Use IUSE webengine for kde-apps/khelpcenter:6

kde-apps/khelpcenter:5 used kde-frameworks/khtml:5
kde-apps/khelpcenter:6 uses dev-qt/qtwebengine:6

Plasma profile has so far not depended on dev-qt/webengine by default,
with the unfortunate porting away to qtwebengine now it would.

If disabled, due to lack of installed khelpcenter binary, applications
fall back to using the default browser for opening - unfortunately -
KDE's online handbook instead of the locally installed one.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml   | 1 +
 kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild | 8 
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 3d7b2e409d..718ebb9d08 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -31,6 +31,7 @@
Allow packages that are known to ruin 
runtime experience ** DO NOT FILE BUGS WITH THIS ENABLED **
Pull in kde-plasma/wacomtablet 
control center module
Install wallpapers for the Plasma 
Workspace
+   Use kde-apps/khelpcenter to 
access the locally installed KDE Help System Handbook
Enable Wayland windows screensharing to 
XWayland applications via gui-apps/xwaylandvideobridge

 

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
index 1b0e517fbf..89efcbbca7 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="6"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart
-systemd thunderbolt unsupported wacom +wallpapers +xwayland"
+cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
++networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart systemd
+thunderbolt unsupported wacom +wallpapers webengine +xwayland"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -79,7 +79,6 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
x11-misc/appmenu-gtk-module
)
-   handbook? ( kde-apps/khelpcenter:* )
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
@@ -109,6 +108,7 @@ RDEPEND="
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+   webengine? ( kde-apps/khelpcenter:6 )
xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 )
 "
 # Optional runtime deps: kde-plasma/plasma-desktop

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 1b0e517fbf..89efcbbca7 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="6"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart
-systemd thunderbolt unsupported wacom +wallpapers +xwayland"
+cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
++networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart systemd
+thunderbolt unsupported wacom +wallpapers webengine +xwayland"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -79,7 +79,6 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
x11-misc/appmenu-gtk-module
)
-   handbook? ( kde-apps/khelpcenter:* )
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
@@ -109,6 +108,7 @@ RDEPEND="
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+   webengine? ( kde-apps/khelpcenter:6 )
xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 )
 "
 # Optional runtime deps: kde-plasma/plasma-desktop



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-03-09 Thread Andreas Sturmlechner
commit: 50c1b4fc542dfb7a2b85259fc236119628ff2ce9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  9 15:39:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  9 20:42:35 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=50c1b4fc

kde-plasma/plasma-meta: Add IUSE qt5 to trickle down integration USEdeps

USE=qt5 is currently globally enabled by desktop profiles.

Add a postinst warning coupled with the existence of dev-qt/qtgui.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml |  1 +
 .../plasma-meta/plasma-meta-6.0.49..ebuild  | 21 -
 kde-plasma/plasma-meta/plasma-meta-.ebuild  | 21 -
 3 files changed, 33 insertions(+), 10 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 56bd305d63..3d7b2e409d 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -23,6 +23,7 @@
Pull in Oxygen icons, sound theme and 
visual style for KDE Plasma
Pull in Breeze theme for 
sys-boot/plymouth
Install Plasma applet for PulseAudio 
volume management
+   Pull in required packages for seamless 
integration of KF5/Qt5-based applications
Pull in the x11-misc/sddm display 
manager and system settings module
Pull in kde-plasma/plasma-sdk for 
Plasma development
Pull in kde-plasma/plasma-disks 
for disk health monitoring

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
index db33b4830c..1b0e517fbf 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
@@ -11,14 +11,14 @@ SLOT="6"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager oxygen-theme plymouth pulseaudio +sddm sdk +smart
++kwallet +networkmanager oxygen-theme plymouth pulseaudio qt5 +sddm sdk +smart
 systemd thunderbolt unsupported wacom +wallpapers +xwayland"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
 RDEPEND="
!${CATEGORY}/${PN}:5
-   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}
>=kde-plasma/kdecoration-${PV}:${SLOT}
@@ -33,7 +33,6 @@ RDEPEND="
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
>=kde-plasma/ksystemstats-${PV}:${SLOT}
>=kde-plasma/kwayland-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:5
>=kde-plasma/kwin-${PV}:${SLOT}[lock]
>=kde-plasma/kwrited-${PV}:${SLOT}
>=kde-plasma/layer-shell-qt-${PV}:${SLOT}
@@ -45,7 +44,7 @@ RDEPEND="
>=kde-plasma/plasma-activities-${PV}:${SLOT}
>=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
>=kde-plasma/plasma-welcome-${PV}:${SLOT}
>=kde-plasma/plasma-workspace-${PV}:${SLOT}
@@ -88,7 +87,7 @@ RDEPEND="
)
oxygen-theme? (
>=kde-frameworks/oxygen-icons-6.0.0:*
-   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
>=kde-plasma/oxygen-sounds-${PV}:${SLOT}
)
plymouth? (
@@ -96,6 +95,7 @@ RDEPEND="
>=kde-plasma/plymouth-kcm-${PV}:${SLOT}
)
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   qt5? ( >=kde-plasma/kwayland-integration-${PV}:5 )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
systemd? (
@@ -115,3 +115,14 @@ RDEPEND="
 RDEPEND="${RDEPEND}
accessibility? ( app-accessibility/orca )
 "
+
+pkg_postinst() {
+   if ! use qt5 && has_version dev-qt/qtgui; then
+   ewarn "KF5- and Qt5-based applications will exhibit various 
integration bugs"
+   ewarn "and generally look out of place in Plasma 6 without the 
dependencies"
+   ewarn "enforced by kde-plasma/plasma-meta[qt5]."
+   ewarn
+   ewarn "This warning message is being displayed because 
dev-qt/qtgui:5 is"
+   ewarn "currently installed which indicates the use of such 
applications."
+   fi
+}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index db33b4830c..1b0e517fbf 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuil

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-03-05 Thread Andreas Sturmlechner
commit: 2b7ccfe242fc09f5cfcd0bfbfe3a28d51397657e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  3 10:50:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar  5 09:37:05 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b7ccfe2

kde-plasma/plasma-meta: Add IUSE +xwayland for xwaylandvideobridge

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml   | 1 +
 kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild | 3 ++-
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 96c414b4af..56bd305d63 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -30,5 +30,6 @@
Allow packages that are known to ruin 
runtime experience ** DO NOT FILE BUGS WITH THIS ENABLED **
Pull in kde-plasma/wacomtablet 
control center module
Install wallpapers for the Plasma 
Workspace
+   Enable Wayland windows screensharing to 
XWayland applications via gui-apps/xwaylandvideobridge

 

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
index 545a7ed848..db33b4830c 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
@@ -12,7 +12,7 @@ KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
 +kwallet +networkmanager oxygen-theme plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt unsupported wacom +wallpapers"
+systemd thunderbolt unsupported wacom +wallpapers +xwayland"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -109,6 +109,7 @@ RDEPEND="
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+   xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 )
 "
 # Optional runtime deps: kde-plasma/plasma-desktop
 RDEPEND="${RDEPEND}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 545a7ed848..db33b4830c 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -12,7 +12,7 @@ KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
 +kwallet +networkmanager oxygen-theme plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt unsupported wacom +wallpapers"
+systemd thunderbolt unsupported wacom +wallpapers +xwayland"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -109,6 +109,7 @@ RDEPEND="
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+   xwayland? ( >=gui-apps/xwaylandvideobridge-0.4.0 )
 "
 # Optional runtime deps: kde-plasma/plasma-desktop
 RDEPEND="${RDEPEND}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-03-03 Thread Andreas Sturmlechner
commit: 7d604b2cc5d8f933517852dd1f495f032fe94272
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  3 10:56:12 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  3 10:56:12 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d604b2c

kde-plasma/plasma-meta: Add missing packages new in 6.0.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild | 2 ++
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
index 2939828943..545a7ed848 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
@@ -27,6 +27,7 @@ RDEPEND="
>=kde-plasma/kglobalacceld-${PV}:${SLOT}
>=kde-plasma/kinfocenter-${PV}:${SLOT}
>=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kpipewire-${PV}:${SLOT}
>=kde-plasma/kscreen-${PV}:${SLOT}
>=kde-plasma/kscreenlocker-${PV}:${SLOT}
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
@@ -51,6 +52,7 @@ RDEPEND="
>=kde-plasma/plasma5support-${PV}:${SLOT}
>=kde-plasma/polkit-kde-agent-${PV}:*
>=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
>=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 2939828943..545a7ed848 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
>=kde-plasma/kglobalacceld-${PV}:${SLOT}
>=kde-plasma/kinfocenter-${PV}:${SLOT}
>=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kpipewire-${PV}:${SLOT}
>=kde-plasma/kscreen-${PV}:${SLOT}
>=kde-plasma/kscreenlocker-${PV}:${SLOT}
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
@@ -51,6 +52,7 @@ RDEPEND="
>=kde-plasma/plasma5support-${PV}:${SLOT}
>=kde-plasma/polkit-kde-agent-${PV}:*
>=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
>=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-03-03 Thread Andreas Sturmlechner
commit: 7651c0ee8215bf5e9f2c3d24ab8ff538e2bced1a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  2 11:07:38 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  3 10:28:20 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7651c0ee

kde-plasma/plasma-meta: Add IUSE unsupported, blocking bad packages

For starters, blocking:
- gui-apps/qt6ct
- sys-apps/xdg-desktop-portal-gnome

See also:
https://community.kde.org/Distributions/Packaging_Recommendations

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml   | 1 +
 kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild | 6 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 6 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 06905a..f4563d4ab0 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -26,6 +26,7 @@
Pull in kde-plasma/plasma-sdk for 
Plasma development
Pull in kde-plasma/plasma-disks 
for disk health monitoring
Pull in 
kde-plasma/plasma-thunderbolt control center module
+   Allow packages that are known to ruin 
runtime experience ** DO NOT FILE BUGS WITH THIS ENABLED **
Pull in kde-plasma/wacomtablet 
control center module
Install wallpapers for the Plasma 
Workspace


diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
index 821e06a8b7..927536a4c6 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
@@ -12,7 +12,7 @@ KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
 +kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
-thunderbolt wacom +wallpapers"
+thunderbolt unsupported wacom +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -98,6 +98,10 @@ RDEPEND="
firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
)
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   !unsupported? (
+   !gui-apps/qt6ct
+   !sys-apps/xdg-desktop-portal-gnome
+   )
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 821e06a8b7..927536a4c6 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -12,7 +12,7 @@ KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
 +kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
-thunderbolt wacom +wallpapers"
+thunderbolt unsupported wacom +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -98,6 +98,10 @@ RDEPEND="
firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
)
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   !unsupported? (
+   !gui-apps/qt6ct
+   !sys-apps/xdg-desktop-portal-gnome
+   )
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-03-03 Thread Andreas Sturmlechner
commit: 500bc6aaf99a974dd0eeb4f67cc14796c16dc4e2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  2 19:32:42 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  3 10:29:20 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=500bc6aa

kde-plasma/plasma-meta: Add IUSE oxygen-theme for legacy style/icons/sounds

See also:
https://community.kde.org/Distributions/Packaging_Recommendations#Plasma_packages

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml   |  1 +
 kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild | 11 +++
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 11 +++
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index f4563d4ab0..96c414b4af 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -20,6 +20,7 @@
Pull in Breeze theme for 
sys-boot/grub
Enable Breeze widget style and system settings 
module for GTK+
Enable support for KWallet auto-unlocking 
via kde-plasma/kwallet-pam
+   Pull in Oxygen icons, sound theme and 
visual style for KDE Plasma
Pull in Breeze theme for 
sys-boot/plymouth
Install Plasma applet for PulseAudio 
volume management
Pull in the x11-misc/sddm display 
manager and system settings module

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
index 927536a4c6..2939828943 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49..ebuild
@@ -11,8 +11,8 @@ SLOT="6"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
-thunderbolt unsupported wacom +wallpapers"
++kwallet +networkmanager oxygen-theme plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt unsupported wacom +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -41,8 +41,6 @@ RDEPEND="
>=kde-plasma/libplasma-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
>=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
>=kde-plasma/plasma-activities-${PV}:${SLOT}
>=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
@@ -86,6 +84,11 @@ RDEPEND="
>=kde-plasma/plasma-nm-${PV}:${SLOT}
net-misc/networkmanager[elogind?,systemd?]
)
+   oxygen-theme? (
+   >=kde-frameworks/oxygen-icons-6.0.0:*
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   )
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
>=kde-plasma/plymouth-kcm-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 927536a4c6..2939828943 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -11,8 +11,8 @@ SLOT="6"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
-thunderbolt unsupported wacom +wallpapers"
++kwallet +networkmanager oxygen-theme plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt unsupported wacom +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -41,8 +41,6 @@ RDEPEND="
>=kde-plasma/libplasma-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
>=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
>=kde-plasma/plasma-activities-${PV}:${SLOT}
>=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
@@ -86,6 +84,11 @@ RDEPEND="
>=kde-plasma/plasma-nm-${PV}:${SLOT}
net-misc/networkmanager[elogind?,systemd?]
)
+   oxygen-theme? (
+   >=kde-frameworks/oxygen-icons-6.0.0:*
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   )
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
>=kde-plasma/plymouth-kcm-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-01-16 Thread Andreas Sturmlechner
commit: 779968e1c11991c7f67c53eef45b88833a997037
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 16 14:32:41 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 16 15:26:46 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=779968e1

kde-plasma/plasma-meta: drop 5.27.49.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml|   2 -
 .../plasma-meta/plasma-meta-5.27.49..ebuild| 111 -
 2 files changed, 113 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 739e05ae62..06905a 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -13,7 +13,6 @@
Enable kde-plasma/kwin color 
management via x11-misc/colord
Pull in 
kde-plasma/drkonqi for assisted upstream crash reports
Pull in kde-plasma/plasma-vault 
for encrypted vaults integration
-   Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend
Pull in a graphical display 
manager
Pull in 
kde-plasma/plasma-firewall for system firewall administration
@@ -21,7 +20,6 @@
Pull in Breeze theme for 
sys-boot/grub
Enable Breeze widget style and system settings 
module for GTK+
Enable support for KWallet auto-unlocking 
via kde-plasma/kwallet-pam
-   Add support for legacy applications 
using kde-plasma/xembed-sni-proxy
Pull in Breeze theme for 
sys-boot/plymouth
Install Plasma applet for PulseAudio 
volume management
Pull in the x11-misc/sddm display 
manager and system settings module

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
deleted file mode 100644
index 9196e9eca6..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS=""
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups +desktop-portal discover +display-manager +elogind +firewall flatpak grub
-gtk +handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio 
+sddm
-sdk +smart systemd thunderbolt wacom +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:*
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   cups? ( kde-plasma/print-manager:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-  

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-01-10 Thread Andreas Sturmlechner
commit: f802defe426f4ff78dbc2adc44cf8ad1848a4b59
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 10 13:28:18 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 10 16:46:13 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f802defe

kde-plasma/plasma-meta: 5.92.0 version bump

KDE's 6th Megarelease - Release Candidate 1
See also: https://kde.org/announcements/megarelease/6/rc1/

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.92.0.ebuild | 107 +++
 1 file changed, 107 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.92.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.92.0.ebuild
new file mode 100644
index 00..03f4793d63
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.92.0.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 6 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
+cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
++kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
+thunderbolt wacom +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   !${CATEGORY}/${PN}:5
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:5
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/libplasma-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/plasma5support-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:*
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:* )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-12-23 Thread Andreas Sturmlechner
commit: a9a9d3d6415f1e25bad650f4546d296c2ebda664
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 23 18:34:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 18:34:04 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a9a9d3d6

kde-plasma/plasma-meta: drop 5.91.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild
deleted file mode 100644
index e72e60675a..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 6 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
-thunderbolt wacom +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   !${CATEGORY}/${PN}:5
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:5
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/libplasma-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-${PV}:${SLOT}
-   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/plasma5support-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:*
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:* )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-12-22 Thread Andreas Sturmlechner
commit: b56d6a8098cf743bc19833403b52185a2141e63b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 23 00:11:30 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 00:11:30 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b56d6a80

kde-plasma/plasma-meta: Block SLOT 5

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild | 1 +
 kde-plasma/plasma-meta/plasma-meta-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild
index 040724f3cc..e72e60675a 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild
@@ -17,6 +17,7 @@ thunderbolt wacom +wallpapers"
 REQUIRED_USE="^^ ( elogind systemd )"
 
 RDEPEND="
+   !${CATEGORY}/${PN}:5
>=kde-plasma/breeze-${PV}:${SLOT}
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 7a9c1f1281..b1ea3a2037 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -17,6 +17,7 @@ thunderbolt wacom +wallpapers"
 REQUIRED_USE="^^ ( elogind systemd )"
 
 RDEPEND="
+   !${CATEGORY}/${PN}:5
>=kde-plasma/breeze-${PV}:${SLOT}
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-12-20 Thread Andreas Sturmlechner
commit: 72acf912f0c6b8b9c291b8ade5c5a1d314c5da9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 20 16:39:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 20 23:01:10 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=72acf912

kde-plasma/plasma-meta: 5.91.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild | 106 +++
 1 file changed, 106 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild
new file mode 100644
index 00..040724f3cc
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.91.0.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 6 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
+cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
++kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
+thunderbolt wacom +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:5
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/libplasma-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/plasma5support-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:*
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:* )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thund

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-12-19 Thread Andreas Sturmlechner
commit: 3e1254d2af24635801bea251e70cc8d3ca039cec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 19 10:09:16 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 19 10:09:16 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e1254d2

kde-plasma/plasma-meta: Drop kde-plasma/xembed-sni-proxy

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 8f06e6c640..7a9c1f1281 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -11,8 +11,8 @@ SLOT="6"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt wacom +wallpapers"
++kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
+thunderbolt wacom +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -81,7 +81,6 @@ RDEPEND="
)
handbook? ( kde-apps/khelpcenter:* )
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
net-misc/networkmanager[elogind?,systemd?]



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-12-19 Thread Andreas Sturmlechner
commit: 17b1fe8e6be25e580e183eda8ecde49a7b1b0853
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 19 09:48:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 19 09:48:41 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=17b1fe8e

kde-plasma/plasma-meta: Do not enforce kde-apps/khelpcenter slot

It is not necessary (for now), and khelpcenter:5 remains an alternative
without qtwebengine dependency.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 3c3f4b814d..8f06e6c640 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -79,7 +79,7 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
x11-misc/appmenu-gtk-module
)
-   handbook? ( kde-apps/khelpcenter:6 )
+   handbook? ( kde-apps/khelpcenter:* )
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
networkmanager? (



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-12-16 Thread Andreas Sturmlechner
commit: 70f8511d979036193bdd57ebd41733fff5e79116
Author: Rachid Achellal  achellal  com>
AuthorDate: Sat Dec 16 17:10:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 16 20:49:51 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=70f8511d

kde-plasma/plasma-meta: update DESCRIPTION, depend on khelpcenter:6

Closes: https://github.com/gentoo/kde/pull/951
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 2c61913419..3c3f4b814d 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+DESCRIPTION="Merge this to pull in all Plasma 6 packages"
 HOMEPAGE="https://kde.org/plasma-desktop/";
 
 LICENSE="metapackage"
@@ -79,7 +79,7 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
x11-misc/appmenu-gtk-module
)
-   handbook? ( kde-apps/khelpcenter:5 )
+   handbook? ( kde-apps/khelpcenter:6 )
kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
networkmanager? (



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-12-16 Thread Andreas Sturmlechner
commit: 138090c4e9f259125277d6c756444e68a3aa9ad1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 16 11:22:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 16 11:23:00 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=138090c4

kde-plasma/plasma-meta: Re-align kde-plasma/kwayland-integration version

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index bfa3bed8aa..2c61913419 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
>=kde-plasma/ksystemstats-${PV}:${SLOT}
>=kde-plasma/kwayland-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-5.27.9:5
+   >=kde-plasma/kwayland-integration-${PV}:5
>=kde-plasma/kwin-${PV}:${SLOT}[lock]
>=kde-plasma/kwrited-${PV}:${SLOT}
>=kde-plasma/layer-shell-qt-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-11-30 Thread Andreas Sturmlechner
commit: 82e8364dd8eae408b61c5299c86d5dbc08d558b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 30 20:08:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 30 20:08:03 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=82e8364d

kde-plasma/plasma-meta: Add ocean-sound-theme and plasma5support

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 56a07ef5d8..bfa3bed8aa 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -39,6 +39,7 @@ RDEPEND="
>=kde-plasma/libksysguard-${PV}:${SLOT}
>=kde-plasma/libplasma-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
>=kde-plasma/oxygen-${PV}:${SLOT}
>=kde-plasma/oxygen-sounds-${PV}:${SLOT}
>=kde-plasma/plasma-activities-${PV}:${SLOT}
@@ -48,6 +49,7 @@ RDEPEND="
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
>=kde-plasma/plasma-welcome-${PV}:${SLOT}
>=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/plasma5support-${PV}:${SLOT}
>=kde-plasma/polkit-kde-agent-${PV}:*
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-11-28 Thread Andreas Sturmlechner
commit: 6cb744cf1107e5c7ff60f36e43e9c2afe1527527
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 21:02:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 21:03:07 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6cb744cf

kde-plasma/plasma-meta: Add packages moved to Plasma 6 from Frameworks

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 8eab5347cc..079e12a8bd 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -23,22 +23,26 @@ RDEPEND="
>=kde-plasma/kdecoration-${PV}:${SLOT}
>=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
>=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
>=kde-plasma/kinfocenter-${PV}:${SLOT}
>=kde-plasma/kmenuedit-${PV}:${SLOT}
>=kde-plasma/kscreen-${PV}:${SLOT}
>=kde-plasma/kscreenlocker-${PV}:${SLOT}
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
>=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-${PV}:${SLOT}
>=kde-plasma/kwayland-integration-${PV}:${SLOT}
>=kde-plasma/kwin-${PV}:${SLOT}[lock]
>=kde-plasma/kwrited-${PV}:${SLOT}
>=kde-plasma/layer-shell-qt-${PV}:${SLOT}
>=kde-plasma/libkscreen-${PV}:${SLOT}
>=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/libplasma-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
>=kde-plasma/oxygen-${PV}:${SLOT}
>=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
>=kde-plasma/plasma-integration-${PV}:${SLOT}
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-11-28 Thread Andreas Sturmlechner
commit: 67c10f6560bdf91fe03042129e7ad22fad1033ff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 09:32:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 09:33:23 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=67c10f65

kde-plasma/plasma-meta: Relax kde-plasma/polkit-kde-agent slot to :*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
index 03dcf0e074..f41a1b2e4c 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
@@ -44,7 +44,7 @@ RDEPEND="
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
>=kde-plasma/plasma-welcome-${PV}:${SLOT}
>=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:*
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 1c22668c0a..8eab5347cc 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
>=kde-plasma/plasma-welcome-${PV}:${SLOT}
>=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:*
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
>=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-11-12 Thread Andreas Sturmlechner
commit: 08af8909d5ab37d4f78928ba692bda387f8cf147
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 12 22:03:36 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 12 22:13:45 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=08af8909

kde-plasma/plasma-meta: Add IUSE cups, wacom

Bug: https://bugs.gentoo.org/916757
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 +
 kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild | 8 +---
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 6 --
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 2fd30c2d07..739e05ae62 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -28,6 +28,7 @@
Pull in kde-plasma/plasma-sdk for 
Plasma development
Pull in kde-plasma/plasma-disks 
for disk health monitoring
Pull in 
kde-plasma/plasma-thunderbolt control center module
+   Pull in kde-plasma/wacomtablet 
control center module
Install wallpapers for the Plasma 
Workspace

 

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
index 7ebd698927..03dcf0e074 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall flatpak grub gtk
-+handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
-sdk +smart systemd thunderbolt +wallpapers"
+cups +desktop-portal discover +display-manager +elogind +firewall flatpak grub
+gtk +handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio 
+sddm
+sdk +smart systemd thunderbolt wacom +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -55,6 +55,7 @@ RDEPEND="
colord? ( x11-misc/colord )
crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   cups? ( kde-plasma/print-manager:${SLOT} )
desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
display-manager? (
@@ -91,6 +92,7 @@ RDEPEND="
firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
)
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wacom? ( kde-plasma/wacomtablet:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "
 # Optional runtime deps: kde-plasma/plasma-desktop

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 6d3c3969af..1c22668c0a 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-discover +display-manager +elogind +firewall flatpak grub gtk +handbook
+cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook
 +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+systemd thunderbolt wacom +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -56,6 +56,7 @@ RDEPEND="
colord? ( x11-misc/colord )
crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
display-manager? (
sddm? (
@@ -91,6 +92,7 @@ RDEPEND="
firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
)
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "
 # Optional runtime deps: kde-plasma/plasma-desktop



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-10-25 Thread Andreas Sturmlechner
commit: ead71dc553d1593c53e630b2f334ac8b7a378059
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 25 07:37:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 25 07:37:28 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ead71dc5

kde-plasma/plasma-meta: drop 5.27.9

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild | 109 ---
 1 file changed, 109 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild
deleted file mode 100644
index 4b795e31de..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall flatpak grub gtk
-+handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
-sdk +smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEN

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-10-24 Thread Andreas Sturmlechner
commit: 4f379250750852435adad2add7c00b91c1a7d36b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 24 18:07:12 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 24 18:39:20 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f379250

kde-plasma/plasma-meta: 5.27.9 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild | 109 +++
 1 file changed, 109 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild
new file mode 100644
index 00..4b795e31de
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.9.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall flatpak grub gtk
++handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
+sdk +smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${R

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-06-27 Thread Andreas Sturmlechner
commit: 3a7f8ef7428d1701d892edb59d310e3c1f97668d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 27 20:43:25 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 27 20:43:25 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a7f8ef7

kde-plasma/plasma-meta: drop 5.27.6

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild | 109 ---
 1 file changed, 109 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild
deleted file mode 100644
index 4b795e31de..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall flatpak grub gtk
-+handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
-sdk +smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEN

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-06-27 Thread Andreas Sturmlechner
commit: bf1401b4b88620ef7d6700da66aa4605eed170c9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 20 14:56:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 22 20:26:45 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf1401b4

kde-plasma/plasma-meta: 5.27.6 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild | 109 +++
 1 file changed, 109 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild
new file mode 100644
index 00..4b795e31de
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.6.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall flatpak grub gtk
++handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
+sdk +smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${R

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-03-14 Thread Andreas Sturmlechner
commit: 0333fe8c7eca93f358aef6be2d0810894b488db5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 20:15:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 20:15:59 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0333fe8c

kde-plasma/plasma-meta: drop 5.27.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild | 108 ---
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild
deleted file mode 100644
index c8e694cd39..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk
-+handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
-sdk +smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_posti

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-03-14 Thread Andreas Sturmlechner
commit: 1885e7376af901116453a95a15516a74695f727f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 14:42:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 14:47:14 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1885e737

kde-plasma/plasma-meta: 5.27.3 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild | 108 +++
 1 file changed, 108 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild
new file mode 100644
index 00..c8e694cd39
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.3.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk
++handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
+sdk +smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-03-14 Thread Andreas Sturmlechner
commit: 1b4c6a35f92663b5e3f8aaad706a50e2cb2e08b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 10:53:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 10:54:32 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b4c6a35

kde-plasma/plasma-meta: Re-add IUSE desktop-portal to 5.27.49.

Follow-up to d7277d9334a2b189a07151b18503bc8073bc6d33

This reverts commit 1c060ac780ba8065b56c4115c0fad574972b1ab5 (partially).

Bug: https://bugs.gentoo.org/900911
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 +
 kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 6d5eb251a3..2fd30c2d07 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -13,6 +13,7 @@
Enable kde-plasma/kwin color 
management via x11-misc/colord
Pull in 
kde-plasma/drkonqi for assisted upstream crash reports
Pull in kde-plasma/plasma-vault 
for encrypted vaults integration
+   Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend
Pull in a graphical display 
manager
Pull in 
kde-plasma/plasma-firewall for system firewall administration

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
index 6d3c3969af..7ebd698927 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-discover +display-manager +elogind +firewall flatpak grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
++desktop-portal discover +display-manager +elogind +firewall flatpak grub gtk
++handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm
+sdk +smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -47,7 +47,6 @@ RDEPEND="
>=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
-   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]
sys-auth/polkit[systemd?]
sys-fs/udisks:2[elogind?,systemd?]
@@ -56,6 +55,7 @@ RDEPEND="
colord? ( x11-misc/colord )
crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
display-manager? (
sddm? (



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-03-07 Thread Andreas Sturmlechner
commit: 528217edc01c345cf0987fce34bb85e71a06298a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar  7 19:27:36 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar  7 19:28:01 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=528217ed

kde-plasma/plasma-meta: Add IUSE flatpak for kde-plasma/flatpak-kcm

Bug: https://bugs.gentoo.org/895306
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 +
 kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild | 7 ---
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 7 ---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 35669e5549..6d5eb251a3 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -16,6 +16,7 @@
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend
Pull in a graphical display 
manager
Pull in 
kde-plasma/plasma-firewall for system firewall administration
+   Pull in kde-plasma/flatpak-kcm 
for flatpak permissions administration
Pull in Breeze theme for 
sys-boot/grub
Enable Breeze widget style and system settings 
module for GTK+
Enable support for KWallet auto-unlocking 
via kde-plasma/kwallet-pam

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
index 5f5d324335..6d3c3969af 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
-+legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
-thunderbolt +wallpapers"
+discover +display-manager +elogind +firewall flatpak grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -65,6 +65,7 @@ RDEPEND="
!sddm? ( x11-misc/lightdm )
)
elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 5f5d324335..6d3c3969af 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
-+legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
-thunderbolt +wallpapers"
+discover +display-manager +elogind +firewall flatpak grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -65,6 +65,7 @@ RDEPEND="
!sddm? ( x11-misc/lightdm )
)
elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-03-07 Thread Andreas Sturmlechner
commit: 1c060ac780ba8065b56c4115c0fad574972b1ab5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar  7 19:19:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar  7 19:19:15 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c060ac7

kde-plasma/plasma-meta: Drop IUSE desktop-portal

xdg-desktop-portal-kde is a runtime dependency of plasma-integration.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 -
 kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild | 8 
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 8 
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 929b376cb8..35669e5549 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -13,7 +13,6 @@
Enable kde-plasma/kwin color 
management via x11-misc/colord
Pull in 
kde-plasma/drkonqi for assisted upstream crash reports
Pull in kde-plasma/plasma-vault 
for encrypted vaults integration
-   Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend
Pull in a graphical display 
manager
Pull in 
kde-plasma/plasma-firewall for system firewall administration

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
index f095713352..5f5d324335 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.49..ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
++legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
+thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -47,6 +47,7 @@ RDEPEND="
>=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
+   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]
sys-auth/polkit[systemd?]
sys-fs/udisks:2[elogind?,systemd?]
@@ -55,7 +56,6 @@ RDEPEND="
colord? ( x11-misc/colord )
crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
display-manager? (
sddm? (

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index f095713352..5f5d324335 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -10,9 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
++legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart systemd
+thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -47,6 +47,7 @@ RDEPEND="
>=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
+   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]
sys-auth/polkit[systemd?]
sys-fs/udisks:2[elogind?,systemd?]
@@ -55,7 +56,6 @@ RDEPEND="
colord? ( x11-misc/colord )
crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
display-manager? (
sddm? (



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-02-22 Thread Andreas Sturmlechner
commit: d4bf64c40edd5a5accbf168f1472ed84509a7f6c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 22 10:51:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 22 10:51:18 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4bf64c4

kde-plasma/plasma-meta: drop 5.27.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild | 108 ---
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild
deleted file mode 100644
index f7bb215dc0..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_posti

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-02-21 Thread Andreas Sturmlechner
commit: 8e8eba1f42377fc041a78c9b51f02835c1fa5940
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 21 13:27:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 21 13:27:08 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e8eba1f

kde-plasma/plasma-meta: 5.27.1 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild | 108 +++
 1 file changed, 108 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild
new file mode 100644
index 00..f7bb215dc0
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-02-14 Thread Andreas Sturmlechner
commit: d4866bdb53befc0b537bf602cc06938fdfe2f1c0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 13 10:47:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 13 10:47:59 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4866bdb

kde-plasma/plasma-meta: drop 5.27.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild | 108 ---
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild
deleted file mode 100644
index f7bb215dc0..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_posti

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-02-09 Thread Andreas Sturmlechner
commit: 04fbb92c0fef00fd31251fda2484e92ca0a07b89
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  9 13:00:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  9 13:19:56 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=04fbb92c

kde-plasma/plasma-meta: 5.27.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild | 108 +++
 1 file changed, 108 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild
new file mode 100644
index 00..f7bb215dc0
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.27.0.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-01-20 Thread Andreas Sturmlechner
commit: 1cd1d066d065d10c003ee69b039e2f6f02734a46
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 13:49:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 13:49:19 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cd1d066

kde-plasma/plasma-meta: drop 5.26.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild | 108 --
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild
deleted file mode 100644
index 29fc28df6e..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-au

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-01-20 Thread Andreas Sturmlechner
commit: 7cc04e5330e2d8e325f9a24226dcb90096307a72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 09:30:31 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 10:37:20 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cc04e53

kde-plasma/plasma-meta: 5.26.90 version bump

See also: https://kde.org/announcements/plasma/5/5.26.90/

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild | 108 ++
 1 file changed, 108 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild
new file mode 100644
index 00..29fc28df6e
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.26.90.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-access

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-01-16 Thread Andreas Sturmlechner
commit: 374ada737adfb329ffd17fad1d841baa3a95054d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 16 19:00:20 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 16 19:00:20 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=374ada73

kde-plasma/plasma-meta: Add kde-plasma/plasma-welcome

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index a0dfb3aac8..f095713352 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -42,6 +42,7 @@ RDEPEND="
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
>=kde-plasma/plasma-integration-${PV}:${SLOT}
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
>=kde-plasma/plasma-workspace-${PV}:${SLOT}
>=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
>=kde-plasma/powerdevil-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-01-16 Thread Andreas Sturmlechner
commit: f46a6bb11291103b148c7492458462168b3e6c50
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 16 18:45:02 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 16 18:45:34 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f46a6bb1

kde-plasma/plasma-meta: Revert "Add IUSE bigscreen"

It is not supposed to be part of here and was a no-op anyway.

Bug: https://bugs.gentoo.org/868264
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 -
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 8 
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index f8d6c71b09..929b376cb8 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -9,7 +9,6 @@
https://bugs.kde.org/


-   Pull in 
kde-plasma/plasma-bigscreen shell for TVs
Enable integration with 
Chrome/Firefox with browser extensions
Enable kde-plasma/kwin color 
management via x11-misc/colord
Pull in 
kde-plasma/drkonqi for assisted upstream crash reports

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 80a0cafa0f..a0dfb3aac8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="accessibility bigscreen bluetooth +browser-integration colord
-+crash-handler crypt +desktop-portal discover +display-manager +elogind
-+firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2023-01-04 Thread Andreas Sturmlechner
commit: 65aa8a38c815bd7c9617d5417d3b54b13b4fa440
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 10:10:49 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 10:10:49 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=65aa8a38

kde-plasma/plasma-meta: drop 5.26.49.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-5.26.49..ebuild| 107 -
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild
deleted file mode 100644
index 80a0cafa0f..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS=""
-IUSE="accessibility bigscreen bluetooth +browser-integration colord
-+crash-handler crypt +desktop-portal discover +display-manager +elogind
-+firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
- 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-10-11 Thread Andreas Sturmlechner
commit: f781a4ed7a2898dd681841981e09ac03f53be16a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 11 12:44:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 11 12:51:19 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f781a4ed

kde-plasma/plasma-meta: drop 5.26.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild
deleted file mode 100644
index fee7e23994..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bigscreen bluetooth +browser-integration colord
-+crash-handler crypt +desktop-portal discover +display-manager +elogind
-+firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/con

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-10-11 Thread Andreas Sturmlechner
commit: d64b03c09880af0d8d4c394cc4181b1f372a0881
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 10 09:37:24 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 10 14:30:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d64b03c0

kde-plasma/plasma-meta: drop 5.25.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild | 107 --
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild
deleted file mode 100644
index fee7e23994..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bigscreen bluetooth +browser-integration colord
-+crash-handler crypt +desktop-portal discover +display-manager +elogind
-+firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-10-06 Thread Andreas Sturmlechner
commit: d3945ccff95ad8577e3125197e8a182b15dd4bc4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  6 13:53:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  6 14:48:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3945ccf

kde-plasma/plasma-meta: 5.26.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild | 107 +++
 1 file changed, 107 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild
new file mode 100644
index 00..fee7e23994
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.26.0.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bigscreen bluetooth +browser-integration colord
++crash-handler crypt +desktop-portal discover +display-manager +elogind
++firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
+plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has_version sys-aut

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-09-17 Thread Andreas Sturmlechner
commit: 49ce8304f5287b117548afffdaa4115e05120645
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 17 13:57:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 17 14:08:48 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=49ce8304

kde-plasma/plasma-meta: Add IUSE bigscreen

Bug: https://bugs.gentoo.org/868264
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 +
 kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild  | 8 
 kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild | 8 
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 8 
 4 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 929b376cb8..f8d6c71b09 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -9,6 +9,7 @@
https://bugs.kde.org/


+   Pull in 
kde-plasma/plasma-bigscreen shell for TVs
Enable integration with 
Chrome/Firefox with browser extensions
Enable kde-plasma/kwin color 
management via x11-misc/colord
Pull in 
kde-plasma/drkonqi for assisted upstream crash reports

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild
index 76be986707..fee7e23994 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild
@@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+IUSE="accessibility bigscreen bluetooth +browser-integration colord
++crash-handler crypt +desktop-portal discover +display-manager +elogind
++firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
+plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild
index f1693a9ed6..6647d1473a 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild
@@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+IUSE="accessibility bigscreen bluetooth +browser-integration colord
++crash-handler crypt +desktop-portal discover +display-manager +elogind
++firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
+plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index f1693a9ed6..6647d1473a 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+IUSE="accessibility bigscreen bluetooth +browser-integration colord
++crash-handler crypt +desktop-portal discover +display-manager +elogind
++firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager
+plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-09-15 Thread Andreas Sturmlechner
commit: aecb281df8dad5480bb0c5627583459b768379fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 15 21:36:27 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 15 21:41:11 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aecb281d

kde-plasma/plasma-meta: 5.25.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild | 107 ++
 1 file changed, 107 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild
new file mode 100644
index 00..76be986707
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.90.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has_version sys-auth/cons

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-09-15 Thread Andreas Sturmlechner
commit: f5045bdc0a8627e1cd2f4fc3bd30c0e24b98e6d7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 15 20:54:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 15 20:57:04 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5045bdc

kde-plasma/plasma-meta: 5.26.49. version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-5.26.49..ebuild| 107 +
 1 file changed, 107 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild
new file mode 100644
index 00..f1693a9ed6
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.26.49..ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS=""
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || return
+  

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-09-06 Thread Andreas Sturmlechner
commit: f05cf1e369f5271cb495bc43f159d9087a0f797f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  6 18:23:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  6 19:01:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f05cf1e3

kde-plasma/plasma-meta: drop 5.25.49.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-5.25.49..ebuild| 107 -
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
deleted file mode 100644
index f1693a9ed6..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS=""
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-   ewar

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-07-13 Thread Andreas Sturmlechner
commit: de082f2ef8f2d80998fb75beac47c15697d6a9e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 13 08:52:30 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 13 08:52:30 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=de082f2e

kde-plasma/plasma-meta: drop 5.25.3*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild
deleted file mode 100644
index 76be986707..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit |

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-07-12 Thread Andreas Sturmlechner
commit: a49283e019695b49f4014edc0cbcff7bebf2f7f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 12 11:24:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 12 11:24:35 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a49283e0

kde-plasma/plasma-meta: 5.25.3 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild | 107 +++
 1 file changed, 107 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild
new file mode 100644
index 00..76be986707
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.3.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolek

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-06-14 Thread Andreas Sturmlechner
commit: f88ead0ff097c49510c463639a2e48707c5cd63c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 12:46:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:46:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f88ead0f

kde-plasma/plasma-meta: drop 5.25.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
deleted file mode 100644
index d496c9e6fc..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || retur

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-06-14 Thread Andreas Sturmlechner
commit: 7b644c6292f2a6db8d247a109b557f8843587495
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:11:49 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 08:11:49 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b644c62

kde-plasma/plasma-meta: Require kde-plasma/kwin[lock]

We depend on kde-plasma/kscreenlocker, ensure KWin has the functionality.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild   | 2 +-
 kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
index b7a5354028..d496c9e6fc 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
>=kde-plasma/ksystemstats-${PV}:${SLOT}
>=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
>=kde-plasma/kwrited-${PV}:${SLOT}
>=kde-plasma/layer-shell-qt-${PV}:${SLOT}
>=kde-plasma/libkscreen-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
index 51d6d13b26..f1693a9ed6 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
@@ -31,7 +31,7 @@ RDEPEND="
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
>=kde-plasma/ksystemstats-${PV}:${SLOT}
>=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
>=kde-plasma/kwrited-${PV}:${SLOT}
>=kde-plasma/layer-shell-qt-${PV}:${SLOT}
>=kde-plasma/libkscreen-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 51d6d13b26..f1693a9ed6 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
>=kde-plasma/ksystemstats-${PV}:${SLOT}
>=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
>=kde-plasma/kwrited-${PV}:${SLOT}
>=kde-plasma/layer-shell-qt-${PV}:${SLOT}
>=kde-plasma/libkscreen-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-06-09 Thread Andreas Sturmlechner
commit: efcbab71836f05e3884194593862d81bc5f4edfd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  9 11:47:37 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  9 11:47:37 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=efcbab71

kde-plasma/plasma-meta: Add kde-plasma/oxygen-sounds RDEPEND

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild   | 1 +
 kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild | 1 +
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
index 2e8d433209..b7a5354028 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
>=kde-plasma/libksysguard-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
>=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
>=kde-plasma/plasma-integration-${PV}:${SLOT}
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
index 10bda20c0f..51d6d13b26 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
@@ -38,6 +38,7 @@ RDEPEND="
>=kde-plasma/libksysguard-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
>=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
>=kde-plasma/plasma-integration-${PV}:${SLOT}
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 10bda20c0f..51d6d13b26 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
>=kde-plasma/libksysguard-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
>=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
>=kde-plasma/plasma-integration-${PV}:${SLOT}
>=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-06-09 Thread Andreas Sturmlechner
commit: ef0c9233fce9e6f68eddef1253b39f747af0901c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  9 11:16:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  9 11:26:21 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef0c9233

kde-plasma/plasma-meta: 5.25.0 version bump

See also:
https://www-staging.kde.org/announcements/changelogs/plasma/5/5.24.5-5.25.0/

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild | 106 +++
 1 file changed, 106 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
new file mode 100644
index 00..2e8d433209
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.0.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-06-08 Thread Andreas Sturmlechner
commit: e11567412025246105924da9daa0216bf5ae6922
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:07 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1156741

kde-plasma/plasma-meta: 5.25.49. version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-5.25.49..ebuild| 106 +
 1 file changed, 106 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
new file mode 100644
index 00..10bda20c0f
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.25.49..ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS=""
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || return
+   ewarn "An existing installation of sys-auth/consolekit

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-05-08 Thread Andreas Sturmlechner
commit: 58622e21f8c9a74c46f9c27ecd1718cb525c01cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  8 21:03:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 21:46:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=58622e21

kde-plasma/plasma-meta: Drop kde-plasma/kwayland-server RDEPEND

Follow-up to commit 646981fe48841e48b849f54bca57490e4be8d96b

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index da2aca4327..10bda20c0f 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -31,7 +31,6 @@ RDEPEND="
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
>=kde-plasma/ksystemstats-${PV}:${SLOT}
>=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
>=kde-plasma/kwin-${PV}:${SLOT}
>=kde-plasma/kwrited-${PV}:${SLOT}
>=kde-plasma/layer-shell-qt-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-02-08 Thread Andreas Sturmlechner
commit: e436406c684aa9d9f76a050c47eab73c2d167ce5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  8 12:59:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  8 12:59:54 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e436406c

kde-plasma/plasma-meta: drop 5.24.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild
deleted file mode 100644
index 9a3d27c702..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
- 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-02-03 Thread Andreas Sturmlechner
commit: 83556cacb29120dc2f16eb0f7da641cd807897ce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  3 20:03:31 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  3 20:03:31 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=83556cac

kde-plasma/plasma-meta: 5.24.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild | 107 +++
 1 file changed, 107 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild
new file mode 100644
index 00..9a3d27c702
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.24.0.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || retur

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-01-18 Thread Andreas Sturmlechner
commit: a6159e9a81041eb44012ebfc97e3d13b755abd81
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 18 17:38:47 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 18 17:38:47 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6159e9a

kde-plasma/plasma-meta: drop 5.23.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild | 107 --
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild
deleted file mode 100644
index 9a3d27c702..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || retur

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-01-17 Thread Andreas Sturmlechner
commit: 5b1c8d38fe93b07322f7508d90afb0aebe49f6c7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 17 17:40:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 17 17:46:41 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5b1c8d38

kde-plasma/plasma-meta: 5.23.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild | 107 ++
 1 file changed, 107 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild
new file mode 100644
index 00..9a3d27c702
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.23.90.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || r

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-01-04 Thread Andreas Sturmlechner
commit: 461d17c327445affa53b4b2d88b8998b0a27e6fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=461d17c3

kde-plasma/plasma-meta: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild
deleted file mode 100644
index 9a3d27c702..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
- 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2022-01-04 Thread Andreas Sturmlechner
commit: 1f8b274607586ea22d62fcd60791691fb96500fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 11:16:02 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 11:16:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f8b2746

kde-plasma/plasma-meta: drop 5.23.49.*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-5.23.49..ebuild| 107 -
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
deleted file mode 100644
index cc9dbbee3d..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS=""
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-   ewarn "

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-11-26 Thread Andreas Sturmlechner
commit: ff00e1e1a02cce72c10c8a4bad52cffbad19b722
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 26 17:38:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 26 17:38:07 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff00e1e1

kde-plasma/plasma-meta: Drop IUSE qrcode

This is obsolete since kde-plasma/plasma-workspace hard depends on it.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 -
 kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild | 5 ++---
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 5 ++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index de1664738a..929b376cb8 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -23,7 +23,6 @@
Add support for legacy applications 
using kde-plasma/xembed-sni-proxy
Pull in Breeze theme for 
sys-boot/plymouth
Install Plasma applet for PulseAudio 
volume management
-   Enable support for easy WiFi network 
sharing using QR codes with kde-plasma/plasma-nm
Pull in the x11-misc/sddm display 
manager and system settings module
Pull in kde-plasma/plasma-sdk for 
Plasma development
Pull in kde-plasma/plasma-disks 
for disk health monitoring

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
index 7ea219dbf8..cc9dbbee3d 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
@@ -11,8 +11,8 @@ SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 +desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
-+smart systemd thunderbolt +wallpapers"
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -76,7 +76,6 @@ RDEPEND="
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
)
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 7ea219dbf8..cc9dbbee3d 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -11,8 +11,8 @@ SLOT="5"
 KEYWORDS=""
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 +desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
-+smart systemd thunderbolt +wallpapers"
++kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
+systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -76,7 +76,6 @@ RDEPEND="
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
)
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-10-14 Thread Andreas Sturmlechner
commit: afb873397ee5f04c403007c8805c37b35297b0f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 14 10:08:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 14 10:08:15 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=afb87339

kde-plasma/plasma-meta: drop 5.23.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.23.0.ebuild | 108 ---
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.0.ebuild
deleted file mode 100644
index 0add9022a7..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.23.0.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
-+smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_pos

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-10-05 Thread Andreas Sturmlechner
commit: 16f5eb8e662b9b4660c70ad6c67b979f4ac535c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct  5 15:19:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  5 15:24:14 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=16f5eb8e

kde-plasma/plasma-meta: Fix compat w/ sys-auth/polkit w/o IUSE=elogind

XOR relation continues to be enforced by all currently available
versions of sys-auth/polkit via REQUIRED_USE.

Bug: https://bugs.gentoo.org/816336
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
index 545eb755a3..7ea219dbf8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.23.49..ebuild
@@ -47,7 +47,7 @@ RDEPEND="
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
sys-fs/udisks:2[elogind?,systemd?]
bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 545eb755a3..7ea219dbf8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
>=kde-plasma/powerdevil-${PV}:${SLOT}
>=kde-plasma/systemsettings-${PV}:${SLOT}
sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
sys-fs/udisks:2[elogind?,systemd?]
bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-10-04 Thread Andreas Sturmlechner
commit: acc81a41b22e98bc8ebe15d8f0147a35588d0582
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct  4 12:52:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct  4 12:52:23 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=acc81a41

kde-plasma/plasma-meta: drop 5.22.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild | 108 --
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild
deleted file mode 100644
index eef3ed0386..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
-+smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-09-21 Thread Andreas Sturmlechner
commit: e557ed7a5e6b1776767d6d34ac6c65bed45beabf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 21 18:05:51 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 21 18:26:00 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e557ed7a

kde-plasma/plasma-meta: 5.22.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild | 108 ++
 1 file changed, 108 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild
new file mode 100644
index 00..eef3ed0386
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
++smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[elogind?,systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orc

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-09-02 Thread Andreas Sturmlechner
commit: f96e7878250c58aa469988d5e42ca7bce98afaa6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 17:06:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 17:15:02 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f96e7878

kde-plasma/plasma-meta: drop 5.22.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild | 108 ---
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild
deleted file mode 100644
index eef3ed0386..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
-+smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-08-05 Thread Andreas Sturmlechner
commit: 2b6ef3502a6771902cd195614b9209f636d9b09a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug  5 09:21:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug  5 09:21:09 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b6ef350

kde-plasma/plasma-meta: EAPI-8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.22.49..ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.22.49..ebuild
index cc6a8b3e8b..545eb755a3 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.22.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.22.49..ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Merge this to pull in all Plasma 5 packages"
 HOMEPAGE="https://kde.org/plasma-desktop/";

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index cc6a8b3e8b..545eb755a3 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Merge this to pull in all Plasma 5 packages"
 HOMEPAGE="https://kde.org/plasma-desktop/";



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-06-10 Thread Andreas Sturmlechner
commit: aac7a1e15122becf1d7bfd1c17808367d079154f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 11 05:39:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 11 05:40:29 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aac7a1e1

kde-plasma/plasma-meta: drop 5.21.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild | 108 --
 1 file changed, 108 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild
deleted file mode 100644
index 82a75b8731..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
-+smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-p

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-05-14 Thread Andreas Sturmlechner
commit: cd76f6ee205081a91f49f840a034e0e7f430a15b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 14 20:32:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 14 20:38:51 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd76f6ee

kde-plasma/plasma-meta: 5.21.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild | 108 ++
 1 file changed, 108 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild
new file mode 100644
index 00..82a75b8731
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.21.90.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
++smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[elogind?,systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-05-14 Thread Andreas Sturmlechner
commit: df0518131b6aca9b0b4c206088f5c563b0158e9c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 14 09:40:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 14 09:40:49 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=df051813

kde-plasma/plasma-meta: Update dependencies

kde-plasma/ksysguard out, kde-plasma/ksystemstats in

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 0176ef7988..cc6a8b3e8b 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=kde-plasma/kscreen-${PV}:${SLOT}
>=kde-plasma/kscreenlocker-${PV}:${SLOT}
>=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksysguard-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
>=kde-plasma/kwayland-integration-${PV}:${SLOT}
>=kde-plasma/kwayland-server-${PV}:${SLOT}
>=kde-plasma/kwin-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-05-07 Thread Andreas Sturmlechner
commit: 135973147d03687c4f415ef521feb5715b313180
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May  7 23:20:46 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May  7 23:21:54 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=13597314

kde-plasma/plasma-meta: Require elogind[pam] or systemd[pam]

People apparently disable pam left and right and I'm having
none of it any longer.

Bug: https://bugs.gentoo.org/788841
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild | 6 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild   | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
index ccc776a5d0..240dc1de7b 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
@@ -62,6 +62,7 @@ RDEPEND="
)
!sddm? ( x11-misc/lightdm )
)
+   elogind? ( sys-auth/elogind[pam] )
grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}
@@ -83,7 +84,10 @@ RDEPEND="
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index e64a015a47..0176ef7988 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
)
!sddm? ( x11-misc/lightdm )
)
+   elogind? ( sys-auth/elogind[pam] )
grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}
@@ -84,7 +85,10 @@ RDEPEND="
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) )
+   systemd? (
+   sys-apps/systemd[pam]
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
+   )
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-05-07 Thread Andreas Sturmlechner
commit: 0be42cc4c66f14a6680ac3d3ad0690a86dfcf882
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May  7 12:43:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May  7 15:23:44 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0be42cc4

kde-plasma/plasma-meta: Add IUSE=crash-handler

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml  |  1 +
 kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild | 10 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild   | 10 +-
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 0f90ac4886..2681c26c0e 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -8,6 +8,7 @@

Enable integration with 
Chrome/Firefox with browser extensions
Enable kde-plasma/kwin color 
management via x11-misc/colord
+   Pull in 
kde-plasma/drkonqi for assisted upstream crash reports
Pull in kde-plasma/plasma-vault 
for encrypted vaults integration
Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
index a108002f6a..d92ec2088b 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
@@ -9,16 +9,15 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
-+display-manager +elogind +firewall grub gtk +handbook +kwallet +legacy-systray
-+networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
-+wallpapers"
+IUSE="bluetooth +browser-integration colord +crash-handler crypt 
+desktop-portal
+discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
++legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk +smart
+systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
 RDEPEND="
>=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/drkonqi-${PV}:${SLOT}
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}
>=kde-plasma/kdecoration-${PV}:${SLOT}
@@ -52,6 +51,7 @@ RDEPEND="
bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 7f88aa85e2..19925e8e46 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -9,16 +9,15 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
-+display-manager +elogind +firewall grub gtk +handbook +kwallet +legacy-systray
-+networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
-+wallpapers"
+IUSE="bluetooth +browser-integration colord +crash-handler crypt 
+desktop-portal
+discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
++legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk +smart
+systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
 RDEPEND="
>=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/drkonqi-${PV}:${SLOT}
>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
>=kde-plasma/kde-cli-tools-${PV}:${SLOT}
>=kde-plasma/kdecoration-${PV}:${SLOT}
@@ -53,6 +52,7 @@ RDEPEND="
bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-05-07 Thread Andreas Sturmlechner
commit: a1e80e23f413bbece899a78357ffe51d4ca3f8b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May  7 15:22:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May  7 15:23:44 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1e80e23

kde-plasma/plasma-meta: Add IUSE=accessibility

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild | 12 
 kde-plasma/plasma-meta/plasma-meta-.ebuild   | 12 
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
index d92ec2088b..ccc776a5d0 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
@@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth +browser-integration colord +crash-handler crypt 
+desktop-portal
-discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
-+legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
++smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -87,6 +87,10 @@ RDEPEND="
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
 
 pkg_postinst() {
has_version sys-auth/consolekit || return

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 19925e8e46..e64a015a47 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/";
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="bluetooth +browser-integration colord +crash-handler crypt 
+desktop-portal
-discover +display-manager +elogind +firewall grub gtk +handbook +kwallet
-+legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk +smart
-systemd thunderbolt +wallpapers"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
++smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -88,6 +88,10 @@ RDEPEND="
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "
+# Optional runtime deps: kde-plasma/plasma-desktop
+RDEPEND="${RDEPEND}
+   accessibility? ( app-accessibility/orca )
+"
 
 pkg_postinst() {
has_version sys-auth/consolekit || return



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-05-04 Thread Andreas Sturmlechner
commit: d63d61612e0e3804c45a1d223583a62719f6c65d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 16:45:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  4 20:17:49 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d63d6161

kde-plasma/plasma-meta: 5.21.5 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild | 99 
 1 file changed, 99 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
new file mode 100644
index 00..a108002f6a
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
++display-manager +elogind +firewall grub gtk +handbook +kwallet +legacy-systray
++networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
++wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/drkonqi-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksysguard-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[elogind?,systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || return
+   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
+   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
+   

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-04-16 Thread Andreas Sturmlechner
commit: a83bf5d4e88f6065bd2eabef32614fa41b9b33b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 16 21:31:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 16 21:33:29 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a83bf5d4

kde-plasma/plasma-meta: Add new package kde-plasma/layer-shell-qt

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index b54a3b0460..7f88aa85e2 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -35,6 +35,7 @@ RDEPEND="
>=kde-plasma/kwayland-server-${PV}:${SLOT}
>=kde-plasma/kwin-${PV}:${SLOT}
>=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
>=kde-plasma/libkscreen-${PV}:${SLOT}
>=kde-plasma/libksysguard-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-04-06 Thread Andreas Sturmlechner
commit: 32bc4ab698afd21dbf7cf4f3ff418c5a7da03cb1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  6 10:25:18 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  6 10:25:18 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=32bc4ab6

kde-plasma/plasma-meta: Move IUSE=firewall behind IUSE=systemd

Bug: https://bugs.gentoo.org/778527
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.49..ebuild | 2 +-
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.49..ebuild
index d37212f9c8..b54a3b0460 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.21.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.21.49..ebuild
@@ -62,7 +62,6 @@ RDEPEND="
)
!sddm? ( x11-misc/lightdm )
)
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}
@@ -84,6 +83,7 @@ RDEPEND="
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) )
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index d37212f9c8..b54a3b0460 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -62,7 +62,6 @@ RDEPEND="
)
!sddm? ( x11-misc/lightdm )
)
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}
@@ -84,6 +83,7 @@ RDEPEND="
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) )
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-02-16 Thread Andreas Sturmlechner
commit: d77e8202b774a7c30f788b57df94f4f0328884aa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 14:40:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 14:40:42 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d77e8202

kde-plasma/plasma-meta: drop 5.21.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild | 98 
 1 file changed, 98 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild
deleted file mode 100644
index 839a71e3f6..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
-+display-manager +elogind grub gtk +handbook +kwallet +legacy-systray
-+networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
-+wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/drkonqi-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksysguard-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
-   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
-   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
-   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
-   

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-02-16 Thread Andreas Sturmlechner
commit: 589b74d4d19e7066b34cbcc4f78d8f1e34c89d93
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 14:19:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 14:25:31 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=589b74d4

kde-plasma/plasma-meta: drop 5.20.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild | 98 ---
 1 file changed, 98 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild
deleted file mode 100644
index 2f228065aa..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
-IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
-+display-manager +elogind grub gtk +handbook +kwallet +legacy-systray
-+networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
-+wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/drkonqi-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksysguard-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
-   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
-   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
-   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
-   ewarn "or pac

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-02-11 Thread Andreas Sturmlechner
commit: 91c632aa5cb562c27cd451c21fea1611645fd68a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 11 12:42:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 11 12:46:24 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=91c632aa

kde-plasma/plasma-meta: 5.21.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild | 98 
 1 file changed, 98 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild
new file mode 100644
index 00..839a71e3f6
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.21.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
++display-manager +elogind grub gtk +handbook +kwallet +legacy-systray
++networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
++wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/drkonqi-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksysguard-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[elogind?,systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || return
+   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
+   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
+   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
+   

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-01-22 Thread Andreas Sturmlechner
commit: 4480c5cfa4020eaba69631bc65479fca19cf88a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 22 23:31:54 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 22 23:58:46 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4480c5cf

kde-plasma/plasma-meta: 5.20.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild | 98 +++
 1 file changed, 98 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild
new file mode 100644
index 00..2f228065aa
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.20.90.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
++display-manager +elogind grub gtk +handbook +kwallet +legacy-systray
++networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
++wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/drkonqi-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksysguard-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[elogind?,systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || return
+   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
+   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
+   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
+   ewarn "or

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-01-22 Thread Andreas Sturmlechner
commit: 5351691d6cc215f299960e9b15c758dd465fc106
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 22 09:22:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 22 09:22:35 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5351691d

kde-plasma/plasma-meta: Add IUSE="+firewall" for plasma-firewall

See also: https://mail.kde.org/pipermail/plasma-devel/2021-January/119228.html

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 +
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 8a01ce3a0f..0f90ac4886 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -12,6 +12,7 @@
Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend
Pull in a graphical display 
manager
+   Pull in 
kde-plasma/plasma-firewall for system firewall administration
Pull in Breeze theme for 
sys-boot/grub
Enable Breeze widget style and system settings 
module for GTK+
Enable support for KWallet auto-unlocking 
via kde-plasma/kwallet-pam

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 457e06aa5c..82f63cc2d2 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -10,8 +10,9 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
-+display-manager +elogind grub gtk +handbook +kwallet +legacy-systray 
+networkmanager
-plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
++display-manager +elogind +firewall grub gtk +handbook +kwallet +legacy-systray
++networkmanager plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt
++wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -60,6 +61,7 @@ RDEPEND="
)
!sddm? ( x11-misc/lightdm )
)
+   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
gtk? (
>=kde-plasma/breeze-gtk-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-01-22 Thread Andreas Sturmlechner
commit: 0dcdf81df50704a4b81671c84cb816be62f5b69d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 22 15:47:30 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 22 15:48:52 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0dcdf81d

kde-plasma/plasma-meta: Add kde-plasma/plasma-systemmonitor

See also: https://kde.org/announcements/plasma/5/20.90/#plasma-system-monitor

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 82f63cc2d2..d37212f9c8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -41,6 +41,7 @@ RDEPEND="
>=kde-plasma/oxygen-${PV}:${SLOT}
>=kde-plasma/plasma-desktop-${PV}:${SLOT}
>=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
>=kde-plasma/plasma-workspace-${PV}:${SLOT}
>=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
>=kde-plasma/powerdevil-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-01-21 Thread Andreas Sturmlechner
commit: e0e36f94b67abdc30266732a75e2d1dc91fec5c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 21 21:08:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 21 23:57:04 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0e36f94

kde-plasma/plasma-meta: Add IUSE=colord

Optional RDEPEND in kde-plasma/kwin.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 +
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 9 +
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 85111e0327..8a01ce3a0f 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -7,6 +7,7 @@


Enable integration with 
Chrome/Firefox with browser extensions
+   Enable kde-plasma/kwin color 
management via x11-misc/colord
Pull in kde-plasma/plasma-vault 
for encrypted vaults integration
Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 247838375e..457e06aa5c 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -4,14 +4,14 @@
 EAPI=7
 
 DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop";
+HOMEPAGE="https://kde.org/plasma-desktop/";
 
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
-IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
-+elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager plymouth
-pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
+IUSE="bluetooth +browser-integration colord crypt +desktop-portal discover
++display-manager +elogind grub gtk +handbook +kwallet +legacy-systray 
+networkmanager
+plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -49,6 +49,7 @@ RDEPEND="
sys-fs/udisks:2[elogind?,systemd?]
bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2021-01-05 Thread Andreas Sturmlechner
commit: e7d261e6c0703d7d714227e903977495861d3fd9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  5 17:40:18 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  5 17:43:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7d261e6

kde-plasma/plasma-meta: drop 5.20.49.*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-meta/plasma-meta-5.20.49..ebuild| 95 --
 1 file changed, 95 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.20.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.20.49..ebuild
deleted file mode 100644
index 9c5306e6f3..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.20.49..ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS=""
-IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
-+elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/drkonqi-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksysguard-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
-   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
-   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
-   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
-   ewarn "or package.use and remove sys-auth/consolekit before raising 
bugs."
-   ewarn "For more inform

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-10-21 Thread Andreas Sturmlechner
commit: 99b81f791930f6a423e4aecf7517bbd1f1e43dac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 21 21:08:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 21 21:09:36 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=99b81f79

kde-plasma/plasma-meta: Drop kwinft support

Closes: https://bugs.gentoo.org/750593
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 1 -
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 9 -
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 68c380ec91..85111e0327 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -14,7 +14,6 @@
Pull in Breeze theme for 
sys-boot/grub
Enable Breeze widget style and system settings 
module for GTK+
Enable support for KWallet auto-unlocking 
via kde-plasma/kwallet-pam
-   Pull in gui-wm/kwinft instead of 
kde-plasma/kwin
Add support for legacy applications 
using kde-plasma/xembed-sni-proxy
Pull in Breeze theme for 
sys-boot/plymouth
Install Plasma applet for PulseAudio 
volume management

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index e4c7854af4..1311e7d6ed 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -10,8 +10,8 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
-+elogind grub gtk +handbook +kwallet kwinft +legacy-systray +networkmanager
-plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
++elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager plymouth
+pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -32,10 +32,9 @@ RDEPEND="
>=kde-plasma/ksysguard-${PV}:${SLOT}
>=kde-plasma/kwayland-integration-${PV}:${SLOT}
>=kde-plasma/kwayland-server-${PV}:${SLOT}
-   !kwinft? ( >=kde-plasma/kwin-${PV}:${SLOT} )
-   kwinft? ( >=gui-wm/kwinft-$(ver_cut 1-2):${SLOT} )
+   >=kde-plasma/kwin-${PV}:${SLOT}
>=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}[kwinft?]
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
>=kde-plasma/libksysguard-${PV}:${SLOT}
>=kde-plasma/milou-${PV}:${SLOT}
>=kde-plasma/oxygen-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-10-13 Thread Andreas Sturmlechner
commit: 19240a1b32c910dd8fcc60e3e133c991add2b403
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 13 11:49:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 13 11:49:43 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=19240a1b

kde-plasma/plasma-meta: drop 5.20.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild | 94 
 1 file changed, 94 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
deleted file mode 100644
index e2c906f660..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
-+elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/drkonqi-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksysguard-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[elogind?,systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   qrcode? ( kde-frameworks/prison[qml] )
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
-   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
-   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
-   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
-   ewarn "or package.use and remove sys-auth/consolekit before raising 
bugs."
-   ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE";
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-10-08 Thread Andreas Sturmlechner
commit: 6ab7965d8fa123dfd2ac3b26359b7ba2f1feaff2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  8 18:20:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  8 18:20:25 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6ab7965d

kde-plasma/plasma-meta: Drop IUSE="smart" until all arches keyworded

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild | 3 +--
 kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild
index 8a124750b4..e2c906f660 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild
@@ -11,7 +11,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
 +elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
+plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -79,7 +79,6 @@ RDEPEND="
)
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
index 8a124750b4..e2c906f660 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
@@ -11,7 +11,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
 +elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager
-plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
+plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
 
 REQUIRED_USE="^^ ( elogind systemd )"
 
@@ -79,7 +79,6 @@ RDEPEND="
)
pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
 "



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-10-08 Thread Andreas Sturmlechner
commit: ac4dbb3787e106b362d60419dc296ed7f8538fa5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  8 18:09:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  8 18:09:12 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac4dbb37

kde-plasma/plasma-meta: 5.20.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild | 95 
 1 file changed, 95 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
new file mode 100644
index 00..8a124750b4
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.20.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
++elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager
+plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/drkonqi-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksysguard-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[elogind?,systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || return
+   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
+   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
+   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
+   ewarn "or package.use and remove sys-auth/consolekit before raising 
bugs."
+   ewarn "For m

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-09-19 Thread Andreas Sturmlechner
commit: fba43fa8848047d680962cb24e77764be5f67e75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 19 03:04:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 19 03:04:47 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fba43fa8

kde-plasma/plasma-meta: 5.19.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild | 95 +++
 1 file changed, 95 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild
new file mode 100644
index 00..8a124750b4
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.19.90.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="https://kde.org/plasma-desktop";
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="bluetooth +browser-integration crypt +desktop-portal discover 
+display-manager
++elogind grub gtk +handbook +kwallet +legacy-systray +networkmanager
+plymouth pulseaudio qrcode +sddm sdk +smart systemd thunderbolt +wallpapers"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   >=kde-plasma/breeze-${PV}:${SLOT}
+   >=kde-plasma/drkonqi-${PV}:${SLOT}
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/khotkeys-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksysguard-${PV}:${SLOT}
+   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
+   >=kde-plasma/kwayland-server-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/oxygen-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[elogind?,systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   x11-misc/sddm[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   qrcode? ( kde-frameworks/prison[qml] )
+   )
+   plymouth? (
+   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
+   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
+   )
+   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
+   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
+   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
+   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
+   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
+"
+
+pkg_postinst() {
+   has_version sys-auth/consolekit || return
+   ewarn "An existing installation of sys-auth/consolekit was detected 
even though"
+   ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
+   ewarn "There can only be one session manager at runtime, otherwise 
random issues"
+   ewarn "may occur. Please make sure USE consolekit is nowhere enabled in 
make.conf"
+   ewarn "or package.use and remove sys-auth/consolekit before raising 
bugs."
+   ewarn "F

  1   2   >