diff --git a/desktop/kde/addon/plasma-applet-resources-monitor/actions.py b/desktop/kde/addon/plasma-applet-resources-monitor/actions.py
new file mode 100644
index 0000000000..2af31a54ee
--- /dev/null
+++ b/desktop/kde/addon/plasma-applet-resources-monitor/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/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/addon/plasma-applet-resources-monitor/pspec.xml b/desktop/kde/addon/plasma-applet-resources-monitor/pspec.xml
new file mode 100644
index 0000000000..32829f7706
--- /dev/null
+++ b/desktop/kde/addon/plasma-applet-resources-monitor/pspec.xml
@@ -0,0 +1,41 @@
+
+
+ plasma-applet-resources-monitor
+ https://github.com/kotelnik/plasma-applet-resources-monitor
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL
+ Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.
+ Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.
+
+ extra-cmake-modules
+ plasma-workspace-devel
+ qt5-base-devel
+ qt5-graphicaleffects
+
+ https://github.com/kotelnik/plasma-applet-resources-monitor/archive/v1.0.5.tar.gz
+
+
+ plasma-applet-resources-monitor
+ Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.
+
+ plasma-workspace
+ qt5-base
+ qt5-graphicaleffects
+
+
+ /
+
+
+
+
+ 2016-11-13
+ 1.0.5
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/addon/plasma-applet-rssnow/actions.py b/desktop/kde/addon/plasma-applet-rssnow/actions.py
new file mode 100644
index 0000000000..55e00bd678
--- /dev/null
+++ b/desktop/kde/addon/plasma-applet-rssnow/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()
+
diff --git a/desktop/kde/addon/plasma-applet-rssnow/pspec.xml b/desktop/kde/addon/plasma-applet-rssnow/pspec.xml
new file mode 100644
index 0000000000..add0e9897e
--- /dev/null
+++ b/desktop/kde/addon/plasma-applet-rssnow/pspec.xml
@@ -0,0 +1,39 @@
+
+
+ plasma-applet-rssnow
+ https://github.com/Misenko/rssnow-plasma5-applet
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL
+ Show news from various sources
+ Show news from various sources
+
+ extra-cmake-modules
+ plasma-workspace-devel
+ qt5-base-devel
+
+ /home/groni/Downloads/rssnow-plasma5-applet-master.tar.gz
+
+
+ plasma-applet-rssnow
+ Show news from various sources
+
+ plasma-workspace
+ qt5-base
+
+
+ /
+
+
+
+
+ 2016-11-13
+ 1.0
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/addon/plasma-applet-thermal-monitor/actions.py b/desktop/kde/addon/plasma-applet-thermal-monitor/actions.py
new file mode 100644
index 0000000000..2f0c0c16e5
--- /dev/null
+++ b/desktop/kde/addon/plasma-applet-thermal-monitor/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/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("README.md", "LICENSE")
+
diff --git a/desktop/kde/addon/plasma-applet-thermal-monitor/pspec.xml b/desktop/kde/addon/plasma-applet-thermal-monitor/pspec.xml
new file mode 100644
index 0000000000..3f3e4e76ef
--- /dev/null
+++ b/desktop/kde/addon/plasma-applet-thermal-monitor/pspec.xml
@@ -0,0 +1,41 @@
+
+
+ plasma-applet-thermal-monitor
+ https://github.com/kotelnik/plasma-applet-thermal-monitor
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL
+ Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.
+ Shows temperature of various available sensors including CPU, GPU (lmsensors and nvidia-smi if appliable) and HDD (using udisks2 d-bus backend).
+
+ extra-cmake-modules
+ plasma-workspace-devel
+ qt5-base-devel
+ qt5-graphicaleffects
+
+ https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v1.2.7.tar.gz
+
+
+ plasma-applet-thermal-monitor
+ Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.
+
+ plasma-workspace
+ qt5-base
+ qt5-graphicaleffects
+
+
+ /
+
+
+
+
+ 2016-11-13
+ 1.2.7
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/graphics/darktable/pspec.xml b/multimedia/graphics/darktable/pspec.xml
index 416893a555..29410b6508 100644
--- a/multimedia/graphics/darktable/pspec.xml
+++ b/multimedia/graphics/darktable/pspec.xml
@@ -19,7 +19,8 @@
0001-debcherry-fixup-patch.patch
- exiv2-devel
+ exiv2-devel
+ cmake
gconf-devel
gtk2-devel
libjpeg-turbo-devel
diff --git a/pisi-index.xml b/pisi-index.xml
index f564569257..8d4c1c2e49 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -15220,7 +15220,7 @@
Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.
Git hızlı, ölçeklenebilir ve dağıtılmış, ve sık rastlanmayan zengin komut kümesi içeren, hem yüksek seviyeli işlemleri hem dahili işlemlere tam erişimi sağlayan bir sürüm kontrol sistemidir.
GIT es un sistema rápido, escalable y distribuido de control de versiones con un amplio espectro de comandos que permite operaciones de alto nivel tanto como operaciones con acceso a detalles internos.
- https://www.kernel.org/pub/software/scm/git/git-2.7.2.tar.xz
+ https://www.kernel.org/pub/software/scm/git/git-2.10.2.tar.xz
tcltk-devel
openssl-devel
@@ -15246,7 +15246,7 @@
perl-Authen-SASL
perl-libwww
libpcre
- perl-Git
+ perl-Git
openssh
openssl
rsync
@@ -15272,7 +15272,7 @@
zlib
libpcre
- git
+ git
/etc/conf.d/git-daemon
@@ -15308,7 +15308,7 @@
Git sürüm ağacı görüntüleyici
app:gui
- git
+ git
tcltk
@@ -15323,8 +15323,8 @@
GIT için basit bir grafik arayüz
app:gui
- git
- gitk
+ git
+ gitk
tcltk
@@ -15343,7 +15343,7 @@
app:web
server.web
- git
+ git
/var/www/localhost
@@ -15356,6 +15356,13 @@
+
+ 2016-11-12
+ 2.10.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilnux.org
+
2016-06-09
2.7.2
@@ -62165,6 +62172,49 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+
+ plasma-applet-thermal-monitor
+ https://github.com/kotelnik/plasma-applet-thermal-monitor
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL
+ desktop.kde.addon
+ Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.
+ Shows temperature of various available sensors including CPU, GPU (lmsensors and nvidia-smi if appliable) and HDD (using udisks2 d-bus backend).
+ https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v1.2.7.tar.gz
+
+ extra-cmake-modules
+ plasma-workspace-devel
+ qt5-base-devel
+ qt5-graphicaleffects
+
+ desktop/kde/addon/plasma-applet-thermal-monitor/pspec.xml
+
+
+ plasma-applet-thermal-monitor
+ Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.
+
+ plasma-workspace
+ qt5-base
+ qt5-graphicaleffects
+
+
+ /
+
+
+
+
+ 2016-11-13
+ 1.2.7
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
prison-qt5
@@ -62371,6 +62421,47 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+
+ plasma-applet-rssnow
+ https://github.com/Misenko/rssnow-plasma5-applet
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL
+ desktop.kde.addon
+ Show news from various sources
+ Show news from various sources
+ /home/groni/Downloads/rssnow-plasma5-applet-master.tar.gz
+
+ extra-cmake-modules
+ plasma-workspace-devel
+ qt5-base-devel
+
+ desktop/kde/addon/plasma-applet-rssnow/pspec.xml
+
+
+ plasma-applet-rssnow
+ Show news from various sources
+
+ plasma-workspace
+ qt5-base
+
+
+ /
+
+
+
+
+ 2016-11-13
+ 1.0
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
libdmtx
@@ -62479,6 +62570,49 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+
+ plasma-applet-resources-monitor
+ https://github.com/kotelnik/plasma-applet-resources-monitor
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL
+ desktop.kde.addon
+ Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.
+ Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.
+ https://github.com/kotelnik/plasma-applet-resources-monitor/archive/v1.0.5.tar.gz
+
+ extra-cmake-modules
+ plasma-workspace-devel
+ qt5-base-devel
+ qt5-graphicaleffects
+
+ desktop/kde/addon/plasma-applet-resources-monitor/pspec.xml
+
+
+ plasma-applet-resources-monitor
+ Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.
+
+ plasma-workspace
+ qt5-base
+ qt5-graphicaleffects
+
+
+ /
+
+
+
+
+ 2016-11-13
+ 1.0.5
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
kde-servicemenu-rootactions
@@ -79236,7 +79370,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-x11extras-devel
qt5-multimedia-devel
qt5-webkit-devel
- qt5-imageformats-devel
+ qt5-imageformats
kconfig-devel
kxmlgui-devel
ki18n-devel
@@ -79257,7 +79391,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kcrash-devel
kunitconversion-devel
kcalcore-devel
- kitemsmodel-devel
+ kitemmodels-devel
akonadi-devel
akonadi-contacts-devel
karchive-devel
@@ -79289,6 +79423,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
zlib-devel
libical-devel
libXext-devel
+ lensfun-devel
glib2-devel
libX11-devel
doxygen
@@ -79325,6 +79460,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kcalcore
kservice
libksane
+ lensfun
qt5-base
kcontacts
exiv2-libs
@@ -98668,6 +98804,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
https://sourceforge.net/projects/lensfun/files/0.3.2/lensfun-0.3.2.tar.gz
doxygen
+ cmake
glib2-devel
@@ -98703,7 +98840,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
- 2016-11-12
+ 2016-11-13
0.3.2
First Release.
Stefan Gronewold(groni)
@@ -99069,6 +99206,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
https://github.com/darktable-org/darktable/releases/download/release-2.0.7/darktable-2.0.7.tar.xz
exiv2-devel
+ cmake
gconf-devel
gtk2-devel
libjpeg-turbo-devel
@@ -99165,7 +99303,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
- 2016-11-12
+ 2016-11-13
2.0.7
First Release
Stefan Gronewold
@@ -112793,7 +112931,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
network.library
QMI modem protocol helper library
libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
- http://www.freedesktop.org/software/libqmi/libqmi-1.12.6.tar.xz
+ http://www.freedesktop.org/software/libqmi/libqmi-1.16.0.tar.xz
glib2-devel
gobject-introspection-devel
@@ -112812,13 +112950,14 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
/usr/bin
/usr/share/gtk-doc
/usr/share/doc/libqmi/
+ /usr/share/bash-completion
libqmi-devel
Development files for libqmi
- libqmi
+ libqmi
/usr/include
@@ -112826,6 +112965,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+ 2016-11-12
+ 1.16.0
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilnux.org
+
2016-06-09
1.12.6
@@ -112855,7 +113001,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
network.library
MBIM modem protocol helper library.
libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
- http://www.freedesktop.org/software/libmbim/libmbim-1.12.2.tar.xz
+ http://www.freedesktop.org/software/libmbim/libmbim-1.14.0.tar.xz
gtk-doc
glib2-devel
@@ -112874,6 +113020,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
/usr/share/man
/usr/bin/
/usr/share/gtk-doc/
+ /usr/share/bash-completion
/usr/libexec
/usr/share/doc/libmbim
@@ -112883,7 +113030,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
libmbim için geliştirme dosyaları
libmbim için geliştirme dosyaları
- libmbim
+ libmbim
libgudev-devel
@@ -112892,6 +113039,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+ 2016-11-12
+ 1.14.0
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilnux.org
+
2016-06-09
1.12.2
@@ -116864,7 +117018,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
qbittorrent is a BitTorrent client using the libtorrent library.
qbittorrent, libtorrent kitaplığını kullanan Qt4 tabanlı bir BitTorrent istemcisidir.
qbittorrent
- http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.3.1/qbittorrent-3.3.1.tar.gz
+ http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.3.7/qbittorrent-3.3.7.tar.gz
qt5-base-devel
qt5-linguist
@@ -116897,6 +117051,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
+
+ 2016-11-12
+ 3.3.7
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilnux.org
+
2016-06-09
3.3.1
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index cb3b113aa5..32bc5596c8 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-b8851fdae701f9a16f12907253695bab6dd544c1
\ No newline at end of file
+c9bc1cd39eec9cdc115b63cda60e1a17602e183e
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 04acbaa3b6..dfb94d509d 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 5797208433..8203db7990 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-5668f2de904b0865d273b26ff26166d99d34798d
\ No newline at end of file
+2c2bae55066af4d71b22b7ec79aa92946a5d49c5
\ No newline at end of file