diff --git a/desktop/kde6/frameworks/kcolorscheme/actions.py b/desktop/kde6/frameworks/kcolorscheme/actions.py
new file mode 100644
index 0000000000..0eef11c64c
--- /dev/null
+++ b/desktop/kde6/frameworks/kcolorscheme/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env 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 kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*", "README*")
diff --git a/desktop/kde6/frameworks/kcolorscheme/pspec.xml b/desktop/kde6/frameworks/kcolorscheme/pspec.xml
new file mode 100644
index 0000000000..1e064245b3
--- /dev/null
+++ b/desktop/kde6/frameworks/kcolorscheme/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+ kcolorscheme-kf6
+ https://github.com/KDE/kcolorscheme
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ LGPLv3
+ library
+ Classes to read and interact with KColorScheme
+ Classes to read and interact with KColorScheme
+ https://download.kde.org/stable/frameworks/6.0/kcolorscheme-6.0.0.tar.xz
+
+ qt6-base-devel
+ ki18n-kf6-devel
+ kconfig-kf6-devel
+ kguiaddons-kf6-devel
+ extra-cmake-modules-kf6
+
+
+
+
+
+ kcolorscheme-kf6
+
+ qt6-base
+ ki18n-kf6
+ kconfig-kf6
+ kguiaddons-kf6
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+ /usr/share/qlogging-categories6
+
+
+
+
+ kcolorscheme-kf6-devel
+ Development files for kcolorscheme-kf6
+
+ kcolorscheme-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/frameworks/kcolorscheme/translations.xml b/desktop/kde6/frameworks/kcolorscheme/translations.xml
new file mode 100644
index 0000000000..0f5bc19c6d
--- /dev/null
+++ b/desktop/kde6/frameworks/kcolorscheme/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kcolorscheme-kf6
+ Classes to read and interact with KColorScheme
+ Classes to read and interact with KColorScheme
+
+
diff --git a/desktop/kde6/frameworks/kstatusnotifieritem/actions.py b/desktop/kde6/frameworks/kstatusnotifieritem/actions.py
new file mode 100644
index 0000000000..9cb5146c65
--- /dev/null
+++ b/desktop/kde6/frameworks/kstatusnotifieritem/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env 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 kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/frameworks/kstatusnotifieritem/pspec.xml b/desktop/kde6/frameworks/kstatusnotifieritem/pspec.xml
new file mode 100644
index 0000000000..779a32cad0
--- /dev/null
+++ b/desktop/kde6/frameworks/kstatusnotifieritem/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+ kstatusnotifieritem-kf6
+ https://community.kde.org/Frameworks
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ GPLv3
+ library
+ Implementation of Status Notifier Items
+ Durum Bildirici Öğelerinin Uygulanması
+ https://download.kde.org/stable/frameworks/6.0/kstatusnotifieritem-6.0.0.tar.xz
+
+ qt6-base-devel
+ kwindowsystem-kf6-devel
+ extra-cmake-modules-kf6
+
+
+
+
+
+ kstatusnotifieritem-kf6
+
+ qt6-base
+ kwindowsystem-kf6
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/info
+ /usr/share/doc
+
+
+
+
+ kstatusnotifieritem-kf6-devel
+ Development files for kstatusnotifieritem-kf6
+
+ kstatusnotifieritem-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/frameworks/kstatusnotifieritem/translations.xml b/desktop/kde6/frameworks/kstatusnotifieritem/translations.xml
new file mode 100644
index 0000000000..45b5c670e8
--- /dev/null
+++ b/desktop/kde6/frameworks/kstatusnotifieritem/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kstatusnotifieritem-kf6
+ Implementation of Status Notifier Items
+ Durum Bildirici Öğelerinin Uygulanması
+
+
diff --git a/desktop/kde6/frameworks/ksvg/actions.py b/desktop/kde6/frameworks/ksvg/actions.py
new file mode 100644
index 0000000000..0eef11c64c
--- /dev/null
+++ b/desktop/kde6/frameworks/ksvg/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env 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 kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*", "README*")
diff --git a/desktop/kde6/frameworks/ksvg/pspec.xml b/desktop/kde6/frameworks/ksvg/pspec.xml
new file mode 100644
index 0000000000..6cf6070b22
--- /dev/null
+++ b/desktop/kde6/frameworks/ksvg/pspec.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+ ksvg-kf6
+ https://community.kde.org/Frameworks
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ LGPLv3
+ library
+ Components for handling SVGs
+ SVG'leri işlemeye yönelik bileşenler
+ https://download.kde.org/stable/frameworks/6.0/ksvg-6.0.0.tar.xz
+
+ qt6-svg-devel
+ qt6-base-devel
+ qt6-declarative-devel
+ kconfig-kf6-devel
+ karchive-kf6-devel
+ kirigami-kf6-devel
+ kguiaddons-kf6-devel
+ kcoreaddons-kf6-devel
+ kcolorscheme-kf6-devel
+
+
+
+
+
+ ksvg-kf6
+
+ qt6-svg
+ qt6-base
+ qt6-declarative
+ kconfig-kf6
+ karchive-kf6
+ kirigami-kf6
+ kguiaddons-kf6
+ kcoreaddons-kf6
+ kcolorscheme-kf6
+
+
+ /usr/lib
+ /usr/share/qlogging-categories6
+ /usr/share/doc
+
+
+
+
+ ksvg-kf6-devel
+ Development files for ksvg-kf6
+
+ ksvg-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/frameworks/ksvg/translations.xml b/desktop/kde6/frameworks/ksvg/translations.xml
new file mode 100644
index 0000000000..738ff33ab9
--- /dev/null
+++ b/desktop/kde6/frameworks/ksvg/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ ksvg-kf6
+ Components for handling SVGs
+ SVG'leri işlemeye yönelik bileşenler
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 2dec028ee8..5bbf8e8483 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -117388,6 +117388,69 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kcolorscheme-kf6
+ https://github.com/KDE/kcolorscheme
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ LGPLv3
+ library
+ desktop.kde6.framework
+ Classes to read and interact with KColorScheme
+ Classes to read and interact with KColorScheme
+ Classes to read and interact with KColorScheme
+ Classes to read and interact with KColorScheme
+ https://download.kde.org/stable/frameworks/6.0/kcolorscheme-6.0.0.tar.xz
+
+ qt6-base-devel
+ ki18n-kf6-devel
+ kconfig-kf6-devel
+ kguiaddons-kf6-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/frameworks/kcolorscheme/pspec.xml
+
+
+ kcolorscheme-kf6
+
+ qt6-base
+ ki18n-kf6
+ kconfig-kf6
+ kguiaddons-kf6
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+ /usr/share/qlogging-categories6
+
+
+
+ kcolorscheme-kf6-devel
+ Development files for kcolorscheme-kf6
+
+ kcolorscheme-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
prison-kf6
@@ -118023,6 +118086,76 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ ksvg-kf6
+ https://community.kde.org/Frameworks
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ LGPLv3
+ library
+ desktop.kde6.framework
+ Components for handling SVGs
+ Components for handling SVGs
+ SVG'leri işlemeye yönelik bileşenler
+ SVG'leri işlemeye yönelik bileşenler
+ https://download.kde.org/stable/frameworks/6.0/ksvg-6.0.0.tar.xz
+
+ qt6-svg-devel
+ qt6-base-devel
+ qt6-declarative-devel
+ kconfig-kf6-devel
+ karchive-kf6-devel
+ kirigami-kf6-devel
+ kguiaddons-kf6-devel
+ kcoreaddons-kf6-devel
+ kcolorscheme-kf6-devel
+
+ desktop/kde6/frameworks/ksvg/pspec.xml
+
+
+ ksvg-kf6
+
+ qt6-svg
+ qt6-base
+ qt6-declarative
+ kconfig-kf6
+ karchive-kf6
+ kirigami-kf6
+ kguiaddons-kf6
+ kcoreaddons-kf6
+ kcolorscheme-kf6
+
+
+ /usr/lib
+ /usr/share/qlogging-categories6
+ /usr/share/doc
+
+
+
+ ksvg-kf6-devel
+ Development files for ksvg-kf6
+
+ ksvg-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kdbusaddons-kf6
@@ -119131,6 +119264,65 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kstatusnotifieritem-kf6
+ https://community.kde.org/Frameworks
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ GPLv3
+ library
+ desktop.kde6.framework
+ Implementation of Status Notifier Items
+ Implementation of Status Notifier Items
+ Durum Bildirici Öğelerinin Uygulanması
+ Durum Bildirici Öğelerinin Uygulanması
+ https://download.kde.org/stable/frameworks/6.0/kstatusnotifieritem-6.0.0.tar.xz
+
+ qt6-base-devel
+ kwindowsystem-kf6-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/frameworks/kstatusnotifieritem/pspec.xml
+
+
+ kstatusnotifieritem-kf6
+
+ qt6-base
+ kwindowsystem-kf6
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/info
+ /usr/share/doc
+
+
+
+ kstatusnotifieritem-kf6-devel
+ Development files for kstatusnotifieritem-kf6
+
+ kstatusnotifieritem-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
modemmanager-qt-kf6
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index e362499709..280a372942 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-4646eaa0c1f3b52e45e51016ea852240d47c985c
\ No newline at end of file
+b77f8c611ca5d62916bc20dd5e8ca0f57d8e014c
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 18274e7d60..118b308cc8 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 d020978652..9ef378dac4 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-d54cfc72c73e7fb665f4e4fcbc05e8a4f7a5891f
\ No newline at end of file
+f5870fbd8183973eb7014d41b7e18f455339678b
\ No newline at end of file