diff --git a/desktop/kde5/framework/baloo5/actions.py b/desktop/kde5/framework/baloo5/actions.py
new file mode 100755
index 0000000000..ce3744176e
--- /dev/null
+++ b/desktop/kde5/framework/baloo5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ #pisitools.dodoc("COPYING")
diff --git a/desktop/kde5/framework/baloo5/pspec.xml b/desktop/kde5/framework/baloo5/pspec.xml
new file mode 100755
index 0000000000..06fd08ac03
--- /dev/null
+++ b/desktop/kde5/framework/baloo5/pspec.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+ baloo5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Framework for searching and managing metadata
+ baloo5 is a framework for searching and managing metada
+ mirrors://kde/stable/frameworks/5.116/baloo-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ kcoreaddons5-devel
+ kdbusaddons5-devel
+ kauth5-devel
+ kconfig5-devel
+ kcrash5-devel
+ ki18n5-devel
+ kcompletion5-devel
+ kidletime5-devel
+ kio5-devel
+ solid5-devel
+ kxmlgui5-devel
+ kfilemetadata5-devel
+ kdoctools5-devel
+ kbookmarks5-devel
+ kitemviews5-devel
+ kjobwidgets5-devel
+ kwidgetsaddons5-devel
+ lmdb-devel
+ kservice5-devel
+ extra-cmake-modules
+
+
+
+
+ baloo5
+
+ qt5-base
+ qt5-declarative
+ kcoreaddons5
+ kdbusaddons5
+
+ libgcc
+ kconfig5
+ kcrash5
+ ki18n5
+ kidletime5
+ kio5
+ solid5
+ kfilemetadata5
+ lmdb
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ baloo5-devel
+ Development files for baloo5-widgets
+
+ baloo5
+ qt5-base-devel
+
+ kcoreaddons5-devel
+
+ kfilemetadata5-devel
+
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kcontacts5/actions.py b/desktop/kde5/framework/kcontacts5/actions.py
new file mode 100755
index 0000000000..3b075d80fe
--- /dev/null
+++ b/desktop/kde5/framework/kcontacts5/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 pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README*")
diff --git a/desktop/kde5/framework/kcontacts5/files/qt5.patch b/desktop/kde5/framework/kcontacts5/files/qt5.patch
new file mode 100755
index 0000000000..d041838c96
--- /dev/null
+++ b/desktop/kde5/framework/kcontacts5/files/qt5.patch
@@ -0,0 +1,25 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2017-12-08 04:01:29.000000000 +0300
++++ b/CMakeLists.txt 2017-12-16 13:20:44.507808201 +0300
+@@ -4,7 +4,7 @@
+ project(kcontacts5 VERSION ${PIM_VERSION})
+
+ # ECM setup
+-set(QT_REQUIRED_VERSION "5.8.0")
++set(QT_REQUIRED_VERSION "5.7.1")
+ set(KF5_VERSION "5.39.0")
+
+ find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
+diff -Nuar a/src/vcardparser/vcardparser.cpp b/src/vcardparser/vcardparser.cpp
+--- a/src/vcardparser/vcardparser.cpp 2017-12-02 10:20:32.000000000 +0300
++++ b/src/vcardparser/vcardparser.cpp 2017-12-16 13:28:28.299774737 +0300
+@@ -183,7 +183,9 @@
+ start = pos + 1;
+ }
+ // fall-through intended
++#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
+ Q_FALLTHROUGH();
++#endif
+ case StateAfterParamValue:
+ if (ch == ';') {
+ state = StateParamKey;
diff --git a/desktop/kde5/framework/kcontacts5/pspec.xml b/desktop/kde5/framework/kcontacts5/pspec.xml
new file mode 100755
index 0000000000..ee23f0e088
--- /dev/null
+++ b/desktop/kde5/framework/kcontacts5/pspec.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+ kcontacts5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:gui
+ Address book API for KDE.
+ Address book for KDE for Contacts.
+ mirrors://kde/stable/frameworks/5.116/kcontacts-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ ki18n5-devel
+ kcodecs5-devel
+ kconfig5-devel
+ kio5-devel
+ iso-codes-devel
+ kcoreaddons5-devel
+ extra-cmake-modules
+
+
+
+
+
+
+
+ kcontacts5
+
+ qt5-base
+ qt5-declarative
+ ki18n5
+ kcodecs5
+ kconfig5
+ kcoreaddons5
+
+
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kcontacts5-devel
+ Development files for kcontacts5
+
+
+ kcontacts5
+ ki18n5-devel
+ kcodecs5-devel
+ kconfig5-devel
+ kcoreaddons5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kdav5/actions.py b/desktop/kde5/framework/kdav5/actions.py
new file mode 100644
index 0000000000..59e83cc850
--- /dev/null
+++ b/desktop/kde5/framework/kdav5/actions.py
@@ -0,0 +1,16 @@
+#!/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 kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
\ No newline at end of file
diff --git a/desktop/kde5/framework/kdav5/files/qt5.patch b/desktop/kde5/framework/kdav5/files/qt5.patch
new file mode 100644
index 0000000000..ccdd774190
--- /dev/null
+++ b/desktop/kde5/framework/kdav5/files/qt5.patch
@@ -0,0 +1,12 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2017-12-02 10:27:41.000000000 +0300
++++ b/CMakeLists.txt 2017-12-16 13:36:51.970738394 +0300
+@@ -26,7 +26,7 @@
+ include(ECMQtDeclareLoggingCategory)
+ include(ECMCoverageOption)
+
+-set(QT_REQUIRED_VERSION "5.8.0")
++set(QT_REQUIRED_VERSION "5.7.1")
+
+ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui XmlPatterns Test)
+
diff --git a/desktop/kde5/framework/kdav5/pspec.xml b/desktop/kde5/framework/kdav5/pspec.xml
new file mode 100644
index 0000000000..e66c07079b
--- /dev/null
+++ b/desktop/kde5/framework/kdav5/pspec.xml
@@ -0,0 +1,89 @@
+
+
+
+
+
+ kdav5
+ https://github.com/KDE/kdav5
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ library
+ app:gui
+ desktop.kde.applications
+ A DAV protocol implemention with KJobs
+ Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV.
+ mirrors://kde/stable/frameworks/5.116/kdav-5.116.0.tar.xz
+
+ libgcc
+ kio5-devel
+ solid5-devel
+ kauth5-devel
+ ki18n5-devel
+ kxmlgui5-devel
+ kcodecs5-devel
+ kcoreaddons5-devel
+ kconfig5-devel
+ extra-cmake-modules
+ kservice5-devel
+ kitemviews5-devel
+ kbookmarks5-devel
+ kcompletion5-devel
+ kjobwidgets5-devel
+ kconfigwidgets5-devel
+ kwidgetsaddons5-devel
+ kwindowsystem5-devel
+ qt5-base-devel
+ qt5-xmlpatterns-devel
+
+
+
+
+
+
+
+ kdav5
+
+ kio5
+ ki18n5
+ libgcc
+ kcoreaddons5
+ qt5-base
+ qt5-xmlpatterns
+
+
+ /usr/bin
+ /usr/share/locale
+ /usr/lib
+ /etc/xdg
+ /usr/share
+
+
+
+
+ kdav5-devel
+ Development files for kdav5
+
+ kdav5
+ kcoreaddons5-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib/cmake
+ /usr/share/apps/cmake
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kdav5/translations.xml b/desktop/kde5/framework/kdav5/translations.xml
new file mode 100644
index 0000000000..6b28c759bb
--- /dev/null
+++ b/desktop/kde5/framework/kdav5/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kdav5
+ Bir DAV protokolü uygulaması
+ Takvimler ve işler CalDAV veya GroupDAV'ı kullanarak desteklenir.
+
+
+
+ kdav5-devel
+ kdav5 için geliştirme dosyaları
+
+
diff --git a/desktop/kde5/framework/kdeclarative5/actions.py b/desktop/kde5/framework/kdeclarative5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kdeclarative5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/kdeclarative5/pspec.xml b/desktop/kde5/framework/kdeclarative5/pspec.xml
new file mode 100755
index 0000000000..7498ac27d2
--- /dev/null
+++ b/desktop/kde5/framework/kdeclarative5/pspec.xml
@@ -0,0 +1,112 @@
+
+
+
+
+
+ kdeclarative5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Integration of QML and KDE workspaces
+ kdeclarative5 provides integration of QML and KDE workspaces.
+ mirrors://kde/stable/frameworks/5.116/kdeclarative-5.116.0.tar.xz
+
+ qt5-base-devel
+ mesa-devel
+ libepoxy-devel
+ qt5-declarative-devel
+ kauth5-devel
+ kcodecs5-devel
+ kpackage5-devel
+ kconfig5-devel
+ kservice5-devel
+ kcoreaddons5-devel
+ kguiaddons5-devel
+ knotifications5-devel
+ kglobalaccel5-devel
+ ki18n5-devel
+ kiconthemes5-devel
+ kio5-devel
+ kbookmarks5-devel
+ kcompletion5-devel
+ kconfigwidgets5-devel
+ kitemviews5-devel
+ kjobwidgets5-devel
+ solid5-devel
+ kxmlgui5-devel
+ kwidgetsaddons5-devel
+ kwindowsystem5-devel
+ extra-cmake-modules
+
+
+
+
+ kdeclarative5
+
+ qt5-base
+
+ libepoxy
+ qt5-declarative
+ kpackage5
+ kconfig5
+ kservice5
+ kcoreaddons5
+ kglobalaccel5
+ ki18n5
+ kiconthemes5
+ kio5
+ kguiaddons5
+ knotifications5
+ kwidgetsaddons5
+ kwindowsystem5
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kdeclarative5-devel
+ Development files for kdeclarative5
+
+ qt5-base-devel
+
+ kpackage5-devel
+ kconfig5-devel
+
+ kcoreaddons5-devel
+
+ kdeclarative5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/knotifyconfig5/actions.py b/desktop/kde5/framework/knotifyconfig5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/knotifyconfig5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("README.md")
diff --git a/desktop/kde5/framework/knotifyconfig5/pspec.xml b/desktop/kde5/framework/knotifyconfig5/pspec.xml
new file mode 100755
index 0000000000..6086387b89
--- /dev/null
+++ b/desktop/kde5/framework/knotifyconfig5/pspec.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+ knotifyconfig5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Configuration dialog for desktop notifications
+ knotifyconfig5 provides a configuration dialog for desktop notifications which can be embedded in your application..
+ mirrors://kde/stable/frameworks/5.116/knotifyconfig-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-phonon-devel
+ solid5-devel
+ kauth5-devel
+ kconfig5-devel
+ kxmlgui5-devel
+ kcompletion5-devel
+ ki18n5-devel
+ kio5-devel
+ kcodecs5-devel
+ kservice5-devel
+ kjobwidgets5-devel
+ kbookmarks5-devel
+ kcoreaddons5-devel
+ kwidgetsaddons5-devel
+ kitemviews5-devel
+ kconfigwidgets5-devel
+ kwindowsystem5-devel
+ libcanberra-devel
+ extra-cmake-modules
+
+
+
+
+ knotifyconfig5
+
+ qt5-base
+
+
+ libcanberra
+ kconfig5
+
+ ki18n5
+ kio5
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ knotifyconfig5-devel
+ Development files for knotifyconfig5
+
+ knotifyconfig5
+ qt5-base-devel
+
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/ksyndication5/actions.py b/desktop/kde5/framework/ksyndication5/actions.py
new file mode 100755
index 0000000000..9251b7d66c
--- /dev/null
+++ b/desktop/kde5/framework/ksyndication5/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 pisitools
+from pisi.actionsapi import kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ #pisitools.dodoc("COPYING.LIB", "COPYING.BSD")
diff --git a/desktop/kde5/framework/ksyndication5/pspec.xml b/desktop/kde5/framework/ksyndication5/pspec.xml
new file mode 100755
index 0000000000..0fa8a77190
--- /dev/null
+++ b/desktop/kde5/framework/ksyndication5/pspec.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+ ksyndication5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ app:library
+ RSS/Atom parser library
+ syndication is a parser library for RSS and Atom feeds.
+ mirrors://kde/stable/frameworks/5.116/syndication-5.116.0.tar.xz
+
+ qt5-base-devel
+ kio5-devel
+ kcodecs5-devel
+ kdoctools5-devel
+ extra-cmake-modules
+
+
+
+
+ ksyndication5
+
+ qt5-base
+
+ kcodecs5
+ libgcc
+
+
+
+ /etc/xdg
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+ /usr/share/qlogging-categories5/syndication.categories
+ /usr/share/qlogging-categories5
+
+
+
+
+ ksyndication5-devel
+ Development files for ksyndication5
+
+
+ ksyndication5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde5/framework/kxmlrpcclient5/actions.py b/desktop/kde5/framework/kxmlrpcclient5/actions.py
new file mode 100755
index 0000000000..59e83cc850
--- /dev/null
+++ b/desktop/kde5/framework/kxmlrpcclient5/actions.py
@@ -0,0 +1,16 @@
+#!/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 kde5
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
\ No newline at end of file
diff --git a/desktop/kde5/framework/kxmlrpcclient5/pspec.xml b/desktop/kde5/framework/kxmlrpcclient5/pspec.xml
new file mode 100755
index 0000000000..c04c32ef46
--- /dev/null
+++ b/desktop/kde5/framework/kxmlrpcclient5/pspec.xml
@@ -0,0 +1,83 @@
+
+
+
+
+
+ kxmlrpcclient5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ XML-RPC client library for KDE
+ This library contains simple XML-RPC Client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. Only one interface is exposed to the world, kxmlrpcclient5/client.h and of that interface, you only need to use 3 methods: setUrl, setUserAgent and call.
+ mirrors://kde/stable/frameworks/5.116/portingAids/kxmlrpcclient-5.116.0.tar.xz
+
+ qt5-base-devel
+ kauth5-devel
+ kio5-devel
+ solid5-devel
+ ki18n5-devel
+ kconfig5-devel
+ kservice5-devel
+ kxmlgui5-devel
+ kjobwidgets5-devel
+ kitemviews5-devel
+ kcompletion5-devel
+ kbookmarks5-devel
+ kcoreaddons5-devel
+ kwidgetsaddons5-devel
+ extra-cmake-modules
+
+
+
+
+ kxmlrpcclient5
+
+ qt5-base
+ libgcc
+ ki18n5
+ kcoreaddons5
+ kio5
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kxmlrpcclient5-devel
+ Development files for kdelibs4-support5
+
+ kxmlrpcclient5
+
+ kio5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 3831074e91..63e4f82e3c 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -86925,6 +86925,180 @@ Gnome session.
+
+
+ kdeclarative5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Integration of QML and KDE workspaces
+ kdeclarative5 provides integration of QML and KDE workspaces.
+ mirrors://kde/stable/frameworks/5.116/kdeclarative-5.116.0.tar.xz
+
+ qt5-base-devel
+ mesa-devel
+ libepoxy-devel
+ qt5-declarative-devel
+ kauth5-devel
+ kcodecs5-devel
+ kpackage5-devel
+ kconfig5-devel
+ kservice5-devel
+ kcoreaddons5-devel
+ kguiaddons5-devel
+ knotifications5-devel
+ kglobalaccel5-devel
+ ki18n5-devel
+ kiconthemes5-devel
+ kio5-devel
+ kbookmarks5-devel
+ kcompletion5-devel
+ kconfigwidgets5-devel
+ kitemviews5-devel
+ kjobwidgets5-devel
+ solid5-devel
+ kxmlgui5-devel
+ kwidgetsaddons5-devel
+ kwindowsystem5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kdeclarative5/pspec.xml
+
+
+ kdeclarative5
+
+ qt5-base
+ libepoxy
+ qt5-declarative
+ kpackage5
+ kconfig5
+ kservice5
+ kcoreaddons5
+ kglobalaccel5
+ ki18n5
+ kiconthemes5
+ kio5
+ kguiaddons5
+ knotifications5
+ kwidgetsaddons5
+ kwindowsystem5
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kdeclarative5-devel
+ Development files for kdeclarative5
+
+ qt5-base-devel
+ kpackage5-devel
+ kconfig5-devel
+ kcoreaddons5-devel
+ kdeclarative5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kxmlrpcclient5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ XML-RPC client library for KDE
+ This library contains simple XML-RPC Client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. Only one interface is exposed to the world, kxmlrpcclient5/client.h and of that interface, you only need to use 3 methods: setUrl, setUserAgent and call.
+ mirrors://kde/stable/frameworks/5.116/portingAids/kxmlrpcclient-5.116.0.tar.xz
+
+ qt5-base-devel
+ kauth5-devel
+ kio5-devel
+ solid5-devel
+ ki18n5-devel
+ kconfig5-devel
+ kservice5-devel
+ kxmlgui5-devel
+ kjobwidgets5-devel
+ kitemviews5-devel
+ kcompletion5-devel
+ kbookmarks5-devel
+ kcoreaddons5-devel
+ kwidgetsaddons5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kxmlrpcclient5/pspec.xml
+
+
+ kxmlrpcclient5
+
+ qt5-base
+ libgcc
+ ki18n5
+ kcoreaddons5
+ kio5
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kxmlrpcclient5-devel
+ Development files for kdelibs4-support5
+
+ kxmlrpcclient5
+ kio5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kfilemetadata5
@@ -87998,6 +88172,84 @@ Gnome session.
+
+
+ knotifyconfig5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Configuration dialog for desktop notifications
+ knotifyconfig5 provides a configuration dialog for desktop notifications which can be embedded in your application..
+ mirrors://kde/stable/frameworks/5.116/knotifyconfig-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-phonon-devel
+ solid5-devel
+ kauth5-devel
+ kconfig5-devel
+ kxmlgui5-devel
+ kcompletion5-devel
+ ki18n5-devel
+ kio5-devel
+ kcodecs5-devel
+ kservice5-devel
+ kjobwidgets5-devel
+ kbookmarks5-devel
+ kcoreaddons5-devel
+ kwidgetsaddons5-devel
+ kitemviews5-devel
+ kconfigwidgets5-devel
+ kwindowsystem5-devel
+ libcanberra-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/knotifyconfig5/pspec.xml
+
+
+ knotifyconfig5
+
+ qt5-base
+ libcanberra
+ kconfig5
+ ki18n5
+ kio5
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ knotifyconfig5-devel
+ Development files for knotifyconfig5
+
+ knotifyconfig5
+ qt5-base-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
modemmanager-qt5
@@ -88855,6 +89107,90 @@ Gnome session.
+
+
+ kdav5
+ https://github.com/KDE/kdav5
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ library
+ app:gui
+ desktop.kde.applications
+ A DAV protocol implemention with KJobs
+ Bir DAV protokolü uygulaması
+ Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV.
+ Takvimler ve işler CalDAV veya GroupDAV'ı kullanarak desteklenir.
+ mirrors://kde/stable/frameworks/5.116/kdav-5.116.0.tar.xz
+
+ libgcc
+ kio5-devel
+ solid5-devel
+ kauth5-devel
+ ki18n5-devel
+ kxmlgui5-devel
+ kcodecs5-devel
+ kcoreaddons5-devel
+ kconfig5-devel
+ extra-cmake-modules
+ kservice5-devel
+ kitemviews5-devel
+ kbookmarks5-devel
+ kcompletion5-devel
+ kjobwidgets5-devel
+ kconfigwidgets5-devel
+ kwidgetsaddons5-devel
+ kwindowsystem5-devel
+ qt5-base-devel
+ qt5-xmlpatterns-devel
+
+ desktop/kde5/framework/kdav5/pspec.xml
+
+
+ kdav5
+
+ kio5
+ ki18n5
+ libgcc
+ kcoreaddons5
+ qt5-base
+ qt5-xmlpatterns
+
+
+ /usr/bin
+ /usr/share/locale
+ /usr/lib
+ /etc/xdg
+ /usr/share
+
+
+
+ kdav5-devel
+ Development files for kdav5
+ kdav5 için geliştirme dosyaları
+
+ kdav5
+ kcoreaddons5-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib/cmake
+ /usr/share/apps/cmake
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kdesu5
@@ -89407,6 +89743,78 @@ Gnome session.
+
+
+ kcontacts5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:gui
+ desktop.kde5.framework
+ Address book API for KDE.
+ Address book for KDE for Contacts.
+ mirrors://kde/stable/frameworks/5.116/kcontacts-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ ki18n5-devel
+ kcodecs5-devel
+ kconfig5-devel
+ kio5-devel
+ iso-codes-devel
+ kcoreaddons5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kcontacts5/pspec.xml
+
+
+ kcontacts5
+
+ qt5-base
+ qt5-declarative
+ ki18n5
+ kcodecs5
+ kconfig5
+ kcoreaddons5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kcontacts5-devel
+ Development files for kcontacts5
+
+ kcontacts5
+ ki18n5-devel
+ kcodecs5-devel
+ kconfig5-devel
+ kcoreaddons5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kpackage5
@@ -89566,6 +89974,99 @@ Gnome session.
+
+
+ baloo5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ Framework for searching and managing metadata
+ baloo5 is a framework for searching and managing metada
+ mirrors://kde/stable/frameworks/5.116/baloo-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ kcoreaddons5-devel
+ kdbusaddons5-devel
+ kauth5-devel
+ kconfig5-devel
+ kcrash5-devel
+ ki18n5-devel
+ kcompletion5-devel
+ kidletime5-devel
+ kio5-devel
+ solid5-devel
+ kxmlgui5-devel
+ kfilemetadata5-devel
+ kdoctools5-devel
+ kbookmarks5-devel
+ kitemviews5-devel
+ kjobwidgets5-devel
+ kwidgetsaddons5-devel
+ lmdb-devel
+ kservice5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/baloo5/pspec.xml
+
+
+ baloo5
+
+ qt5-base
+ qt5-declarative
+ kcoreaddons5
+ kdbusaddons5
+ libgcc
+ kconfig5
+ kcrash5
+ ki18n5
+ kidletime5
+ kio5
+ solid5
+ kfilemetadata5
+ lmdb
+
+
+ /etc
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ baloo5-devel
+ Development files for baloo5-widgets
+
+ baloo5
+ qt5-base-devel
+ kcoreaddons5-devel
+ kfilemetadata5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
oxygen-icons5
@@ -90136,6 +90637,67 @@ Gnome session.
+
+
+ ksyndication5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ app:library
+ desktop.kde5.framework
+ RSS/Atom parser library
+ syndication is a parser library for RSS and Atom feeds.
+ mirrors://kde/stable/frameworks/5.116/syndication-5.116.0.tar.xz
+
+ qt5-base-devel
+ kio5-devel
+ kcodecs5-devel
+ kdoctools5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/ksyndication5/pspec.xml
+
+
+ ksyndication5
+
+ qt5-base
+ kcodecs5
+ libgcc
+
+
+ /etc/xdg
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+ /usr/share/qlogging-categories5/syndication.categories
+ /usr/share/qlogging-categories5
+
+
+
+ ksyndication5-devel
+ Development files for ksyndication5
+
+ ksyndication5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kpty5
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 142de441c1..267c810e65 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-068ca08ea1cc73dee4362ec8710409962574fbee
\ No newline at end of file
+cb2b8dc904d5474d94dc6b43c11c9a875031efd8
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index a9f5b9327b..900e8023cb 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 73d4ed64a7..feec9a64a8 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-0bd6f7264d2bc0ba8f546cf32f8e7801aa85f1fe
\ No newline at end of file
+2eccd042229b0f198f82fb993a03fe4d979fa9d5
\ No newline at end of file