diff --git a/desktop/kde6/plasma/ksshaskpass-kf6/actions.py b/desktop/kde6/plasma/ksshaskpass-kf6/actions.py
new file mode 100755
index 0000000000..e25c96a839
--- /dev/null
+++ b/desktop/kde6/plasma/ksshaskpass-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/plasma/ksshaskpass-kf6/files/ksshaskpass-kf6.sh b/desktop/kde6/plasma/ksshaskpass-kf6/files/ksshaskpass-kf6.sh
new file mode 100755
index 0000000000..5ae8f58171
--- /dev/null
+++ b/desktop/kde6/plasma/ksshaskpass-kf6/files/ksshaskpass-kf6.sh
@@ -0,0 +1,2 @@
+test -f /usr/bin/ksshaskpass-kf6 && export SSH_ASKPASS="/usr/bin/ksshaskpass-kf6"
+
diff --git a/desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml b/desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml
new file mode 100755
index 0000000000..c79754b6b2
--- /dev/null
+++ b/desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+ ksshaskpass-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ ssh-add helper that uses kwallet-kf6 and kpassworddialog
+ ssh-add helper that uses kwallet-kf6 and kpassworddialog
+ mirrors://kde/stable/plasma/6.0.0/ksshaskpass-6.0.0.tar.xz
+
+ qt6-base-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ ki18n-kf6-devel
+ kwallet-kf6-devel
+ kwidgetsaddons-kf6-devel
+ libxslt
+ docbook-xsl
+ extra-cmake-modules-kf6
+
+
+
+
+ ksshaskpass-kf6
+
+ qt6-base
+ libgcc
+ kcoreaddons-kf6
+ kwidgetsaddons-kf6
+ ki18n-kf6
+ kwallet-kf6
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+ ksshaskpass-kf6.sh
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/kwallet-pam-kf6/actions.py b/desktop/kde6/plasma/kwallet-pam-kf6/actions.py
new file mode 100755
index 0000000000..044255b85e
--- /dev/null
+++ b/desktop/kde6/plasma/kwallet-pam-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ #pisitools.dodoc("COPYING*")
diff --git a/desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml b/desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml
new file mode 100755
index 0000000000..6ab4da0411
--- /dev/null
+++ b/desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+ kwallet-pam-kf6
+ https://projects.kde.org/kwallet-pam-kf6
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ kwallet-kf6 PAM integration.
+ kwallet-kf6 PAM integration.
+ mirrors://kde/stable/plasma/6.0.0/kwallet-pam-6.0.0.tar.xz
+
+ socat
+ pam-devel
+ kwallet-kf6-devel
+ libgcrypt-devel
+ extra-cmake-modules-kf6
+ qt6-base-devel
+
+
+
+
+ kwallet-pam-kf6
+
+ pam
+ socat
+ qt6-base
+ libgcrypt
+
+
+ /etc/xdg/autostart
+ /lib
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/kwayland-integration-kf6/actions.py b/desktop/kde6/plasma/kwayland-integration-kf6/actions.py
new file mode 100755
index 0000000000..7a5cc855bc
--- /dev/null
+++ b/desktop/kde6/plasma/kwayland-integration-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure("-DQT_MAJOR_VERSION=6")
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml b/desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml
new file mode 100755
index 0000000000..18130d84b5
--- /dev/null
+++ b/desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+ kwayland-integration-kf6
+ https://www.kde.org
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ LGPLv3
+ library
+ Provides integration plugins for various KDE frameworks for the wayland windowing system
+ Provides integration plugins for various KDE frameworks for the wayland windowing system
+ mirrors://kde/stable/plasma/6.0.0/kwayland-integration-6.0.0.tar.xz
+
+ kguiaddons-kf6-devel
+ kwayland-kf6-devel
+ qt6-base-devel
+ kwindowsystem-kf6-devel
+ kidletime-kf6-devel
+ extra-cmake-modules-kf6
+ qt6-wayland-devel
+ wayland-devel
+ wayland-client
+ wayland-cursor
+ wayland-server
+ wayland-protocols-devel
+
+
+
+
+ kwayland-integration-kf6
+
+ kwayland-kf6
+ kidletime-kf6
+ kwindowsystem-kf6
+ libgcc
+ qt6-base
+ kguiaddons-kf6
+ qt6-wayland
+ wayland
+ wayland-client
+ wayland-cursor
+ wayland-server
+
+
+ /usr/lib
+ /etc/xdg/kwindowsystem-kf6.kwayland-kf6.categories
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/kwrited-kf6/actions.py b/desktop/kde6/plasma/kwrited-kf6/actions.py
new file mode 100755
index 0000000000..e25c96a839
--- /dev/null
+++ b/desktop/kde6/plasma/kwrited-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/plasma/kwrited-kf6/pspec.xml b/desktop/kde6/plasma/kwrited-kf6/pspec.xml
new file mode 100755
index 0000000000..6c06b52ed6
--- /dev/null
+++ b/desktop/kde6/plasma/kwrited-kf6/pspec.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+ kwrited-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ kde6 daemon listening for wall and write messages
+ kde6 daemon listening for wall and write messages
+ mirrors://kde/stable/plasma/6.0.0/kwrited-6.0.0.tar.xz
+
+ qt6-base-devel
+ ki18n-kf6-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ knotifications-kf6-devel
+ kpty-kf6-devel
+
+ kdbusaddons-kf6-devel
+ extra-cmake-modules-kf6
+
+
+
+
+ kwrited-kf6
+
+ qt6-base
+ kpty-kf6
+ libgcc
+ kcoreaddons-kf6
+ knotifications-kf6
+ kdbusaddons-kf6
+
+
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/libkscreen-kf6/actions.py b/desktop/kde6/plasma/libkscreen-kf6/actions.py
new file mode 100755
index 0000000000..a42a6b2c42
--- /dev/null
+++ b/desktop/kde6/plasma/libkscreen-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("README.md", "LICENSES/*")
diff --git a/desktop/kde6/plasma/libkscreen-kf6/pspec.xml b/desktop/kde6/plasma/libkscreen-kf6/pspec.xml
new file mode 100755
index 0000000000..41f24459c5
--- /dev/null
+++ b/desktop/kde6/plasma/libkscreen-kf6/pspec.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+ libkscreen-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ kde6 screen management library
+ Dynamic display management library for KDE
+ mirrors://kde/stable/plasma/6.0.0/libkscreen-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-wayland-devel
+ libxcb-devel
+ doxygen
+ qt6-linguist
+ kwayland-kf6-devel
+ xcb-util-devel
+ xcb-util-image-devel
+ xcb-util-keysyms-devel
+ libXcursor-devel
+ libXrandr-devel
+ wayland-devel
+ wayland-client
+ wayland-cursor
+ wayland-server
+ extra-cmake-modules-kf6
+ plasma-wayland-protocols-kf6
+ kconfig-kf6-devel
+
+
+
+
+ libkscreen-kf6
+
+ qt6-base
+ qt6-wayland
+ kconfig-kf6
+ kwayland-kf6
+ libXrandr
+ libxcb
+ libgcc
+ wayland
+ wayland-client
+ wayland-cursor
+ wayland-server
+
+
+ /etc/xdg
+ /usr/bin/kscreen-doctor
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/qlogging-categories6/libkscreen.categories
+ /usr/share/zsh
+ /usr/share/doc
+ /usr/share/dbus-1
+ /usr/share/locale
+
+
+
+
+ libkscreen-kf6-devel
+ Development files for libkscreen-kf6
+
+ qt6-base-devel
+ libkscreen-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/libksysguard-kf6/actions.py b/desktop/kde6/plasma/libksysguard-kf6/actions.py
new file mode 100755
index 0000000000..a7464b1612
--- /dev/null
+++ b/desktop/kde6/plasma/libksysguard-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/plasma/libksysguard-kf6/files/libksysguard_kauth.diff b/desktop/kde6/plasma/libksysguard-kf6/files/libksysguard_kauth.diff
new file mode 100755
index 0000000000..cd75079f5e
--- /dev/null
+++ b/desktop/kde6/plasma/libksysguard-kf6/files/libksysguard_kauth.diff
@@ -0,0 +1,339 @@
+diff --git a/processcore/CMakeLists.txt b/processcore/CMakeLists.txt
+index 9fef4ec..939d055 100644
+--- a/processcore/CMakeLists.txt
++++ b/processcore/CMakeLists.txt
+@@ -41,18 +41,18 @@ install( FILES processes.h process.h DESTINATION ${INCLUDE_INSTALL_DIR}/ksysguar
+ #------ kauth-kf6 stuff
+
+ # Auth example helper
+-# set(ksysguardprocesslist_helper_srcs
+-# helper.cpp
+-# process.cpp
+-# processes_local_p.cpp
+-# processes_base_p.cpp)
+-#
+-# add_executable(ksysguardprocesslist_helper ${ksysguardprocesslist_helper_srcs})
+-# target_link_libraries(ksysguardprocesslist_helper )
+-# install(TARGETS ksysguardprocesslist_helper DESTINATION ${LIBEXEC_INSTALL_DIR})
+-#
+-# kauth-kf6_install_helper_files(ksysguardprocesslist_helper org.kde.ksysguard.processlisthelper root)
+-# kauth-kf6_install_actions(org.kde.ksysguard.processlisthelper actions.actions)
+-#
+-# set_target_properties(ksysguardprocesslist_helper PROPERTIES COMPILE_FLAGS "-Wall -ggdb")
++set(ksysguardprocesslist_helper_srcs
++ helper.cpp
++ process.cpp
++ processes_local_p.cpp
++ processes_base_p.cpp)
++
++add_executable(ksysguardprocesslist_helper ${ksysguardprocesslist_helper_srcs})
++target_link_libraries(ksysguardprocesslist_helper Qt5::Core KF5::Auth KF5::I18n)
++install(TARGETS ksysguardprocesslist_helper DESTINATION ${kauth-kf6_HELPER_INSTALL_DIR})
++
++kauth-kf6_install_helper_files(ksysguardprocesslist_helper org.kde.ksysguard.processlisthelper root)
++kauth-kf6_install_actions(org.kde.ksysguard.processlisthelper actions.actions)
++
++set_target_properties(ksysguardprocesslist_helper PROPERTIES COMPILE_FLAGS "-Wall -ggdb")
+
+diff --git a/processcore/helper.cpp b/processcore/helper.cpp
+index 6c1f570..c34ab1e 100644
+--- a/processcore/helper.cpp
++++ b/processcore/helper.cpp
+@@ -23,24 +23,26 @@
+ #include "helper.h"
+ #include "processes_local_p.h"
+
++using namespace kauth-kf6;
++
+ KSysGuardProcessListHelper::KSysGuardProcessListHelper()
+ {
+ qRegisterMetaType >();
+ }
+
+ /* The functions here run as ROOT. So be careful. DO NOT TRUST THE INPUTS TO BE SANE. */
+-#define GET_PID(i) parameters.value(QString("pid%1").arg(i), -1).toULongLong(); if(pid < 0) return kauth-kf6::ActionReply::HelperErrorReply;
+-kauth-kf6::ActionReply KSysGuardProcessListHelper::sendsignal(QVariantMap parameters) {
+- kauth-kf6::ActionReply errorReply(kauth-kf6::ActionReply::HelperError);
++#define GET_PID(i) parameters.value(QString("pid%1").arg(i), -1).toULongLong(); if(pid < 0) return ActionReply(ActionReply::HelperErrorType);
++ActionReply KSysGuardProcessListHelper::sendsignal(QVariantMap parameters) {
++ ActionReply reply(ActionReply::HelperErrorType);
+ if(!parameters.contains("signal")) {
+- errorReply.setErrorDescription("Internal error - no signal parameter was passed to the helper");
+- errorReply.setErrorCode(1);
+- return errorReply;
++ reply.setErrorDescription("Internal error - no signal parameter was passed to the helper");
++ reply.setErrorCode(static_cast(1));
++ return reply;
+ }
+ if(!parameters.contains("pidcount")) {
+- errorReply.setErrorDescription("Internal error - no pidcount parameter was passed to the helper");
+- errorReply.setErrorCode(2);
+- return errorReply;
++ reply.setErrorDescription("Internal error - no pidcount parameter was passed to the helper");
++ reply.setErrorCode(static_cast(2));
++ return reply;
+ }
+
+ KSysGuard::ProcessesLocal processes;
+@@ -56,17 +58,17 @@ kauth-kf6::ActionReply KSysGuardProcessListHelper::sendsignal(QVariantMap parameters
+ success = successForThisPid && success;
+ }
+ if(success) {
+- return kauth-kf6::ActionReply::SuccessReply;
++ return ActionReply::SuccessReply();
+ } else {
+- errorReply.setErrorDescription(QString("Could not send signal to: ") + errorList.join(", "));
+- errorReply.setErrorCode(0);
+- return errorReply;
++ reply.setErrorDescription(QString("Could not send signal to: ") + errorList.join(", "));
++ reply.setErrorCode(static_cast(0));
++ return reply;
+ }
+ }
+
+-kauth-kf6::ActionReply KSysGuardProcessListHelper::renice(QVariantMap parameters) {
++ActionReply KSysGuardProcessListHelper::renice(QVariantMap parameters) {
+ if(!parameters.contains("nicevalue") || !parameters.contains("pidcount"))
+- return kauth-kf6::ActionReply::HelperErrorReply;
++ return ActionReply(ActionReply::HelperErrorType);
+
+ KSysGuard::ProcessesLocal processes;
+ int niceValue = qvariant_cast(parameters.value("nicevalue"));
+@@ -77,14 +79,14 @@ kauth-kf6::ActionReply KSysGuardProcessListHelper::renice(QVariantMap parameters) {
+ success = processes.setNiceness(pid, niceValue) && success;
+ }
+ if(success)
+- return kauth-kf6::ActionReply::SuccessReply;
++ return ActionReply::SuccessReply();
+ else
+- return kauth-kf6::ActionReply::HelperErrorReply;
++ return ActionReply(ActionReply::HelperErrorType);
+ }
+
+-kauth-kf6::ActionReply KSysGuardProcessListHelper::changeioscheduler(QVariantMap parameters) {
++ActionReply KSysGuardProcessListHelper::changeioscheduler(QVariantMap parameters) {
+ if(!parameters.contains("ioScheduler") || !parameters.contains("ioSchedulerPriority") || !parameters.contains("pidcount"))
+- return kauth-kf6::ActionReply::HelperErrorReply;
++ return ActionReply(ActionReply::HelperErrorType);
+
+ KSysGuard::ProcessesLocal processes;
+ int ioScheduler = qvariant_cast(parameters.value("ioScheduler"));
+@@ -96,14 +98,14 @@ kauth-kf6::ActionReply KSysGuardProcessListHelper::changeioscheduler(QVariantMap par
+ success = processes.setIoNiceness(pid, ioScheduler, ioSchedulerPriority) && success;
+ }
+ if(success)
+- return kauth-kf6::ActionReply::SuccessReply;
++ return ActionReply::SuccessReply();
+ else
+- return kauth-kf6::ActionReply::HelperErrorReply;
++ return ActionReply(ActionReply::HelperErrorType);
+
+ }
+-kauth-kf6::ActionReply KSysGuardProcessListHelper::changecpuscheduler(QVariantMap parameters) {
++ActionReply KSysGuardProcessListHelper::changecpuscheduler(QVariantMap parameters) {
+ if(!parameters.contains("cpuScheduler") || !parameters.contains("cpuSchedulerPriority") || !parameters.contains("pidcount"))
+- return kauth-kf6::ActionReply::HelperErrorReply;
++ return ActionReply(ActionReply::HelperErrorType);
+
+ KSysGuard::ProcessesLocal processes;
+ int cpuScheduler = qvariant_cast(parameters.value("cpuScheduler"));
+@@ -116,9 +118,9 @@ kauth-kf6::ActionReply KSysGuardProcessListHelper::changecpuscheduler(QVariantMap pa
+ success = processes.setScheduler(pid, cpuScheduler, cpuSchedulerPriority) && success;
+ }
+ if(success)
+- return kauth-kf6::ActionReply::SuccessReply;
++ return ActionReply::SuccessReply();
+ else
+- return kauth-kf6::ActionReply::HelperErrorReply;
++ return ActionReply(ActionReply::HelperErrorType);
+
+ }
+ kauth-kf6_HELPER_MAIN("org.kde.ksysguard.processlisthelper", KSysGuardProcessListHelper)
+diff --git a/processcore/processes_linux_p.cpp b/processcore/processes_linux_p.cpp
+index 65b8dfd..0cff0e8 100644
+--- a/processcore/processes_linux_p.cpp
++++ b/processcore/processes_linux_p.cpp
+@@ -22,7 +22,7 @@
+ #include "processes_local_p.h"
+ #include "process.h"
+
+-#include
++#include
+
+ #include
+ #include
+diff --git a/processui/ksysguardprocesslist.cpp b/processui/ksysguardprocesslist.cpp
+index 1651a0a..ba9d8c9 100644
+--- a/processui/ksysguardprocesslist.cpp
++++ b/processui/ksysguardprocesslist.cpp
+@@ -48,6 +48,9 @@
+ #include //For SIGTERM
+
+ #include
++#include
++#include
++#include
+ #include
+ #include
+ #include
+@@ -188,7 +191,7 @@ struct KSysGuardProcessListPrivate {
+ int totalRowCount(const QModelIndex &parent) const;
+
+ /** Helper function to setup 'action' with the given pids */
+- void setupkauth-kf6Action(kauth-kf6::Action *action, const QList & pids) const;
++ void setupkauth-kf6Action(kauth-kf6::Action &action, const QList & pids) const;
+
+ /** fire a timer event if we are set to use our internal timer*/
+ void fireTimerEvent();
+@@ -392,15 +395,15 @@ int KSysGuardProcessListPrivate::totalRowCount(const QModelIndex &parent ) const
+ return total;
+ }
+
+-void KSysGuardProcessListPrivate::setupkauth-kf6Action(kauth-kf6::Action *action, const QList & pids) const
++void KSysGuardProcessListPrivate::setupkauth-kf6Action(kauth-kf6::Action &action, const QList & pids) const
+ {
+- action->setHelperId("org.kde.ksysguard.processlisthelper");
++ action.setHelperId("org.kde.ksysguard.processlisthelper");
+
+ int processCount = pids.count();
+ for(int i = 0; i < processCount; i++) {
+- action->addArgument(QString("pid%1").arg(i), pids[i]);
++ action.addArgument(QString("pid%1").arg(i), pids[i]);
+ }
+- action->addArgument("pidcount", processCount);
++ action.addArgument("pidcount", processCount);
+ }
+ void KSysGuardProcessList::selectionChanged()
+ {
+@@ -1023,23 +1026,19 @@ bool KSysGuardProcessList::reniceProcesses(const QList &pids, int nic
+
+
+ #warning kauth-kf6 needs porting, but docu is not adjusted, no idea how to do it
+-#if 0
+- kauth-kf6::Action *action = new kauth-kf6::Action("org.kde.ksysguard.processlisthelper.renice");
+- action->setParentWidget(window());
++ kauth-kf6::Action action("org.kde.ksysguard.processlisthelper.renice");
++ action.setParentWidget(window());
+ d->setupkauth-kf6Action( action, unreniced_pids);
+- action->addArgument("nicevalue", niceValue);
+- kauth-kf6::ActionReply reply = action->execute();
++ action.addArgument("nicevalue", niceValue);
++ kauth-kf6::ExecuteJob *job = action.execute();
+
+- if (reply == kauth-kf6::ActionReply::SuccessReply) {
++ if (job->exec()) {
+ updateList();
+- delete action;
+- } else if (reply != kauth-kf6::ActionReply::UserCancelled && reply != kauth-kf6::ActionReply::AuthorizationDenied) {
++ } else if (!job->exec()) {
+ KMessageBox::sorry(this, i18n("You do not have the permission to renice the process and there "
+- "was a problem trying to run as root. Error %1 %2", reply.errorCode(), reply.errorDescription()));
+- delete action;
++ "was a problem trying to run as root. Error %1 %2", job->error(), job->errorString()));
+ return false;
+ }
+-#endif
+ return true;
+ }
+
+@@ -1189,26 +1188,22 @@ bool KSysGuardProcessList::changeIoScheduler(const QList< long long> &pids, KSys
+ if(!d->mModel.isLocalhost()) return false; //We can't use kauth-kf6 to affect non-localhost processes
+
+ #warning kauth-kf6 needs porting, but docu is not adjusted, no idea how to do it
+-#if 0
+- kauth-kf6::Action *action = new kauth-kf6::Action("org.kde.ksysguard.processlisthelper.changeioscheduler");
+- action->setParentWidget(window());
++ kauth-kf6::Action action("org.kde.ksysguard.processlisthelper.changeioscheduler");
++ action.setParentWidget(window());
+
+ d->setupkauth-kf6Action( action, unchanged_pids);
+- action->addArgument("ioScheduler", (int)newIoSched);
+- action->addArgument("ioSchedulerPriority", newIoSchedPriority);
++ action.addArgument("ioScheduler", (int)newIoSched);
++ action.addArgument("ioSchedulerPriority", newIoSchedPriority);
+
+- kauth-kf6::ActionReply reply = action->execute();
++ kauth-kf6::ExecuteJob *job = action.execute();
+
+- if (reply == kauth-kf6::ActionReply::SuccessReply) {
++ if (job->exec()) {
+ updateList();
+- delete action;
+- } else if (reply != kauth-kf6::ActionReply::UserCancelled && reply != kauth-kf6::ActionReply::AuthorizationDenied) {
++ } else if (!job->exec()) {
+ KMessageBox::sorry(this, i18n("You do not have the permission to change the I/O priority of the process and there "
+- "was a problem trying to run as root. Error %1 %2", reply.errorCode(), reply.errorDescription()));
+- delete action;
++ "was a problem trying to run as root. Error %1 %2", job->error(), job->errorString()));
+ return false;
+ }
+-#endif
+ return true;
+ }
+
+@@ -1226,24 +1221,20 @@ bool KSysGuardProcessList::changeCpuScheduler(const QList< long long> &pids, KSy
+ if(!d->mModel.isLocalhost()) return false; //We can't use kauth-kf6 to affect non-localhost processes
+
+ #warning kauth-kf6 needs porting, but docu is not adjusted, no idea how to do it
+-#if 0
+- kauth-kf6::Action *action = new kauth-kf6::Action("org.kde.ksysguard.processlisthelper.changecpuscheduler");
+- action->setParentWidget(window());
++ kauth-kf6::Action action("org.kde.ksysguard.processlisthelper.changecpuscheduler");
++ action.setParentWidget(window());
+ d->setupkauth-kf6Action( action, unchanged_pids);
+- action->addArgument("cpuScheduler", (int)newCpuSched);
+- action->addArgument("cpuSchedulerPriority", newCpuSchedPriority);
+- kauth-kf6::ActionReply reply = action->execute();
++ action.addArgument("cpuScheduler", (int)newCpuSched);
++ action.addArgument("cpuSchedulerPriority", newCpuSchedPriority);
++ kauth-kf6::ExecuteJob *job = action.execute();
+
+- if (reply == kauth-kf6::ActionReply::SuccessReply) {
++ if (job->exec()) {
+ updateList();
+- delete action;
+- } else if (reply != kauth-kf6::ActionReply::UserCancelled && reply != kauth-kf6::ActionReply::AuthorizationDenied) {
++ } else if (!job->exec()) {
+ KMessageBox::sorry(this, i18n("You do not have the permission to change the CPU Scheduler for the process and there "
+- "was a problem trying to run as root. Error %1 %2", reply.errorCode(), reply.errorDescription()));
+- delete action;
++ "was a problem trying to run as root. Error %1 %2", job->error(), job->errorString()));
+ return false;
+ }
+-#endif
+ return true;
+ }
+
+@@ -1262,26 +1253,20 @@ bool KSysGuardProcessList::killProcesses(const QList< long long> &pids, int sig)
+ if(!d->mModel.isLocalhost()) return false; //We can't elevate privileges to kill non-localhost processes
+
+ #warning kauth-kf6 needs porting, but docu is not adjusted, no idea how to do it
+-#if 0
+ kauth-kf6::Action action("org.kde.ksysguard.processlisthelper.sendsignal");
+ action.setParentWidget(window());
+- d->setupkauth-kf6Action( &action, unkilled_pids);
++ //action.setHelperId("org.kde.ksysguard.processlisthelper");
++ d->setupkauth-kf6Action( action, unkilled_pids);
+ action.addArgument("signal", sig);
+- kauth-kf6::ActionReply reply = action.execute();
++ kauth-kf6::ExecuteJob *job = action.execute();
+
+- if (reply == kauth-kf6::ActionReply::SuccessReply) {
++ if (job->exec()) {
+ updateList();
+- } else if (reply.type() == kauth-kf6::ActionReply::HelperError) {
+- if (reply.errorCode() > 0)
+- KMessageBox::sorry(this, i18n("You do not have the permission to kill the process and there "
+- "was a problem trying to run as root. %1", reply.errorDescription()));
+- return false;
+- } else if (reply != kauth-kf6::ActionReply::UserCancelled && reply != kauth-kf6::ActionReply::AuthorizationDenied) {
++ } else if (!job->exec()) {
+ KMessageBox::sorry(this, i18n("You do not have the permission to kill the process and there "
+- "was a problem trying to run as root. Error %1 %2", reply.errorCode(), reply.errorDescription()));
++ "was a problem trying to run as root. Error %1 %2", job->error(), job->errorString()));
+ return false;
+ }
+-#endif
+ return true;
+ }
+
diff --git a/desktop/kde6/plasma/libksysguard-kf6/pspec.xml b/desktop/kde6/plasma/libksysguard-kf6/pspec.xml
new file mode 100755
index 0000000000..9594cb3d9f
--- /dev/null
+++ b/desktop/kde6/plasma/libksysguard-kf6/pspec.xml
@@ -0,0 +1,136 @@
+
+
+
+
+
+ libksysguard-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Task management and system monitoring library
+ Task management and system monitoring library
+ mirrors://kde/stable/plasma/6.0.0/libksysguard-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-webengine-devel
+ qt6-designer-devel
+ qt6-declarative-devel
+ qt6-5compat-devel
+ kcolorscheme-kf6-devel
+ kio-kf6-devel
+ solid-kf6-devel
+ kglobalaccel-kf6-devel
+ kpackage-kf6-devel
+ kjobwidgets-kf6-devel
+ kdeclarative-kf6-devel
+ kauth-kf6-devel
+ kcompletion-kf6-devel
+ kconfig-kf6-devel
+ kconfigwidgets-kf6-devel
+ kcoreaddons-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ kservice-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwindowsystem-kf6-devel
+ kdoctools-kf6-devel
+ libX11-devel
+ libXres-devel
+ zlib-devel
+ libnsl-devel
+ libnl-devel
+ libcap-devel
+ knewstuff-kf6-devel
+ libplasma-kf6-devel
+ extra-cmake-modules-kf6
+ attr-devel
+ pam-devel
+ libpcap-devel
+ lm_sensors-devel
+
+
+
+
+ libksysguard-kf6
+
+ kio-kf6
+ solid-kf6
+ libpcap
+ kservice-kf6
+ kglobalaccel-kf6
+ qt6-webengine
+ qt6-webchannel
+ qt6-base
+ qt6-declarative
+ qt6-5compat
+ kcolorscheme-kf6
+ kpackage-kf6
+ kjobwidgets-kf6
+ kdeclarative-kf6
+ libX11
+ libgcc
+ zlib
+ libXres
+ kwindowsystem-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+ kconfig-kf6
+ kauth-kf6
+ kcoreaddons-kf6
+ ki18n-kf6
+ libnsl
+ libcap
+ libnl
+ lm_sensors
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libksysguard-kf6-devel
+ Development files for libksysguard-kf6
+
+ libksysguard-kf6
+
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/milou-kf6/actions.py b/desktop/kde6/plasma/milou-kf6/actions.py
new file mode 100755
index 0000000000..5a9c0633a7
--- /dev/null
+++ b/desktop/kde6/plasma/milou-kf6/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
diff --git a/desktop/kde6/plasma/milou-kf6/pspec.xml b/desktop/kde6/plasma/milou-kf6/pspec.xml
new file mode 100755
index 0000000000..7d5b605ee6
--- /dev/null
+++ b/desktop/kde6/plasma/milou-kf6/pspec.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+ milou-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ kded-kf6icated search application built on top of baloo-kf6
+ Dedicated search application built on top of baloo-kf6
+ mirrors://kde/stable/plasma/6.0.0/milou-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ kdoctools-kf6-devel
+ kdeclarative-kf6-devel
+ ki18n-kf6-devel
+ krunner-kf6-devel
+ libplasma-kf6-devel
+ kconfig-kf6-devel
+ kservice-kf6-devel
+ kcoreaddons-kf6-devel
+ extra-cmake-modules-kf6
+ kitemmodels-kf6-devel
+
+
+
+
+ milou-kf6
+
+ qt6-base
+ qt6-declarative
+ krunner-kf6
+ libgcc
+ kconfig-kf6
+ kservice-kf6
+ kcoreaddons-kf6
+ kitemmodels-kf6
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/plasma-nm-kf6/actions.py b/desktop/kde6/plasma/plasma-nm-kf6/actions.py
new file mode 100755
index 0000000000..e1ed27d3d7
--- /dev/null
+++ b/desktop/kde6/plasma/plasma-nm-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("README*", "LICENSES/*")
diff --git a/desktop/kde6/plasma/plasma-nm-kf6/pspec.xml b/desktop/kde6/plasma/plasma-nm-kf6/pspec.xml
new file mode 100755
index 0000000000..28b85bdd90
--- /dev/null
+++ b/desktop/kde6/plasma/plasma-nm-kf6/pspec.xml
@@ -0,0 +1,125 @@
+
+
+
+
+
+ plasma-nm-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Plasma applet written in QML for managing network connections
+ Plasma applet written in QML for managing network connections
+ mirrors://kde/stable/plasma/6.0.0/plasma-nm-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ qt6-designer
+ qt6-webengine-devel
+ libgcc
+ qcoro-qt6-devel
+ networkmanager-qt-kf6-devel
+ modemmanager-qt-devel
+ ModemManager-devel
+ kcompletion-kf6-devel
+ kconfigwidgets-kf6-devel
+ kcoreaddons-kf6-devel
+ kdbusaddons-kf6-devel
+ kdeclarative-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ kio-kf6-devel
+ kitemviews-kf6-devel
+ knotifications-kf6-devel
+ kservice-kf6-devel
+ kwallet-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwindowsystem-kf6-devel
+ kxmlgui-kf6-devel
+ solid-kf6-devel
+ openconnect-devel
+ kdoctools-kf6-devel
+ NetworkManager-devel
+ mobile-broadband-provider-info
+ extra-cmake-modules-kf6
+
+ libplasma-kf6-devel
+
+
+
+
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ qca2-qt6-devel
+ prison-kf6-devel
+ kirigami-kf6-devel
+ openconnect-devel
+ libproxy-devel
+ kcmutils-kf6-devel
+ kcolorscheme-kf6-devel
+ modemmanager-qt-kf6-devel
+
+
+
+
+ plasma-nm-kf6
+
+ qt6-base
+ qca2-qt5
+ kcmutils-kf6
+ kdeclarative-kf6
+ openconnect
+ kio-kf6
+ libproxy
+ qca2-qt6
+ qcoro-qt6
+ networkmanager-qt-kf6
+ modemmanager-qt
+ ki18n-kf6
+ solid-kf6
+ kconfig-kf6
+ kwallet-kf6
+ kxmlgui-kf6
+ kservice-kf6
+ prison-kf6
+ kirigami-kf6
+ kitemviews-kf6
+ openconnect
+ kcolorscheme-kf6
+ modemmanager-qt-kf6
+ qt6-declarative
+ qt6-webengine
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ kwindowsystem-kf6
+ kconfigwidgets-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ NetworkManager
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/plasma-pa-kf6/actions.py b/desktop/kde6/plasma/plasma-pa-kf6/actions.py
new file mode 100755
index 0000000000..45b18ee2d8
--- /dev/null
+++ b/desktop/kde6/plasma/plasma-pa-kf6/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/plasma/plasma-pa-kf6/pspec.xml b/desktop/kde6/plasma/plasma-pa-kf6/pspec.xml
new file mode 100755
index 0000000000..0deb6f2f7b
--- /dev/null
+++ b/desktop/kde6/plasma/plasma-pa-kf6/pspec.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+ plasma-pa-kf6
+ https://projects.kde.org/plasma-pa
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Plasma applet for audio volume management using PulseAudio.
+ Plasma applet for audio volume management using PulseAudio.
+ mirrors://kde/stable/plasma/6.0.0/plasma-pa-6.0.0.tar.xz
+
+ ki18n-kf6-devel
+ kconfig-kf6-devel
+ kirigami-kf6-devel
+ kcmutils-kf6-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ libcanberra-devel
+ kdeclarative-kf6-devel
+ kglobalaccel-kf6-devel
+ kstatusnotifieritem-kf6-devel
+ extra-cmake-modules-kf6
+ knotifications-kf6-devel
+ pulseaudio-libs-devel
+ libplasma-kf6-devel
+ sound-theme-freedesktop
+ qt6-base-devel
+ qt6-declarative-devel
+
+
+
+
+ plasma-pa-kf6
+
+ ki18n-kf6
+ glib2
+ libgcc
+ kconfig-kf6
+ kcmutils-kf6
+ libcanberra
+ kcoreaddons-kf6
+ kglobalaccel-kf6
+ kdeclarative-kf6
+ knotifications-kf6
+ qt6-declarative
+ pulseaudio-libs
+ kstatusnotifieritem-kf6
+ sound-theme-freedesktop
+ qt6-base
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/plasma-pa-kf6/translations.xml b/desktop/kde6/plasma/plasma-pa-kf6/translations.xml
new file mode 100644
index 0000000000..9629152505
--- /dev/null
+++ b/desktop/kde6/plasma/plasma-pa-kf6/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ plasma-pa-kf6
+ PulseAudio kullanarak ses düzeyi yönetimi için plazma uygulaması
+ PulseAudio kullanarak ses düzeyi yönetimi için plazma uygulaması
+
+
diff --git a/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/actions.py b/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/actions.py
new file mode 100755
index 0000000000..365c8d3b5e
--- /dev/null
+++ b/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.system("tar xf ../blue.tar.gz")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.insinto("/usr/share/wallpapers/pisilinux-blue", "blue/*")
+ pisitools.insinto("/usr/share/wallpapers/sweet-cat", "../Sweet-cat/*")
+ pisitools.insinto("/usr/share/wallpapers/pisi-crocus-ancyrensis", "../pisi-crocus-ancyrensis/*")
+
+ pisitools.dodoc("COPYING", "AUTHORS")
diff --git a/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml b/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml
new file mode 100755
index 0000000000..7b0fd2a112
--- /dev/null
+++ b/desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+ plasma-workspace-wallpapers-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ app:gui
+ The KDE Plasma Workspace Components
+ The KDE Plasma Workspace Components
+ mirrors://kde/stable/plasma/6.0.0/plasma-workspace-wallpapers-6.0.0.tar.xz
+ https://sourceforge.net/projects/pisilinux/files/source/blue.tar.gz
+ https://sourceforge.net/projects/pisilinux/files/source/Sweet-cat.tar.gz
+ https://github.com/prdsmehmetstc/pisi-crocus-ancyrensis/releases/download/v1.0/pisi-crocus-ancyrensis.tar.gz
+
+ qt6-base-devel
+ extra-cmake-modules-kf6
+
+
+
+
+ plasma-workspace-wallpapers-kf6
+
+ qt6-base
+
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ plasma-workspace-wallpapers-pisilinux-kf6
+
+ /usr/share/wallpapers/sweet-cat
+ /usr/share/wallpapers/pisilinux-blue
+ /usr/share/wallpapers/pisi-crocus-ancyrensis
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/actions.py b/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/actions.py
new file mode 100755
index 0000000000..a2560a288e
--- /dev/null
+++ b/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ #pisitools.dodoc("COPYING")
diff --git a/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml b/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml
new file mode 100755
index 0000000000..88790094d7
--- /dev/null
+++ b/desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+ polkit-kde-authentication-agent-1-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ app:gui
+ The KDE Plasma Workspace Components
+ The Polkit-KDE-Agent package contains a graphical Polkit authentication agent for the KDE Plasma Desktop.
+ mirrors://kde/stable/plasma/6.0.0/polkit-kde-agent-1-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ kcrash-kf6-devel
+ kdbusaddons-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwindowsystem-kf6-devel
+ knotifications-kf6-devel
+ polkit-qt6-devel
+ elogind-devel
+ mesa-devel
+ extra-cmake-modules-kf6
+
+
+
+
+
+
+ polkit-kde-authentication-agent-1-kf6
+
+ qt6-base
+ qt6-declarative
+ libgcc
+ kcrash-kf6
+ kcoreaddons-kf6
+ polkit-qt6
+ ki18n-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ kwindowsystem-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/sddm-kcm-kf6/actions.py b/desktop/kde6/plasma/sddm-kcm-kf6/actions.py
new file mode 100755
index 0000000000..3a8b06bfce
--- /dev/null
+++ b/desktop/kde6/plasma/sddm-kcm-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("CONTRIBUTORS", "README*")
diff --git a/desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml b/desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml
new file mode 100755
index 0000000000..aadec05d06
--- /dev/null
+++ b/desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+ sddm-kcm-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ app:console
+ desktop.misc
+ kde6 Config Module for SDDM
+ kde6 Config Module for SDDM
+ mirrors://kde/stable/plasma/6.0.0/sddm-kcm-6.0.0.tar.xz
+
+ kcoreaddons-kf6-devel
+ kdoctools-kf6-devel
+ kconfigwidgets-kf6-devel
+ karchive-kf6-devel
+ kauth-kf6-devel
+ libX11-devel
+ kxmlgui-kf6-devel
+ ki18n-kf6-devel
+ kcmutils-kf6-devel
+ kdeclarative-kf6-devel
+ qt6-base-devel
+ kio-kf6-devel
+ qt6-declarative-devel
+ kconfig-kf6-devel
+ kservice-kf6-devel
+ mesa-devel
+ docutils
+ libXcursor-devel
+ xcb-util-image-devel
+ extra-cmake-modules-kf6
+ knewstuff-kf6-devel
+ libxcb-devel
+
+
+
+
+ sddm-kcm-kf6
+
+ kcoreaddons-kf6
+ sddm
+ karchive-kf6
+ libX11
+ kconfigwidgets-kf6
+ kauth-kf6
+ knewstuff-kf6
+ ki18n-kf6
+ kcmutils-kf6
+ kdeclarative-kf6
+ qt6-base
+ kio-kf6
+ libXcursor
+ kconfig-kf6
+ kservice-kf6
+ qt6-declarative
+ kwidgetsaddons-kf6
+
+
+ /etc/dbus-1/system.d
+ /usr/share/dbus-1/system-services
+ /usr/share/kservice-kf6s5
+ /usr/share/
+ /etc/xdg/sddmtheme.knsrc
+ /usr/share/polkit-1/actions
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5/plugins
+ /usr/lib/libexec/kauth-kf6
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/sddm-kcm-kf6/translations.xml b/desktop/kde6/plasma/sddm-kcm-kf6/translations.xml
new file mode 100755
index 0000000000..402eb84dbb
--- /dev/null
+++ b/desktop/kde6/plasma/sddm-kcm-kf6/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kde6-sddm-kcm-kf6
+ kde6 Config Module for SDDM
+ kde6 Config Module for SDDM
+
+
diff --git a/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/actions.py b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/actions.py
new file mode 100755
index 0000000000..e25c96a839
--- /dev/null
+++ b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ #shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml
new file mode 100755
index 0000000000..70617f2574
--- /dev/null
+++ b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+ xdg-desktop-portal-kde-kf6
+ https://download.kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+ https://download.kde.org/stable/plasma/6.0.0/xdg-desktop-portal-kde-6.0.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ qt6-wayland-devel
+ qt6-declarative-devel
+ kdeclarative-kf6-devel
+ kirigami-kf6-devel
+ libplasma-kf6-devel
+ kconfig-kf6-devel
+ kcoreaddons-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwayland-kf6-devel
+ wayland-devel
+ wayland-client
+ wayland-server
+ wayland-cursor
+ libepoxy-devel
+ ki18n-kf6-devel
+ kio-kf6-devel
+ cups-devel
+ pipewire-devel
+ knotifications-kf6-devel
+ wayland-protocols-devel
+ plasma-wayland-protocols-kf6
+ kglobalaccel-kf6-devel
+ kguiaddons-kf6-devel
+ kiconthemes-kf6-devel
+ kstatusnotifieritem-kf6-devel
+
+
+
+ xdg-desktop-portal-kde-kf6
+
+ ki18n-kf6
+ kio-kf6
+ mesa
+ libgcc
+ kservice-kf6
+ kwayland-kf6
+ libepoxy
+ pipewire
+ kconfig-kf6
+ kwindowsystem-kf6
+ qt6-base
+ kcoreaddons-kf6
+ kitemviews-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ wayland-client
+ kiconthemes-kf6
+ kglobalaccel-kf6
+ libxkbcommon
+ kstatusnotifieritem-kf6
+ qt6-wayland
+ qt6-declarative
+ kdeclarative-kf6
+ kirigami-kf6
+
+
+ /usr/lib
+ /usr/share/dbus-1
+ /usr/share
+ /usr/share/doc
+ /usr/share/locale
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/translations.xml b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/translations.xml
new file mode 100755
index 0000000000..edfd4f0664
--- /dev/null
+++ b/desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ xdg-desktop-portal-kde-kf6
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index f0f1a56e58..792ab7ac2f 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -122218,6 +122218,133 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kwallet-pam-kf6
+ https://projects.kde.org/kwallet-pam-kf6
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ kwallet-kf6 PAM integration.
+ kwallet-kf6 PAM integration.
+ mirrors://kde/stable/plasma/6.0.0/kwallet-pam-6.0.0.tar.xz
+
+ socat
+ pam-devel
+ kwallet-kf6-devel
+ libgcrypt-devel
+ extra-cmake-modules-kf6
+ qt6-base-devel
+
+ desktop/kde6/plasma/kwallet-pam-kf6/pspec.xml
+
+
+ kwallet-pam-kf6
+
+ pam
+ socat
+ qt6-base
+ libgcrypt
+
+
+ /etc/xdg/autostart
+ /lib
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ plasma-pa-kf6
+ https://projects.kde.org/plasma-pa
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ Plasma applet for audio volume management using PulseAudio.
+ PulseAudio kullanarak ses düzeyi yönetimi için plazma uygulaması
+ Plasma applet for audio volume management using PulseAudio.
+ PulseAudio kullanarak ses düzeyi yönetimi için plazma uygulaması
+ mirrors://kde/stable/plasma/6.0.0/plasma-pa-6.0.0.tar.xz
+
+ ki18n-kf6-devel
+ kconfig-kf6-devel
+ kirigami-kf6-devel
+ kcmutils-kf6-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ libcanberra-devel
+ kdeclarative-kf6-devel
+ kglobalaccel-kf6-devel
+ kstatusnotifieritem-kf6-devel
+ extra-cmake-modules-kf6
+ knotifications-kf6-devel
+ pulseaudio-libs-devel
+ libplasma-kf6-devel
+ sound-theme-freedesktop
+ qt6-base-devel
+ qt6-declarative-devel
+
+ desktop/kde6/plasma/plasma-pa-kf6/pspec.xml
+
+
+ plasma-pa-kf6
+
+ ki18n-kf6
+ glib2
+ libgcc
+ kconfig-kf6
+ kcmutils-kf6
+ libcanberra
+ kcoreaddons-kf6
+ kglobalaccel-kf6
+ kdeclarative-kf6
+ knotifications-kf6
+ qt6-declarative
+ pulseaudio-libs
+ kstatusnotifieritem-kf6
+ sound-theme-freedesktop
+ qt6-base
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
plasma-activities-stats-kf6
@@ -122376,6 +122503,302 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ ksshaskpass-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ ssh-add helper that uses kwallet-kf6 and kpassworddialog
+ ssh-add helper that uses kwallet-kf6 and kpassworddialog
+ mirrors://kde/stable/plasma/6.0.0/ksshaskpass-6.0.0.tar.xz
+
+ qt6-base-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ ki18n-kf6-devel
+ kwallet-kf6-devel
+ kwidgetsaddons-kf6-devel
+ libxslt
+ docbook-xsl
+ extra-cmake-modules-kf6
+
+ desktop/kde6/plasma/ksshaskpass-kf6/pspec.xml
+
+
+ ksshaskpass-kf6
+
+ qt6-base
+ libgcc
+ kcoreaddons-kf6
+ kwidgetsaddons-kf6
+ ki18n-kf6
+ kwallet-kf6
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+ ksshaskpass-kf6.sh
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kwrited-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ kde6 daemon listening for wall and write messages
+ kde6 daemon listening for wall and write messages
+ mirrors://kde/stable/plasma/6.0.0/kwrited-6.0.0.tar.xz
+
+ qt6-base-devel
+ ki18n-kf6-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ knotifications-kf6-devel
+ kpty-kf6-devel
+ kdbusaddons-kf6-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/plasma/kwrited-kf6/pspec.xml
+
+
+ kwrited-kf6
+
+ qt6-base
+ kpty-kf6
+ libgcc
+ kcoreaddons-kf6
+ knotifications-kf6
+ kdbusaddons-kf6
+
+
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ sddm-kcm-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ app:console
+ desktop.misc
+ kde6 Config Module for SDDM
+ kde6 Config Module for SDDM
+ mirrors://kde/stable/plasma/6.0.0/sddm-kcm-6.0.0.tar.xz
+
+ kcoreaddons-kf6-devel
+ kdoctools-kf6-devel
+ kconfigwidgets-kf6-devel
+ karchive-kf6-devel
+ kauth-kf6-devel
+ libX11-devel
+ kxmlgui-kf6-devel
+ ki18n-kf6-devel
+ kcmutils-kf6-devel
+ kdeclarative-kf6-devel
+ qt6-base-devel
+ kio-kf6-devel
+ qt6-declarative-devel
+ kconfig-kf6-devel
+ kservice-kf6-devel
+ mesa-devel
+ docutils
+ libXcursor-devel
+ xcb-util-image-devel
+ extra-cmake-modules-kf6
+ knewstuff-kf6-devel
+ libxcb-devel
+
+ desktop/kde6/plasma/sddm-kcm-kf6/pspec.xml
+
+
+ sddm-kcm-kf6
+
+ kcoreaddons-kf6
+ sddm
+ karchive-kf6
+ libX11
+ kconfigwidgets-kf6
+ kauth-kf6
+ knewstuff-kf6
+ ki18n-kf6
+ kcmutils-kf6
+ kdeclarative-kf6
+ qt6-base
+ kio-kf6
+ libXcursor
+ kconfig-kf6
+ kservice-kf6
+ qt6-declarative
+ kwidgetsaddons-kf6
+
+
+ /etc/dbus-1/system.d
+ /usr/share/dbus-1/system-services
+ /usr/share/kservice-kf6s5
+ /usr/share/
+ /etc/xdg/sddmtheme.knsrc
+ /usr/share/polkit-1/actions
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/cmake
+ /usr/lib/qt5/plugins
+ /usr/lib/libexec/kauth-kf6
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ xdg-desktop-portal-kde-kf6
+ https://download.kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ desktop.kde6.plasma
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+ A backend implementation for xdg-desktop-portal using Qt/KF5
+ https://download.kde.org/stable/plasma/6.0.0/xdg-desktop-portal-kde-6.0.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ qt6-wayland-devel
+ qt6-declarative-devel
+ kdeclarative-kf6-devel
+ kirigami-kf6-devel
+ libplasma-kf6-devel
+ kconfig-kf6-devel
+ kcoreaddons-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwayland-kf6-devel
+ wayland-devel
+ wayland-client
+ wayland-server
+ wayland-cursor
+ libepoxy-devel
+ ki18n-kf6-devel
+ kio-kf6-devel
+ cups-devel
+ pipewire-devel
+ knotifications-kf6-devel
+ wayland-protocols-devel
+ plasma-wayland-protocols-kf6
+ kglobalaccel-kf6-devel
+ kguiaddons-kf6-devel
+ kiconthemes-kf6-devel
+ kstatusnotifieritem-kf6-devel
+
+ desktop/kde6/plasma/xdg-desktop-portal-kde-kf6/pspec.xml
+
+
+ xdg-desktop-portal-kde-kf6
+
+ ki18n-kf6
+ kio-kf6
+ mesa
+ libgcc
+ kservice-kf6
+ kwayland-kf6
+ libepoxy
+ pipewire
+ kconfig-kf6
+ kwindowsystem-kf6
+ qt6-base
+ kcoreaddons-kf6
+ kitemviews-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ wayland-client
+ kiconthemes-kf6
+ kglobalaccel-kf6
+ libxkbcommon
+ kstatusnotifieritem-kf6
+ qt6-wayland
+ qt6-declarative
+ kdeclarative-kf6
+ kirigami-kf6
+
+
+ /usr/lib
+ /usr/share/dbus-1
+ /usr/share
+ /usr/share/doc
+ /usr/share/locale
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
plasma-activities-kf6
@@ -122466,6 +122889,77 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ polkit-kde-authentication-agent-1-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ app:gui
+ desktop.kde6.plasma
+ The KDE Plasma Workspace Components
+ The Polkit-KDE-Agent package contains a graphical Polkit authentication agent for the KDE Plasma Desktop.
+ mirrors://kde/stable/plasma/6.0.0/polkit-kde-agent-1-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ kdoctools-kf6-devel
+ kcoreaddons-kf6-devel
+ kcrash-kf6-devel
+ kdbusaddons-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwindowsystem-kf6-devel
+ knotifications-kf6-devel
+ polkit-qt6-devel
+ elogind-devel
+ mesa-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/plasma/polkit-kde-authentication-agent-1-kf6/pspec.xml
+
+
+ polkit-kde-authentication-agent-1-kf6
+
+ qt6-base
+ qt6-declarative
+ libgcc
+ kcrash-kf6
+ kcoreaddons-kf6
+ polkit-qt6
+ ki18n-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ kwindowsystem-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kdecorations-kf6
@@ -122873,6 +123367,68 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kwayland-integration-kf6
+ https://www.kde.org
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ LGPLv3
+ library
+ desktop.kde6.plasma
+ Provides integration plugins for various KDE frameworks for the wayland windowing system
+ Provides integration plugins for various KDE frameworks for the wayland windowing system
+ mirrors://kde/stable/plasma/6.0.0/kwayland-integration-6.0.0.tar.xz
+
+ kguiaddons-kf6-devel
+ kwayland-kf6-devel
+ qt6-base-devel
+ kwindowsystem-kf6-devel
+ kidletime-kf6-devel
+ extra-cmake-modules-kf6
+ qt6-wayland-devel
+ wayland-devel
+ wayland-client
+ wayland-cursor
+ wayland-server
+ wayland-protocols-devel
+
+ desktop/kde6/plasma/kwayland-integration-kf6/pspec.xml
+
+
+ kwayland-integration-kf6
+
+ kwayland-kf6
+ kidletime-kf6
+ kwindowsystem-kf6
+ libgcc
+ qt6-base
+ kguiaddons-kf6
+ qt6-wayland
+ wayland
+ wayland-client
+ wayland-cursor
+ wayland-server
+
+
+ /usr/lib
+ /etc/xdg/kwindowsystem-kf6.kwayland-kf6.categories
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
breeze-grub-kf6
@@ -123016,6 +123572,213 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ plasma-workspace-wallpapers-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ app:gui
+ desktop.kde6.plasma
+ The KDE Plasma Workspace Components
+ The KDE Plasma Workspace Components
+ mirrors://kde/stable/plasma/6.0.0/plasma-workspace-wallpapers-6.0.0.tar.xz
+ https://sourceforge.net/projects/pisilinux/files/source/blue.tar.gz
+ https://sourceforge.net/projects/pisilinux/files/source/Sweet-cat.tar.gz
+ https://github.com/prdsmehmetstc/pisi-crocus-ancyrensis/releases/download/v1.0/pisi-crocus-ancyrensis.tar.gz
+
+ qt6-base-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/plasma/plasma-workspace-wallpapers-kf6/pspec.xml
+
+
+ plasma-workspace-wallpapers-kf6
+
+ qt6-base
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ plasma-workspace-wallpapers-pisilinux-kf6
+
+ /usr/share/wallpapers/sweet-cat
+ /usr/share/wallpapers/pisilinux-blue
+ /usr/share/wallpapers/pisi-crocus-ancyrensis
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ libkscreen-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ kde6 screen management library
+ Dynamic display management library for KDE
+ mirrors://kde/stable/plasma/6.0.0/libkscreen-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-wayland-devel
+ libxcb-devel
+ doxygen
+ qt6-linguist
+ kwayland-kf6-devel
+ xcb-util-devel
+ xcb-util-image-devel
+ xcb-util-keysyms-devel
+ libXcursor-devel
+ libXrandr-devel
+ wayland-devel
+ wayland-client
+ wayland-cursor
+ wayland-server
+ extra-cmake-modules-kf6
+ plasma-wayland-protocols-kf6
+ kconfig-kf6-devel
+
+ desktop/kde6/plasma/libkscreen-kf6/pspec.xml
+
+
+ libkscreen-kf6
+
+ qt6-base
+ qt6-wayland
+ kconfig-kf6
+ kwayland-kf6
+ libXrandr
+ libxcb
+ libgcc
+ wayland
+ wayland-client
+ wayland-cursor
+ wayland-server
+
+
+ /etc/xdg
+ /usr/bin/kscreen-doctor
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/qlogging-categories6/libkscreen.categories
+ /usr/share/zsh
+ /usr/share/doc
+ /usr/share/dbus-1
+ /usr/share/locale
+
+
+
+ libkscreen-kf6-devel
+ Development files for libkscreen-kf6
+
+ qt6-base-devel
+ libkscreen-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ milou-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ kded-kf6icated search application built on top of baloo-kf6
+ Dedicated search application built on top of baloo-kf6
+ mirrors://kde/stable/plasma/6.0.0/milou-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ kdoctools-kf6-devel
+ kdeclarative-kf6-devel
+ ki18n-kf6-devel
+ krunner-kf6-devel
+ libplasma-kf6-devel
+ kconfig-kf6-devel
+ kservice-kf6-devel
+ kcoreaddons-kf6-devel
+ extra-cmake-modules-kf6
+ kitemmodels-kf6-devel
+
+ desktop/kde6/plasma/milou-kf6/pspec.xml
+
+
+ milou-kf6
+
+ qt6-base
+ qt6-declarative
+ krunner-kf6
+ libgcc
+ kconfig-kf6
+ kservice-kf6
+ kcoreaddons-kf6
+ kitemmodels-kf6
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
discover-kf6
@@ -123146,6 +123909,125 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ libksysguard-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ Task management and system monitoring library
+ Task management and system monitoring library
+ mirrors://kde/stable/plasma/6.0.0/libksysguard-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-webengine-devel
+ qt6-designer-devel
+ qt6-declarative-devel
+ qt6-5compat-devel
+ kcolorscheme-kf6-devel
+ kio-kf6-devel
+ solid-kf6-devel
+ kglobalaccel-kf6-devel
+ kpackage-kf6-devel
+ kjobwidgets-kf6-devel
+ kdeclarative-kf6-devel
+ kauth-kf6-devel
+ kcompletion-kf6-devel
+ kconfig-kf6-devel
+ kconfigwidgets-kf6-devel
+ kcoreaddons-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ kservice-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwindowsystem-kf6-devel
+ kdoctools-kf6-devel
+ libX11-devel
+ libXres-devel
+ zlib-devel
+ libnsl-devel
+ libnl-devel
+ libcap-devel
+ knewstuff-kf6-devel
+ libplasma-kf6-devel
+ extra-cmake-modules-kf6
+ attr-devel
+ pam-devel
+ libpcap-devel
+ lm_sensors-devel
+
+ desktop/kde6/plasma/libksysguard-kf6/pspec.xml
+
+
+ libksysguard-kf6
+
+ kio-kf6
+ solid-kf6
+ libpcap
+ kservice-kf6
+ kglobalaccel-kf6
+ qt6-webengine
+ qt6-webchannel
+ qt6-base
+ qt6-declarative
+ qt6-5compat
+ kcolorscheme-kf6
+ kpackage-kf6
+ kjobwidgets-kf6
+ kdeclarative-kf6
+ libX11
+ libgcc
+ zlib
+ libXres
+ kwindowsystem-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+ kconfig-kf6
+ kauth-kf6
+ kcoreaddons-kf6
+ ki18n-kf6
+ libnsl
+ libcap
+ libnl
+ lm_sensors
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ libksysguard-kf6-devel
+ Development files for libksysguard-kf6
+
+ libksysguard-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kpipewire-kf6
@@ -123224,6 +124106,123 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ plasma-nm-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.plasma
+ Plasma applet written in QML for managing network connections
+ Plasma applet written in QML for managing network connections
+ mirrors://kde/stable/plasma/6.0.0/plasma-nm-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ qt6-designer
+ qt6-webengine-devel
+ libgcc
+ qcoro-qt6-devel
+ networkmanager-qt-kf6-devel
+ modemmanager-qt-devel
+ ModemManager-devel
+ kcompletion-kf6-devel
+ kconfigwidgets-kf6-devel
+ kcoreaddons-kf6-devel
+ kdbusaddons-kf6-devel
+ kdeclarative-kf6-devel
+ ki18n-kf6-devel
+ kiconthemes-kf6-devel
+ kio-kf6-devel
+ kitemviews-kf6-devel
+ knotifications-kf6-devel
+ kservice-kf6-devel
+ kwallet-kf6-devel
+ kwidgetsaddons-kf6-devel
+ kwindowsystem-kf6-devel
+ kxmlgui-kf6-devel
+ solid-kf6-devel
+ openconnect-devel
+ kdoctools-kf6-devel
+ NetworkManager-devel
+ mobile-broadband-provider-info
+ extra-cmake-modules-kf6
+ libplasma-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ qca2-qt6-devel
+ prison-kf6-devel
+ kirigami-kf6-devel
+ openconnect-devel
+ libproxy-devel
+ kcmutils-kf6-devel
+ kcolorscheme-kf6-devel
+ modemmanager-qt-kf6-devel
+
+ desktop/kde6/plasma/plasma-nm-kf6/pspec.xml
+
+
+ plasma-nm-kf6
+
+ qt6-base
+ qca2-qt5
+ kcmutils-kf6
+ kdeclarative-kf6
+ openconnect
+ kio-kf6
+ libproxy
+ qca2-qt6
+ qcoro-qt6
+ networkmanager-qt-kf6
+ modemmanager-qt
+ ki18n-kf6
+ solid-kf6
+ kconfig-kf6
+ kwallet-kf6
+ kxmlgui-kf6
+ kservice-kf6
+ prison-kf6
+ kirigami-kf6
+ kitemviews-kf6
+ openconnect
+ kcolorscheme-kf6
+ modemmanager-qt-kf6
+ qt6-declarative
+ qt6-webengine
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kdbusaddons-kf6
+ kiconthemes-kf6
+ kwindowsystem-kf6
+ kconfigwidgets-kf6
+ knotifications-kf6
+ kwidgetsaddons-kf6
+ NetworkManager
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kscreenlocker-kf6
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index b9be1b7591..60ffcaf841 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-a025cf0693592c4295494aa3083f3eb71c294e37
\ No newline at end of file
+b0eb1838e4a89cbbafd2e76a896b21c06d3d84ca
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 0d5727b4c6..7a0b8792e8 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 937a1c56a3..e66f982e6f 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-f617b205a1b0b35b9fa17738a000017d56092a04
\ No newline at end of file
+2197d5dcb43bd22f967ec5c8a8f48eea42dccdb4
\ No newline at end of file