diff --git a/desktop/kde/applications/kdeaudio-thumbnailer/actions.py b/desktop/kde/applications/kdeaudio-thumbnailer/actions.py
new file mode 100644
index 0000000000..edc9651c13
--- /dev/null
+++ b/desktop/kde/applications/kdeaudio-thumbnailer/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/copyleft/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("LICENSE", "README.md")
+
diff --git a/desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml b/desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml
new file mode 100644
index 0000000000..78138ee583
--- /dev/null
+++ b/desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ kdeaudio-thumbnailer
+ https://github.com/eplightning/audiothumbs-frameworks
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ LGPL
+ Thumbnail generator for audio files, ported to KF5
+ Thumbnail generator for audio files, ported to KF5
+ https://github.com/groni/Sources/raw/master/kde-audio-thumbnailer-1.1.0.tar.gz
+
+ extra-cmake-modules
+ flac-devel
+ glibc-devel
+ qt5-base-devel
+ taglib-devel
+ kio-devel
+
+
+
+
+ kdeaudio-thumbnailer
+ Thumbnail generator for audio files, ported to KF5
+
+ kio
+ libgcc
+ qt5-base
+ taglib
+
+
+ /usr/share
+ /usr/lib/qt5
+
+
+
+
+ 2016-11-20
+ 1.1.0
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/applications/kdeaudio-thumbnailer/translations.xml b/desktop/kde/applications/kdeaudio-thumbnailer/translations.xml
new file mode 100644
index 0000000000..86c52a278f
--- /dev/null
+++ b/desktop/kde/applications/kdeaudio-thumbnailer/translations.xml
@@ -0,0 +1,7 @@
+
+
+ kde-audio-tumbnailer
+ Thumbnail generator for audio files, ported to KF5
+ Thumbnail generator for audio files, ported to KF5
+
+
diff --git a/desktop/kde/bindings/python3-kde5/actions.py b/desktop/kde/bindings/python3-kde5/actions.py
new file mode 100644
index 0000000000..c2f9b2c690
--- /dev/null
+++ b/desktop/kde/bindings/python3-kde5/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 kde5
+from pisi.actionsapi import get
+
+def setup():
+ kde5.configure("-DPYTHON_EXECUTABLE=/usr/bin/python3")
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING.LESSER", "COPYING", "INSTALL")
+
diff --git a/desktop/kde/bindings/python3-kde5/pspec.xml b/desktop/kde/bindings/python3-kde5/pspec.xml
new file mode 100644
index 0000000000..9bdc29ac8a
--- /dev/null
+++ b/desktop/kde/bindings/python3-kde5/pspec.xml
@@ -0,0 +1,83 @@
+
+
+
+
+ python3-kde5
+ http://www.kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ Python3 bindings for KDE5
+ python3-kde5 are the Python3 bindings for KDE5.
+ https://github.com/groni/Sources/raw/master/python-kde5-4.90.81.tar.gz
+
+ extra-cmake-modules
+ glibc-devel
+ python3-devel
+ kauth-devel
+ kitemmodels-devel
+ kitemviews-devel
+ karchive-devel
+ kplotting-devel
+ solid-devel
+ kcoreaddons-devel
+ sonnet-devel
+ kguiaddons-devel
+ kwidgetsaddons-devel
+ python3-sip
+ python3-qt5-devel
+ qt5-base-devel
+
+
+
+
+ python3-kde5
+ app:console
+ library
+
+ python3
+ kauth
+ kitemmodels
+ kitemviews
+ karchive
+ kplotting
+ solid
+ kcoreaddons
+ sonnet
+ kguiaddons
+ kwidgetsaddons
+ libgcc
+ qt5-base
+
+
+ /usr/bin
+ /usr/share
+ /usr/lib
+
+
+
+
+ python3-kde5-devel
+ data
+ Development files for python3-kde5
+
+ python3-kde5
+
+
+ /usr/share/sip
+
+
+
+
+
+
+ 2016-11-20
+ 4.90.81
+ First release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/bindings/python3-kde5/translations.xml b/desktop/kde/bindings/python3-kde5/translations.xml
new file mode 100644
index 0000000000..1206f0cbbc
--- /dev/null
+++ b/desktop/kde/bindings/python3-kde5/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ python3-kde5
+ KDE5 için Python3 dil bağlayıcıları
+ python3-kde5, KDE5 için Python3 dil bağlayıcısıdır.
+
+
+
+ python3-kde5-devel
+ python3-kde5 için geliştirme dosyaları
+
+
diff --git a/hardware/info/diskmonitor/actions.py b/hardware/info/diskmonitor/actions.py
new file mode 100644
index 0000000000..27d9244bd5
--- /dev/null
+++ b/hardware/info/diskmonitor/actions.py
@@ -0,0 +1,18 @@
+#!/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 kde5
+from pisi.actionsapi import pisitools
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("CHANGELOG", "LICENSE", "README.md")
diff --git a/hardware/info/diskmonitor/files/ki18n.patch b/hardware/info/diskmonitor/files/ki18n.patch
new file mode 100644
index 0000000000..a242aa1641
--- /dev/null
+++ b/hardware/info/diskmonitor/files/ki18n.patch
@@ -0,0 +1,12 @@
+diff --git a/settings/CMakeLists.txt b/settings/CMakeLists.txt
+index 1662b6d..d977c02 100644
+--- a/settings/CMakeLists.txt
++++ b/settings/CMakeLists.txt
+@@ -21,6 +21,7 @@ target_link_libraries( libsettings
+ Qt5::Core
+ KF5::ConfigWidgets
+ KF5::IconThemes
++ KF5::I18n
+ )
+
+ install( FILES diskmonitor.kcfg DESTINATION ${KCFG_INSTALL_DIR})
diff --git a/hardware/info/diskmonitor/pspec.xml b/hardware/info/diskmonitor/pspec.xml
new file mode 100644
index 0000000000..3c68c55bde
--- /dev/null
+++ b/hardware/info/diskmonitor/pspec.xml
@@ -0,0 +1,68 @@
+
+
+
+
+ diskmonitor
+ https://github.com/papylhomme/diskmonitor
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPLv2
+ KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet
+ KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet
+ https://github.com/papylhomme/diskmonitor/archive/0.3.1.tar.gz
+
+ extra-cmake-modules
+ gettext-devel
+ glibc-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ knotifications-devel
+ kxmlgui-devel
+ plasma-workspace-devel
+ qt5-base-devel
+ qt5-quick1-devel
+ udisks2-devel
+ qt5-declarative-devel
+
+
+ ki18n.patch
+
+
+
+
+ diskmonitor
+ KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet
+
+ qt5-base
+ qt5-quick1
+ ki18n
+ libgcc
+ kconfig
+ kxmlgui
+ kcoreaddons
+ kiconthemes
+ kconfigwidgets
+ knotifications
+ kwidgetsaddons
+ qt5-declarative
+
+
+ /usr/bin
+ /usr/lib/qt5
+ /usr/share
+
+
+
+
+ 2016-11-20
+ 0.3.1
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index acc28d5c87..24f2869414 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -1849,6 +1849,7 @@
vala-devel
libxslt-devel
libxml2-devel
+ libusb-devel
gobject-introspection-devel
hardware/misc/libgusb/pspec.xml
@@ -7637,6 +7638,73 @@
+
+
+ diskmonitor
+ https://github.com/papylhomme/diskmonitor
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPLv2
+ hardware.info
+ KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet
+ KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet
+ https://github.com/papylhomme/diskmonitor/archive/0.3.1.tar.gz
+
+ extra-cmake-modules
+ gettext-devel
+ glibc-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ knotifications-devel
+ kxmlgui-devel
+ plasma-workspace-devel
+ qt5-base-devel
+ qt5-quick1-devel
+ udisks2-devel
+ qt5-declarative-devel
+
+
+ ki18n.patch
+
+ hardware/info/diskmonitor/pspec.xml
+
+
+ diskmonitor
+ KDE tools to monitor SMART devices and MDRaid health status. Features a full application and a Plasma applet
+
+ qt5-base
+ qt5-quick1
+ ki18n
+ libgcc
+ kconfig
+ kxmlgui
+ kcoreaddons
+ kiconthemes
+ kconfigwidgets
+ knotifications
+ kwidgetsaddons
+ qt5-declarative
+
+
+ /usr/bin
+ /usr/lib/qt5
+ /usr/share
+
+
+
+
+ 2016-11-20
+ 0.3.1
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
dmidecode
@@ -39553,6 +39621,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
app:gui
desktop.toolkit
GTK support library for colord
+ Colord için GTK destek kütüphanesi
colord-gtk is a GTK+ support library.
http://www.freedesktop.org/software/colord/releases/colord-gtk-0.1.26.tar.xz
@@ -39563,8 +39632,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
colord-devel
gdk-pixbuf-devel
gtk-doc
- vala
- gobject-introspection
+ vala-devel
+ intltool
+ gobject-introspection-devel
glib2-devel
desktop/toolkit/colord-gtk/pspec.xml
@@ -39594,7 +39664,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
colord-gtk-devel
colord-gtk için geliştirme dosyaları
- colord-gtk
+ colord-gtk
gtk3-devel
colord-devel
@@ -39605,41 +39675,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
-
- 2016-11-14
+
+ 2016-11-17
0.1.26
- Rebuild for Pisi Linux 2.0.
+ First release
Stefan Gronewold
groni@pisilinux.org
-
- 2015-01-25
- 0.1.26
- Version bump.
- Hakan Yıldız
- hknyldz93@gmail.com
-
-
- 2014-03-06
- 0.1.25
- Rebuild Unused
- Varol Maksutoğlu
- waroi@pisilinux.org
-
-
- 2014-01-21
- 0.1.25
- Rebuild
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
- 2013-08-30
- 0.1.25
- First release
- Osman Erkan
- osman.erkan@pisilinux.org
-
@@ -43963,6 +44005,88 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+
+ python3-kde5
+ http://www.kde.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ desktop.kde.bindings
+ Python3 bindings for KDE5
+ KDE5 için Python3 dil bağlayıcıları
+ python3-kde5 are the Python3 bindings for KDE5.
+ python3-kde5, KDE5 için Python3 dil bağlayıcısıdır.
+ https://github.com/groni/Sources/raw/master/python-kde5-4.90.81.tar.gz
+
+ extra-cmake-modules
+ glibc-devel
+ python3-devel
+ kauth-devel
+ kitemmodels-devel
+ kitemviews-devel
+ karchive-devel
+ kplotting-devel
+ solid-devel
+ kcoreaddons-devel
+ sonnet-devel
+ kguiaddons-devel
+ kwidgetsaddons-devel
+ python3-sip
+ python3-qt5-devel
+ qt5-base-devel
+
+ desktop/kde/bindings/python3-kde5/pspec.xml
+
+
+ python3-kde5
+ app:console
+ library
+
+ python3
+ kauth
+ kitemmodels
+ kitemviews
+ karchive
+ kplotting
+ solid
+ kcoreaddons
+ sonnet
+ kguiaddons
+ kwidgetsaddons
+ libgcc
+ qt5-base
+
+
+ /usr/bin
+ /usr/share
+ /usr/lib
+
+
+
+ python3-kde5-devel
+ Development files for python3-kde5
+ python3-kde5 için geliştirme dosyaları
+ data
+
+ python3-kde5
+
+
+ /usr/share/sip
+
+
+
+
+ 2016-11-20
+ 4.90.81
+ First release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
killbots
@@ -52826,6 +52950,53 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+
+ kdeaudio-thumbnailer
+ https://github.com/eplightning/audiothumbs-frameworks
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ LGPL
+ desktop.kde.applications
+ Thumbnail generator for audio files, ported to KF5
+ Thumbnail generator for audio files, ported to KF5
+ https://github.com/groni/Sources/raw/master/kde-audio-thumbnailer-1.1.0.tar.gz
+
+ extra-cmake-modules
+ flac-devel
+ glibc-devel
+ qt5-base-devel
+ taglib-devel
+ kio-devel
+
+ desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml
+
+
+ kdeaudio-thumbnailer
+ Thumbnail generator for audio files, ported to KF5
+
+ kio
+ libgcc
+ qt5-base
+ taglib
+
+
+ /usr/share
+ /usr/lib/qt5
+
+
+
+
+ 2016-11-20
+ 1.1.0
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
knetwalk
@@ -91322,6 +91493,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source.
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.3.1.tar.gz
+ boost-devel
+ fftw3-devel
ffmpeg-devel
cmake
@@ -91351,7 +91524,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
- 2016-11-04
+ 2016-11-17
1.3.1
Version bump.
Stefan Gronewold(groni)
@@ -105656,31 +105829,34 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
library
x11.misc
Colord is a system activated daemon that maps devices to color profiles.
+ Colord, aygıtları renk profillerine eşleyen bir sistem etkinleştirme programıdır.
Usługa systemowa do zarządzania urządzeniami obsługującymi kolory
- colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu.
+ Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in.
+ Colord, giriş ve çıkış aygıtlarını doğru bir şekilde renk yönetimi için renk profilleri yönetmek, yüklemek ve oluşturmak için kolaylaştıran bir sistem hizmetidir.
+ colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu.
https://www.freedesktop.org/software/colord/releases/colord-1.3.3.tar.xz
intltool
- gobject-introspection
argyllcms
- vala
+ vala-devel
lcms2-devel
- libgusb-devel
sane-backends-devel
bash-completion
- vala
eudev-devel
- glib2-devel
- libgudev-devel
libtool
gtk-doc
perl
gettext-devel
glib2-devel
libgudev-devel
- sqlite
libxslt-devel
icu4c-devel
+ libgusb-devel
+ libusb-devel
+ sqlite-devel
+ qt5-sql-sqlite
+ polkit-devel
+ gobject-introspection-devel
x11/misc/colord/pspec.xml
@@ -105730,6 +105906,8 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
colord
lcms2-devel
libgusb-devel
+ eudev-devel
+ glib2-devel
/usr/include
@@ -105746,7 +105924,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
- 2016-11-14
+ 2016-11-17
1.3.3
First Release.
Stefan Gronewold(groni)
@@ -105778,6 +105956,8 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
libXxf86vm-devel
libXinerama-devel
libjpeg-turbo-devel
+ libusb-devel
+ libtool
x11/misc/argyllcms/pspec.xml
@@ -115012,7 +115192,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
NetworkManager için güçlü bir grafik arayüzü
network-manager-applet is a powerful graphical frontend to NetworkManager.
network-manager-applet, NetworkManager için GTK+ arayüz kitaplığı kullanılarak yazılmış güçlü bir arayüzdür.
- http://ftp.gnome.org/mirror/gnome.org/sources/network-manager-applet/1.0/network-manager-applet-1.0.10.tar.xz
+ http://ftp.gnome.org/mirror/gnome.org/sources/network-manager-applet/1.4/network-manager-applet-1.4.2.tar.xz
gtk2-devel
gtk3-devel
@@ -115073,17 +115253,24 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
network-manager-applet için geliştirme dosyaları
network-manager-applet için geliştirme dosyaları
- network-manager-applet
+ network-manager-applet
NetworkManager-devel
dbus-glib-devel
gtk3-devel
- /usr/include/libnm-gtk
+ /usr/include
/usr/lib/pkgconfig
+
+ 2016-11-19
+ 1.4.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilnux.org
+
2016-06-09
1.0.10
@@ -115322,7 +115509,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
Mobil modemler için yönetim katmanı
ModemManager provides a unified high level API for communicating with mobile broadband modems.
ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir.
- http://www.freedesktop.org/software/ModemManager/ModemManager-1.4.12.tar.xz
+ http://www.freedesktop.org/software/ModemManager/ModemManager-1.6.2.tar.xz
glib2-devel
libgudev-devel
@@ -115363,6 +115550,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
/usr/share/man/man8/ModemManager.8
/usr/share/gtk-doc
/usr/share/polkit-1
+ /usr/share/bash-completion
@@ -115370,7 +115558,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
Development files for ModemManager
ModemManager için geliştirme dosyaları
- ModemManager
+ ModemManager
/usr/include/ModemManager/
@@ -115396,7 +115584,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
Development files for libmm-glib
libmm-glib için geliştirme dosyaları
- libmm-glib
+ libmm-glib
glib2-devel
ModemManager-devel
@@ -115406,6 +115594,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+ 2016-11-12
+ 1.6.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilnux.org
+
2016-06-09
1.4.12
@@ -115665,10 +115860,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
D-Bus üzerinden yapılandırmaya izin veren, gelişmiş bir ağ yönetim altyapısı
NetworkManager attempts to keep an active network connection available at all times.
NetworkManager, etkin bir bağlantı kurmak ve onu sürekli ayakta tutmak üzere tasarlanmış, D-Bus ve UDEV teknolojilerini kullanan bir ağ yönetim altyapısıdır.
- https://download.gnome.org/sources/NetworkManager/1.0/NetworkManager-1.0.10.tar.xz
-
- tr.po
-
+ https://download.gnome.org/sources/NetworkManager/1.4/NetworkManager-1.4.2.tar.xz
intltool
ppp-devel
@@ -115693,7 +115885,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
ConsoleKit-devel
- 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch
disable_set_hostname.patch
network/connection/NetworkManager/pspec.xml
@@ -115743,6 +115934,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
/etc/NetworkManager/system-connections
/usr/lib/tmpfiles.d/NetworkManager.conf
/etc/polkit-1/localauthority/10-vendor.d
+ /var/run
System.Service
@@ -115764,7 +115956,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
glib2-devel
dbus-glib-devel
- NetworkManager
+ NetworkManager
/usr/include
@@ -115772,6 +115964,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+ 2016-11-12
+ 1.4.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilnux.org
+
2016-06-15
1.0.10
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index f75c04b81d..0534a634f0 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-55b805977f6a7f654a4db5c4841ab3abbba8ca44
\ No newline at end of file
+683b3e5512f3bb64b9015b54e08d26c072688602
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 366cab9db0..f62df9ad46 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 ac63b280f0..6f12fc7c9f 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-f6a5c6333af424b721926f249ea90505965f4f1f
\ No newline at end of file
+2205e010e4cd8c1457d9703dde6e6633638d441e
\ No newline at end of file