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

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

kde-plasma/plasma-nm: drop 6.0.90

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

 kde-plasma/plasma-nm/plasma-nm-6.0.90.ebuild | 78 
 1 file changed, 78 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-6.0.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-6.0.90.ebuild
deleted file mode 100644
index cd9fa96083..00
--- a/kde-plasma/plasma-nm/plasma-nm-6.0.90.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.2.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.7:2[qt6]
-   dev-libs/qcoro[dbus]
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
-   >=kde-frameworks/kcolorscheme-${KFMIN}:6
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kitemviews-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/ksvg-${KFMIN}:6
-   >=kde-frameworks/kwallet-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:6
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
-   >=kde-frameworks/solid-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-misc/mobile-broadband-provider-info
-   net-misc/networkmanager[teamd=]
-   openconnect? (
-   >=dev-qt/qtwebengine-${QTMIN}:6
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kdeclarative-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/kquickcharts-${KFMIN}:6
-   >=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_OPENCONNECT=$(usex openconnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-frameworks/kcmutils:6"; then
-   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell6 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 6.0.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-6.0.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-6.0.90.ebuild
new file mode 100644
index 00..cd9fa96083
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-6.0.90.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.2.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.7:2[qt6]
+   dev-libs/qcoro[dbus]
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemviews-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-frameworks/kwallet-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:6
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
+   >=kde-frameworks/solid-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
+   openconnect? (
+   >=dev-qt/qtwebengine-${QTMIN}:6
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kquickcharts-${KFMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_OPENCONNECT=$(usex openconnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-frameworks/kcmutils:6"; then
+   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell6 kcm_networkmanagement"
+   fi
+}



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

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

kde-plasma/plasma-nm: drop 6.0.49.

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

 kde-plasma/plasma-nm/plasma-nm-6.0.49..ebuild | 78 ---
 1 file changed, 78 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-6.0.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-6.0.49..ebuild
deleted file mode 100644
index 982e2bef78..00
--- a/kde-plasma/plasma-nm/plasma-nm-6.0.49..ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="6"
-KEYWORDS=""
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.7:2[qt6]
-   dev-libs/qcoro[dbus]
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kitemviews-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/ksvg-${KFMIN}:6
-   >=kde-frameworks/kwallet-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:6
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
-   >=kde-frameworks/solid-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-misc/mobile-broadband-provider-info
-   net-misc/networkmanager[teamd=]
-   openconnect? (
-   >=dev-qt/qtwebengine-${QTMIN}:6
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kdeclarative-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/kquickcharts-${KFMIN}:6
-   >=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_OPENCONNECT=$(usex openconnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-frameworks/kcmutils:6"; then
-   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell6 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: drop 5.27.49.

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

 kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild | 82 --
 1 file changed, 82 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild
deleted file mode 100644
index a641a88b6d..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/libplasma-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   net-misc/networkmanager[teamd=]
-   openconnect? (
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.92.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.92.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.92.0.ebuild
new file mode 100644
index 00..b6302f15d3
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.92.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.7:2[qt6]
+   dev-libs/qcoro[dbus]
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemviews-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-frameworks/kwallet-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:6
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
+   >=kde-frameworks/solid-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
+   openconnect? (
+   >=dev-qt/qtwebengine-${QTMIN}:6
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kquickcharts-${KFMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_OPENCONNECT=$(usex openconnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-frameworks/kcmutils:6"; then
+   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell6 kcm_networkmanagement"
+   fi
+}



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

2023-12-23 Thread Andreas Sturmlechner
commit: 7340f3318d766c5ff696e17a0812c10c5d09e44b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 23 19:36:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 19:36:14 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7340f331

kde-plasma/plasma-nm: Drop dev-qt/qtwebengine:6[widgets] USEdep

It does not exist in that slot.

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 919c6e6a20..6aef9f5cca 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -43,7 +43,7 @@ DEPEND="
net-misc/mobile-broadband-provider-info
net-misc/networkmanager[teamd=]
openconnect? (
-   >=dev-qt/qtwebengine-${QTMIN}:6[widgets]
+   >=dev-qt/qtwebengine-${QTMIN}:6
net-vpn/networkmanager-openconnect
net-vpn/openconnect:=
)



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

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

kde-plasma/plasma-nm: drop 5.91.0

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

 kde-plasma/plasma-nm/plasma-nm-5.91.0.ebuild | 78 
 1 file changed, 78 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.91.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.91.0.ebuild
deleted file mode 100644
index aa8235a833..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.91.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.247.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.7:2[qt6]
-   dev-libs/qcoro[dbus]
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
-   >=kde-frameworks/kcompletion-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kitemviews-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/ksvg-${KFMIN}:6
-   >=kde-frameworks/kwallet-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/kxmlgui-${KFMIN}:6
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:6
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
-   >=kde-frameworks/solid-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-misc/mobile-broadband-provider-info
-   net-misc/networkmanager[teamd=]
-   openconnect? (
-   >=dev-qt/qtwebengine-${QTMIN}:6[widgets]
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kdeclarative-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/kquickcharts-${KFMIN}:6
-   >=kde-plasma/kde-cli-tools-${PVCUT}:*
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_OPENCONNECT=$(usex openconnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-frameworks/kcmutils:6"; then
-   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell6 kcm_networkmanagement"
-   fi
-}



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

2023-12-23 Thread Andreas Sturmlechner
commit: cd2f8a1feead56791c194edacd6860da2c2ec382
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Dec 23 09:09:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 15:46:17 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd2f8a1f

kde-plasma/plasma-nm: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-nm-5.27.80-openconnect-optional.patch   | 77 --
 1 file changed, 77 deletions(-)

diff --git 
a/kde-plasma/plasma-nm/files/plasma-nm-5.27.80-openconnect-optional.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.27.80-openconnect-optional.patch
deleted file mode 100644
index fc2b5a9c72..00
--- a/kde-plasma/plasma-nm/files/plasma-nm-5.27.80-openconnect-optional.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From 50ace5c0641e0f2e7b8cdaf8f57afda147df7f96 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 23 Feb 2023 22:00:41 +0100
-Subject: [PATCH] Introduce BUILD_OPENCONNECT option (default ON)
-
-QtWebEngine is a huge dependency, considerably increasing the entry barrier
-to build and contribute to plasma-nm. It is easily possible to make it
-optional in this case so it should be done.
-
-Signed-off-by: Andreas Sturmlechner 

- CMakeLists.txt | 19 +++
- vpn/CMakeLists.txt |  2 +-
- 2 files changed, 16 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3acdb4b7..f03f6e3a 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -17,6 +17,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
- find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
- set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
- 
-+option(BUILD_OPENCONNECT "Build OpenConnect VPN plugin" ON)
-+
- include(KDEInstallDirs)
- include(KDECMakeSettings)
- include(KDECompilerSettings NO_POLICY_SCOPE)
-@@ -34,11 +36,22 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} 
CONFIG REQUIRED COMPONENTS
- Network
- Quick
- QuickWidgets
--WebEngineCore
--WebEngineWidgets
- Widgets
- )
- 
-+find_package(PkgConfig REQUIRED)
-+
-+if (BUILD_OPENCONNECT)
-+pkg_check_modules(OPENCONNECT IMPORTED_TARGET openconnect>=3.99)
-+if (NOT TARGET PkgConfig::OPENCONNECT)
-+set(BUILD_OPENCONNECT OFF)
-+endif()
-+endif()
-+
-+if (BUILD_OPENCONNECT)
-+find_package(Qt${QT_MAJOR_VERSION}WebEngineWidgets ${QT_MIN_VERSION} 
CONFIG REQUIRED)
-+endif()
-+
- find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
- ConfigWidgets
- Completion
-@@ -80,8 +93,6 @@ set_package_properties(KF5Prison PROPERTIES DESCRIPTION 
"Prison library"
-PURPOSE "Needed to create mobile barcodes for WiFi 
networks"
-   )
- 
--find_package(PkgConfig REQUIRED)
--pkg_check_modules(OPENCONNECT IMPORTED_TARGET openconnect>=3.99)
- pkg_check_modules(NETWORKMANAGER IMPORTED_TARGET libnm>1.4.0 REQUIRED)
- pkg_check_modules(MOBILEBROADBANDPROVIDERINFO mobile-broadband-provider-info)
- pkg_get_variable(BROADBANDPROVIDER_DATABASE mobile-broadband-provider-info 
database)
-diff --git a/vpn/CMakeLists.txt b/vpn/CMakeLists.txt
-index 2bf0086a..25baa308 100644
 a/vpn/CMakeLists.txt
-+++ b/vpn/CMakeLists.txt
-@@ -9,6 +9,6 @@ add_subdirectory(sstp)
- add_subdirectory(strongswan)
- add_subdirectory(vpnc)
- 
--if(TARGET PkgConfig::OPENCONNECT)
-+if (BUILD_OPENCONNECT)
- add_subdirectory(openconnect)
- endif()
--- 
-2.39.2
-



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

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

kde-plasma/plasma-nm: 5.91.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.91.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.91.0.ebuild
new file mode 100644
index 00..aa8235a833
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.91.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.7:2[qt6]
+   dev-libs/qcoro[dbus]
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemviews-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-frameworks/kwallet-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:6
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
+   >=kde-frameworks/solid-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
+   openconnect? (
+   >=dev-qt/qtwebengine-${QTMIN}:6[widgets]
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kquickcharts-${KFMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_OPENCONNECT=$(usex openconnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-frameworks/kcmutils:6"; then
+   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell6 kcm_networkmanagement"
+   fi
+}



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

2023-12-15 Thread Andreas Sturmlechner
commit: e9767c3e3ca52f8cc27a81f1ae7ab5cbaafe3081
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 15 21:16:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 15 21:50:06 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9767c3e

kde-plasma/plasma-nm: Update dependencies, pkg_postinst message

Upstream commits:
851700b1af9a3b212d8cc8f04e7bd9566d0c013c
a33144c5e0a97919ea563802a2299f190460d8b5

kcmshell6 moved to kde-frameworks/kcmutils.

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

 kde-plasma/plasma-nm/plasma-nm-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index a9f49f6d5a..d40cebd8e7 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -17,7 +17,8 @@ KEYWORDS=""
 IUSE="openconnect teamd"
 
 DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=app-crypt/qca-2.3.7:2[qt6]
+   dev-libs/qcoro[dbus]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
>=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
>=kde-frameworks/kcompletion-${KFMIN}:6
@@ -30,6 +31,7 @@ DEPEND="
>=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
@@ -68,9 +70,9 @@ src_configure() {
 pkg_postinst() {
ecm_pkg_postinst
 
-   if ! has_version "kde-plasma/plasma-workspace:6"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:6."
+   if ! has_version "kde-frameworks/kcmutils:6"; then
+   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   elog "or manually: $ kcmshell6 kcm_networkmanagement"
fi
 }



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

2023-12-11 Thread Sam James
commit: 98940c49471c00d81dc86d47099ae73ad8a3ecb2
Author: Joshua Goins  redstrate  com>
AuthorDate: Mon Dec 11 19:26:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 11 19:50:07 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=98940c49

kde-plasma/plasma-nm: Remove patch that was upstreamed

Introduced in commit a0e80449ec9209010354b4af8aa30b7563c98436.

Signed-off-by: Joshua Goins  redstrate.com>
Closes: https://github.com/gentoo/kde/pull/944
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-nm/plasma-nm-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 104791ff0b..a9f49f6d5a 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -57,8 +57,6 @@ BDEPEND="
virtual/pkgconfig
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.27.80-openconnect-optional.patch" )
-
 src_configure() {
local mycmakeargs=(
-DBUILD_OPENCONNECT=$(usex openconnect)



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

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

kde-plasma/plasma-nm: drop 5.27.9

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

 kde-plasma/plasma-nm/plasma-nm-5.27.9.ebuild | 82 
 1 file changed, 82 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.9.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.9.ebuild
deleted file mode 100644
index b8d087c175..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.27.9.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   net-misc/networkmanager[teamd=]
-   openconnect? (
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2023-10-24 Thread Andreas Sturmlechner
commit: 366a0e046b07286655f25d6453840b2354f4092d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 24 18:07:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 24 18:39:21 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=366a0e04

kde-plasma/plasma-nm: 5.27.9 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.9.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.9.ebuild
new file mode 100644
index 00..b8d087c175
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.27.9.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
+   openconnect? (
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

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

kde-plasma/plasma-nm: drop 5.27.6

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

 kde-plasma/plasma-nm/plasma-nm-5.27.6.ebuild | 82 
 1 file changed, 82 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.6.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.6.ebuild
deleted file mode 100644
index b8d087c175..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.27.6.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.106.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.9
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   net-misc/networkmanager[teamd=]
-   openconnect? (
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.27.6 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.6.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.6.ebuild
new file mode 100644
index 00..b8d087c175
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.27.6.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
+   openconnect? (
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2023-05-09 Thread Andreas Sturmlechner
commit: 354472c428680912a4c0782f9a074b1a12e99be8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  9 14:32:44 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  9 15:06:12 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=354472c4

kde-plasma/plasma-nm: Sort dependencies, cleanup duplicate

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

 kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild | 5 ++---
 kde-plasma/plasma-nm/plasma-nm-.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild
index a1404f67a5..c9690de8a1 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.27.49..ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -41,11 +42,9 @@ DEPEND="
>=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
>=kde-frameworks/plasma-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   >=dev-qt/qtxml-${QTMIN}:5
net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
net-vpn/networkmanager-openconnect
net-vpn/openconnect:=
)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 5bbcfbb12e..41c672d8f6 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -23,6 +23,7 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -41,12 +42,10 @@ DEPEND="
>=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
>=kde-frameworks/plasma-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   >=dev-qt/qtxml-${QTMIN}:5
net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
openconnect? (
>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-   >=dev-qt/qtxml-${QTMIN}:5
net-vpn/networkmanager-openconnect
net-vpn/openconnect:=
)



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

2023-03-14 Thread Andreas Sturmlechner
commit: d3c48e2db15eecf8001632480bb5a7cab134ceae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 20:16:02 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 20:16:02 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3c48e2d

kde-plasma/plasma-nm: drop 5.27.3

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

 kde-plasma/plasma-nm/plasma-nm-5.27.3.ebuild | 83 
 1 file changed, 83 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.3.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.3.ebuild
deleted file mode 100644
index 420f8ce735..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.27.3.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-misc/mobile-broadband-provider-info
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.27.3 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.3.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.3.ebuild
new file mode 100644
index 00..420f8ce735
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.27.3.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-misc/mobile-broadband-provider-info
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2023-02-25 Thread Andreas Sturmlechner
commit: ead12e4cb52a6d17aa5698758c72c1767a4d8ebb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 25 08:20:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 25 08:20:35 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ead12e4c

kde-plasma/plasma-nm: Drop obsolete patch

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

 .../files/plasma-nm-5.26.0-unused-dep.patch| 62 --
 1 file changed, 62 deletions(-)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch
deleted file mode 100644
index 400a3fcdfc..00
--- a/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 6f6958586e5a89ad5ff597550894a5770b5fb7cf Mon Sep 17 00:00:00 2001
-From: Volker Krause 
-Date: Wed, 5 Oct 2022 16:38:37 +0200
-Subject: [PATCH] Remove deprecated KDeclarative use
-
-The icon image engine seems not required here.

- CMakeLists.txt | 1 -
- kcm/CMakeLists.txt | 1 -
- kcm/kcm.cpp| 5 -
- 3 files changed, 7 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6495c735..c245f60e 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -40,7 +40,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
- ConfigWidgets
- Completion
- CoreAddons
--Declarative
- DBusAddons
- KIO
- I18n
-diff --git a/kcm/CMakeLists.txt b/kcm/CMakeLists.txt
-index cbd7ad32..8f3e60d3 100755
 a/kcm/CMakeLists.txt
-+++ b/kcm/CMakeLists.txt
-@@ -16,7 +16,6 @@ target_link_libraries(kcm_networkmanagement
- plasmanm_internal
- plasmanm_editor
- KF5::ConfigWidgets
--KF5::Declarative
- KF5::I18n
- KF5::Service
- Qt::Quick
-diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
-index 11663fe9..e350be54 100644
 a/kcm/kcm.cpp
-+++ b/kcm/kcm.cpp
-@@ -20,7 +20,6 @@
- #include 
- #include 
- #include 
--#include 
- 
- #include 
- #include 
-@@ -58,10 +57,6 @@ KCMNetworkmanagement::KCMNetworkmanagement(QWidget *parent, 
const QVariantList &
- auto mainWidget = new QWidget(this);
- m_ui->setupUi(mainWidget);
- 
--KDeclarative::KDeclarative kdeclarative;
--kdeclarative.setDeclarativeEngine(m_ui->connectionView->engine());
--kdeclarative.setupEngine(m_ui->connectionView->engine());
--
- KLocalizedContext *l10nContext = new 
KLocalizedContext(m_ui->connectionView->engine());
- l10nContext->setTranslationDomain(QStringLiteral(TRANSLATION_DOMAIN));
- 
m_ui->connectionView->engine()->rootContext()->setContextObject(l10nContext);
--- 
-2.38.0
-



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/plasma-nm/files/

2023-02-23 Thread Andreas Sturmlechner
commit: 812c4dc366899fdd36ffb61d4b6b0137186a256b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 23 22:39:01 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 23 22:42:38 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=812c4dc3

kde-plasma/plasma-nm: Fix IUSE openconnect, add new dependency

See also:
https://invent.kde.org/plasma/plasma-nm/-/merge_requests/222

Closes: https://bugs.gentoo.org/892709
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-nm-5.27.80-openconnect-optional.patch   | 77 ++
 kde-plasma/plasma-nm/plasma-nm-.ebuild | 14 ++--
 2 files changed, 85 insertions(+), 6 deletions(-)

diff --git 
a/kde-plasma/plasma-nm/files/plasma-nm-5.27.80-openconnect-optional.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.27.80-openconnect-optional.patch
new file mode 100644
index 00..fc2b5a9c72
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.27.80-openconnect-optional.patch
@@ -0,0 +1,77 @@
+From 50ace5c0641e0f2e7b8cdaf8f57afda147df7f96 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 23 Feb 2023 22:00:41 +0100
+Subject: [PATCH] Introduce BUILD_OPENCONNECT option (default ON)
+
+QtWebEngine is a huge dependency, considerably increasing the entry barrier
+to build and contribute to plasma-nm. It is easily possible to make it
+optional in this case so it should be done.
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt | 19 +++
+ vpn/CMakeLists.txt |  2 +-
+ 2 files changed, 16 insertions(+), 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3acdb4b7..f03f6e3a 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -17,6 +17,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
+ 
++option(BUILD_OPENCONNECT "Build OpenConnect VPN plugin" ON)
++
+ include(KDEInstallDirs)
+ include(KDECMakeSettings)
+ include(KDECompilerSettings NO_POLICY_SCOPE)
+@@ -34,11 +36,22 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} 
CONFIG REQUIRED COMPONENTS
+ Network
+ Quick
+ QuickWidgets
+-WebEngineCore
+-WebEngineWidgets
+ Widgets
+ )
+ 
++find_package(PkgConfig REQUIRED)
++
++if (BUILD_OPENCONNECT)
++pkg_check_modules(OPENCONNECT IMPORTED_TARGET openconnect>=3.99)
++if (NOT TARGET PkgConfig::OPENCONNECT)
++set(BUILD_OPENCONNECT OFF)
++endif()
++endif()
++
++if (BUILD_OPENCONNECT)
++find_package(Qt${QT_MAJOR_VERSION}WebEngineWidgets ${QT_MIN_VERSION} 
CONFIG REQUIRED)
++endif()
++
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
+ ConfigWidgets
+ Completion
+@@ -80,8 +93,6 @@ set_package_properties(KF5Prison PROPERTIES DESCRIPTION 
"Prison library"
+PURPOSE "Needed to create mobile barcodes for WiFi 
networks"
+   )
+ 
+-find_package(PkgConfig REQUIRED)
+-pkg_check_modules(OPENCONNECT IMPORTED_TARGET openconnect>=3.99)
+ pkg_check_modules(NETWORKMANAGER IMPORTED_TARGET libnm>1.4.0 REQUIRED)
+ pkg_check_modules(MOBILEBROADBANDPROVIDERINFO mobile-broadband-provider-info)
+ pkg_get_variable(BROADBANDPROVIDER_DATABASE mobile-broadband-provider-info 
database)
+diff --git a/vpn/CMakeLists.txt b/vpn/CMakeLists.txt
+index 2bf0086a..25baa308 100644
+--- a/vpn/CMakeLists.txt
 b/vpn/CMakeLists.txt
+@@ -9,6 +9,6 @@ add_subdirectory(sstp)
+ add_subdirectory(strongswan)
+ add_subdirectory(vpnc)
+ 
+-if(TARGET PkgConfig::OPENCONNECT)
++if (BUILD_OPENCONNECT)
+ add_subdirectory(openconnect)
+ endif()
+-- 
+2.39.2
+

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index a1404f67a5..5bbcfbb12e 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -45,6 +45,7 @@ DEPEND="
>=dev-qt/qtxml-${QTMIN}:5
net-misc/mobile-broadband-provider-info
openconnect? (
+   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
>=dev-qt/qtxml-${QTMIN}:5
net-vpn/networkmanager-openconnect
net-vpn/openconnect:=
@@ -63,13 +64,14 @@ BDEPEND="
virtual/pkgconfig
 "
 
-src_prepare() {
-   ecm_src_prepare
+PATCHES=( "${FILESDIR}/${PN}-5.27.80-openconnect-optional.patch" )
 
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_OPENCONNECT=$(usex openconnect)
+   )
+
+   ecm_src_configure
 }
 
 pkg_postinst() {



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

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

kde-plasma/plasma-nm: drop 5.27.1

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

 kde-plasma/plasma-nm/plasma-nm-5.27.1.ebuild | 83 
 1 file changed, 83 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.1.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.1.ebuild
deleted file mode 100644
index 420f8ce735..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.27.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-misc/mobile-broadband-provider-info
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.27.1 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.1.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.1.ebuild
new file mode 100644
index 00..420f8ce735
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.27.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-misc/mobile-broadband-provider-info
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2023-02-14 Thread Andreas Sturmlechner
commit: 7a1aabe9b443cac1e48eb894a745fe548589a4ad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 13 10:48:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 13 10:48:04 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a1aabe9

kde-plasma/plasma-nm: drop 5.27.0

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

 kde-plasma/plasma-nm/plasma-nm-5.27.0.ebuild | 83 
 1 file changed, 83 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.0.ebuild
deleted file mode 100644
index 420f8ce735..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.27.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-misc/mobile-broadband-provider-info
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.27.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.27.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.27.0.ebuild
new file mode 100644
index 00..420f8ce735
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.27.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-misc/mobile-broadband-provider-info
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

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

kde-plasma/plasma-nm: drop 5.26.90

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

 kde-plasma/plasma-nm/plasma-nm-5.26.90.ebuild | 83 ---
 1 file changed, 83 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.90.ebuild
deleted file mode 100644
index c7edae73b7..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.26.90.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-misc/mobile-broadband-provider-info
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.26.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.90.ebuild
new file mode 100644
index 00..c7edae73b7
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.26.90.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-misc/mobile-broadband-provider-info
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2023-01-09 Thread Andreas Sturmlechner
commit: d596535558aad029f0203f9974758ec6a1bf0a08
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  9 09:15:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  9 09:36:16 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5965355

kde-plasma/plasma-nm: Drop obsolete IUSE modemmanager metadata desc

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

 kde-plasma/plasma-nm/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/metadata.xml 
b/kde-plasma/plasma-nm/metadata.xml
index 4cc596c407..357da291c4 100644
--- a/kde-plasma/plasma-nm/metadata.xml
+++ b/kde-plasma/plasma-nm/metadata.xml
@@ -9,7 +9,6 @@
https://bugs.kde.org/


-   Enable support for mobile broadband 
devices
Build support for the OpenConnect VPN 
client
Enable Teamd control support




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

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

kde-plasma/plasma-nm: drop 5.26.49.

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

 kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild | 96 --
 1 file changed, 96 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
deleted file mode 100644
index fa70584858..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${PN}-5.26.0-unused-dep.patch" )
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2022-12-13 Thread Andreas Sturmlechner
commit: c9d33a1f49b46ff8f5dd0ae1481aa4461a103d36
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 13 19:46:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 13 19:46:34 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9d33a1f

kde-plasma/plasma-nm: Drop IUSE modemmanager

Upstream commit e74e44310ef0795588d2c5240d04cc92b5d6999f

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

 kde-plasma/plasma-nm/plasma-nm-.ebuild | 19 ---
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 3512bf8bf6..9812a3fcaa 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="KDE Plasma applet for NetworkManager"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
 KEYWORDS=""
-IUSE="modemmanager openconnect teamd"
+IUSE="openconnect teamd"
 
 DEPEND="
>=app-crypt/qca-2.3.0:2[qt5(+)]
@@ -37,15 +37,13 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
>=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
>=kde-frameworks/plasma-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-misc/mobile-broadband-provider-info
openconnect? (
>=dev-qt/qtxml-${QTMIN}:5
net-vpn/networkmanager-openconnect
@@ -74,15 +72,6 @@ src_prepare() {
fi
 }
 
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
 pkg_postinst() {
ecm_pkg_postinst
 



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

2022-10-11 Thread Andreas Sturmlechner
commit: 9e99a6abd37b1e1959299f8b12315126e91fcdb6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 11 14:47:33 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 11 15:17:12 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e99a6ab

kde-plasma/plasma-nm: Add app-crypt/qca[qt5(+)] USEdep

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
index c1d9609ffb..dd48080b9d 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
@@ -17,7 +17,7 @@ KEYWORDS=""
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="
-   >=app-crypt/qca-2.3.0:2
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
>=dev-qt/qtgui-${QTMIN}:5

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 681b70f036..b92b3a1a7d 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -17,7 +17,7 @@ KEYWORDS=""
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="
-   >=app-crypt/qca-2.3.0:2
+   >=app-crypt/qca-2.3.0:2[qt5(+)]
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
>=dev-qt/qtgui-${QTMIN}:5



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

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

kde-plasma/plasma-nm: drop 5.26.0

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

 kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild | 93 
 1 file changed, 93 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild
deleted file mode 100644
index 438ea9472b..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/plasma-nm/files/

2022-10-11 Thread Andreas Sturmlechner
commit: f904997509e89ba5da9ee3cb14da5f6f880f2ba4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 10 13:01:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 11 12:39:11 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9049975

kde-plasma/plasma-nm: Make kde-frameworks/kdeclarative RDEPEND-only

Add missing kde-frameworks/kquickcharts RDEPEND too.

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

 .../files/plasma-nm-5.26.0-unused-dep.patch| 62 ++
 kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild |  5 +-
 kde-plasma/plasma-nm/plasma-nm-.ebuild |  3 +-
 3 files changed, 68 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch
new file mode 100644
index 00..400a3fcdfc
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch
@@ -0,0 +1,62 @@
+From 6f6958586e5a89ad5ff597550894a5770b5fb7cf Mon Sep 17 00:00:00 2001
+From: Volker Krause 
+Date: Wed, 5 Oct 2022 16:38:37 +0200
+Subject: [PATCH] Remove deprecated KDeclarative use
+
+The icon image engine seems not required here.
+---
+ CMakeLists.txt | 1 -
+ kcm/CMakeLists.txt | 1 -
+ kcm/kcm.cpp| 5 -
+ 3 files changed, 7 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6495c735..c245f60e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -40,7 +40,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
+ ConfigWidgets
+ Completion
+ CoreAddons
+-Declarative
+ DBusAddons
+ KIO
+ I18n
+diff --git a/kcm/CMakeLists.txt b/kcm/CMakeLists.txt
+index cbd7ad32..8f3e60d3 100755
+--- a/kcm/CMakeLists.txt
 b/kcm/CMakeLists.txt
+@@ -16,7 +16,6 @@ target_link_libraries(kcm_networkmanagement
+ plasmanm_internal
+ plasmanm_editor
+ KF5::ConfigWidgets
+-KF5::Declarative
+ KF5::I18n
+ KF5::Service
+ Qt::Quick
+diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
+index 11663fe9..e350be54 100644
+--- a/kcm/kcm.cpp
 b/kcm/kcm.cpp
+@@ -20,7 +20,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+ 
+ #include 
+ #include 
+@@ -58,10 +57,6 @@ KCMNetworkmanagement::KCMNetworkmanagement(QWidget *parent, 
const QVariantList &
+ auto mainWidget = new QWidget(this);
+ m_ui->setupUi(mainWidget);
+ 
+-KDeclarative::KDeclarative kdeclarative;
+-kdeclarative.setDeclarativeEngine(m_ui->connectionView->engine());
+-kdeclarative.setupEngine(m_ui->connectionView->engine());
+-
+ KLocalizedContext *l10nContext = new 
KLocalizedContext(m_ui->connectionView->engine());
+ l10nContext->setTranslationDomain(QStringLiteral(TRANSLATION_DOMAIN));
+ 
m_ui->connectionView->engine()->rootContext()->setContextObject(l10nContext);
+-- 
+2.38.0
+

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
index 7601bcd3c7..c1d9609ffb 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
@@ -28,7 +28,6 @@ DEPEND="
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kitemviews-${KFMIN}:5
@@ -56,7 +55,9 @@ DEPEND="
 RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 BDEPEND="
@@ -64,6 +65,8 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=( "${FILESDIR}/${PN}-5.26.0-unused-dep.patch" )
+
 src_prepare() {
ecm_src_prepare
 

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 81dda08dfe..681b70f036 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -28,7 +28,6 @@ DEPEND="
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kitemviews-${KFMIN}:5
@@ -56,7 +55,9 @@ DEPEND="
 RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 BDEPEND="



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

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

kde-plasma/plasma-nm: drop 5.25.90

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

 kde-plasma/plasma-nm/plasma-nm-5.25.90.ebuild | 90 ---
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.90.ebuild
deleted file mode 100644
index caf126b346..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.25.90.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.98.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2022-10-09 Thread Andreas Sturmlechner
commit: c26e7e135e880973ec6c7e0d306b55719c2c80bd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  8 13:51:15 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  9 16:38:32 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c26e7e13

kde-plasma/plasma-nm: Add kde-frameworks/kcmutils BDEPEND

Uses kcmutils_generate_desktop_file cmake macro

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

 kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild   | 5 -
 kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild | 5 -
 kde-plasma/plasma-nm/plasma-nm-.ebuild | 5 -
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild
index caf126b346..aa803350c1 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild
@@ -59,7 +59,10 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
 
 src_prepare() {
ecm_src_prepare

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
index 5c98777026..c751b13f36 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
@@ -59,7 +59,10 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
 
 src_prepare() {
ecm_src_prepare

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 691c1284fe..81dda08dfe 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -59,7 +59,10 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   virtual/pkgconfig
+"
 
 src_prepare() {
ecm_src_prepare



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

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

kde-plasma/plasma-nm: 5.26.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild
new file mode 100644
index 00..caf126b346
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.26.0.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2022-09-15 Thread Andreas Sturmlechner
commit: 07db04a3aa510057d760ee65b1affa1b455f038f
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=07db04a3

kde-plasma/plasma-nm: 5.25.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.90.ebuild
new file mode 100644
index 00..caf126b346
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.25.90.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

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

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

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

 kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild | 90 ++
 1 file changed, 90 insertions(+)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
new file mode 100644
index 00..5c98777026
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.26.49..ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS=""
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

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

kde-plasma/plasma-nm: drop 5.25.49.

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

 kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild | 90 --
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild
deleted file mode 100644
index 143ecec307..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2022-07-13 Thread Andreas Sturmlechner
commit: ae8b55a048570328ffe1406c4214b17b6fc73e94
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=ae8b55a0

kde-plasma/plasma-nm: drop 5.25.3*

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

 kde-plasma/plasma-nm/plasma-nm-5.25.3.ebuild | 90 
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.3.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.3.ebuild
deleted file mode 100644
index 26df3587c8..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.25.3.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.95.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-inherit ecm plasma.kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2022-07-12 Thread Andreas Sturmlechner
commit: fb70c0047db84b3bce577e570a06733fa1cdecb7
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=fb70c004

kde-plasma/plasma-nm: 5.25.3 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.3.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.3.ebuild
new file mode 100644
index 00..26df3587c8
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.25.3.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.95.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2022-06-14 Thread Andreas Sturmlechner
commit: f82b03ad125a88919628c5f9d0a385a87d919fee
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=f82b03ad

kde-plasma/plasma-nm: drop 5.25.0*

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

 kde-plasma/plasma-nm/plasma-nm-5.25.0.ebuild | 90 
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.0.ebuild
deleted file mode 100644
index a11276b588..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.25.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.25.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.0.ebuild
new file mode 100644
index 00..a11276b588
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.25.0.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.94.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2022-06-08 Thread Andreas Sturmlechner
commit: 7aa20ec53aeb4be8bf5631e731867913910b86e1
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=7aa20ec5

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

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

 kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild | 90 ++
 1 file changed, 90 insertions(+)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild
new file mode 100644
index 00..653e0895f7
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.25.49..ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.3
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS=""
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2022-03-21 Thread Andreas Sturmlechner
commit: 082a853fe8288de3377a776ddcb57062079d10f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 21 18:58:18 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 21 19:02:33 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=082a853f

kde-plasma/plasma-nm: Set QTMIN to 5.15.3

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 1aae6786c6..653e0895f7 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 KFMIN=
 PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
+QTMIN=5.15.3
 inherit ecm kde.org
 
 DESCRIPTION="KDE Plasma applet for NetworkManager"



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

2022-02-08 Thread Andreas Sturmlechner
commit: 55a63303c99158eb3108bebedd8271063d5e5da3
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=55a63303

kde-plasma/plasma-nm: drop 5.24.0*

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

 kde-plasma/plasma-nm/plasma-nm-5.24.0.ebuild | 90 
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.24.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.24.0.ebuild
deleted file mode 100644
index 2069ad4247..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.24.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2022-02-03 Thread Andreas Sturmlechner
commit: ec1d2b62d4780fe9487022fd7b51ffda906a9c27
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=ec1d2b62

kde-plasma/plasma-nm: 5.24.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.24.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.24.0.ebuild
new file mode 100644
index 00..2069ad4247
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.24.0.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2022-01-18 Thread Andreas Sturmlechner
commit: 35c548a7459aba742c21413ebba43719428239a4
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=35c548a7

kde-plasma/plasma-nm: drop 5.23.90*

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

 kde-plasma/plasma-nm/plasma-nm-5.23.90.ebuild | 90 ---
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.23.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.23.90.ebuild
deleted file mode 100644
index 2069ad4247..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.23.90.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.23.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.23.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.23.90.ebuild
new file mode 100644
index 00..2069ad4247
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.23.90.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2022-01-04 Thread Andreas Sturmlechner
commit: a02b0aafc621048c90894154d77be130621c3f80
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=a02b0aaf

kde-plasma/plasma-nm: drop 5.23.5*

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

 kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild | 90 
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild
deleted file mode 100644
index ebf9a45888..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

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

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

 kde-plasma/plasma-nm/plasma-nm-5.23.49..ebuild | 90 --
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.23.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.23.49..ebuild
deleted file mode 100644
index 2e863eb4a6..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.23.49..ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2021-10-14 Thread Andreas Sturmlechner
commit: c70770cb3368e3e181795f0c55805392524bf24a
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=c70770cb

kde-plasma/plasma-nm: drop 5.23.0*

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

 kde-plasma/plasma-nm/plasma-nm-5.23.0.ebuild | 90 
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.23.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.23.0.ebuild
deleted file mode 100644
index 0ac6235da1..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.23.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2021-10-04 Thread Andreas Sturmlechner
commit: 90e4f838c68d02cce8f37201b0ec58c90dbd20d4
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=90e4f838

kde-plasma/plasma-nm: drop 5.22.90*

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

 kde-plasma/plasma-nm/plasma-nm-5.22.90.ebuild | 90 ---
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.22.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.22.90.ebuild
deleted file mode 100644
index 0ac6235da1..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.22.90.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

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

kde-plasma/plasma-nm: 5.22.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.22.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.22.90.ebuild
new file mode 100644
index 00..0ac6235da1
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.22.90.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.86.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2021-09-02 Thread Andreas Sturmlechner
commit: 1c3b50eb44a0439d9fba4e5fc09c0d914e7ff7b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 17:07:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 17:15:02 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c3b50eb

kde-plasma/plasma-nm: drop 5.22.5*

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

 kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild | 81 
 1 file changed, 81 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild
deleted file mode 100644
index 04e172aad5..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2021-08-26 Thread Andreas Sturmlechner
commit: cd4ddbad06d371a308f007153147f2c3feb45383
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 26 16:32:28 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 26 16:32:28 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd4ddbad

kde-plasma/plasma-nm: Fix IUSE=openconnect switch

Upstream commit 4cb6ba1b6ad999ca3da77e7156c591b7fde61e48

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

 kde-plasma/plasma-nm/plasma-nm-.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 7bfd9338ec..2ddc83df7c 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -59,12 +59,21 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   ecm_src_prepare
+
+   # TODO: try to get a build switch upstreamed
+   if ! use openconnect; then
+   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
+   fi
+}
 
 src_configure() {
local mycmakeargs=(
-DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
$(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
)
 
ecm_src_configure



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

2021-06-10 Thread Andreas Sturmlechner
commit: 8d054f8fc682468c66ea26f03d0534f14c24f701
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=8d054f8f

kde-plasma/plasma-nm: drop 5.21.90*

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

 kde-plasma/plasma-nm/plasma-nm-5.21.90.ebuild | 81 ---
 1 file changed, 81 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.21.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.21.90.ebuild
deleted file mode 100644
index efbeb893a4..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.21.90.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.82.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2021-05-14 Thread Andreas Sturmlechner
commit: 95b0313c5c2bc03a6fab7ddb6e8c55c78e2f90e9
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=95b0313c

kde-plasma/plasma-nm: 5.21.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.21.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.21.90.ebuild
new file mode 100644
index 00..efbeb893a4
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.21.90.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   $(cmake_use_find_package openconnect OpenConnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/plasma-nm/files/

2021-05-04 Thread Andreas Sturmlechner
commit: bba666cf172545cf750e6915fe3a76ad6aa21fd8
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=bba666cf

kde-plasma/plasma-nm: 5.21.5 version bump

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

 .../files/plasma-nm-5.21.5-missing-include.patch   | 30 
 kde-plasma/plasma-nm/plasma-nm-5.21.5.ebuild   | 83 ++
 2 files changed, 113 insertions(+)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.21.5-missing-include.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.21.5-missing-include.patch
new file mode 100644
index 00..db8f98b072
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.21.5-missing-include.patch
@@ -0,0 +1,30 @@
+From 8d1720ac924c8453f80ac560470d9d92bdd94b07 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Tue, 4 May 2021 20:49:29 +0200
+Subject: [PATCH] Add missing QQueue include
+
+Used since 64dc6234b6980172bb53084c16a0e4e693d6011a. I suppose it's
+implicitly pulled in some cases, but for me the build fails with
+"networkmodel.h:126:56: error: field 'm_updateQueue' has incomplete
+type 'QQueue >'".
+
+(cherry picked from commit 2bccd7c3bc3aa12ddd1886b14041f1448c634a69)
+---
+ libs/models/networkmodel.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libs/models/networkmodel.h b/libs/models/networkmodel.h
+index ebe6db52..749cb919 100644
+--- a/libs/models/networkmodel.h
 b/libs/models/networkmodel.h
+@@ -22,6 +22,7 @@
+ #define PLASMA_NM_NETWORK_MODEL_H
+ 
+ #include 
++#include 
+ 
+ #include "networkitemslist.h"
+ 
+-- 
+GitLab
+

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.21.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.21.5.ebuild
new file mode 100644
index 00..a24d6cab27
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.21.5.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+PATCHES=( "${FILESDIR}/${P}-missing-include.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   $(cmake_use_find_package openconnect OpenConnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2021-02-16 Thread Andreas Sturmlechner
commit: 134bfc9d31d79a686f7ea417417c8d36b8b42b0c
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=134bfc9d

kde-plasma/plasma-nm: drop 5.21.0*

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

 kde-plasma/plasma-nm/plasma-nm-5.21.0.ebuild | 81 
 1 file changed, 81 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.21.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.21.0.ebuild
deleted file mode 100644
index 108df149cb..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.21.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2021-02-16 Thread Andreas Sturmlechner
commit: dee10024db47c6ae676940d37eab8fb953f73fd1
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=dee10024

kde-plasma/plasma-nm: drop 5.20.90*

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

 kde-plasma/plasma-nm/plasma-nm-5.20.90.ebuild | 81 ---
 1 file changed, 81 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.20.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.20.90.ebuild
deleted file mode 100644
index 108df149cb..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.20.90.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.78.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2021-02-11 Thread Andreas Sturmlechner
commit: 80b266a6c739ad1c50f3066e28075fb7d6eccd06
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=80b266a6

kde-plasma/plasma-nm: 5.21.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.21.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.21.0.ebuild
new file mode 100644
index 00..108df149cb
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.21.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   $(cmake_use_find_package openconnect OpenConnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2021-01-22 Thread Andreas Sturmlechner
commit: a7ee0af6f065b59323c8be654127569290269fc5
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=a7ee0af6

kde-plasma/plasma-nm: 5.20.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.20.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.20.90.ebuild
new file mode 100644
index 00..108df149cb
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.20.90.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.78.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   $(cmake_use_find_package openconnect OpenConnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2021-01-05 Thread Andreas Sturmlechner
commit: 7fbd19c3dad7a2ed8a46336b56f9c7664ae36a4d
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=7fbd19c3

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

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

 kde-plasma/plasma-nm/plasma-nm-5.20.49..ebuild | 82 --
 1 file changed, 82 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.20.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.20.49..ebuild
deleted file mode 100644
index 84bd473cdd..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.20.49..ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2020-10-15 Thread Andreas Sturmlechner
commit: b79b40291c269e5997ee9ed2b0580729af92fc5c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 15 18:23:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 15 18:23:03 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b79b4029

kde-plasma/plasma-nm: Drop unused DEPEND

Upstream commit 864a69235ba1a78f982d5ce438bdd37f1ff1c554

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index bc24e78add..f6fa8d1100 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -30,7 +30,6 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kitemviews-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5



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

2020-10-13 Thread Andreas Sturmlechner
commit: 0094abd6df764b9f38f4f050c128431d87e09404
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=0094abd6

kde-plasma/plasma-nm: drop 5.20.0*

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

 kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild | 82 
 1 file changed, 82 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild
deleted file mode 100644
index dec9064ff7..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/plasma-vault/, kde-plasma/kgamma/, ...

2020-10-11 Thread Andreas Sturmlechner
ebuild kde-plasma/kscreenlocker/kscreenlocker-5.20.0.ebuild 
kde-plasma/kscreenlocker/kscreenlocker-5.20.49..ebuild 
kde-plasma/kscreenlocker/kscreenlocker-.ebuild 
kde-plasma/ksshaskpass/ksshaskpass-5.20.0.ebuild 
kde-plasma/ksshaskpass/ksshaskpass-5.20.49..ebuild 
kde-plasma/ksshaskpass/ksshaskpass-.ebuild 
kde-plasma/ksysguard/ksysguard-5.20.0.ebuild 
kde-plasma/ksysguard/ksysguard-5.20.49..ebuild 
kde-plasma/ksysguard/ksysguard-.ebuild 
kde-plasma/kwayland-integration/kwayland-integration-5.20.0.ebuild 
kde-plasma/kwayland-integration/kwayland-integration-5.20.49..ebuild 
kde-plasma/kwayland-integration/kwayland-integration-.ebuild 
kde-plasma/kwayland-server/kwayland-server-5.20.0.ebuild 
kde-plasma/kwayland-server/kwayland-server-5.20.49..ebuild 
kde-plasma/kwayland-server/kwayland-server-.ebuild 
kde-plasma/kwin/kwin-5.20.0.ebuild kde-plasma/kwin/kwin-5.20.49..ebuild 
kde-plasma/kwin/kwin-.ebuild kde-plasma/kwrited/kwrited-5.20.0.ebuild 
kde-plas
 ma/kwrited/kwrited-5.20.49..ebuild kde-plasma/kwrited/kwrited-.ebuild 
kde-plasma/libkscreen/libkscreen-5.20.0.ebuild 
kde-plasma/libkscreen/libkscreen-5.20.49..ebuild 
kde-plasma/libkscreen/libkscreen-.ebuild 
kde-plasma/libksysguard/libksysguard-5.20.0.ebuild 
kde-plasma/libksysguard/libksysguard-5.20.49..ebuild 
kde-plasma/libksysguard/libksysguard-.ebuild 
kde-plasma/libkworkspace/libkworkspace-5.20.0.ebuild 
kde-plasma/libkworkspace/libkworkspace-5.20.49..ebuild 
kde-plasma/libkworkspace/libkworkspace-.ebuild 
kde-plasma/milou/milou-5.20.0.ebuild kde-plasma/milou/milou-5.20.49..ebuild 
kde-plasma/milou/milou-.ebuild kde-plasma/oxygen/oxygen-5.20.0.ebuild 
kde-plasma/oxygen/oxygen-5.20.49..ebuild 
kde-plasma/oxygen/oxygen-.ebuild 
kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.0.ebuild 
kde-plasma/plasma-browser-integration/plasma-browser-integration-5.20.49..ebuild
 kde-plasma/plasma-browser-integration/plasma-browser-i
 ntegration-.ebuild kde-plasma/plasma-desktop/plas
ma-desktop-5.20.0.ebuild 
kde-plasma/plasma-desktop/plasma-desktop-5.20.49..ebuild 
kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
kde-plasma/plasma-disks/plasma-disks-5.20.0.ebuild 
kde-plasma/plasma-disks/plasma-disks-5.20.49..ebuild 
kde-plasma/plasma-disks/plasma-disks-.ebuild 
kde-plasma/plasma-integration/plasma-integration-5.20.0.ebuild 
kde-plasma/plasma-integration/plasma-integration-5.20.49..ebuild 
kde-plasma/plasma-integration/plasma-integration-.ebuild 
kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild 
kde-plasma/plasma-nm/plasma-nm-5.20.49..ebuild 
kde-plasma/plasma-nm/plasma-nm-.ebuild 
kde-plasma/plasma-pa/plasma-pa-5.20.0.ebuild 
kde-plasma/plasma-pa/plasma-pa-5.20.49..ebuild 
kde-plasma/plasma-pa/plasma-pa-.ebuild 
kde-plasma/plasma-sdk/plasma-sdk-5.20.0.ebuild 
kde-plasma/plasma-sdk/plasma-sdk-5.20.49..ebuild 
kde-plasma/plasma-sdk/plasma-sdk-.ebuild 
kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.0.ebuild 
kde-plasma/plasma-thund
 erbolt/plasma-thunderbolt-5.20.49..ebuild 
kde-plasma/plasma-thunderbolt/plasma-thunderbolt-.ebuild 
kde-plasma/plasma-vault/plasma-vault-5.20.0.ebuild 
kde-plasma/plasma-vault/plasma-vault-5.20.49..ebuild 
kde-plasma/plasma-vault/plasma-vault-.ebuild 
kde-plasma/plasma-workspace/plasma-workspace-5.20.0.ebuild 
kde-plasma/plasma-workspace/plasma-workspace-5.20.49..ebuild 
kde-plasma/plasma-workspace/plasma-workspace-.ebuild 
kde-plasma/plymouth-kcm/plymouth-kcm-5.20.0.ebuild 
kde-plasma/plymouth-kcm/plymouth-kcm-5.20.49..ebuild 
kde-plasma/plymouth-kcm/plymouth-kcm-.ebuild 
kde-plasma/polkit-kde-agent/polkit-kde-agent-5.20.0.ebuild 
kde-plasma/polkit-kde-agent/polkit-kde-agent-5.20.49..ebuild 
kde-plasma/polkit-kde-agent/polkit-kde-agent-.ebuild 
kde-plasma/powerdevil/powerdevil-5.20.0.ebuild 
kde-plasma/powerdevil/powerdevil-5.20.49..ebuild 
kde-plasma/powerdevil/powerdevil-.ebuild 
kde-plasma/sddm-kcm/sddm-kcm-5.20.0.ebuild kde-plasma/sddm-kcm/sddm-k
 cm-5.20.49..ebuild kde-plasma/sddm-kcm/sddm-kcm-9
999.ebuild kde-plasma/systemsettings/systemsettings-5.20.0.ebuild 
kde-plasma/systemsettings/systemsettings-5.20.49..ebuild 
kde-plasma/systemsettings/systemsettings-.ebuild 
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.20.0.ebuild 
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.20.49..ebuild 
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-.ebuild 
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild 
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.49..ebuild 
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-.ebuild
X-VCS-Directories: kde-plasma/plasma-integration/ kde-plasma/libkworkspace/ 
kde-plasma/plasma-pa/ kde-plasma/polkit-kde-agent/ kde-plasma/plasma-vault/ 
kde-plasma/kgamma/ kde-plasma/plasma-nm/ kde-plasma/ksysguard/ kde-plasma/kwin/ 

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

2020-10-09 Thread Andreas Sturmlechner
commit: 185f33626906e1d7951a7359c13f9e53bdecf3d1
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=185f3362

kde-plasma/plasma-nm: 5.20.0 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild
new file mode 100644
index 00..d131a2752d
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.20.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   $(cmake_use_find_package openconnect OpenConnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2020-09-19 Thread Andreas Sturmlechner
commit: de23cf74a4b8f2caa17e792f808707a4d4b68b67
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=de23cf74

kde-plasma/plasma-nm: 5.19.90 version bump

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.19.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.19.90.ebuild
new file mode 100644
index 00..d131a2752d
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-5.19.90.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.0
+inherit ecm kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="modemmanager openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.0:2
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=kde-frameworks/solid-${KFMIN}:5
+   net-misc/networkmanager[teamd=]
+   modemmanager? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
+   net-misc/mobile-broadband-provider-info
+   )
+   openconnect? (
+   >=dev-qt/qtxml-${QTMIN}:5
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-plasma/kde-cli-tools-${PVCUT}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
+   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
+   $(cmake_use_find_package openconnect OpenConnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/files/, kde-plasma/plasma-vault/files/, ...

2020-09-03 Thread Andreas Sturmlechner
commit: 65f310c7af19d6dcea8faef2a18af137f533653a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  3 12:52:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  3 12:52:31 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=65f310c7

kde-plasma: Cleanup obsolete patches and metadata

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

 19.2-use-PlasmaExtras.PlaceholderMessage.patch |  57 ---
 .../files/libksysguard-5.18.90-unused-dep.patch|  92 -
 .../files/libkworkspace-5.18.80-standalone.patch   | 113 -
 ...lasma-nm-5.19.2-fix-inline-password-field.patch |  30 --
 19.2-use-PlasmaExtras.PlaceholderMessage.patch |  57 ---
 19.2-use-PlasmaExtras.PlaceholderMessage.patch |  44 
 kde-plasma/plasma-workspace/metadata.xml   |   1 -
 .../files/powerdevil-5.19.4-ddcutil-0.9.9.patch|  24 -
 kde-plasma/xdg-desktop-portal-kde/metadata.xml |   3 -
 9 files changed, 421 deletions(-)

diff --git 
a/kde-plasma/bluedevil/files/bluedevil-5.19.2-use-PlasmaExtras.PlaceholderMessage.patch
 
b/kde-plasma/bluedevil/files/bluedevil-5.19.2-use-PlasmaExtras.PlaceholderMessage.patch
deleted file mode 100644
index 3c41eb2c69..00
--- 
a/kde-plasma/bluedevil/files/bluedevil-5.19.2-use-PlasmaExtras.PlaceholderMessage.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From 161c1b92bced7996e92026ff9ae503593f6590f6 Mon Sep 17 00:00:00 2001
-From: Nate Graham 
-Date: Sun, 14 Jun 2020 09:10:38 -0600
-Subject: [PATCH] Port applet to use PlasmaExtras.PlaceholderMessage
-
-The Kirigami version uses QQC2 elements which don't respect the plasma
-theme and color scheme, leading to thing slooking out of place
-especially when using a dark color theme or scheme.
-
-Depends on 
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/13

- CMakeLists.txt| 6 --
- src/applet/package/contents/ui/FullRepresentation.qml | 4 +---
- 2 files changed, 1 insertion(+), 9 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d9067851..5ddce978 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -33,12 +33,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- find_package(KDED ${KF5_MIN_VERSION} REQUIRED)
- find_package(SharedMimeInfo REQUIRED)
- 
--find_package(KF5Kirigami2 ${KF5_MIN_VERSION} CONFIG)
--set_package_properties(KF5Kirigami2 PROPERTIES
--DESCRIPTION "A QtQuick based components set"
--TYPE RUNTIME
--)
--
- include(KDEInstallDirs)
- include(KDECMakeSettings)
- include(KDECompilerSettings NO_POLICY_SCOPE)
-diff --git a/src/applet/package/contents/ui/FullRepresentation.qml 
b/src/applet/package/contents/ui/FullRepresentation.qml
-index 5bd32f15..e77bf295 100644
 a/src/applet/package/contents/ui/FullRepresentation.qml
-+++ b/src/applet/package/contents/ui/FullRepresentation.qml
-@@ -27,8 +27,6 @@ import org.kde.plasma.components 2.0 as PlasmaComponents
- import org.kde.plasma.components 3.0 as PlasmaComponents3
- import org.kde.plasma.private.bluetooth 1.0 as PlasmaBt
- 
--import org.kde.kirigami 2.12 as Kirigami
--
- PlasmaComponents3.Page {
- 
- Action {
-@@ -99,7 +97,7 @@ PlasmaComponents3.Page {
- // Not inside the ListView because we want the listview to be hidden
- // when Bluetooth is disabled, yet still show an "Enable Bluetooth"
- // message
--Kirigami.PlaceholderMessage {
-+PlasmaExtras.PlaceholderMessage {
- anchors.centerIn: parent
- anchors.left: parent.left
- anchors.right: parent.right
--- 
-2.27.0
-

diff --git 
a/kde-plasma/libksysguard/files/libksysguard-5.18.90-unused-dep.patch 
b/kde-plasma/libksysguard/files/libksysguard-5.18.90-unused-dep.patch
deleted file mode 100644
index 903b7b8bcf..00
--- a/kde-plasma/libksysguard/files/libksysguard-5.18.90-unused-dep.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From fa06754147850ba06659f21e57cd7a724ecf8c49 Mon Sep 17 00:00:00 2001
-From: "Martin T. H. Sandsmark" 
-Date: Sat, 23 May 2020 18:26:12 +0200
-Subject: [PATCH] remove unnecessary dependency
-

- CMakeLists.txt   | 13 +
- signalplotter/CMakeLists.txt |  1 -
- signalplotter/ksignalplotter.cpp |  2 +-
- signalplotter/ksignalplotter_p.h |  2 ++
- 4 files changed, 4 insertions(+), 14 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b12ead7..063cb05 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -46,14 +46,6 @@ set_package_properties(Qt5WebChannel PROPERTIES
- 
- find_package(KF5 REQUIRED COMPONENTS CoreAddons Config I18n JobWidgets 
WindowSystem Completion Auth WidgetsAddons IconThemes ConfigWidgets Service 
GlobalAccel KIO Package Declarative NewStuff)
- 
--find_package(KF5 OPTIONAL_COMPONENTS Plasma)
--set_package_properties(KF5Plasma PROPERTIES
--   URL 

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

2020-09-01 Thread Andreas Sturmlechner
commit: cb556e0925dcec33da3939397d88e349d7d3075c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  1 16:34:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  1 16:34:47 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb556e09

kde-plasma/plasma-nm: drop 5.19.5*

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

 kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild | 86 
 1 file changed, 86 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild
deleted file mode 100644
index 703e7f5bf8..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.19.2-fix-inline-password-field.patch # KDE-bug 
#423093
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



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

2020-09-01 Thread Andreas Sturmlechner
commit: c180cb4fa2aa5977f1cb3d07cb02b1538cee1cff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  1 11:59:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  1 11:59:01 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c180cb4f

kde-plasma/plasma-nm: drop 5.19.49.*

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

 kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild | 86 --
 1 file changed, 86 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild
deleted file mode 100644
index 241f5d2742..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.71.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.19.2-fix-inline-password-field.patch # KDE-bug 
#423093
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   $(cmake_use_find_package openconnect OpenConnect)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/files/, kde-plasma/plasma-nm/

2020-06-21 Thread Andreas Sturmlechner
commit: 60ca0fd5793903e1ec78076b43ee4de79508b7f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 21 20:59:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 21 21:41:41 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=60ca0fd5

kde-plasma/plasma-nm: [2/2] Fix password is asked twice

See also: https://mail.kde.org/pipermail/distributions/2020-June/000367.html
KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=423093

Upstream commit 271332cfc19ede398854113d037abfb35503179f
"[applet] Fix inline password field component not working properly"

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

 ...lasma-nm-5.19.2-fix-inline-password-field.patch | 30 ++
 kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild |  4 +++
 2 files changed, 34 insertions(+)

diff --git 
a/kde-plasma/plasma-nm/files/plasma-nm-5.19.2-fix-inline-password-field.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.19.2-fix-inline-password-field.patch
new file mode 100644
index 00..170e20ea22
--- /dev/null
+++ 
b/kde-plasma/plasma-nm/files/plasma-nm-5.19.2-fix-inline-password-field.patch
@@ -0,0 +1,30 @@
+From 271332cfc19ede398854113d037abfb35503179f Mon Sep 17 00:00:00 2001
+From: Nate Graham 
+Date: Thu, 18 Jun 2020 15:34:40 +
+Subject: [PATCH] [WIP] [applet] Fix inline password field component not
+ working properly
+
+BUG: 423093
+FIXED-IN: 5.20
+---
+ applet/contents/ui/ConnectionItem.qml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/applet/contents/ui/ConnectionItem.qml 
b/applet/contents/ui/ConnectionItem.qml
+index 98240928..06c7ab25 100644
+--- a/applet/contents/ui/ConnectionItem.qml
 b/applet/contents/ui/ConnectionItem.qml
+@@ -231,8 +231,8 @@ PlasmaExtras.ExpandableListItem {
+ if (!predictableWirelessPassword && !Uuid) {
+ handler.addAndActivateConnection(DevicePath, SpecificPath)
+ } else if (connectionItem.customExpandedViewContent == 
passwordDialogComponent) {
+-if (passwordDialogComponent.password != "") {
+-handler.addAndActivateConnection(DevicePath, 
SpecificPath, passwordDialogComponent.password)
++if (connectionItem.customExpandedViewContentItem.password 
!= "") {
++handler.addAndActivateConnection(DevicePath, 
SpecificPath, connectionItem.customExpandedViewContentItem.password)
+ connectionItem.customExpandedViewContent = 
detailsComponent
+ connectionItem.collapse()
+ } else {
+-- 
+2.27.0
+

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild
index 055bcf9133..c93d0347c1 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild
@@ -61,6 +61,10 @@ RDEPEND="${DEPEND}
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.19.2-fix-inline-password-field.patch # KDE-bug 
#423093
+)
+
 src_configure() {
local mycmakeargs=(
-DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/kactivitymanagerd/, kde-plasma/kscreenlocker/, ...

2020-05-14 Thread Andreas Sturmlechner
commit: e1f9a519873e391cb7bca90c3d7b738ecfb30c16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 25 14:48:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 14 11:24:12 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1f9a519

kde-plasma: Add KDE Plasma 5.19 stable branch

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

 kde-plasma/bluedevil/bluedevil-5.19.49..ebuild |  40 
 .../breeze-grub/breeze-grub-5.19.49..ebuild|  23 +++
 .../breeze-gtk/breeze-gtk-5.19.49..ebuild  |  48 +
 .../breeze-plymouth-5.19.49..ebuild|  28 +++
 kde-plasma/breeze/breeze-5.19.49..ebuild   |  55 +
 kde-plasma/discover/discover-5.19.49..ebuild   |  78 
 kde-plasma/drkonqi/drkonqi-5.19.49..ebuild |  68 +++
 .../kactivitymanagerd-5.19.49..ebuild  |  36 
 .../kde-cli-tools-5.19.49..ebuild  |  70 +++
 .../kde-gtk-config-5.19.49..ebuild |  50 +
 .../kdecoration/kdecoration-5.19.49..ebuild|  24 +++
 .../kdeplasma-addons-5.19.49..ebuild   |  62 ++
 kde-plasma/kgamma/kgamma-5.19.49..ebuild   |  32 +++
 kde-plasma/khotkeys/khotkeys-5.19.49..ebuild   |  50 +
 .../kinfocenter/kinfocenter-5.19.49..ebuild| 105 ++
 kde-plasma/kmenuedit/kmenuedit-5.19.49..ebuild |  41 
 kde-plasma/kscreen/kscreen-5.19.49..ebuild |  46 +
 .../kscreenlocker-5.19.49..ebuild  | 100 ++
 .../ksshaskpass/ksshaskpass-5.19.49..ebuild|  78 
 kde-plasma/ksysguard/ksysguard-5.19.49..ebuild |  55 +
 .../kwallet-pam/kwallet-pam-5.19.49..ebuild|  37 
 .../kwayland-integration-5.19.49..ebuild   |  30 +++
 .../kwayland-server-5.19.49..ebuild|  35 
 kde-plasma/kwin/kwin-5.19.49..ebuild   | 112 +++
 kde-plasma/kwrited/kwrited-5.19.49..ebuild |  27 +++
 .../libkscreen/libkscreen-5.19.49..ebuild  |  44 
 .../libksysguard/libksysguard-5.19.49..ebuild  |  68 +++
 .../libkworkspace-5.19.49..ebuild  |  64 ++
 kde-plasma/milou/milou-5.19.49..ebuild |  33 +++
 kde-plasma/oxygen/oxygen-5.19.49..ebuild   |  54 +
 .../plasma-browser-integration-5.19.49..ebuild |  41 
 .../plasma-desktop-5.19.49..ebuild | 189 ++
 .../plasma-integration-5.19.49..ebuild |  48 +
 .../plasma-meta/plasma-meta-5.19.49..ebuild|  96 +
 kde-plasma/plasma-nm/plasma-nm-5.19.49..ebuild |  82 
 kde-plasma/plasma-pa/plasma-pa-5.19.49..ebuild |  38 
 .../plasma-sdk/plasma-sdk-5.19.49..ebuild  |  46 +
 .../plasma-thunderbolt-5.19.49..ebuild |  33 +++
 .../plasma-vault/plasma-vault-5.19.49..ebuild  |  47 +
 ...plasma-workspace-wallpapers-5.19.49..ebuild |  19 ++
 .../plasma-workspace-5.19.49..ebuild   | 221 +
 .../plymouth-kcm/plymouth-kcm-5.19.49..ebuild  |  40 
 .../polkit-kde-agent-5.19.49..ebuild   |  33 +++
 .../powerdevil/powerdevil-5.19.49..ebuild  |  67 +++
 kde-plasma/sddm-kcm/sddm-kcm-5.19.49..ebuild   |  38 
 .../systemsettings-5.19.49..ebuild |  68 +++
 .../user-manager/user-manager-5.19.49..ebuild  |  34 
 .../xdg-desktop-portal-kde-5.19.49..ebuild |  51 +
 .../xembed-sni-proxy-5.19.49..ebuild   |  44 
 49 files changed, 2828 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.19.49..ebuild 
b/kde-plasma/bluedevil/bluedevil-5.19.49..ebuild
new file mode 100644
index 00..dc870a66c5
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.19.49..ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.70.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.14.1
+inherit ecm kde.org
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://cgit.kde.org/bluedevil.git;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   >=kde-frameworks/bluez-qt-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kded-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+  

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

2020-03-08 Thread Andreas Sturmlechner
commit: eb1ad2948e8ae283f4b3badec8daafc28446f696
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  8 16:28:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  8 16:31:20 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb1ad294

kde-plasma/plasma-nm: Add new RDEPEND

Upstream commit c9b2684a49d369dcfef95e0c26a64664138fc434

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 9e57c96fae..d5c3777b76 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -44,8 +44,8 @@ DEPEND="
>=kde-frameworks/solid-${KFMIN}:5
net-misc/networkmanager[teamd=]
modemmanager? (
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
net-misc/mobile-broadband-provider-info
)
openconnect? (
@@ -57,6 +57,7 @@ DEPEND="
 RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 



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

2019-11-24 Thread Andreas Sturmlechner
commit: c1491ce1991d29f94cdc0921008c774232999008
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 24 23:54:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 24 23:54:47 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1491ce1

kde-plasma/plasma-nm: Sort DEPENDs

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

 kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild | 12 ++--
 kde-plasma/plasma-nm/plasma-nm-.ebuild | 12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild
index 8f7ab19d3f..25d6f013b1 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild
@@ -16,6 +16,12 @@ KEYWORDS=""
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="
+   >=app-crypt/qca-2.1.1:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -35,12 +41,6 @@ DEPEND="
>=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
>=kde-frameworks/plasma-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=app-crypt/qca-2.1.1:2[qt5(+)]
net-misc/networkmanager[teamd=]
modemmanager? (
>=kde-frameworks/modemmanager-qt-${KFMIN}:5

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 888105d6e2..d8fc862950 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -17,6 +17,12 @@ KEYWORDS=""
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="
+   >=app-crypt/qca-2.1.1:2[qt5(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -36,12 +42,6 @@ DEPEND="
>=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
>=kde-frameworks/plasma-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=app-crypt/qca-2.1.1:2[qt5(+)]
net-misc/networkmanager[teamd=]
modemmanager? (
>=kde-frameworks/modemmanager-qt-${KFMIN}:5



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

2019-11-20 Thread Andreas Sturmlechner
commit: 18d9ec15feeb54608bb5f7471647555f596a4ffa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 20 16:23:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 20 16:23:06 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=18d9ec15

kde-plasma/plasma-nm: Add missing RDEPENDs

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild
index 2b4cd62127..8f7ab19d3f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.17.49..ebuild
@@ -54,6 +54,8 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index a59e5adbb1..888105d6e2 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -55,6 +55,8 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 



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

2019-08-14 Thread Andreas Sturmlechner
commit: 1d552589599a4087fb8bf26e2c4921008f0a3783
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 09:55:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 10:02:03 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d552589

kde-plasma/plasma-nm: Add new USE-DEPEND

Upstream commit ccce9e3cd24740660ae7df8f896039ef1ec8e57d

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index c31586b908..397e8f61dc 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -32,7 +32,7 @@ DEPEND="
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtdeclarative 'widgets')
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)



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

2019-06-12 Thread Andreas Sturmlechner
commit: db08b32b8ec9168514f975f906c9354e796d734d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 12 09:06:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 12 09:06:46 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=db08b32b

kde-plasma/plasma-nm: Drop unused patch

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

 .../files/plasma-nm-5.15.90-includes.patch | 51 --
 1 file changed, 51 deletions(-)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch
deleted file mode 100644
index a8a9db5528..00
--- a/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From fbf0fc710cfbf6f6f9caa88bbe7f5406c2118d1d Mon Sep 17 00:00:00 2001
-From: Michael Palimaka 
-Date: Sat, 18 May 2019 12:15:47 +1000
-Subject: Add missing includes
-
-Summary:
-These includes aren't always available transitively, so
-include them explicitly to avoid build failure.
-
-Reviewers: jgrulich!, davidedmundson
-
-Reviewed By: davidedmundson
-
-Subscribers: asturmlechner, plasma-devel
-
-Tags: #plasma
-
-Differential Revision: https://phabricator.kde.org/D21268

- libs/editor/settings/wireguardinterfacewidget.cpp | 3 +++
- libs/editor/settings/wireguardpeerwidget.cpp  | 1 +
- 2 files changed, 4 insertions(+)
-
-diff --git a/libs/editor/settings/wireguardinterfacewidget.cpp 
b/libs/editor/settings/wireguardinterfacewidget.cpp
-index dc148ee..4d5eeb3 100644
 a/libs/editor/settings/wireguardinterfacewidget.cpp
-+++ b/libs/editor/settings/wireguardinterfacewidget.cpp
-@@ -26,6 +26,9 @@
- #include "simpleiplistvalidator.h"
- #include "wireguardkeyvalidator.h"
- 
-+#include 
-+#include 
-+#include 
- #include 
- 
- #include 
-diff --git a/libs/editor/settings/wireguardpeerwidget.cpp 
b/libs/editor/settings/wireguardpeerwidget.cpp
-index ee45bfc..37ab04b 100644
 a/libs/editor/settings/wireguardpeerwidget.cpp
-+++ b/libs/editor/settings/wireguardpeerwidget.cpp
-@@ -27,6 +27,7 @@
- #include "wireguardkeyvalidator.h"
- 
- #include 
-+#include 
- 
- #include 
- #include 
--- 
-cgit v1.1



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/files/, kde-plasma/plasma-nm/

2019-05-19 Thread Andreas Sturmlechner
commit: dcd95a5f03a7d4d42bb088e59440fab1e899e7b8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 19 20:28:03 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 19 20:28:03 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dcd95a5f

kde-plasma/plasma-nm: Add missing headers to fix build

Closes: https://bugs.gentoo.org/686290
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/plasma-nm-5.15.90-includes.patch | 51 ++
 kde-plasma/plasma-nm/plasma-nm-5.15.90.ebuild  |  2 +
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch
new file mode 100644
index 00..a8a9db5528
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch
@@ -0,0 +1,51 @@
+From fbf0fc710cfbf6f6f9caa88bbe7f5406c2118d1d Mon Sep 17 00:00:00 2001
+From: Michael Palimaka 
+Date: Sat, 18 May 2019 12:15:47 +1000
+Subject: Add missing includes
+
+Summary:
+These includes aren't always available transitively, so
+include them explicitly to avoid build failure.
+
+Reviewers: jgrulich!, davidedmundson
+
+Reviewed By: davidedmundson
+
+Subscribers: asturmlechner, plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D21268
+---
+ libs/editor/settings/wireguardinterfacewidget.cpp | 3 +++
+ libs/editor/settings/wireguardpeerwidget.cpp  | 1 +
+ 2 files changed, 4 insertions(+)
+
+diff --git a/libs/editor/settings/wireguardinterfacewidget.cpp 
b/libs/editor/settings/wireguardinterfacewidget.cpp
+index dc148ee..4d5eeb3 100644
+--- a/libs/editor/settings/wireguardinterfacewidget.cpp
 b/libs/editor/settings/wireguardinterfacewidget.cpp
+@@ -26,6 +26,9 @@
+ #include "simpleiplistvalidator.h"
+ #include "wireguardkeyvalidator.h"
+ 
++#include 
++#include 
++#include 
+ #include 
+ 
+ #include 
+diff --git a/libs/editor/settings/wireguardpeerwidget.cpp 
b/libs/editor/settings/wireguardpeerwidget.cpp
+index ee45bfc..37ab04b 100644
+--- a/libs/editor/settings/wireguardpeerwidget.cpp
 b/libs/editor/settings/wireguardpeerwidget.cpp
+@@ -27,6 +27,7 @@
+ #include "wireguardkeyvalidator.h"
+ 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+-- 
+cgit v1.1

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.15.90.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.15.90.ebuild
index 995f4b6b6b..81ddaf457a 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.15.90.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.15.90.ebuild
@@ -53,6 +53,8 @@ RDEPEND="${DEPEND}
$(add_plasma_dep kde-cli-tools)
 "
 
+PATCHES=( "${FILESDIR}/${P}-includes.patch" )
+
 src_configure() {
local mycmakeargs=(
-DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)



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

2019-02-26 Thread Andreas Sturmlechner
commit: f995762f0a4c39866e14e12e2d886b91f88b5df5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Feb 26 00:44:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 26 09:15:45 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f995762f

net-misc/networkmanager-openconnect: pkgmove to 
net-vpn/networkmanager-openconnect

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.15.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.15.49..ebuild
index 59c959e9af..c31586b908 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.15.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.15.49..ebuild
@@ -45,7 +45,7 @@ DEPEND="
)
openconnect? (
$(add_qt_dep qtxml)
-   net-misc/networkmanager-openconnect
+   net-vpn/networkmanager-openconnect
net-vpn/openconnect:=
)
 "

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 59c959e9af..c31586b908 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -45,7 +45,7 @@ DEPEND="
)
openconnect? (
$(add_qt_dep qtxml)
-   net-misc/networkmanager-openconnect
+   net-vpn/networkmanager-openconnect
net-vpn/openconnect:=
)
 "



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

2018-11-03 Thread Andreas Sturmlechner
commit: 677928878d51f784488a6e5a729535eda558c4f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov  3 20:11:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov  3 20:11:47 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=67792887

kde-plasma/plasma-nm: Set KDE_TEST=true

Upstream commits:
71833088fb26be75ae88f13f970b814436b688ce
788def2743eecaa8c866b15352ec938895ee6f89

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

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 4fcd8cfc49..b7e033ba0c 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="KDE Plasma applet for NetworkManager"



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

2018-10-09 Thread Andreas Sturmlechner
commit: b506bb7a7461c55bfa78745c2917bc97ae4d6c5b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct  9 14:29:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  9 14:29:35 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b506bb7a

kde-plasma/plasma-nm: Improve patch

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

 .../plasma-nm/files/plasma-nm-5.14.0-cmake.patch   | 35 ++
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.14.0-cmake.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.14.0-cmake.patch
index d2a7f5126b..31ff517f2e 100644
--- a/kde-plasma/plasma-nm/files/plasma-nm-5.14.0-cmake.patch
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.14.0-cmake.patch
@@ -1,4 +1,4 @@
-From 20514e001ed9f91326181ac2d7ef2a7b2c718903 Mon Sep 17 00:00:00 2001
+From 2eac836c4085beb679b665c0c7cfd3f49b928230 Mon Sep 17 00:00:00 2001
 From: Andreas Sturmlechner 
 Date: Tue, 9 Oct 2018 16:03:12 +0200
 Subject: [PATCH] openconnect: add missing dependency Qt5Xml
@@ -15,27 +15,24 @@ Tags: #plasma
 
 Differential Revision: https://phabricator.kde.org/D16073
 ---
- CMakeLists.txt | 1 +
- vpn/openconnect/CMakeLists.txt | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ef1ed46a..cb4eb858 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -25,6 +25,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
- Network
- Quick
- Widgets
-+Xml
- )
- 
- find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
+ vpn/openconnect/CMakeLists.txt | 4 
+ 1 file changed, 4 insertions(+)
+
 diff --git a/vpn/openconnect/CMakeLists.txt b/vpn/openconnect/CMakeLists.txt
-index cf43740d..fa1bd4a0 100644
+index cf43740d..c3f07088 100644
 --- a/vpn/openconnect/CMakeLists.txt
 +++ b/vpn/openconnect/CMakeLists.txt
-@@ -49,6 +49,7 @@ if (OPENCONNECT_FOUND)
+@@ -6,6 +6,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_MODULE_PATH})
+ 
+ find_package(OpenConnect ${MINIMUM_OPENCONNECT_VERSION_REQUIRED} MODULE)
+ if (OPENCONNECT_FOUND)
++
++find_package(Qt5Xml ${QT_MIN_VERSION} CONFIG REQUIRED)
++
+ if (${OPENCONNECT_VERSION} VERSION_LESS "3.99")
+ # macro_optional_find_package(OpenSSL)
+ # macro_log_feature(OpenSSL_FOUND "OpenSSL headers" "Encryption 
suite" "http://www.openssl.org; FALSE "" "Needed for OpenConnect support in 
Network Management")
+@@ -49,6 +52,7 @@ if (OPENCONNECT_FOUND)
  KF5::IconThemes
  KF5::KIOWidgets
  KF5::CoreAddons



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/files/, kde-plasma/plasma-nm/

2018-10-09 Thread Andreas Sturmlechner
commit: d46715889205ac9915ad9661bf4dcade478f226d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct  9 14:14:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  9 14:14:11 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4671588

kde-plasma/plasma-nm: Fix build with USE=openconnect

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

 .../plasma-nm/files/plasma-nm-5.14.0-cmake.patch   | 48 ++
 kde-plasma/plasma-nm/plasma-nm-5.14.0.ebuild   |  2 +
 2 files changed, 50 insertions(+)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.14.0-cmake.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-5.14.0-cmake.patch
new file mode 100644
index 00..d2a7f5126b
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.14.0-cmake.patch
@@ -0,0 +1,48 @@
+From 20514e001ed9f91326181ac2d7ef2a7b2c718903 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Tue, 9 Oct 2018 16:03:12 +0200
+Subject: [PATCH] openconnect: add missing dependency Qt5Xml
+
+Summary: QDomDocument is imported from vpn/openconnect/openconnectauth.cpp
+
+Test Plan: Build succeeds now.
+
+Reviewers: #plasma
+
+Subscribers: plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D16073
+---
+ CMakeLists.txt | 1 +
+ vpn/openconnect/CMakeLists.txt | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ef1ed46a..cb4eb858 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -25,6 +25,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
+ Network
+ Quick
+ Widgets
++Xml
+ )
+ 
+ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
+diff --git a/vpn/openconnect/CMakeLists.txt b/vpn/openconnect/CMakeLists.txt
+index cf43740d..fa1bd4a0 100644
+--- a/vpn/openconnect/CMakeLists.txt
 b/vpn/openconnect/CMakeLists.txt
+@@ -49,6 +49,7 @@ if (OPENCONNECT_FOUND)
+ KF5::IconThemes
+ KF5::KIOWidgets
+ KF5::CoreAddons
++Qt5::Xml
+ ${OPENCONNECT_LIBRARIES}
+ ${maybe_OPENSSL_LIBRARIES}
+ )
+-- 
+2.19.1
+

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.14.0.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.14.0.ebuild
index 86195daf56..0ad55aa99f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.14.0.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.14.0.ebuild
@@ -53,6 +53,8 @@ RDEPEND="${DEPEND}
!kde-plasma/plasma-nm:4
 "
 
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
+
 src_configure() {
local mycmakeargs=(
-DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)



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

2018-08-18 Thread Andreas Sturmlechner
commit: 939890939132d57fb555cc43b7e555b1ff7c187e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 18 20:50:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 18 20:50:56 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=93989093

kde-plasma/plasma-nm: Use elog

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild | 6 +++---
 kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild | 6 +++---
 kde-plasma/plasma-nm/plasma-nm-.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
index de4b44d36b..39603fcc9f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
@@ -68,8 +68,8 @@ pkg_postinst() {
kde5_pkg_postinst
 
if ! has_version "kde-plasma/plasma-workspace:5"; then
-   einfo "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   einfo "However, the networkmanagement KCM can be called from 
either systemsettings"
-   einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
fi
 }

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild
index de4b44d36b..39603fcc9f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild
@@ -68,8 +68,8 @@ pkg_postinst() {
kde5_pkg_postinst
 
if ! has_version "kde-plasma/plasma-workspace:5"; then
-   einfo "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   einfo "However, the networkmanagement KCM can be called from 
either systemsettings"
-   einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
fi
 }

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 113c4b21e3..4fcd8cfc49 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -67,8 +67,8 @@ pkg_postinst() {
kde5_pkg_postinst
 
if ! has_version "kde-plasma/plasma-workspace:5"; then
-   einfo "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   einfo "However, the networkmanagement KCM can be called from 
either systemsettings"
-   einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell5 kcm_networkmanagement"
fi
 }



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

2018-08-13 Thread Andreas Sturmlechner
commit: 4a388a3fbcca0f1a06feae1cdf932f9ecbda8d02
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 13 16:57:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 13 16:57:24 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a388a3f

kde-plasma/plasma-nm: Drop unused kde-apps/kdelibs4support DEPEND

Upstream commit 9a7c8370d9b5a482898c399a6610fd2257037570

Package-Manager: Portage-2.3.46, Repoman-2.3.10

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index de4b44d36b..113c4b21e3 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -17,7 +17,6 @@ DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)



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

2018-06-20 Thread Andreas Sturmlechner
commit: a8346ef24858f003f7f6ab96417b59d13d3ab7c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 19 20:18:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 19 20:21:21 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8346ef2

kde-plasma/plasma-nm: Fix cmake options

Bug: https://bugs.gentoo.org/658498
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild | 2 +-
 kde-plasma/plasma-nm/plasma-nm-5.13.1.ebuild   | 2 +-
 kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild | 2 +-
 kde-plasma/plasma-nm/plasma-nm-.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
index 0698923b60..de4b44d36b 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
@@ -56,7 +56,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package modemmanager ModemManager)
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
$(cmake-utils_use_find_package modemmanager KF5ModemManagerQt)
$(cmake-utils_use_find_package openconnect OpenConnect)
)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.13.1.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.13.1.ebuild
index 1cdfdfbc6b..626c931ef3 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.13.1.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.13.1.ebuild
@@ -56,7 +56,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package modemmanager ModemManager)
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
$(cmake-utils_use_find_package modemmanager KF5ModemManagerQt)
$(cmake-utils_use_find_package openconnect OpenConnect)
)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild
index 0698923b60..de4b44d36b 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.13.49..ebuild
@@ -56,7 +56,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package modemmanager ModemManager)
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
$(cmake-utils_use_find_package modemmanager KF5ModemManagerQt)
$(cmake-utils_use_find_package openconnect OpenConnect)
)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 0698923b60..de4b44d36b 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -56,7 +56,7 @@ RDEPEND="${DEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package modemmanager ModemManager)
+   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
$(cmake-utils_use_find_package modemmanager KF5ModemManagerQt)
$(cmake-utils_use_find_package openconnect OpenConnect)
)



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

2018-04-04 Thread Andreas Sturmlechner
commit: 76db9dc518fd2ed32e1edb8e2e9dd2cad8d434ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr  4 17:37:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr  4 17:37:38 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=76db9dc5

kde-plasma/plasma-nm: Cleanup min NM version

In tree for >2.5 years.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
index 0a537f667f..0698923b60 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
@@ -37,7 +37,7 @@ DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
>=app-crypt/qca-2.1.1:2[qt5(+)]
-   >=net-misc/networkmanager-0.9.10.0[teamd=]
+   net-misc/networkmanager[teamd=]
modemmanager? (
$(add_frameworks_dep modemmanager-qt)
$(add_qt_dep qtxml)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 0a537f667f..0698923b60 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -37,7 +37,7 @@ DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
>=app-crypt/qca-2.1.1:2[qt5(+)]
-   >=net-misc/networkmanager-0.9.10.0[teamd=]
+   net-misc/networkmanager[teamd=]
modemmanager? (
$(add_frameworks_dep modemmanager-qt)
$(add_qt_dep qtxml)



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

2018-02-22 Thread Andreas Sturmlechner
commit: f9564a0cb1603cbcb6ef69a1f2d3e08bb2947aa9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 22 20:18:52 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 22 20:18:52 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9564a0c

kde-plasma/plasma-nm: Relax app-crypt/qca qt5-usedep

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
index 63ed59d3bc..0a537f667f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
@@ -36,7 +36,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
-   >=app-crypt/qca-2.1.1:2[qt5]
+   >=app-crypt/qca-2.1.1:2[qt5(+)]
>=net-misc/networkmanager-0.9.10.0[teamd=]
modemmanager? (
$(add_frameworks_dep modemmanager-qt)



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

2018-02-22 Thread Andreas Sturmlechner
commit: 1e77fe7c3cb72c5c4c1b0c5522ceb6517cc33d7a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 22 12:54:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 22 12:54:47 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e77fe7c

kde-plasma/plasma-nm: Relax app-crypt/qca qt5-usedep

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 63ed59d3bc..0a537f667f 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -36,7 +36,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
-   >=app-crypt/qca-2.1.1:2[qt5]
+   >=app-crypt/qca-2.1.1:2[qt5(+)]
>=net-misc/networkmanager-0.9.10.0[teamd=]
modemmanager? (
$(add_frameworks_dep modemmanager-qt)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/kde-gtk-config/, ...

2018-02-06 Thread Andreas Sturmlechner
commit: 74b17ae45f463926ae44a0b1f9b9b2b2e93a5df2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  6 18:30:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  6 18:30:31 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=74b17ae4

kde-plasma: Drop KDE Plasma 5.12.0

Moved to Gentoo ebuild repository.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-plasma/bluedevil/bluedevil-5.12.0.ebuild   |  40 -
 kde-plasma/breeze-grub/breeze-grub-5.12.0.ebuild   |  30 
 kde-plasma/breeze-gtk/breeze-gtk-5.12.0.ebuild |  12 --
 .../breeze-plymouth/breeze-plymouth-5.12.0.ebuild  |  26 
 kde-plasma/breeze/breeze-5.12.0.ebuild |  87 ---
 kde-plasma/drkonqi/drkonqi-5.12.0.ebuild   |  56 ---
 .../kactivitymanagerd-5.12.0.ebuild|  35 -
 .../kde-cli-tools/kde-cli-tools-5.12.0.ebuild  |  59 ---
 .../kde-gtk-config/kde-gtk-config-5.12.0.ebuild|  52 ---
 kde-plasma/kdecoration/kdecoration-5.12.0.ebuild   |  16 --
 .../kdeplasma-addons-5.12.0.ebuild |  59 ---
 kde-plasma/kgamma/kgamma-5.12.0.ebuild |  26 
 kde-plasma/khotkeys/khotkeys-5.12.0.ebuild |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.12.0.ebuild   |  91 ---
 kde-plasma/kmenuedit/kmenuedit-5.12.0.ebuild   |  44 --
 kde-plasma/kscreen/kscreen-5.12.0.ebuild   |  38 -
 .../kscreenlocker/kscreenlocker-5.12.0.ebuild  |  92 ---
 kde-plasma/ksshaskpass/ksshaskpass-5.12.0.ebuild   |  49 --
 kde-plasma/ksysguard/ksysguard-5.12.0.ebuild   |  47 --
 kde-plasma/kwallet-pam/kwallet-pam-5.12.0.ebuild   |  33 
 .../kwayland-integration-5.12.0.ebuild |  22 ---
 kde-plasma/kwin/kwin-5.12.0.ebuild | 106 -
 kde-plasma/kwrited/kwrited-5.12.0.ebuild   |  23 ---
 kde-plasma/libkscreen/libkscreen-5.12.0.ebuild |  27 
 kde-plasma/libksysguard/libksysguard-5.12.0.ebuild |  53 ---
 kde-plasma/milou/milou-5.12.0.ebuild   |  30 
 kde-plasma/oxygen/oxygen-5.12.0.ebuild |  93 ---
 .../plasma-desktop/plasma-desktop-5.12.0.ebuild| 164 ---
 .../plasma-integration-5.12.0.ebuild   |  43 -
 kde-plasma/plasma-meta/plasma-meta-5.12.0.ebuild   |  70 -
 kde-plasma/plasma-nm/plasma-nm-5.12.0.ebuild   |  75 -
 kde-plasma/plasma-pa/plasma-pa-5.12.0.ebuild   |  29 
 kde-plasma/plasma-sdk/plasma-sdk-5.12.0.ebuild |  39 -
 kde-plasma/plasma-vault/plasma-vault-5.12.0.ebuild |  34 
 .../plasma-workspace-wallpapers-5.12.0.ebuild  |  18 ---
 .../plasma-workspace-5.12.0.ebuild | 173 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.12.0.ebuild |  36 -
 .../polkit-kde-agent-5.12.0.ebuild |  30 
 kde-plasma/powerdevil/powerdevil-5.12.0.ebuild |  82 --
 kde-plasma/sddm-kcm/sddm-kcm-5.12.0.ebuild |  41 -
 .../systemsettings/systemsettings-5.12.0.ebuild|  52 ---
 kde-plasma/user-manager/user-manager-5.12.0.ebuild |  27 
 42 files changed, 2205 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.12.0.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.12.0.ebuild
deleted file mode 100644
index d57eb297ca..00
--- a/kde-plasma/bluedevil/bluedevil-5.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://cgit.kde.org/bluedevil.git;
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !kde-plasma/bluedevil:4
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.12.0.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.12.0.ebuild
deleted file mode 100644
index 8ef3ef186a..00
--- a/kde-plasma/breeze-grub/breeze-grub-5.12.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public 

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

2018-01-21 Thread Andreas Sturmlechner
commit: d17c0e7e8c7adff88c58a3adabfef8353ab1672e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 21 23:55:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 21 23:55:24 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d17c0e7e

kde-plasma/plasma-nm: Swap plasma-workspace RDEPEND with kde-cli-tools

This reduces dependencies for people who really only want to use the KCM.
At the same time provide pkg_postinst message for the unlikely event that
someone tries to install plasma-nm by accident.
kcmshell5 is provided by kde-cli-tools, which was previously pulled in by
plasma-workspace.

Closes: https://bugs.gentoo.org/562838
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 kde-plasma/plasma-nm/plasma-nm-5.11.95.ebuild  | 12 +++-
 kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild | 12 +++-
 kde-plasma/plasma-nm/plasma-nm-.ebuild | 12 +++-
 3 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.11.95.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.11.95.ebuild
index 97ab91a05c..3d76b41d85 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.11.95.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.11.95.ebuild
@@ -50,7 +50,7 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
-   $(add_plasma_dep plasma-workspace)
+   $(add_plasma_dep kde-cli-tools)
!kde-plasma/plasma-nm:4
 "
 
@@ -63,3 +63,13 @@ src_configure() {
 
kde5_src_configure
 }
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   einfo "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   einfo "However, the networkmanagement KCM can be called from 
either systemsettings"
+   einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
index a5dc2b9164..63ed59d3bc 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.12.49..ebuild
@@ -50,7 +50,7 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
-   $(add_plasma_dep plasma-workspace)
+   $(add_plasma_dep kde-cli-tools)
!kde-plasma/plasma-nm:4
 "
 
@@ -63,3 +63,13 @@ src_configure() {
 
kde5_src_configure
 }
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   einfo "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   einfo "However, the networkmanagement KCM can be called from 
either systemsettings"
+   einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index a5dc2b9164..63ed59d3bc 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -50,7 +50,7 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
-   $(add_plasma_dep plasma-workspace)
+   $(add_plasma_dep kde-cli-tools)
!kde-plasma/plasma-nm:4
 "
 
@@ -63,3 +63,13 @@ src_configure() {
 
kde5_src_configure
 }
+
+pkg_postinst() {
+   kde5_pkg_postinst
+
+   if ! has_version "kde-plasma/plasma-workspace:5"; then
+   einfo "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
+   einfo "However, the networkmanagement KCM can be called from 
either systemsettings"
+   einfo "or manually: $ kcmshell5 kcm_networkmanagement"
+   fi
+}



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

2018-01-05 Thread Johannes Huber
commit: 5343549ab73d2ae2bb32d91fbc01e197ee6e66ca
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jan  5 08:48:07 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jan  5 08:48:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5343549a

kde-plasma/plasma-nm: Remove unused patch

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../plasma-nm/files/plasma-nm-add_EAP-PWD.patch| 201 -
 1 file changed, 201 deletions(-)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-add_EAP-PWD.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-add_EAP-PWD.patch
deleted file mode 100644
index 896a8144d5..00
--- a/kde-plasma/plasma-nm/files/plasma-nm-add_EAP-PWD.patch
+++ /dev/null
@@ -1,201 +0,0 @@
-From b98333458ca1edd1cafb2a5b83d45f46faf14103 Mon Sep 17 00:00:00 2001
-From: Jan Grulich 
-Date: Wed, 13 Dec 2017 08:51:06 +0100
-Subject: 802-1x: Add support for EAP-PWD
-
-BUG:387685

- libs/editor/settings/security802-1x.cpp | 49 +
- libs/editor/settings/ui/802-1x.ui   | 49 +
- 3 files changed, 88 insertions(+), 12 deletions(-)
-
-diff --git a/libs/editor/settings/security802-1x.cpp 
b/libs/editor/settings/security802-1x.cpp
-index d6405bf..461a38c 100644
 a/libs/editor/settings/security802-1x.cpp
-+++ b/libs/editor/settings/security802-1x.cpp
-@@ -40,6 +40,7 @@ Security8021x::Security8021x(const 
NetworkManager::Setting::Ptr , bool w
- m_ui->leapPassword->setPasswordOptionsEnabled(true);
- m_ui->md5Password->setPasswordOptionsEnabled(true);
- m_ui->peapPassword->setPasswordOptionsEnabled(true);
-+m_ui->pwdPassword->setPasswordOptionsEnabled(true);
- m_ui->tlsPrivateKeyPassword->setPasswordOptionsEnabled(true);
- m_ui->ttlsPassword->setPasswordOptionsEnabled(true);
- 
-@@ -49,18 +50,20 @@ Security8021x::Security8021x(const 
NetworkManager::Setting::Ptr , bool w
- 
- m_ui->auth->setItemData(0, 
NetworkManager::Security8021xSetting::EapMethodTls);
- m_ui->auth->setItemData(1, 
NetworkManager::Security8021xSetting::EapMethodLeap);
--m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodFast);
--m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodTtls);
--m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodPeap);
-+m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodPwd);
-+m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodFast);
-+m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodTtls);
-+m_ui->auth->setItemData(5, 
NetworkManager::Security8021xSetting::EapMethodPeap);
- } else {
- m_ui->auth->removeItem(2); // LEAP
- m_ui->stackedWidget->removeWidget(m_ui->leapPage);
- 
- m_ui->auth->setItemData(0, 
NetworkManager::Security8021xSetting::EapMethodMd5);
- m_ui->auth->setItemData(1, 
NetworkManager::Security8021xSetting::EapMethodTls);
--m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodFast);
--m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodTtls);
--m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodPeap);
-+m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodPwd);
-+m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodFast);
-+m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodTtls);
-+m_ui->auth->setItemData(5, 
NetworkManager::Security8021xSetting::EapMethodPeap);
- }
- 
- // Set PEAP authentication as default
-@@ -88,6 +91,8 @@ Security8021x::Security8021x(const 
NetworkManager::Setting::Ptr , bool w
- connect(m_ui->leapPassword, ::passwordOptionChanged, this, 
::slotWidgetChanged);
- connect(m_ui->fastAllowPacProvisioning, ::stateChanged, this, 
::slotWidgetChanged);
- connect(m_ui->pacFile, ::textChanged, this, 
::slotWidgetChanged);
-+connect(m_ui->pwdUsername, ::textChanged, this, 
::slotWidgetChanged);
-+connect(m_ui->pwdPassword, ::textChanged, this, 
::slotWidgetChanged);
- connect(m_ui->fastUsername, ::textChanged, this, 
::slotWidgetChanged);
- connect(m_ui->fastPassword, ::textChanged, this, 
::slotWidgetChanged);
- connect(m_ui->fastPassword, ::passwordOptionChanged, this, 
::slotWidgetChanged);
-@@ -175,6 +180,18 @@ void Security8021x::loadConfig(const 
NetworkManager::Setting::Ptr )
- } else {
- m_ui->leapPassword->setPasswordOption(PasswordField::AlwaysAsk);
- }
-+
-+} else if 
(eapMethods.contains(NetworkManager::Security8021xSetting::EapMethodPwd)) {
-+
m_ui->auth->setCurrentIndex(m_ui->auth->findData(NetworkManager::Security8021xSetting::EapMethodPwd));
-+

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

2017-12-31 Thread Andreas Sturmlechner
commit: 103cb8c93891314590e0793cef0bb0e754c3467d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 31 17:04:42 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 31 17:04:42 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=103cb8c9

kde-plasma/plasma-nm: Relax kde-frameworks/networkmanager-qt DEPEND

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-plasma/plasma-nm/plasma-nm-5.11.49..ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.11.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.11.49..ebuild
index d6d9be0027..f11808e1e0 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.11.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.11.49..ebuild
@@ -10,8 +10,6 @@ LICENSE="GPL-2 LGPL-2.1"
 KEYWORDS=""
 IUSE="modemmanager openconnect teamd"
 
-PATCHES=( "${FILESDIR}"/${PN}-add_EAP-PWD.patch )
-
 DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -30,7 +28,7 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep networkmanager-qt 'teamd=' '5.41.0-r1')
+   $(add_frameworks_dep networkmanager-qt 'teamd=' '5.40.0-r1')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
@@ -56,6 +54,8 @@ RDEPEND="${DEPEND}
!kde-plasma/plasma-nm:4
 "
 
+PATCHES=( "${FILESDIR}"/${PN}-add_EAP-PWD.patch )
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package modemmanager ModemManager)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/files/, kde-plasma/plasma-nm/

2017-12-16 Thread Michael Palimaka
commit: 897bcef18a8a0d41aebb4fbcc07b2d3811d7543b
Author: Nils Freydank  posteo  de>
AuthorDate: Sat Dec 16 13:16:37 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Dec 16 13:17:00 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=897bcef1

kde-plasma/plasma-nm: kde-plasma/plasma-nm: Add EAP-PWD support.

Wrt upstream bug https://bugs.kde.org/show_bug.cgi?id=387685.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 .../plasma-nm/files/plasma-nm-add_EAP-PWD.patch| 201 +
 kde-plasma/plasma-nm/plasma-nm-5.11.49..ebuild |   4 +-
 2 files changed, 204 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/files/plasma-nm-add_EAP-PWD.patch 
b/kde-plasma/plasma-nm/files/plasma-nm-add_EAP-PWD.patch
new file mode 100644
index 00..896a8144d5
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-add_EAP-PWD.patch
@@ -0,0 +1,201 @@
+From b98333458ca1edd1cafb2a5b83d45f46faf14103 Mon Sep 17 00:00:00 2001
+From: Jan Grulich 
+Date: Wed, 13 Dec 2017 08:51:06 +0100
+Subject: 802-1x: Add support for EAP-PWD
+
+BUG:387685
+---
+ libs/editor/settings/security802-1x.cpp | 49 +
+ libs/editor/settings/ui/802-1x.ui   | 49 +
+ 3 files changed, 88 insertions(+), 12 deletions(-)
+
+diff --git a/libs/editor/settings/security802-1x.cpp 
b/libs/editor/settings/security802-1x.cpp
+index d6405bf..461a38c 100644
+--- a/libs/editor/settings/security802-1x.cpp
 b/libs/editor/settings/security802-1x.cpp
+@@ -40,6 +40,7 @@ Security8021x::Security8021x(const 
NetworkManager::Setting::Ptr , bool w
+ m_ui->leapPassword->setPasswordOptionsEnabled(true);
+ m_ui->md5Password->setPasswordOptionsEnabled(true);
+ m_ui->peapPassword->setPasswordOptionsEnabled(true);
++m_ui->pwdPassword->setPasswordOptionsEnabled(true);
+ m_ui->tlsPrivateKeyPassword->setPasswordOptionsEnabled(true);
+ m_ui->ttlsPassword->setPasswordOptionsEnabled(true);
+ 
+@@ -49,18 +50,20 @@ Security8021x::Security8021x(const 
NetworkManager::Setting::Ptr , bool w
+ 
+ m_ui->auth->setItemData(0, 
NetworkManager::Security8021xSetting::EapMethodTls);
+ m_ui->auth->setItemData(1, 
NetworkManager::Security8021xSetting::EapMethodLeap);
+-m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodFast);
+-m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodTtls);
+-m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodPeap);
++m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodPwd);
++m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodFast);
++m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodTtls);
++m_ui->auth->setItemData(5, 
NetworkManager::Security8021xSetting::EapMethodPeap);
+ } else {
+ m_ui->auth->removeItem(2); // LEAP
+ m_ui->stackedWidget->removeWidget(m_ui->leapPage);
+ 
+ m_ui->auth->setItemData(0, 
NetworkManager::Security8021xSetting::EapMethodMd5);
+ m_ui->auth->setItemData(1, 
NetworkManager::Security8021xSetting::EapMethodTls);
+-m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodFast);
+-m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodTtls);
+-m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodPeap);
++m_ui->auth->setItemData(2, 
NetworkManager::Security8021xSetting::EapMethodPwd);
++m_ui->auth->setItemData(3, 
NetworkManager::Security8021xSetting::EapMethodFast);
++m_ui->auth->setItemData(4, 
NetworkManager::Security8021xSetting::EapMethodTtls);
++m_ui->auth->setItemData(5, 
NetworkManager::Security8021xSetting::EapMethodPeap);
+ }
+ 
+ // Set PEAP authentication as default
+@@ -88,6 +91,8 @@ Security8021x::Security8021x(const 
NetworkManager::Setting::Ptr , bool w
+ connect(m_ui->leapPassword, ::passwordOptionChanged, this, 
::slotWidgetChanged);
+ connect(m_ui->fastAllowPacProvisioning, ::stateChanged, this, 
::slotWidgetChanged);
+ connect(m_ui->pacFile, ::textChanged, this, 
::slotWidgetChanged);
++connect(m_ui->pwdUsername, ::textChanged, this, 
::slotWidgetChanged);
++connect(m_ui->pwdPassword, ::textChanged, this, 
::slotWidgetChanged);
+ connect(m_ui->fastUsername, ::textChanged, this, 
::slotWidgetChanged);
+ connect(m_ui->fastPassword, ::textChanged, this, 
::slotWidgetChanged);
+ connect(m_ui->fastPassword, ::passwordOptionChanged, this, 
::slotWidgetChanged);
+@@ -175,6 +180,18 @@ void Security8021x::loadConfig(const 
NetworkManager::Setting::Ptr )
+ } else {
+ m_ui->leapPassword->setPasswordOption(PasswordField::AlwaysAsk);
+ }
++
++} else if 

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

2017-03-18 Thread Johannes Huber
commit: ebbf79b1a8f5946e95e4cad3bbbc2f7fdba64cf9
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Mar 18 20:06:54 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Mar 18 20:07:31 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ebbf79b1

kde-plasma/plasma-nm: openconnect moved to net-vpn

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild | 2 +-
 kde-plasma/plasma-nm/plasma-nm-5.9.49..ebuild | 2 +-
 kde-plasma/plasma-nm/plasma-nm-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild
index 68cd468ee1..a6ff8ff294 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild
@@ -46,7 +46,7 @@ DEPEND="
openconnect? (
$(add_qt_dep qtxml)
net-misc/networkmanager-openconnect
-   net-misc/openconnect:=
+   net-vpn/openconnect:=
)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.9.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.9.49..ebuild
index 68cd468ee1..a6ff8ff294 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.9.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.9.49..ebuild
@@ -46,7 +46,7 @@ DEPEND="
openconnect? (
$(add_qt_dep qtxml)
net-misc/networkmanager-openconnect
-   net-misc/openconnect:=
+   net-vpn/openconnect:=
)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 68cd468ee1..a6ff8ff294 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -46,7 +46,7 @@ DEPEND="
openconnect? (
$(add_qt_dep qtxml)
net-misc/networkmanager-openconnect
-   net-misc/openconnect:=
+   net-vpn/openconnect:=
)
 "
 RDEPEND="${DEPEND}



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

2016-10-29 Thread Johannes Huber
commit: 353aebbe7a5808a5b35007fa3f276f6919925946
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Oct 29 11:54:15 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Oct 29 11:54:15 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=353aebbe

kde-plasma/plasma-nm: Update blocker

Package-Manager: portage-2.3.2

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild
index cedb81b..1f6f880 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.8.49..ebuild
@@ -52,7 +52,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
$(add_plasma_dep plasma-workspace)
-   !kde-misc/plasma-nm
+   !kde-plasma/plasma-nm:4
 "
 
 src_configure() {

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index cedb81b..1f6f880 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -52,7 +52,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
$(add_plasma_dep plasma-workspace)
-   !kde-misc/plasma-nm
+   !kde-plasma/plasma-nm:4
 "
 
 src_configure() {



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/libkscreen/, kde-plasma/kwrited/, ...

2016-10-18 Thread Johannes Huber
commit: cc495749f8e0441745ef11298903c72f1b695599
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Oct 18 16:29:04 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Oct 18 16:29:04 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc495749

kde-plasma: Version bump KDE Plasma 5.8.2

Package-Manager: portage-2.3.2

 kde-plasma/bluedevil/bluedevil-5.8.2.ebuild|  42 +
 kde-plasma/breeze-grub/breeze-grub-5.8.2.ebuild|  31 
 kde-plasma/breeze-gtk/breeze-gtk-5.8.2.ebuild  |  23 +++
 .../breeze-plymouth/breeze-plymouth-5.8.2.ebuild   |  27 
 kde-plasma/breeze/breeze-5.8.2.ebuild  |  75 +
 .../kactivitymanagerd-5.8.2.ebuild |  37 +
 .../kde-cli-tools/kde-cli-tools-5.8.2.ebuild   |  60 
 .../kde-gtk-config/kde-gtk-config-5.8.2.ebuild |  58 +++
 kde-plasma/kdecoration/kdecoration-5.8.2.ebuild|  18 +++
 .../kdeplasma-addons/kdeplasma-addons-5.8.2.ebuild |  57 +++
 kde-plasma/kgamma/kgamma-5.8.2.ebuild  |  28 
 kde-plasma/khotkeys/khotkeys-5.8.2.ebuild  |  47 ++
 kde-plasma/kinfocenter/kinfocenter-5.8.2.ebuild|  89 +++
 kde-plasma/kmenuedit/kmenuedit-5.8.2.ebuild|  45 ++
 kde-plasma/kscreen/kscreen-5.8.2.ebuild|  38 +
 .../kscreenlocker/kscreenlocker-5.8.2.ebuild   |  89 +++
 kde-plasma/ksshaskpass/ksshaskpass-5.8.2.ebuild|  50 ++
 kde-plasma/ksysguard/ksysguard-5.8.2.ebuild|  48 ++
 kde-plasma/kwallet-pam/kwallet-pam-5.8.2.ebuild|  95 
 .../kwayland-integration-5.8.2.ebuild  |  23 +++
 kde-plasma/kwin/kwin-5.8.2.ebuild  |  96 
 kde-plasma/kwrited/kwrited-5.8.2.ebuild|  24 +++
 kde-plasma/libkscreen/libkscreen-5.8.2.ebuild  |  28 
 kde-plasma/libksysguard/libksysguard-5.8.2.ebuild  |  54 +++
 kde-plasma/milou/milou-5.8.2.ebuild|  30 
 kde-plasma/oxygen/oxygen-5.8.2.ebuild  |  81 ++
 .../plasma-desktop/plasma-desktop-5.8.2.ebuild | 158 +++
 .../plasma-integration-5.8.2.ebuild|  42 +
 kde-plasma/plasma-meta/plasma-meta-5.8.2.ebuild|  65 
 kde-plasma/plasma-nm/plasma-nm-5.8.2.ebuild|  66 
 kde-plasma/plasma-pa/plasma-pa-5.8.2.ebuild|  30 
 kde-plasma/plasma-sdk/plasma-sdk-5.8.2.ebuild  |  58 +++
 .../plasma-workspace-wallpapers-5.8.2.ebuild   |  19 +++
 .../plasma-workspace/plasma-workspace-5.8.2.ebuild | 169 +
 .../polkit-kde-agent/polkit-kde-agent-5.8.2.ebuild |  31 
 kde-plasma/powerdevil/powerdevil-5.8.2.ebuild  | 101 
 kde-plasma/sddm-kcm/sddm-kcm-5.8.2.ebuild  |  39 +
 .../systemsettings/systemsettings-5.8.2.ebuild |  46 ++
 kde-plasma/user-manager/user-manager-5.8.2.ebuild  |  26 
 39 files changed, 2143 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.8.2.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.8.2.ebuild
new file mode 100644
index 000..b492cda
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.8.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep bluez-qt)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kded)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   !app-mobilephone/obexd
+   !app-mobilephone/obex-data-server
+   !net-wireless/bluedevil
+   !net-wireless/kbluetooth
+"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.8.2.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.8.2.ebuild
new file mode 100644
index 000..fde1831
--- /dev/null
+++ b/kde-plasma/breeze-grub/breeze-grub-5.8.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+KDE_DEBUG="false"
+inherit kde5
+
+DESCRIPTION="Breeze theme for GRUB"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+src_prepare() {
+   

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

2016-05-02 Thread Johannes Huber
commit: a140ae04c40fd4be2301ab8ac081d7bb6235bd15
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May  2 13:00:38 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon May  2 13:00:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a140ae04

kde-plasma/plasma-nm: Sort dependencies

Package-Manager: portage-2.2.28

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

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild
index 33a772a..cedb81b 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild
@@ -32,12 +32,12 @@ DEPEND="
$(add_frameworks_dep networkmanager-qt 'teamd=')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
-   >=app-crypt/qca-2.1.1:2[qt5]
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
+   >=app-crypt/qca-2.1.1:2[qt5]
>=net-misc/networkmanager-0.9.10.0[teamd=]
modemmanager? (
$(add_frameworks_dep modemmanager-qt)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 33a772a..cedb81b 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -32,12 +32,12 @@ DEPEND="
$(add_frameworks_dep networkmanager-qt 'teamd=')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
-   >=app-crypt/qca-2.1.1:2[qt5]
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
+   >=app-crypt/qca-2.1.1:2[qt5]
>=net-misc/networkmanager-0.9.10.0[teamd=]
modemmanager? (
$(add_frameworks_dep modemmanager-qt)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/, kde-plasma/breeze-grub/, ...

2016-04-19 Thread Johannes Huber
commit: ae136f7143f20089f8f55c852378e6ac32c3a6eb
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Apr 19 17:57:59 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Apr 19 17:57:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae136f71

kde-plasma: Remove KDE Plasma 5.6.3

Moved to gentoo main tree.

Package-Manager: portage-2.2.28

 kde-plasma/bluedevil/bluedevil-5.6.3.ebuild|  42 --
 kde-plasma/breeze-grub/breeze-grub-5.6.3.ebuild|  31 
 kde-plasma/breeze-gtk/breeze-gtk-5.6.3.ebuild  |  13 --
 .../breeze-plymouth/breeze-plymouth-5.6.3.ebuild   |  18 ---
 kde-plasma/breeze/breeze-5.6.3.ebuild  |  66 -
 .../kactivitymanagerd-5.6.3.ebuild |  36 -
 .../kde-cli-tools/kde-cli-tools-5.6.3.ebuild   |  60 
 .../kde-gtk-config/kde-gtk-config-5.6.3.ebuild |  57 ---
 kde-plasma/kdecoration/kdecoration-5.6.3.ebuild|  17 ---
 .../kdeplasma-addons/kdeplasma-addons-5.6.3.ebuild |  57 ---
 kde-plasma/kgamma/kgamma-5.6.3.ebuild  |  30 
 kde-plasma/khotkeys/khotkeys-5.6.3.ebuild  |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.6.3.ebuild|  89 ---
 kde-plasma/kmenuedit/kmenuedit-5.6.3.ebuild|  47 --
 kde-plasma/kscreen/kscreen-5.6.3.ebuild|  35 -
 .../kscreenlocker/kscreenlocker-5.6.3.ebuild   |  90 ---
 kde-plasma/ksshaskpass/ksshaskpass-5.6.3.ebuild|  50 ---
 kde-plasma/ksysguard/ksysguard-5.6.3.ebuild|  48 --
 kde-plasma/kwallet-pam/kwallet-pam-5.6.3.ebuild|  58 
 .../kwayland-integration-5.6.3.ebuild  |  23 ---
 kde-plasma/kwayland/kwayland-5.6.3.ebuild  |  25 
 kde-plasma/kwin/kwin-5.6.3.ebuild  |  92 
 kde-plasma/kwrited/kwrited-5.6.3.ebuild|  24 ---
 kde-plasma/libkscreen/libkscreen-5.6.3.ebuild  |  36 -
 kde-plasma/libksysguard/libksysguard-5.6.3.ebuild  |  54 ---
 kde-plasma/milou/milou-5.6.3.ebuild|  30 
 kde-plasma/oxygen/oxygen-5.6.3.ebuild  |  36 -
 .../plasma-desktop/plasma-desktop-5.6.3.ebuild | 151 ---
 .../plasma-integration-5.6.3.ebuild|  40 -
 .../plasma-mediacenter-5.6.3.ebuild|  48 --
 kde-plasma/plasma-meta/plasma-meta-5.6.3.ebuild|  65 
 kde-plasma/plasma-nm/plasma-nm-5.6.3.ebuild|  66 -
 kde-plasma/plasma-pa/plasma-pa-5.6.3.ebuild|  27 
 kde-plasma/plasma-sdk/plasma-sdk-5.6.3.ebuild  |  62 
 .../plasma-workspace-wallpapers-5.6.3.ebuild   |  19 ---
 .../plasma-workspace/plasma-workspace-5.6.3.ebuild | 165 -
 .../polkit-kde-agent/polkit-kde-agent-5.6.3.ebuild |  31 
 kde-plasma/powerdevil/powerdevil-5.6.3.ebuild  |  85 ---
 kde-plasma/sddm-kcm/sddm-kcm-5.6.3.ebuild  |  39 -
 .../systemsettings/systemsettings-5.6.3.ebuild |  46 --
 kde-plasma/user-manager/user-manager-5.6.3.ebuild  |  26 
 41 files changed, 2080 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.6.3.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.6.3.ebuild
deleted file mode 100644
index 6bec802..000
--- a/kde-plasma/bluedevil/bluedevil-5.6.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !net-wireless/bluedevil
-   !net-wireless/kbluetooth
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.6.3.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.6.3.ebuild
deleted file mode 100644
index fde1831..000
--- a/kde-plasma/breeze-grub/breeze-grub-5.6.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_AUTODEPS="false"

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

2016-03-11 Thread Michael Palimaka
commit: e393992f655309128bb62dfaa8d6d1b392e45ec4
Author: Jan Kundrát  kde  org>
AuthorDate: Fri Mar 11 13:01:54 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Mar 11 15:20:21 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e393992f

kde-plasma/plasma-nm: needs new enough QCA due to -DQT_NO_KEYWORDS

plasma-nm started building with -DQT_NO_KEYWORDS which removes Qt's
"signals" and "slots" keywords, leaving only Q_SIGNALS and Q_SLOTS in
place. This has happened in plasma-nm's commit 705d0f2f.

QCA got fixed to not require the signals/slots "keywords" in 66b9754,
which is only part of the v2.1.1 git tag.

I have no idea how the QCA tarballs are genrated of course because some
tags are apparently missing form that repo...

 kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild  | 2 +-
 kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild | 2 +-
 kde-plasma/plasma-nm/plasma-nm-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild
index 65efeeb..bc67365 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild
@@ -32,7 +32,7 @@ DEPEND="
$(add_frameworks_dep networkmanager-qt 'teamd=')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
-   >=app-crypt/qca-2.1.0.3-r1:2[qt5]
+   >=app-crypt/qca-2.1.1:2[qt5]
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild
index 2fe6b94..33a772a 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.6.49..ebuild
@@ -32,7 +32,7 @@ DEPEND="
$(add_frameworks_dep networkmanager-qt 'teamd=')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
-   >=app-crypt/qca-2.1.0.3-r1:2[qt5]
+   >=app-crypt/qca-2.1.1:2[qt5]
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)

diff --git a/kde-plasma/plasma-nm/plasma-nm-.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-.ebuild
index 2fe6b94..33a772a 100644
--- a/kde-plasma/plasma-nm/plasma-nm-.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-.ebuild
@@ -32,7 +32,7 @@ DEPEND="
$(add_frameworks_dep networkmanager-qt 'teamd=')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
-   >=app-crypt/qca-2.1.0.3-r1:2[qt5]
+   >=app-crypt/qca-2.1.1:2[qt5]
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)



  1   2   >