diff --git a/desktop/kde6/applications/akonadi-search-kf6/actions.py b/desktop/kde6/applications/akonadi-search-kf6/actions.py
new file mode 100755
index 0000000000..5ba0db45e0
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-search-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("README*")
diff --git a/desktop/kde6/applications/akonadi-search-kf6/files/qt5.patch b/desktop/kde6/applications/akonadi-search-kf6/files/qt5.patch
new file mode 100755
index 0000000000..72cb7d751a
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-search-kf6/files/qt5.patch
@@ -0,0 +1,12 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2017-12-08 04:01:18.000000000 +0300
++++ b/CMakeLists.txt 2017-12-16 18:01:14.579593828 +0300
+@@ -32,7 +32,7 @@
+ set(kcontacts-kf6_LIB_VERSION "5.7.0")
+ set(kcalendarcore-kf6_LIB_VERSION "5.7.0")
+ set(kmime-kf6_LIB_VERSION "5.7.0")
+-set(QT_REQUIRED_VERSION "5.8.0")
++set(QT_REQUIRED_VERSION "5.7.1")
+
+ find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Test)
+ find_package(KF5 ${KF5_VERSION} REQUIRED COMPONENTS I18n Config Crash kcmutils-kf6)
diff --git a/desktop/kde6/applications/akonadi-search-kf6/pspec.xml b/desktop/kde6/applications/akonadi-search-kf6/pspec.xml
new file mode 100755
index 0000000000..61a89e1d48
--- /dev/null
+++ b/desktop/kde6/applications/akonadi-search-kf6/pspec.xml
@@ -0,0 +1,122 @@
+
+
+
+
+
+ akonadi-search-kf6
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ akonadi
+ library
+ Libraries and daemons to implement searching in Akonadi
+ Libraries and daemons to implement searching in Akonadi
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-search-24.02.0.tar.xz
+
+ qt6-base-devel
+ kcrash-kf6-devel
+ kconfig-kf6-devel
+ ki18n-kf6-devel
+ akonadi-kf6-devel
+ kcontacts-kf6-devel
+ kmime-kf6-devel
+ kjobwidgets-kf6-devel
+ kservice-kf6-devel
+ solid-kf6-devel
+ kxmlgui-kf6-devel
+ kitemmodels-kf6-devel
+
+
+ kunitconversion-kf6-devel
+ kcalendarcore-kf6-devel
+ libical-devel
+
+ kcompletion-kf6-devel
+ boost-devel
+ kcmutils-kf6-devel
+ krunner-kf6-devel
+ xapian-core-devel
+ kdoctools-kf6-devel
+ extra-cmake-modules-kf6
+ akonadi-mime-kf6-devel
+
+
+
+
+
+
+
+ akonadi-search-kf6
+ app:console
+
+ qt6-base
+ ki18n-kf6
+ kmime-kf6
+ libgcc
+ kcodecs-kf6
+ kconfig-kf6
+ kcalendarcore-kf6
+ kcontacts-kf6
+ kcoreaddons-kf6
+ xapian-core
+ krunner-kf6
+ kcompletion-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+ akonadi-kf6
+ akonadi-mime-kf6
+
+
+ /etc/akonadi
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/share/dbus-1
+ /usr/share/config
+ /usr/share/mime
+ /usr/share/kde4
+ /usr/share/doc/
+ /usr/share/akonadi
+ /usr/share/kservice-kf6s5
+ /usr/share/locale
+ /usr/share
+
+
+
+
+ akonadi-search-kf6-devel
+ Development files for akonadi
+
+ akonadi-search-kf6
+ qt6-base-devel
+ ki18n-kf6-devel
+ kmime-kf6-devel
+ kcodecs-kf6-devel
+ kconfig-kf6-devel
+ kcalendarcore-kf6-devel
+ kcontacts-kf6-devel
+ kcoreaddons-kf6-devel
+ xapian-core-devel
+ kcmutils-kf6-devel
+ krunner-kf6-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib/cmake
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/dolphin-plugins-kf6/actions.py b/desktop/kde6/applications/dolphin-plugins-kf6/actions.py
new file mode 100755
index 0000000000..e4e5adbf7a
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-plugins-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 pisitools
+from pisi.actionsapi import kde6
+
+NoStrip=["/usr/share"]
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("LICENSES/*")
diff --git a/desktop/kde6/applications/dolphin-plugins-kf6/pspec.xml b/desktop/kde6/applications/dolphin-plugins-kf6/pspec.xml
new file mode 100755
index 0000000000..819aa0904b
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-plugins-kf6/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+ dolphin-plugins-kf6
+ http://www.kde.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ desktop.kde.sdk
+ Extra dolphin-kf6 plugins
+ This package contains plugins that offer integration in dolphin-kf6 with the following version control systems:
+ mirrors://kde/stable/release-service/24.02.0/src/dolphin-plugins-24.02.0.tar.xz
+
+ qt6-base-devel
+ kdoctools-kf6-devel
+ dolphin-kf6-devel
+ kio-kf6-devel
+
+ extra-cmake-modules-kf6
+
+
+
+
+ dolphin-plugins-kf6
+
+ qt6-base
+ dolphin-kf6
+ kio-kf6
+ ki18n-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ kservice-kf6
+ ktexteditor-kf6
+ kwidgetsaddons-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ ktextwidgets-kf6
+
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/dolphin-plugins-kf6/translations.xml b/desktop/kde6/applications/dolphin-plugins-kf6/translations.xml
new file mode 100755
index 0000000000..22fa7841b7
--- /dev/null
+++ b/desktop/kde6/applications/dolphin-plugins-kf6/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ dolphin-plugins-kf6
+ dolphin-kf6 eklentileri.
+ dolphin-kf6 için VCS (Version Control System) eklentileri.
+
+
diff --git a/desktop/kde6/applications/kcalutils--kf6/actions.py b/desktop/kde6/applications/kcalutils--kf6/actions.py
new file mode 100755
index 0000000000..c417edf426
--- /dev/null
+++ b/desktop/kde6/applications/kcalutils--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 pisitools
+from pisi.actionsapi import kde6
+from pisi.actionsapi import get
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("README*")
diff --git a/desktop/kde6/applications/kcalutils--kf6/files/qt5.patch b/desktop/kde6/applications/kcalutils--kf6/files/qt5.patch
new file mode 100755
index 0000000000..1c1e42fc7e
--- /dev/null
+++ b/desktop/kde6/applications/kcalutils--kf6/files/qt5.patch
@@ -0,0 +1,13 @@
+diff -Nuar a/src/grantleeki18n-kf6localizer.cpp b/src/grantleeki18n-kf6localizer.cpp
+--- a/src/grantleeki18n-kf6localizer.cpp 2017-12-04 13:20:01.000000000 +0300
++++ b/src/grantleeki18n-kf6localizer.cpp 2017-12-16 18:18:43.000518179 +0300
+@@ -67,7 +67,9 @@
+ break;
+ }
+ // fall-through
++#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
+ Q_FALLTHROUGH();
++#endif
+ default:
+ qCWarning(kcalutils-kf6_LOG) << "Unknown type" << iter->typeName() << "(" << iter->type() << ")";
+ break;
diff --git a/desktop/kde6/applications/kcalutils--kf6/pspec.xml b/desktop/kde6/applications/kcalutils--kf6/pspec.xml
new file mode 100755
index 0000000000..4b3ad52ce8
--- /dev/null
+++ b/desktop/kde6/applications/kcalutils--kf6/pspec.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+ kcalutils-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:library
+ The KDE calendar utility library
+ Calendar utility library for KDE
+ mirrors://kde/stable/release-service/24.02.0/src/kcalutils-24.02.0.tar.xz
+
+ qt6-base-devel
+ kcalendarcore-kf6-devel
+ kidentitymanagement-kf6-devel
+ kcoreaddons-kf6-devel
+ kconfig-kf6-devel
+ ki18n-kf6-devel
+ kidentitymanagement-kf6-devel
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+
+ grantlee-qt5-devel
+ kdoctools-kf6-devel
+ kiconthemes-kf6-devel
+ extra-cmake-modules-kf6
+
+
+
+
+
+
+
+ kcalutils-kf6
+
+ qt6-base
+ kcalendarcore-kf6
+ kidentitymanagement-kf6
+ ki18n-kf6
+ libgcc
+ kcodecs-kf6
+ kconfig-kf6
+ grantlee-qt5
+ kcoreaddons-kf6
+ kiconthemes-kf6
+ kwidgetsaddons-kf6
+
+ kidentitymanagement-kf6
+
+
+ /etc/xdg
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+ /usr/share/kcalendar
+ /usr/share/locale
+ /usr/share
+
+
+
+
+ kcalutils-kf6-devel
+ Development files for kcalutils-kf6
+
+ qt6-base-devel
+ kcalutils-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/kldap-kf6/actions.py b/desktop/kde6/applications/kldap-kf6/actions.py
new file mode 100755
index 0000000000..120217881d
--- /dev/null
+++ b/desktop/kde6/applications/kldap-kf6/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 kde6
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
diff --git a/desktop/kde6/applications/kldap-kf6/pspec.xml b/desktop/kde6/applications/kldap-kf6/pspec.xml
new file mode 100755
index 0000000000..6acdacc976
--- /dev/null
+++ b/desktop/kde6/applications/kldap-kf6/pspec.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+ kldap-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ LDAP access API for KDE
+ Allows LDAP accessing with a convenient Qt style C++ API.
+ mirrors://kde/stable/release-service/24.02.0/src/kldap-24.02.0.tar.xz
+
+ qt6-base-devel
+ kcompletion-kf6-devel
+ kdoctools-kf6-devel
+ ki18n-kf6-devel
+ kio-kf6-devel
+ kmbox-kf6-devel
+ kmime-kf6-devel
+ kwallet-kf6-devel
+ openldap-server
+ cyrus-sasl-devel
+ extra-cmake-modules-kf6
+ qt6-keychain-devel
+ kconfig-kf6-devel
+ kcoreaddons-kf6-devel
+
+
+
+
+ kldap-kf6
+
+ qt6-base
+ kcompletion-kf6
+ kwallet-kf6
+ ki18n-kf6
+ kio-kf6
+ libgcc
+ cyrus-sasl
+ openldap-client
+ kwidgetsaddons-kf6
+ qt6-keychain
+ kconfig-kf6
+ kcoreaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ kldap-kf6-devel
+ Development files for kdelibs4-support
+
+ qt6-base-devel
+ kldap-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/applications/kmailtransport-kf6/actions.py b/desktop/kde6/applications/kmailtransport-kf6/actions.py
new file mode 100755
index 0000000000..4957fa16c6
--- /dev/null
+++ b/desktop/kde6/applications/kmailtransport-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("TODO", "DESIGN")
diff --git a/desktop/kde6/applications/kmailtransport-kf6/pspec.xml b/desktop/kde6/applications/kmailtransport-kf6/pspec.xml
new file mode 100755
index 0000000000..b307478333
--- /dev/null
+++ b/desktop/kde6/applications/kmailtransport-kf6/pspec.xml
@@ -0,0 +1,100 @@
+
+
+
+
+
+ kmailtransport-kf6
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ akonadi
+ library
+ Mail Transport Service
+ Mail Transport Service
+ mirrors://kde/stable/release-service/24.02.0/src/kmailtransport-24.02.0.tar.xz
+
+ qt6-base-devel
+
+
+ kdoctools-kf6-devel
+
+ kitemmodels-kf6-devel
+
+ kunitconversion-kf6-devel
+ kcmutils-kf6-devel
+ kmime-kf6-devel
+ akonadi-mime-kf6-devel
+ akonadi-kf6-devel
+ cyrus-sasl-devel
+ extra-cmake-modules-kf6
+ boost-devel
+ ksmtp-kf6-devel
+ kwallet-kf6-devel
+ libkgapi-kf6-devel
+ qt6-keychain-devel
+
+
+
+
+ kmailtransport-kf6
+ app:console
+
+ qt6-base
+ ki18n-kf6
+ ksmtp-kf6
+ kio-kf6
+ libgcc
+ kmime-kf6
+ kconfig-kf6
+ kwallet-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+
+ akonadi-kf6
+ cyrus-sasl
+ akonadi-mime-kf6
+ libkgapi-kf6
+ qt6-keychain
+
+
+ /etc/xdg
+ /usr/lib
+ /usr/lib/qt6
+ /usr/share
+ /usr/share/kservice-kf6s5
+ /usr/share/doc/
+ /usr/share/config.kcfg
+ /usr/share/locale
+
+
+
+
+ kmailtransport-kf6-devel
+ Development files for akonadi
+
+ kmailtransport-kf6
+ kwallet-kf6-devel
+ qt6-base-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib/cmake
+
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 48bccd9708..13f3b266d2 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -129690,6 +129690,86 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kldap-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.applications
+ LDAP access API for KDE
+ Allows LDAP accessing with a convenient Qt style C++ API.
+ mirrors://kde/stable/release-service/24.02.0/src/kldap-24.02.0.tar.xz
+
+ qt6-base-devel
+ kcompletion-kf6-devel
+ kdoctools-kf6-devel
+ ki18n-kf6-devel
+ kio-kf6-devel
+ kmbox-kf6-devel
+ kmime-kf6-devel
+ kwallet-kf6-devel
+ openldap-server
+ cyrus-sasl-devel
+ extra-cmake-modules-kf6
+ qt6-keychain-devel
+ kconfig-kf6-devel
+ kcoreaddons-kf6-devel
+
+ desktop/kde6/applications/kldap-kf6/pspec.xml
+
+
+ kldap-kf6
+
+ qt6-base
+ kcompletion-kf6
+ kwallet-kf6
+ ki18n-kf6
+ kio-kf6
+ libgcc
+ cyrus-sasl
+ openldap-client
+ kwidgetsaddons-kf6
+ qt6-keychain
+ kconfig-kf6
+ kcoreaddons-kf6
+
+
+ /etc/xdg
+ /usr/share
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+
+
+
+ kldap-kf6-devel
+ Development files for kdelibs4-support
+
+ qt6-base-devel
+ kldap-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kwalletmanager-kf6
@@ -130091,7 +130171,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kirigami-kf6-devel
kpipewire-kf6-devel
pipewire-devel
- libkipi-kf6-devel
libxcb-devel
libkscreen-kf6-devel
xcb-util-devel
@@ -130132,7 +130211,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kirigami-kf6
kxmlgui-kf6
knewstuff-kf6
- libkipi-kf6
pipewire
kpipewire-kf6
kdeclarative-kf6
@@ -131997,6 +132075,118 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ akonadi-search-kf6
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ desktop.kde6.applications
+ Libraries and daemons to implement searching in Akonadi
+ Libraries and daemons to implement searching in Akonadi
+ akonadi
+ mirrors://kde/stable/release-service/24.02.0/src/akonadi-search-24.02.0.tar.xz
+
+ qt6-base-devel
+ kcrash-kf6-devel
+ kconfig-kf6-devel
+ ki18n-kf6-devel
+ akonadi-kf6-devel
+ kcontacts-kf6-devel
+ kmime-kf6-devel
+ kjobwidgets-kf6-devel
+ kservice-kf6-devel
+ solid-kf6-devel
+ kxmlgui-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ kcalendarcore-kf6-devel
+ libical-devel
+ kcompletion-kf6-devel
+ boost-devel
+ kcmutils-kf6-devel
+ krunner-kf6-devel
+ xapian-core-devel
+ kdoctools-kf6-devel
+ extra-cmake-modules-kf6
+ akonadi-mime-kf6-devel
+
+ desktop/kde6/applications/akonadi-search-kf6/pspec.xml
+
+
+ akonadi-search-kf6
+ app:console
+
+ qt6-base
+ ki18n-kf6
+ kmime-kf6
+ libgcc
+ kcodecs-kf6
+ kconfig-kf6
+ kcalendarcore-kf6
+ kcontacts-kf6
+ kcoreaddons-kf6
+ xapian-core
+ krunner-kf6
+ kcompletion-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+ akonadi-kf6
+ akonadi-mime-kf6
+
+
+ /etc/akonadi
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/share/dbus-1
+ /usr/share/config
+ /usr/share/mime
+ /usr/share/kde4
+ /usr/share/doc/
+ /usr/share/akonadi
+ /usr/share/kservice-kf6s5
+ /usr/share/locale
+ /usr/share
+
+
+
+ akonadi-search-kf6-devel
+ Development files for akonadi
+
+ akonadi-search-kf6
+ qt6-base-devel
+ ki18n-kf6-devel
+ kmime-kf6-devel
+ kcodecs-kf6-devel
+ kconfig-kf6-devel
+ kcalendarcore-kf6-devel
+ kcontacts-kf6-devel
+ kcoreaddons-kf6-devel
+ xapian-core-devel
+ kcmutils-kf6-devel
+ krunner-kf6-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib/cmake
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kbreakout-kf6
@@ -133500,6 +133690,97 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kmailtransport-kf6
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ desktop.kde6.applications
+ Mail Transport Service
+ Mail Transport Service
+ akonadi
+ mirrors://kde/stable/release-service/24.02.0/src/kmailtransport-24.02.0.tar.xz
+
+ qt6-base-devel
+ kdoctools-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ kcmutils-kf6-devel
+ kmime-kf6-devel
+ akonadi-mime-kf6-devel
+ akonadi-kf6-devel
+ cyrus-sasl-devel
+ extra-cmake-modules-kf6
+ boost-devel
+ ksmtp-kf6-devel
+ kwallet-kf6-devel
+ libkgapi-kf6-devel
+ qt6-keychain-devel
+
+ desktop/kde6/applications/kmailtransport-kf6/pspec.xml
+
+
+ kmailtransport-kf6
+ app:console
+
+ qt6-base
+ ki18n-kf6
+ ksmtp-kf6
+ kio-kf6
+ libgcc
+ kmime-kf6
+ kconfig-kf6
+ kwallet-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ kconfigwidgets-kf6
+ kwidgetsaddons-kf6
+ akonadi-kf6
+ cyrus-sasl
+ akonadi-mime-kf6
+ libkgapi-kf6
+ qt6-keychain
+
+
+ /etc/xdg
+ /usr/lib
+ /usr/lib/qt6
+ /usr/share
+ /usr/share/kservice-kf6s5
+ /usr/share/doc/
+ /usr/share/config.kcfg
+ /usr/share/locale
+
+
+
+ kmailtransport-kf6-devel
+ Development files for akonadi
+
+ kmailtransport-kf6
+ kwallet-kf6-devel
+ qt6-base-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib/cmake
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kfourinline-kf6
@@ -135142,6 +135423,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
mirrors://kde/stable/release-service/24.02.0/src/okular-24.02.0.tar.xz
qt6-base-devel
+ qt6-multimedia-devel
qt6-declarative-devel
qca2-qt6-devel
tiff-devel
@@ -135170,6 +135452,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libspectre-devel
djvu-devel
kpty-kf6-devel
+ kparts-kf6-devel
kdegraphics-mobipocket-kf6-devel
extra-cmake-modules-kf6
kirigami-kf6-devel
@@ -135228,6 +135511,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
kconfigwidgets-kf6
kwidgetsaddons-kf6
qt6-declarative
+ qt6-multimedia
djvu
libspectre
qt6-phonon
@@ -135840,6 +136124,64 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ dolphin-plugins-kf6
+ http://www.kde.org/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ library
+ desktop.kde.sdk
+ Extra dolphin-kf6 plugins
+ dolphin-kf6 eklentileri.
+ This package contains plugins that offer integration in dolphin-kf6 with the following version control systems:
+ dolphin-kf6 için VCS (Version Control System) eklentileri.
+ mirrors://kde/stable/release-service/24.02.0/src/dolphin-plugins-24.02.0.tar.xz
+
+ qt6-base-devel
+ kdoctools-kf6-devel
+ dolphin-kf6-devel
+ kio-kf6-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/applications/dolphin-plugins-kf6/pspec.xml
+
+
+ dolphin-plugins-kf6
+
+ qt6-base
+ dolphin-kf6
+ kio-kf6
+ ki18n-kf6
+ libgcc
+ kconfig-kf6
+ kxmlgui-kf6
+ kservice-kf6
+ ktexteditor-kf6
+ kwidgetsaddons-kf6
+ kcompletion-kf6
+ kcoreaddons-kf6
+ ktextwidgets-kf6
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
ksquares-kf6
@@ -136783,6 +137125,87 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kcalutils-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ library
+ app:library
+ desktop.kde6.applications
+ The KDE calendar utility library
+ Calendar utility library for KDE
+ mirrors://kde/stable/release-service/24.02.0/src/kcalutils-24.02.0.tar.xz
+
+ qt6-base-devel
+ kcalendarcore-kf6-devel
+ kidentitymanagement-kf6-devel
+ kcoreaddons-kf6-devel
+ kconfig-kf6-devel
+ ki18n-kf6-devel
+ kidentitymanagement-kf6-devel
+ kitemmodels-kf6-devel
+ kunitconversion-kf6-devel
+ grantlee-qt5-devel
+ kdoctools-kf6-devel
+ kiconthemes-kf6-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/applications/kcalutils--kf6/pspec.xml
+
+
+ kcalutils-kf6
+
+ qt6-base
+ kcalendarcore-kf6
+ kidentitymanagement-kf6
+ ki18n-kf6
+ libgcc
+ kcodecs-kf6
+ kconfig-kf6
+ grantlee-qt5
+ kcoreaddons-kf6
+ kiconthemes-kf6
+ kwidgetsaddons-kf6
+ kidentitymanagement-kf6
+
+
+ /etc/xdg
+ /usr/lib/qt6
+ /usr/lib
+ /usr/share/doc
+ /usr/share/kcalendar
+ /usr/share/locale
+ /usr/share
+
+
+
+ kcalutils-kf6-devel
+ Development files for kcalutils-kf6
+
+ qt6-base-devel
+ kcalutils-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-03-03
+ 24.02.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
libkcompactdisc-kf6
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 46dd940dca..e3962ce111 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-7ce445593324ddfd6c3d278393b60004c5849632
\ No newline at end of file
+90058232a2ddbe97fb83e7835f0ad0e7da369ce5
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 3ef0569bcd..b44278d87e 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 9af5fa8b14..05bed951ae 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-4f210645ed93e7ffaf15f1f85591c7caa7edf20f
\ No newline at end of file
+a4b7918de081a62d79bc49106ac06b2aedb0e4b8
\ No newline at end of file