diff --git a/desktop/kde5/framework/kded5/actions.py b/desktop/kde5/framework/kded5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kded5/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/kded5/pspec.xml b/desktop/kde5/framework/kded5/pspec.xml
new file mode 100755
index 0000000000..4de9fc0abe
--- /dev/null
+++ b/desktop/kde5/framework/kded5/pspec.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+ kded5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 daemon
+ kded5 runs in the background and performs a number of small tasks.
+ mirrors://kde/stable/frameworks/5.116/kded-5.116.0.tar.xz
+
+ qt5-base-devel
+ kdoctools5-devel -->
+
+ kcoreaddons5-devel -->
+ kconfig5-devel -->
+ kcrash5-devel -->
+ kdbusaddons5-devel -->
+ kservice5-devel -->
+ docbook-xsl
+ extra-cmake-modules
+
+
+
+
+ kded5
+
+ qt5-base
+ libgcc
+ kcoreaddons5
+ kconfig5
+ kcrash5
+ kdbusaddons5
+ kservice5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+ /usr/share/man
+
+
+
+ kded5-devel
+ Development files for kded5
+
+
+ kded5
+
+
+ /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/kdesu5/actions.py b/desktop/kde5/framework/kdesu5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kdesu5/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/kdesu5/pspec.xml b/desktop/kde5/framework/kdesu5/pspec.xml
new file mode 100755
index 0000000000..67e6385cdd
--- /dev/null
+++ b/desktop/kde5/framework/kdesu5/pspec.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+ kdesu5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ User interface for running shell commands with root privileges
+ kdesu5 provides functionality for building GUI front ends for (password asking) console mode programs.
+ mirrors://kde/stable/frameworks/5.116/kdesu-5.116.0.tar.xz
+
+ qt5-base-devel
+ kcoreaddons5-devel
+ kpty5-devel
+ kservice5-devel
+ ki18n5-devel
+ kconfig5-devel
+ libX11-devel
+ extra-cmake-modules
+
+
+
+
+ kdesu5
+
+ qt5-base
+ kcoreaddons5
+ kpty5
+ kservice5
+ ki18n5
+ kconfig5
+
+ libX11
+
+
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/qlogging-categories5/ksu.categories
+ /usr/share/doc
+
+
+
+
+ kdesu5-devel
+ Development files for kdesu5
+
+ kdesu5
+
+ kpty5-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/kemoticons5/actions.py b/desktop/kde5/framework/kemoticons5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kemoticons5/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/kemoticons5/pspec.xml b/desktop/kde5/framework/kemoticons5/pspec.xml
new file mode 100755
index 0000000000..2fec6bfadc
--- /dev/null
+++ b/desktop/kde5/framework/kemoticons5/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+ kemoticons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE emoticon manager
+ kemoticons5 converts emoticons from text to a graphical representation with images in HTML.
+ mirrors://kde/stable/frameworks/5.116/kemoticons-5.116.0.tar.xz
+
+ qt5-base-devel
+ karchive5-devel
+ kcoreaddons5-devel
+ kconfig5-devel
+ kservice5-devel
+ extra-cmake-modules
+
+
+
+
+ kemoticons5
+
+ qt5-base
+ libgcc -->
+ karchive5
+ kcoreaddons5
+ kconfig5
+ kservice5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kemoticons5-devel
+ Development files for kemoticons5
+
+ kemoticons5
+ qt5-base-devel
+
+ kservice5-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/kglobalaccel5/actions.py b/desktop/kde5/framework/kglobalaccel5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kglobalaccel5/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/kglobalaccel5/pspec.xml b/desktop/kde5/framework/kglobalaccel5/pspec.xml
new file mode 100755
index 0000000000..513da7d7ca
--- /dev/null
+++ b/desktop/kde5/framework/kglobalaccel5/pspec.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+ kglobalaccel5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Global desktop keyboard shortcuts
+ kglobalaccel5 allows you to have global accelerators that are independent of the focused window.
+ mirrors://kde/stable/frameworks/5.116/kglobalaccel-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-base
+ libxcb-devel
+ kcrash5-devel
+ kconfig5-devel
+ qt5-x11extras-devel
+ kcoreaddons5-devel
+ kdbusaddons5-devel
+ xcb-util-keysyms-devel
+ kwindowsystem5-devel
+ kservice5-devel
+ extra-cmake-modules
+
+
+
+
+ kglobalaccel5
+
+ qt5-base
+
+ libxcb
+ kcrash5
+ kconfig5
+ qt5-x11extras
+ kcoreaddons5
+ kdbusaddons5
+ xcb-util-keysyms
+ kwindowsystem5
+
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kglobalaccel5-devel
+ Development files for kglobalaccel5
+
+ kglobalaccel5
+ 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/kiconthemes5/actions.py b/desktop/kde5/framework/kiconthemes5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kiconthemes5/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/kiconthemes5/pspec.xml b/desktop/kde5/framework/kiconthemes5/pspec.xml
new file mode 100755
index 0000000000..248d8184b7
--- /dev/null
+++ b/desktop/kde5/framework/kiconthemes5/pspec.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+ kiconthemes5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 icon utilities
+ This library contains classes to improve the handling of icons in applications using the KDE Frameworks.
+ mirrors://kde/stable/frameworks/5.116/kiconthemes-5.116.0.tar.xz
+
+ kcoreaddons5-devel
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-svg-devel
+ ki18n5-devel
+ kauth5-devel
+ karchive5-devel
+ kcodecs5-devel
+ kconfig5-devel
+ kitemviews5-devel
+ kconfigwidgets5-devel
+ kwidgetsaddons5-devel
+ extra-cmake-modules
+
+
+
+
+ kiconthemes5
+
+ qt5-base
+ qt5-svg
+ kconfigwidgets5
+ ki18n5
+ kitemviews5
+ kwidgetsaddons5
+ karchive5
+ kconfig5
+ kcoreaddons5
+ kconfigwidgets5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kiconthemes5-devel
+ Development files for kiconthemes5
+
+ kiconthemes5
+ 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/kjsembed5/actions.py b/desktop/kde5/framework/kjsembed5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/kjsembed5/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/kjsembed5/pspec.xml b/desktop/kde5/framework/kjsembed5/pspec.xml
new file mode 100755
index 0000000000..958e7b5880
--- /dev/null
+++ b/desktop/kde5/framework/kjsembed5/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+ kjsembed5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ JavaScript support for HTML rendering engine on KDE5
+ The kjsembed5 library is an easy-to-use wrapper around the KDE ECMAScript interpreter (kjs5) that makes it easy to add scriptability to an application.
+ mirrors://kde/stable/frameworks/5.116/portingAids/kjsembed-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-svg-devel
+ qt5-designer-devel
+ kdoctools5-devel
+ ki18n5-devel
+ kjs5-devel
+ docbook-xsl
+ extra-cmake-modules
+
+
+
+
+ kjsembed5
+
+ qt5-base
+ qt5-svg
+ libgcc
+ ki18n5
+ kjs5
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ kjsembed5-devel
+ Development files for kjsembed5
+
+
+ ki18n5-devel
+ kjs5-devel
+ kjsembed5
+
+
+ /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/knotifications5/actions.py b/desktop/kde5/framework/knotifications5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/knotifications5/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/knotifications5/pspec.xml b/desktop/kde5/framework/knotifications5/pspec.xml
new file mode 100755
index 0000000000..cf8e77cb61
--- /dev/null
+++ b/desktop/kde5/framework/knotifications5/pspec.xml
@@ -0,0 +1,98 @@
+
+
+
+
+
+ knotifications5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ KDE5 Desktop notifications
+ KNotification is used to notify the user of an event. It covers feedback and persistent events.
+ mirrors://kde/stable/frameworks/5.116/knotifications-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-speech-devel
+ qt5-declarative-devel
+ kwindowsystem5-devel
+ qt5-x11extras-devel
+ kservice5-devel
+ kconfig5-devel
+ kcoreaddons5-devel
+ kiconthemes5-devel
+ kcodecs5-devel
+ libdbusmenu-qt-devel
+ libcanberra-devel
+ qt5-phonon-devel
+ libXtst-devel
+ extra-cmake-modules
+
+
+
+
+ knotifications5
+
+ qt5-base
+ qt5-speech
+ qt5-declarative
+
+ libXtst
+ libX11
+ qt5-x11extras
+ kconfig5
+
+ kcoreaddons5
+
+
+ libdbusmenu-qt
+ libcanberra
+ kwindowsystem5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ knotifications5-devel
+ Development files for knotifications5
+
+ knotifications5
+ 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/kpeople5/actions.py b/desktop/kde5/framework/kpeople5/actions.py
new file mode 100755
index 0000000000..f6a1b500ff
--- /dev/null
+++ b/desktop/kde5/framework/kpeople5/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ pisitools.ldflags.add("-Wl,-rpath,/usr/lib")
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ #pisitools.dodoc("COPYING")
diff --git a/desktop/kde5/framework/kpeople5/pspec.xml b/desktop/kde5/framework/kpeople5/pspec.xml
new file mode 100755
index 0000000000..14a8efe55b
--- /dev/null
+++ b/desktop/kde5/framework/kpeople5/pspec.xml
@@ -0,0 +1,87 @@
+
+
+
+
+
+ kpeople5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ A contact aggregation library for KDE
+ kpeople5 is a Framework for fetching contacts from different sources (Telepathy, Akonadi, Facebook, etc) and unifying them into a same model.
+ mirrors://kde/stable/frameworks/5.116/kpeople-5.116.0.tar.xz
+
+ qt5-base-devel
+ kconfig5-devel
+ qt5-declarative-devel
+ kcoreaddons5-devel
+ qt5-sql-postgresql
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-sql-odbc
+ kservice5-devel
+ kwidgetsaddons5-devel
+ ki18n5-devel
+ kitemviews5-devel
+ extra-cmake-modules
+
+
+
+
+ kpeople5
+
+ qt5-base
+ qt5-declarative
+
+
+ kcoreaddons5
+
+ kwidgetsaddons5
+ ki18n5
+ kitemviews5
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+ /etc/xdg
+
+
+
+
+ kpeople5-devel
+ Development files for kpeople5
+
+ qt5-base-devel
+
+ kpeople5
+
+
+ /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/ktextwidgets5/actions.py b/desktop/kde5/framework/ktextwidgets5/actions.py
new file mode 100755
index 0000000000..7ad3db044b
--- /dev/null
+++ b/desktop/kde5/framework/ktextwidgets5/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/ktextwidgets5/pspec.xml b/desktop/kde5/framework/ktextwidgets5/pspec.xml
new file mode 100755
index 0000000000..8ef813070a
--- /dev/null
+++ b/desktop/kde5/framework/ktextwidgets5/pspec.xml
@@ -0,0 +1,97 @@
+
+
+
+
+
+ ktextwidgets5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ KDE5 text editing widgets
+ ktextwidgets5 provides widgets for displaying and editing text. It supports rich text as well as plain text.
+ mirrors://kde/stable/frameworks/5.116/ktextwidgets-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-speech-devel
+ kconfig5-devel
+ kcompletion5-devel
+ kcodecs5-devel
+ kauth5-devel
+ kconfigwidgets5-devel
+ kiconthemes5-devel
+ kwidgetsaddons5-devel
+ ki18n5-devel
+ sonnet5-devel
+ kservice5-devel
+ kcoreaddons5-devel
+ kwindowsystem5-devel
+ extra-cmake-modules
+
+
+
+
+ ktextwidgets5
+
+ qt5-base
+
+ kconfig5
+ kcompletion5
+ kconfigwidgets5
+
+ kwidgetsaddons5
+ ki18n5
+ sonnet5
+
+
+
+ qt5-speech
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ ktextwidgets5-devel
+ Development files for ktextwidgets5
+
+ ktextwidgets5
+ qt5-base-devel
+
+ ki18n5-devel
+ sonnet5-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 fe7523b8a0..6fc3c93e9b 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -87253,6 +87253,74 @@ Gnome session.
+
+
+ kemoticons5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE emoticon manager
+ kemoticons5 converts emoticons from text to a graphical representation with images in HTML.
+ mirrors://kde/stable/frameworks/5.116/kemoticons-5.116.0.tar.xz
+
+ qt5-base-devel
+ karchive5-devel
+ kcoreaddons5-devel
+ kconfig5-devel
+ kservice5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kemoticons5/pspec.xml
+
+
+ kemoticons5
+
+ qt5-base
+ libgcc
+ karchive5
+ kcoreaddons5
+ kconfig5
+ kservice5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kemoticons5-devel
+ Development files for kemoticons5
+
+ kemoticons5
+ qt5-base-devel
+ kservice5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kdnssd5
@@ -87621,6 +87689,86 @@ Gnome session.
+
+
+ ktextwidgets5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE5 text editing widgets
+ ktextwidgets5 provides widgets for displaying and editing text. It supports rich text as well as plain text.
+ mirrors://kde/stable/frameworks/5.116/ktextwidgets-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-speech-devel
+ kconfig5-devel
+ kcompletion5-devel
+ kcodecs5-devel
+ kauth5-devel
+ kconfigwidgets5-devel
+ kiconthemes5-devel
+ kwidgetsaddons5-devel
+ ki18n5-devel
+ sonnet5-devel
+ kservice5-devel
+ kcoreaddons5-devel
+ kwindowsystem5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/ktextwidgets5/pspec.xml
+
+
+ ktextwidgets5
+
+ qt5-base
+ kconfig5
+ kcompletion5
+ kconfigwidgets5
+ kwidgetsaddons5
+ ki18n5
+ sonnet5
+ qt5-speech
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ ktextwidgets5-devel
+ Development files for ktextwidgets5
+
+ ktextwidgets5
+ qt5-base-devel
+ ki18n5-devel
+ sonnet5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kwidgetsaddons5
@@ -88120,6 +88268,222 @@ Gnome session.
+
+
+ kglobalaccel5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ Global desktop keyboard shortcuts
+ kglobalaccel5 allows you to have global accelerators that are independent of the focused window.
+ mirrors://kde/stable/frameworks/5.116/kglobalaccel-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-base
+ libxcb-devel
+ kcrash5-devel
+ kconfig5-devel
+ qt5-x11extras-devel
+ kcoreaddons5-devel
+ kdbusaddons5-devel
+ xcb-util-keysyms-devel
+ kwindowsystem5-devel
+ kservice5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kglobalaccel5/pspec.xml
+
+
+ kglobalaccel5
+
+ qt5-base
+ libxcb
+ kcrash5
+ kconfig5
+ qt5-x11extras
+ kcoreaddons5
+ kdbusaddons5
+ xcb-util-keysyms
+ kwindowsystem5
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kglobalaccel5-devel
+ Development files for kglobalaccel5
+
+ kglobalaccel5
+ qt5-base-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kjsembed5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ JavaScript support for HTML rendering engine on KDE5
+ The kjsembed5 library is an easy-to-use wrapper around the KDE ECMAScript interpreter (kjs5) that makes it easy to add scriptability to an application.
+ mirrors://kde/stable/frameworks/5.116/portingAids/kjsembed-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-svg-devel
+ qt5-designer-devel
+ kdoctools5-devel
+ ki18n5-devel
+ kjs5-devel
+ docbook-xsl
+ extra-cmake-modules
+
+ desktop/kde5/framework/kjsembed5/pspec.xml
+
+
+ kjsembed5
+
+ qt5-base
+ qt5-svg
+ libgcc
+ ki18n5
+ kjs5
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+ kjsembed5-devel
+ Development files for kjsembed5
+
+ ki18n5-devel
+ kjs5-devel
+ kjsembed5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kded5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE5 daemon
+ kded5 runs in the background and performs a number of small tasks.
+ mirrors://kde/stable/frameworks/5.116/kded-5.116.0.tar.xz
+
+ qt5-base-devel
+ kdoctools5-devel
+ kcoreaddons5-devel
+ kconfig5-devel
+ kcrash5-devel
+ kdbusaddons5-devel
+ kservice5-devel
+ docbook-xsl
+ extra-cmake-modules
+
+ desktop/kde5/framework/kded5/pspec.xml
+
+
+ kded5
+
+ qt5-base
+ libgcc
+ kcoreaddons5
+ kconfig5
+ kcrash5
+ kdbusaddons5
+ kservice5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
+ /usr/bin
+ /usr/share/doc
+ /usr/share/man
+
+
+
+ kded5-devel
+ Development files for kded5
+
+ kded5
+
+
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
ki18n5
@@ -88183,6 +88547,154 @@ Gnome session.
+
+
+ kdesu5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ User interface for running shell commands with root privileges
+ kdesu5 provides functionality for building GUI front ends for (password asking) console mode programs.
+ mirrors://kde/stable/frameworks/5.116/kdesu-5.116.0.tar.xz
+
+ qt5-base-devel
+ kcoreaddons5-devel
+ kpty5-devel
+ kservice5-devel
+ ki18n5-devel
+ kconfig5-devel
+ libX11-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kdesu5/pspec.xml
+
+
+ kdesu5
+
+ qt5-base
+ kcoreaddons5
+ kpty5
+ kservice5
+ ki18n5
+ kconfig5
+ libX11
+
+
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/qlogging-categories5/ksu.categories
+ /usr/share/doc
+
+
+
+ kdesu5-devel
+ Development files for kdesu5
+
+ kdesu5
+ kpty5-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ kiconthemes5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde5.framework
+ KDE5 icon utilities
+ This library contains classes to improve the handling of icons in applications using the KDE Frameworks.
+ mirrors://kde/stable/frameworks/5.116/kiconthemes-5.116.0.tar.xz
+
+ kcoreaddons5-devel
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-svg-devel
+ ki18n5-devel
+ kauth5-devel
+ karchive5-devel
+ kcodecs5-devel
+ kconfig5-devel
+ kitemviews5-devel
+ kconfigwidgets5-devel
+ kwidgetsaddons5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kiconthemes5/pspec.xml
+
+
+ kiconthemes5
+
+ qt5-base
+ qt5-svg
+ kconfigwidgets5
+ ki18n5
+ kitemviews5
+ kwidgetsaddons5
+ karchive5
+ kconfig5
+ kcoreaddons5
+ kconfigwidgets5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/bin
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kiconthemes5-devel
+ Development files for kiconthemes5
+
+ kiconthemes5
+ qt5-base-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kconfig5
@@ -88381,6 +88893,79 @@ Gnome session.
+
+
+ kpeople5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ A contact aggregation library for KDE
+ kpeople5 is a Framework for fetching contacts from different sources (Telepathy, Akonadi, Facebook, etc) and unifying them into a same model.
+ mirrors://kde/stable/frameworks/5.116/kpeople-5.116.0.tar.xz
+
+ qt5-base-devel
+ kconfig5-devel
+ qt5-declarative-devel
+ kcoreaddons5-devel
+ qt5-sql-postgresql
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-sql-odbc
+ kservice5-devel
+ kwidgetsaddons5-devel
+ ki18n5-devel
+ kitemviews5-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/kpeople5/pspec.xml
+
+
+ kpeople5
+
+ qt5-base
+ qt5-declarative
+ kcoreaddons5
+ kwidgetsaddons5
+ ki18n5
+ kitemviews5
+
+
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+ /etc/xdg
+
+
+
+ kpeople5-devel
+ Development files for kpeople5
+
+ qt5-base-devel
+ kpeople5
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
sonnet5
@@ -88716,6 +89301,87 @@ Gnome session.
+
+
+ knotifications5
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde5.framework
+ KDE5 Desktop notifications
+ KNotification is used to notify the user of an event. It covers feedback and persistent events.
+ mirrors://kde/stable/frameworks/5.116/knotifications-5.116.0.tar.xz
+
+ qt5-base-devel
+ qt5-linguist
+ qt5-speech-devel
+ qt5-declarative-devel
+ kwindowsystem5-devel
+ qt5-x11extras-devel
+ kservice5-devel
+ kconfig5-devel
+ kcoreaddons5-devel
+ kiconthemes5-devel
+ kcodecs5-devel
+ libdbusmenu-qt-devel
+ libcanberra-devel
+ qt5-phonon-devel
+ libXtst-devel
+ extra-cmake-modules
+
+ desktop/kde5/framework/knotifications5/pspec.xml
+
+
+ knotifications5
+
+ qt5-base
+ qt5-speech
+ qt5-declarative
+ libXtst
+ libX11
+ qt5-x11extras
+ kconfig5
+ kcoreaddons5
+ libdbusmenu-qt
+ libcanberra
+ kwindowsystem5
+
+
+ /etc/xdg
+ /usr/share
+ /usr/share/locale
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ knotifications5-devel
+ Development files for knotifications5
+
+ knotifications5
+ qt5-base-devel
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-05-19
+ 5.116.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kcalendarcore5
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 7b79711a72..d616843630 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-82dc40fa3dfc0dea53ed271e12398b36e1455e2c
\ No newline at end of file
+0d119f3b327fba93d0c318f91dca750a71a93780
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 7ace7960d0..6d855e4c98 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 0bfe0686e9..58181323a8 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-70d0bdf091a2d3ed357356d4560d44084cc71c68
\ No newline at end of file
+dc9bd820a00bdd322ad4d58f4321dad165b3cf93
\ No newline at end of file