diff --git a/desktop/kde6/frameworks/kcalendarcore/actions.py b/desktop/kde6/frameworks/kcalendarcore/actions.py
new file mode 100644
index 0000000000..dd3d84e185
--- /dev/null
+++ b/desktop/kde6/frameworks/kcalendarcore/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("README*")
diff --git a/desktop/kde6/frameworks/kcalendarcore/pspec.xml b/desktop/kde6/frameworks/kcalendarcore/pspec.xml
new file mode 100644
index 0000000000..d7189c44b0
--- /dev/null
+++ b/desktop/kde6/frameworks/kcalendarcore/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+ kcalendarcore-kf6
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ The KDE calendar access library
+ The KDE calendar access library
+ mirrors://kde/stable/frameworks/6.0/kcalendarcore-6.0.0.tar.xz
+
+ qt6-base-devel
+ libical-devel
+ extra-cmake-modules-kf6
+
+
+
+
+ kcalendarcore-kf6
+
+ libical
+ qt6-base
+ libgcc
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ kcalendarcore-kf6-devel
+ Development files for kcalendarcore-kf6
+
+ qt6-base-devel
+ kcalendarcore-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/kcalendarcore/translations.xml b/desktop/kde6/frameworks/kcalendarcore/translations.xml
new file mode 100644
index 0000000000..eda8d39a67
--- /dev/null
+++ b/desktop/kde6/frameworks/kcalendarcore/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kcalendarcore-kf6
+ The KDE calendar access library
+ The KDE calendar access library
+
+
diff --git a/desktop/kde6/frameworks/kquickcharts/actions.py b/desktop/kde6/frameworks/kquickcharts/actions.py
new file mode 100644
index 0000000000..dd3d84e185
--- /dev/null
+++ b/desktop/kde6/frameworks/kquickcharts/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("README*")
diff --git a/desktop/kde6/frameworks/kquickcharts/pspec.xml b/desktop/kde6/frameworks/kquickcharts/pspec.xml
new file mode 100644
index 0000000000..2b76a8afed
--- /dev/null
+++ b/desktop/kde6/frameworks/kquickcharts/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+ kquickcharts-kf6
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ A QtQuick plugin providing high-performance charts
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+ mirrors://kde/stable/frameworks/6.0/kquickcharts-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ extra-cmake-modules-kf6
+
+
+
+
+ kquickcharts-kf6
+
+ libgcc
+ qt6-base
+ qt6-declarative
+
+
+ /usr/lib
+ /usr/lib/qt5
+ /usr/lib/cmake
+ /usr/share/qlogging-categories6/kquickcharts.categories
+ /usr/share/doc
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/frameworks/kquickcharts/translations.xml b/desktop/kde6/frameworks/kquickcharts/translations.xml
new file mode 100644
index 0000000000..1cd34bc254
--- /dev/null
+++ b/desktop/kde6/frameworks/kquickcharts/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kquickcharts-kf6
+ A QtQuick plugin providing high-performance charts
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+
+
diff --git a/desktop/kde6/frameworks/ktexttemplate/actions.py b/desktop/kde6/frameworks/ktexttemplate/actions.py
new file mode 100644
index 0000000000..0eef11c64c
--- /dev/null
+++ b/desktop/kde6/frameworks/ktexttemplate/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/ktexttemplate/pspec.xml b/desktop/kde6/frameworks/ktexttemplate/pspec.xml
new file mode 100644
index 0000000000..736c469378
--- /dev/null
+++ b/desktop/kde6/frameworks/ktexttemplate/pspec.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+ ktexttemplate-kf6
+ https://kontact.kde.org
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ LGPLv3
+ library
+ Library for Grantlee theming support
+ Grantlee tema desteği için Kütüphane
+ https://download.kde.org/stable/frameworks/6.0/ktexttemplate-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ extra-cmake-modules-kf6
+
+ -->
+
+
+
+
+ ktexttemplate-kf6
+
+ qt6-base
+ qt6-declarative
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+
+ ktexttemplate-kf6-devel
+ Development files for ktexttemplate-kf6
+
+ ktexttemplate-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/ktexttemplate/translations.xml b/desktop/kde6/frameworks/ktexttemplate/translations.xml
new file mode 100644
index 0000000000..05d4295eec
--- /dev/null
+++ b/desktop/kde6/frameworks/ktexttemplate/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ ktexttemplate-kf6
+ Library for Grantlee theming support
+ Grantlee tema desteği için Kütüphane
+
+
diff --git a/desktop/kde6/frameworks/kuserfeedback/actions.py b/desktop/kde6/frameworks/kuserfeedback/actions.py
new file mode 100644
index 0000000000..7ed1235be8
--- /dev/null
+++ b/desktop/kde6/frameworks/kuserfeedback/actions.py
@@ -0,0 +1,24 @@
+#!/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("-DENABLE_CONSOLE=OFF \
+ -DENABLE_CLI=OFF \
+ -DENABLE_DOCS=OFF")
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ # Conflicts with kf5
+ pisitools.removeDir("/usr/share/locale")
+
+ pisitools.dodoc("COPYING*", "README*")
diff --git a/desktop/kde6/frameworks/kuserfeedback/pspec.xml b/desktop/kde6/frameworks/kuserfeedback/pspec.xml
new file mode 100644
index 0000000000..5f390cf9d6
--- /dev/null
+++ b/desktop/kde6/frameworks/kuserfeedback/pspec.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+ kuserfeedback-kf6
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv3
+ library
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+ mirrors://kde/stable/frameworks/6.0/kuserfeedback-6.0.0.tar.xz
+
+ qt6-linguist
+ qt6-svg-devel
+ qt6-sql-odbc
+ qt6-sql-mysql
+ qt6-sql-sqlite
+ qt6-base-devel
+ qt6-charts-devel
+ qt6-assistant-devel
+ qt6-sql-postgresql
+ extra-cmake-modules-kf6
+ qt6-declarative-devel
+
+
+
+
+
+ kuserfeedback-kf6
+
+ qt6-svg
+ qt6-base
+ qt6-charts
+ qt6-declarative
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+
+ kuserfeedback-kf6-devel
+ Development files for kuserfeedback-kf6
+
+ kuserfeedback-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/frameworks/kuserfeedback/translations.xml b/desktop/kde6/frameworks/kuserfeedback/translations.xml
new file mode 100644
index 0000000000..2359dc5d12
--- /dev/null
+++ b/desktop/kde6/frameworks/kuserfeedback/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ kuserfeedback
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+
+
diff --git a/desktop/kde6/frameworks/syntax-highlighting/actions.py b/desktop/kde6/frameworks/syntax-highlighting/actions.py
new file mode 100755
index 0000000000..e25b372912
--- /dev/null
+++ b/desktop/kde6/frameworks/syntax-highlighting/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import kde6
+from pisi.actionsapi import pisitools
+
+# if pisi can't find source directory, see /var/pisi/syntax-highlighting-kf6/work/ and:
+# WorkDir="syntax-highlighting-kf6-"+ get.srcVERSION() +"/sub_project_dir/"
+
+def setup():
+ kde6.configure()
+
+def build():
+ kde6.make()
+
+def install():
+ kde6.install()
+
+ pisitools.dodoc("README.md")
+
diff --git a/desktop/kde6/frameworks/syntax-highlighting/pspec.xml b/desktop/kde6/frameworks/syntax-highlighting/pspec.xml
new file mode 100755
index 0000000000..7d10dbd1f7
--- /dev/null
+++ b/desktop/kde6/frameworks/syntax-highlighting/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+ syntax-highlighting-kf6
+ https://community.kde.org/Frameworks
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL2
+ Syntax highlighting engine for structured text and code
+ Syntax highlighting engine for structured text and code
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ qt6-declarative-devel
+ qt6-linguist
+ perl
+ glibc-devel
+
+ mirrors://kde/stable/frameworks/6.0/syntax-highlighting-6.0.0.tar.xz
+
+
+ syntax-highlighting-kf6
+ Syntax highlighting engine for structured text and code
+
+ qt6-base
+ qt6-declarative
+ libgcc
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+ /usr/share/qlogging-categories6
+ /usr/share/locale/
+
+
+
+
+ syntax-highlighting-kf6-devel
+ Development files for syntax-highlighting-kf6
+
+ syntax-highlighting-kf6
+ qt6-base-devel
+
+
+ /usr/include
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
diff --git a/desktop/kde6/frameworks/threadweaver/actions.py b/desktop/kde6/frameworks/threadweaver/actions.py
new file mode 100755
index 0000000000..b2115b8187
--- /dev/null
+++ b/desktop/kde6/frameworks/threadweaver/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.md","COPYING.LIB")
diff --git a/desktop/kde6/frameworks/threadweaver/pspec.xml b/desktop/kde6/frameworks/threadweaver/pspec.xml
new file mode 100755
index 0000000000..d7d8e5b148
--- /dev/null
+++ b/desktop/kde6/frameworks/threadweaver/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+ threadweaver-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ Multi-threaded programming framework for KDE
+ threadweaver-kf6 is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way.
+ mirrors://kde/stable/frameworks/6.0/threadweaver-6.0.0.tar.xz
+
+ qt6-base-devel
+ extra-cmake-modules-kf6
+
+
+
+
+ threadweaver-kf6
+
+ qt6-base
+ libgcc
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ threadweaver-kf6-devel
+ Development files for threadweaver-kf6
+
+ qt6-base-devel
+ threadweaver-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/pisi-index.xml b/pisi-index.xml
index 345dcf6018..df9f13b2b0 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -117078,6 +117078,65 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kcalendarcore-kf6
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde6.framework
+ The KDE calendar access library
+ The KDE calendar access library
+ The KDE calendar access library
+ The KDE calendar access library
+ mirrors://kde/stable/frameworks/6.0/kcalendarcore-6.0.0.tar.xz
+
+ qt6-base-devel
+ libical-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/frameworks/kcalendarcore/pspec.xml
+
+
+ kcalendarcore-kf6
+
+ libical
+ qt6-base
+ libgcc
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+ kcalendarcore-kf6-devel
+ Development files for kcalendarcore-kf6
+
+ qt6-base-devel
+ kcalendarcore-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
breeze-icons-kf6
@@ -117204,6 +117263,54 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kquickcharts-kf6
+ https://www.kde.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ desktop.kde6.framework
+ A QtQuick plugin providing high-performance charts
+ A QtQuick plugin providing high-performance charts
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+ Yüksek performanslı grafikler sunan bir QtQuick eklentisi
+ mirrors://kde/stable/frameworks/6.0/kquickcharts-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/frameworks/kquickcharts/pspec.xml
+
+
+ kquickcharts-kf6
+
+ libgcc
+ qt6-base
+ qt6-declarative
+
+
+ /usr/lib
+ /usr/lib/qt5
+ /usr/lib/cmake
+ /usr/share/qlogging-categories6/kquickcharts.categories
+ /usr/share/doc
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
networkmanager-qt-kf6
@@ -117411,6 +117518,68 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ syntax-highlighting-kf6
+ https://community.kde.org/Frameworks
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL2
+ desktop.kde6.framework
+ Syntax highlighting engine for structured text and code
+ Syntax highlighting engine for structured text and code
+ mirrors://kde/stable/frameworks/6.0/syntax-highlighting-6.0.0.tar.xz
+
+ extra-cmake-modules-kf6
+ qt6-base-devel
+ qt6-declarative-devel
+ qt6-linguist
+ perl
+ glibc-devel
+
+ desktop/kde6/frameworks/syntax-highlighting/pspec.xml
+
+
+ syntax-highlighting-kf6
+ Syntax highlighting engine for structured text and code
+
+ qt6-base
+ qt6-declarative
+ libgcc
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+ /usr/share/qlogging-categories6
+ /usr/share/locale/
+
+
+
+ syntax-highlighting-kf6-devel
+ Development files for syntax-highlighting-kf6
+
+ syntax-highlighting-kf6
+ qt6-base-devel
+
+
+ /usr/include
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kdbusaddons-kf6
@@ -118078,6 +118247,73 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ kuserfeedback-kf6
+ https://kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv3
+ library
+ desktop.kde6.framework
+ Framework for collecting user feedback for applications via telemetry and surveys
+ Framework for collecting user feedback for applications via telemetry and surveys
+ mirrors://kde/stable/frameworks/6.0/kuserfeedback-6.0.0.tar.xz
+
+ qt6-linguist
+ qt6-svg-devel
+ qt6-sql-odbc
+ qt6-sql-mysql
+ qt6-sql-sqlite
+ qt6-base-devel
+ qt6-charts-devel
+ qt6-assistant-devel
+ qt6-sql-postgresql
+ extra-cmake-modules-kf6
+ qt6-declarative-devel
+
+ desktop/kde6/frameworks/kuserfeedback/pspec.xml
+
+
+ kuserfeedback-kf6
+
+ qt6-svg
+ qt6-base
+ qt6-charts
+ qt6-declarative
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+ kuserfeedback-kf6-devel
+ Development files for kuserfeedback-kf6
+
+ kuserfeedback-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
extra-cmake-modules-kf6
@@ -118285,6 +118521,119 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ threadweaver-kf6
+ https://www.kde.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ app:console
+ desktop.kde6.framework
+ Multi-threaded programming framework for KDE
+ threadweaver-kf6 is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way.
+ mirrors://kde/stable/frameworks/6.0/threadweaver-6.0.0.tar.xz
+
+ qt6-base-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/frameworks/threadweaver/pspec.xml
+
+
+ threadweaver-kf6
+
+ qt6-base
+ libgcc
+
+
+ /usr/lib/qt5
+ /usr/lib
+ /usr/share/doc
+
+
+
+ threadweaver-kf6-devel
+ Development files for threadweaver-kf6
+
+ qt6-base-devel
+ threadweaver-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
+
+
+ ktexttemplate-kf6
+ https://kontact.kde.org
+
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ LGPLv3
+ library
+ desktop.kde6.framework
+ Library for Grantlee theming support
+ Library for Grantlee theming support
+ Grantlee tema desteği için Kütüphane
+ Grantlee tema desteği için Kütüphane
+ https://download.kde.org/stable/frameworks/6.0/ktexttemplate-6.0.0.tar.xz
+
+ qt6-base-devel
+ qt6-declarative-devel
+ extra-cmake-modules-kf6
+
+ desktop/kde6/frameworks/ktexttemplate/pspec.xml
+
+
+ ktexttemplate-kf6
+
+ qt6-base
+ qt6-declarative
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/doc
+
+
+
+ ktexttemplate-kf6-devel
+ Development files for ktexttemplate-kf6
+
+ ktexttemplate-kf6
+
+
+ /usr/include
+ /usr/lib/cmake
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-02-28
+ 6.0.0
+ First release
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+
kitemviews-kf6
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 2a2a38754d..21fd9d2f08 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-d291bd6406b0b87ea491f18a014352551dc8b74e
\ No newline at end of file
+475b2694c7267be622c1671e3b1e351b8d05dd8b
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 72a2e367d0..3d9ebcb443 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 0aac7a549e..e57da8128d 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-98b202e15062217e3e77a43d7cef7f3411402d57
\ No newline at end of file
+ea8d230007696b9031a875e6be2b2bb92dea6054
\ No newline at end of file