diff --git a/desktop/kde/framework/syntax-highlighting/actions.py b/desktop/kde/framework/syntax-highlighting/actions.py
new file mode 100644
index 0000000000..c97691a122
--- /dev/null
+++ b/desktop/kde/framework/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 kde5
+from pisi.actionsapi import pisitools
+
+# if pisi can't find source directory, see /var/pisi/syntax-highlighting/work/ and:
+# WorkDir="syntax-highlighting-"+ get.srcVERSION() +"/sub_project_dir/"
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+
+ pisitools.dodoc("COPYING.LIB", "README.md")
+
diff --git a/desktop/kde/framework/syntax-highlighting/pspec.xml b/desktop/kde/framework/syntax-highlighting/pspec.xml
new file mode 100644
index 0000000000..4a797de8be
--- /dev/null
+++ b/desktop/kde/framework/syntax-highlighting/pspec.xml
@@ -0,0 +1,56 @@
+
+
+ syntax-highlighting
+ 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
+ qt5-base-devel
+ qt5-xmlpatterns-devel
+ perl
+ glibc-devel
+
+ http://download.kde.org/stable/frameworks/5.28/syntax-highlighting-5.28.0.tar.xz
+
+
+ syntax-highlighting
+ Syntax highlighting engine for structured text and code
+
+ qt5-base
+ libgcc
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+
+
+
+
+ syntax-highlighting-devel
+ Development files for syntax-highlighting
+
+ syntax-highlighting
+
+
+ /usr/include
+
+
+
+
+ 2016-11-27
+ 5.28.0
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/misc/libmediainfo/actions.py b/multimedia/misc/libmediainfo/actions.py
new file mode 100644
index 0000000000..7156e47be0
--- /dev/null
+++ b/multimedia/misc/libmediainfo/actions.py
@@ -0,0 +1,44 @@
+#!/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 shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import libtools
+from pisi.actionsapi import get
+
+WorkDir = "."
+
+def setup():
+ shelltools.cd("MediaInfoLib/Project/GNU/Library")
+ libtools.libtoolize("--automake")
+ autotools.aclocal()
+ autotools.automake("-afc")
+ autotools.autoconf()
+ autotools.configure("--enable-shared \
+ --disable-static \
+ --with-libcurl \
+ --with-libmms")
+
+def build():
+ shelltools.cd("MediaInfoLib/Project/GNU/Library")
+ autotools.make()
+
+def install():
+ shelltools.cd("MediaInfoLib/Project/GNU/Library")
+ autotools.install()
+ pisitools.dosed("libmediainfo.pc", "^(Version:)\s+$", r"\1 %s\n" % get.srcVERSION())
+ pisitools.dosed("libmediainfo.pc", "^Libs_Static.*$", "")
+ pisitools.dodir("/usr/lib/pkgconfig")
+ pisitools.insinto("/usr/lib/pkgconfig", "libmediainfo.pc")
+ shelltools.cd("../../../")
+ pisitools.dodoc("*.txt")
+ pisitools.dohtml("*.html")
+ for it in ["MediaInfo", "MediaInfoDLL"]:
+ pisitools.dodir("/usr/include/%s" % it)
+ pisitools.insinto("/usr/include/%s" % it, "Source/%s/*.h" % it)
+
+
diff --git a/multimedia/misc/libmediainfo/pspec.xml b/multimedia/misc/libmediainfo/pspec.xml
new file mode 100644
index 0000000000..65caa8afea
--- /dev/null
+++ b/multimedia/misc/libmediainfo/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+ libmediainfo
+ http://mediaarea.net/en/MediaInfo
+
+ Pisi Linux Community
+ admins@pisilinux.org
+
+ LGPLv3
+ library
+ shared library for mediainfo
+ shared library for mediainfo
+ http://mediaarea.net/download/source/libmediainfo/0.7.90/libmediainfo_0.7.90.tar.bz2
+
+ autoconf
+ automake
+ libtool
+ zlib-devel
+ libzen-devel
+ curl-devel
+ libmms-devel
+
+
+
+
+ libmediainfo
+
+ curl
+ zlib
+ glib2
+ libgcc
+ libzen
+ libmms
+
+
+ /usr/share/doc/
+ /usr/lib/
+
+
+
+
+ libmediainfo-devel
+
+ libmediainfo
+
+
+ /usr/lib/pkgconfig
+ /usr/include/MediaInfo
+ /usr/include/MediaInfoDLL
+
+
+
+
+
+ 2016-11-24
+ 0.7.90
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2013-12-20
+ 0.7.65
+ First release
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/misc/libmediainfo/translations.xml b/multimedia/misc/libmediainfo/translations.xml
new file mode 100644
index 0000000000..fd05146843
--- /dev/null
+++ b/multimedia/misc/libmediainfo/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libmediainfo
+ shared library for mediainfo
+ shared library for mediainfo
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index a82aaa1945..fb108b28f9 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -63275,7 +63275,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE and Plasma resources management GUIKDE and Plasma resources management GUI
- mirrors://kde/stable/plasma/5.8.3/discover-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/discover-5.8.4.tar.xzqt5-base-develqt5-svg-devel
@@ -63321,6 +63321,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -63378,7 +63385,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaProvides integration plugins for various KDE frameworks for the wayland windowing systemProvides integration plugins for various KDE frameworks for the wayland windowing system
- mirrors://kde/stable/plasma/5.8.3/kwayland-integration-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kwayland-integration-5.8.4.tar.xzkwayland-develqt5-base-devel
@@ -63403,6 +63410,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -63461,7 +63475,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaGTK2 and GTK3 Configurator for KDEConfiguration dialog to adapt GTK+ applications appearance to your taste under KDE.
- mirrors://kde/stable/plasma/5.8.3/kde-gtk-config-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kde-gtk-config-5.8.4.tar.xzqt5-base-develkio-devel
@@ -63513,6 +63527,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -63571,7 +63592,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaAdditional client tools for KDE applicationsAdditional client tools for KDE applications
- mirrors://kde/stable/plasma/5.8.3/kdeplasma-addons-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kdeplasma-addons-5.8.4.tar.xzqt5-base-devellibxcb-devel
@@ -63646,6 +63667,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -63704,7 +63732,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 Plasma artworkArtwork, styles and assets for the Breeze visual style for the Plasma Desktop
- mirrors://kde/stable/plasma/5.8.3/plasma-integration-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/plasma-integration-5.8.4.tar.xzqt5-base-develqt5-declarative-devel
@@ -63771,6 +63799,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -63829,7 +63864,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaProvides the interface and basic tools for the KDE workspaceProvides the interface and basic tools for the KDE workspace
- mirrors://kde/stable/plasma/5.8.3/kscreen-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kscreen-5.8.4.tar.xzqt5-base-develqt5-graphicaleffects
@@ -63871,6 +63906,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -63929,7 +63971,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 info centerKDE5 Utility that provides information about a computer system.
- mirrors://kde/stable/plasma/5.8.3/kinfocenter-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kinfocenter-5.8.4.tar.xzkcmutils-develkcompletion-devel
@@ -64009,6 +64051,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64060,7 +64109,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 plasma workspaceThis package contains the basic packages for a Plasma workspace.
- mirrors://kde/stable/plasma/5.8.3/plasma-desktop-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/plasma-desktop-5.8.4.tar.xzqt5-base-develboost-devel
@@ -64196,6 +64245,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64254,7 +64310,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 Plasma artworkArtwork, styles and assets for the Breeze visual style for the Plasma Desktop
- mirrors://kde/stable/plasma/5.8.3/breeze-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/breeze-5.8.4.tar.xzqt5-base-devellibxcb-devel
@@ -64320,7 +64376,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
breeze-cursors
- breeze-style
+ breeze-style/usr/share/icons/breeze_cursors
@@ -64330,13 +64386,20 @@ thunar-volman is installed and configured properly, and you plug in your digical
breeze-wallpapers
- breeze-style
+ breeze-style/usr/share/wallpapers/Next
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64395,7 +64458,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDedicated search application built on top of BalooDedicated search application built on top of Baloo
- mirrors://kde/stable/plasma/5.8.3/milou-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/milou-5.8.4.tar.xzqt5-base-develqt5-declarative
@@ -64432,6 +64495,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64490,7 +64560,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKWallet PAM integration.KWallet PAM integration.
- mirrors://kde/stable/plasma/5.8.3/kwallet-pam-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kwallet-pam-5.8.4.tar.xzqt5-base-develpam-devel
@@ -64514,6 +64584,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64571,7 +64648,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaCore components for the KDE Activity concept.System service to manage user's activities, track the usage patterns etc.
- mirrors://kde/stable/plasma/5.8.3/kactivitymanagerd-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kactivitymanagerd-5.8.4.tar.xzextra-cmake-modulesboost-devel
@@ -64618,6 +64695,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64676,7 +64760,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaTask management and system monitoring libraryTask management and system monitoring library
- mirrors://kde/stable/plasma/5.8.3/libksysguard-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/libksysguard-5.8.4.tar.xzqt5-base-develqt5-script-devel
@@ -64721,7 +64805,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
libksysguard-develDevelopment files for libksysguard
- libksysguard
+ libksysguardqt5-base-devellibX11-develzlib-devel
@@ -64743,6 +64827,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64800,7 +64891,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaBreeze widget theme for GTK 2 and 3Breeze widget theme for GTK 2 and 3
- mirrors://kde/stable/plasma/5.8.3/breeze-gtk-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/breeze-gtk-5.8.4.tar.xzextra-cmake-modulesqt5-base-devel
@@ -64822,6 +64913,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -64881,7 +64979,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaThe KDE5 Plasma Workspace ComponentsThe KDE5 Plasma Workspace Components
- mirrors://kde/stable/plasma/5.8.3/plasma-workspace-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/plasma-workspace-5.8.4.tar.xziso-codesbaloo-devel
@@ -65044,7 +65142,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
plasma-workspace-develDevelopment files for kde5 plasma-workspace
- plasma-workspace
+ plasma-workspacebaloo-develcln-develkactivities-devel
@@ -65125,13 +65223,20 @@ thunar-volman is installed and configured properly, and you plug in your digical
kdewebkitkxmlrpcclient
- plasma-workspace
+ plasma-workspace/usr/lib/libexec
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -65190,7 +65295,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaAdjust your monitor's gamma settings.Adjust your monitor's gamma settings.
- mirrors://kde/stable/plasma/5.8.3/kgamma5-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kgamma5-5.8.4.tar.xzqt5-base-develkdoctools-devel
@@ -65231,6 +65336,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -65390,7 +65502,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 system settings managerSystem-settings is a control panel for KDE5 Plasma
- mirrors://kde/stable/plasma/5.8.3/systemsettings-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/systemsettings-5.8.4.tar.xzqt5-base-develkdoctools-devel
@@ -65455,7 +65567,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kservice-develkwindowsystem-develkxmlgui-devel
- system-settings
+ system-settings/usr/include
@@ -65464,6 +65576,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -65522,7 +65641,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaLibrary and components for secure lock screen architecture.Library and components for secure lock screen architecture.
- mirrors://kde/stable/plasma/5.8.3/kscreenlocker-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kscreenlocker-5.8.4.tar.xzqt5-base-develqt5-declarative-devel
@@ -65604,7 +65723,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kcmutils-develkwayland-develplasma-framework-devel
- kscreenlocker
+ kscreenlocker/usr/include
@@ -65612,6 +65731,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -65670,7 +65796,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE 5 Bluetooth StackIntegrate the Bluetooth technology within KDE workspace and applications
- mirrors://kde/stable/plasma/5.8.3/bluedevil-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/bluedevil-5.8.4.tar.xzqt5-base-develqt5-declarative
@@ -65722,6 +65848,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -65780,7 +65913,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 daemon listening for wall and write messagesKDE5 daemon listening for wall and write messages
- mirrors://kde/stable/plasma/5.8.3/kwrited-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kwrited-5.8.4.tar.xzqt5-base-develki18n-devel
@@ -65812,6 +65945,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -65870,7 +66010,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaPlasma applet for audio volume management using PulseAudio.Plasma applet for audio volume management using PulseAudio.
- mirrors://kde/stable/plasma/5.8.3/plasma-pa-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/plasma-pa-5.8.4.tar.xzqt5-base-develqt5-quick1-devel
@@ -65914,6 +66054,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -65971,7 +66118,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaPlugin based library to create window decorationsPlugin based library to create window decorations
- mirrors://kde/stable/plasma/5.8.3/kdecoration-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kdecoration-5.8.4.tar.xzqt5-base-develextra-cmake-modules
@@ -65999,7 +66146,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kdecorationsqt5-base-devel
- kdecorations
+ kdecorations/usr/include
@@ -66008,6 +66155,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66066,7 +66220,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmassh-add helper that uses kwallet and kpassworddialogssh-add helper that uses kwallet and kpassworddialog
- mirrors://kde/stable/plasma/5.8.3/ksshaskpass-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/ksshaskpass-5.8.4.tar.xzqt5-base-develkdoctools-devel
@@ -66104,6 +66258,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66161,7 +66322,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaBreeze theme for GRUB.Breeze theme for GRUB.
- mirrors://kde/stable/plasma/5.8.3/breeze-grub-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/breeze-grub-5.8.4.tar.xzdesktop/kde/plasma/breeze-grub/pspec.xml
@@ -66176,6 +66337,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66233,7 +66401,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaBreeze theme for Plymouth.Breeze theme for Plymouth.
- mirrors://kde/stable/plasma/5.8.3/breeze-plymouth-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/breeze-plymouth-5.8.4.tar.xzextra-cmake-modulesplymouth-devel
@@ -66260,6 +66428,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66318,7 +66493,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 screen management libraryDynamic display management library for KDE
- mirrors://kde/stable/plasma/5.8.3/libkscreen-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/libkscreen-5.8.4.tar.xzqt5-base-develqt5-x11extras-devel
@@ -66361,7 +66536,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
libXrandr-develqt5-x11extras-develkwayland-devel
- libkscreen
+ libkscreen/usr/include
@@ -66370,6 +66545,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66429,7 +66611,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaApplications useful for Plasma developmentApplications useful for Plasma development
- mirrors://kde/stable/plasma/5.8.3/plasma-sdk-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/plasma-sdk-5.8.4.tar.xzqt5-base-develqt5-webkit-devel
@@ -66489,6 +66671,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66546,7 +66735,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 Config Module for SDDMKDE5 Config Module for SDDM
- mirrors://kde/stable/plasma/5.8.3/sddm-kcm-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/sddm-kcm-5.8.4.tar.xzkcoreaddons-develkdoctools-devel
@@ -66601,6 +66790,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66659,7 +66855,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 hotkey daemonKDE hotkey daemon module allows you to configure custom keyboard shortcuts and mouse gestures.
- mirrors://kde/stable/plasma/5.8.3/khotkeys-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/khotkeys-5.8.4.tar.xzlibX11-develqt5-base-devel
@@ -66730,6 +66926,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66788,7 +66991,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE system monitorKDE5 system monitor daemon and service.
- mirrors://kde/stable/plasma/5.8.3/ksysguard-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/ksysguard-5.8.4.tar.xzkcompletion-develkconfig-devel
@@ -66859,6 +67062,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -66917,7 +67127,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaAdditional client tools for KDE applicationsTools based on KDE Frameworks 5 to better interact with the system
- mirrors://kde/stable/plasma/5.8.3/kde-cli-tools-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kde-cli-tools-5.8.4.tar.xzqt5-base-develqt5-x11extras-devel
@@ -66984,6 +67194,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67040,7 +67257,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE Oxygen styleKDE Oxygen style
- mirrors://kde/stable/plasma/5.8.3/oxygen-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/oxygen-5.8.4.tar.xzkcmutils-develframeworkintegration-devel
@@ -67088,6 +67305,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67146,7 +67370,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaProvides the interface and basic tools for the KDE workspaceProvides the interface and basic tools for the KDE workspace
- mirrors://kde/stable/plasma/5.8.3/kmenuedit-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kmenuedit-5.8.4.tar.xzqt5-base-develkdoctools-devel
@@ -67203,6 +67427,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67262,7 +67493,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaThe KDE Plasma Workspace ComponentsThe KDE Plasma Workspace Components
- mirrors://kde/stable/plasma/5.8.3/plasma-workspace-wallpapers-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/plasma-workspace-wallpapers-5.8.4.tar.xzqt5-baseextra-cmake-modules
@@ -67282,6 +67513,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67340,7 +67578,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE 5 User ManagerUser Manager within KDE workspace and applications
- mirrors://kde/stable/plasma/5.8.3/user-manager-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/user-manager-5.8.4.tar.xzqt5-base-develaccountsservice-devel
@@ -67384,6 +67622,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67443,7 +67688,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaThe KDE Plasma Workspace ComponentsThe Polkit-KDE-Agent package contains a graphical Polkit authentication agent for the KDE Plasma Desktop.
- mirrors://kde/stable/plasma/5.8.3/polkit-kde-agent-1-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/polkit-kde-agent-1-5.8.4.tar.xzqt5-base-develkdoctools-devel
@@ -67481,6 +67726,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67539,7 +67791,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE power manager moduleKDE Power Management module. Provides kded daemon DBus helper and KCM for configuring Power settings
- mirrors://kde/stable/plasma/5.8.3/powerdevil-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/powerdevil-5.8.4.tar.xzqt5-base-develkdoctools-devel
@@ -67606,6 +67858,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67664,7 +67923,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaKDE5 window managerKWin is the window manager of the K desktop environment.
- mirrors://kde/stable/plasma/5.8.3/kwin-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/kwin-5.8.4.tar.xzkactivities-develkauth-devel
@@ -67793,7 +68052,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kwin-develDevelopment files for kwin
- kwin
+ kwinkactivities-develkauth-develkcmutils-devel
@@ -67849,6 +68108,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -67907,7 +68173,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.plasmaPlasma applet written in QML for managing network connectionsPlasma applet written in QML for managing network connections
- mirrors://kde/stable/plasma/5.8.3/plasma-nm-5.8.3.tar.xz
+ mirrors://kde/stable/plasma/5.8.4/plasma-nm-5.8.4.tar.xzqt5-base-devellibgcc
@@ -67971,6 +68237,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.8.4
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-11-035.8.3
@@ -68028,13 +68301,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkQt 5 addon providing access to numerous types of archivesKArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR.
- mirrors://kde/stable/frameworks/5.27/karchive-5.27.0.tar.xz
+ http://download.kde.org/stable/frameworks/5.28/karchive-5.28.0.tar.xzqt5-base-develxz-develzlib-develbzip2
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/karchive/pspec.xml
@@ -68059,7 +68332,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for karchiveqt5-base-devel
- karchive
+ karchive/usr/include
@@ -68068,6 +68341,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68119,16 +68399,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkUser interface for running shell commands with root privilegeskdesu provides functionality for building GUI front ends for (password asking) console mode programs.
- mirrors://kde/stable/frameworks/5.27/kdesu-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kdesu-5.28.0.tar.xzqt5-base-devel
- kcoreaddons-devel
- kpty-devel
- kservice-devel
- ki18n-devel
- kconfig-devel
+ kcoreaddons-devel
+ kpty-devel
+ kservice-devel
+ ki18n-devel
+ kconfig-devellibX11-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kdesu/pspec.xml
@@ -68136,11 +68416,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
kdesuqt5-base
- kcoreaddons
- kpty
- kservice
- ki18n
- kconfig
+ kcoreaddons
+ kpty
+ kservice
+ ki18n
+ kconfiglibgcclibX11
@@ -68155,13 +68435,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
kdesu-develDevelopment files for kdesu
- kdesu
+ kdesuqt5-base-devel
- kcoreaddons-devel
- kpty-devel
- kservice-devel
- ki18n-devel
- kconfig-devel
+ kcoreaddons-devel
+ kpty-devel
+ kservice-devel
+ ki18n-devel
+ kconfig-devellibX11-devel
@@ -68171,6 +68451,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68222,12 +68509,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 desktop widgetsKdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets.
- mirrors://kde/stable/frameworks/5.27/kwidgetsaddons-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kwidgetsaddons-5.28.0.tar.xzqt5-base-develqt5-linguistqt5-designer-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kwidgetsaddons/pspec.xml
@@ -68250,7 +68537,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kwidgetsaddonsqt5-base-devel
- kwidgetsaddons
+ kwidgetsaddons/usr/include
@@ -68259,6 +68546,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68311,11 +68605,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkAdvanced configuration system for KDE Frameworks 5Kconfig provides advanced libraries and tools for accessing configuration files.
- mirrors://kde/stable/frameworks/5.27/kconfig-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kconfig-5.28.0.tar.xzqt5-base-develqt5-linguist
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kconfig/pspec.xml
@@ -68339,7 +68633,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kconfigqt5-base-devel
- kconfig
+ kconfig/usr/include
@@ -68348,6 +68642,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68398,25 +68699,25 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkUtilities for interacting with KCModulesKCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework.
- mirrors://kde/stable/frameworks/5.27/kcmutils-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kcmutils-5.28.0.tar.xzqt5-base-develqt5-declarative-develmesa-devel
- kcodecs-devel
- kpackage-devel
- kdeclarative-devel
- kconfigwidgets-devel
- kwidgetsaddons-devel
- kconfig-devel
- kauth-devel
- kcoreaddons-devel
- ki18n-devel
- kiconthemes-devel
- kitemviews-devel
- kservice-devel
- kxmlgui-devel
- extra-cmake-modules
+ kcodecs-devel
+ kpackage-devel
+ kdeclarative-devel
+ kconfigwidgets-devel
+ kwidgetsaddons-devel
+ kconfig-devel
+ kauth-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ kitemviews-devel
+ kservice-devel
+ kxmlgui-devel
+ extra-cmake-modulesdesktop/kde/framework/kcmutils/pspec.xml
@@ -68426,17 +68727,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-declarativelibgcc
- kdeclarative
- kconfigwidgets
- kwidgetsaddons
- kconfig
- kauth
- kcoreaddons
- ki18n
- kiconthemes
- kitemviews
- kservice
- kxmlgui
+ kdeclarative
+ kconfigwidgets
+ kwidgetsaddons
+ kconfig
+ kauth
+ kcoreaddons
+ ki18n
+ kiconthemes
+ kitemviews
+ kservice
+ kxmlgui/usr/share
@@ -68450,20 +68751,20 @@ thunar-volman is installed and configured properly, and you plug in your digical
kcmutils-develDevelopment files for kcmutils
- kcmutils
+ kcmutilsqt5-base-develqt5-declarative-devel
- kdeclarative-devel
- kconfigwidgets-devel
- kwidgetsaddons-devel
- kconfig-devel
- kauth-devel
- kcoreaddons-devel
- ki18n-devel
- kiconthemes-devel
- kitemviews-devel
- kservice-devel
- kxmlgui-devel
+ kdeclarative-devel
+ kconfigwidgets-devel
+ kwidgetsaddons-devel
+ kconfig-devel
+ kauth-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ kitemviews-devel
+ kservice-devel
+ kxmlgui-devel/usr/include
@@ -68472,6 +68773,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68523,22 +68831,22 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 text editing widgetsKTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text.
- mirrors://kde/stable/frameworks/5.27/ktextwidgets-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/ktextwidgets-5.28.0.tar.xzqt5-base-devel
- kconfig-devel
- kcompletion-devel
- kcodecs-devel
- kauth-devel
- kconfigwidgets-devel
- kiconthemes-devel
- kwidgetsaddons-devel
- ki18n-devel
- sonnet-devel
- kservice-devel
- kcoreaddons-devel
- kwindowsystem-devel
- extra-cmake-modules
+ kconfig-devel
+ kcompletion-devel
+ kcodecs-devel
+ kauth-devel
+ kconfigwidgets-devel
+ kiconthemes-devel
+ kwidgetsaddons-devel
+ ki18n-devel
+ sonnet-devel
+ kservice-devel
+ kcoreaddons-devel
+ kwindowsystem-devel
+ extra-cmake-modulesdesktop/kde/framework/ktextwidgets/pspec.xml
@@ -68547,16 +68855,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kconfig
- kcompletion
- kconfigwidgets
- kiconthemes
- kwidgetsaddons
- ki18n
- sonnet
- kservice
- kcoreaddons
- kwindowsystem
+ kconfig
+ kcompletion
+ kconfigwidgets
+ kiconthemes
+ kwidgetsaddons
+ ki18n
+ sonnet
+ kservice
+ kcoreaddons
+ kwindowsystem/usr/share
@@ -68570,18 +68878,18 @@ thunar-volman is installed and configured properly, and you plug in your digical
ktextwidgets-develDevelopment files for ktextwidgets
- ktextwidgets
+ ktextwidgetsqt5-base-devel
- kconfig-devel
- kcompletion-devel
- kconfigwidgets-devel
- kiconthemes-devel
- kwidgetsaddons-devel
- ki18n-devel
- sonnet-devel
- kservice-devel
- kcoreaddons-devel
- kwindowsystem-devel
+ kconfig-devel
+ kcompletion-devel
+ kconfigwidgets-devel
+ kiconthemes-devel
+ kwidgetsaddons-devel
+ ki18n-devel
+ sonnet-devel
+ kservice-devel
+ kcoreaddons-devel
+ kwindowsystem-devel/usr/include
@@ -68590,6 +68898,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68641,11 +68956,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkQt wrapper for ModemManager DBus APIQt wrapper for ModemManager DBus API
- mirrors://kde/stable/frameworks/5.27/modemmanager-qt-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/modemmanager-qt-5.28.0.tar.xzqt5-base-develModemManager-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/modemmanager-qt/pspec.xml
@@ -68669,7 +68984,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for modemmanger-qtqt5-base-devel
- modemmanager-qt
+ modemmanager-qt/usr/include
@@ -68678,6 +68993,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68728,35 +69050,35 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkPlugin framework for user interface componentsThis library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons).
- mirrors://kde/stable/frameworks/5.27/kparts-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kparts-5.28.0.tar.xzqt5-base-devel
- kauth-devel
- knotifications-devel
- kwidgetsaddons-devel
- ktextwidgets-devel
- kiconthemes-devel
- kcompletion-devel
- kitemviews-devel
- karchive-devel
- attica-devel
- kconfig-devel
- kcoreaddons-devel
- kcmutils-devel
- kdeclarative-devel
- ki18n-devel
- kio-devel
- kglobalaccel-devel
- kservice-devel
- kxmlgui-devel
- kbookmarks-devel
- kwindowsystem-devel
- sonnet-devel
- kcodecs-devel
- kconfigwidgets-devel
- solid-devel
- kjobwidgets-devel
- extra-cmake-modules
+ kauth-devel
+ knotifications-devel
+ kwidgetsaddons-devel
+ ktextwidgets-devel
+ kiconthemes-devel
+ kcompletion-devel
+ kitemviews-devel
+ karchive-devel
+ attica-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kcmutils-devel
+ kdeclarative-devel
+ ki18n-devel
+ kio-devel
+ kglobalaccel-devel
+ kservice-devel
+ kxmlgui-devel
+ kbookmarks-devel
+ kwindowsystem-devel
+ sonnet-devel
+ kcodecs-devel
+ kconfigwidgets-devel
+ solid-devel
+ kjobwidgets-devel
+ extra-cmake-modulesdesktop/kde/framework/kparts/pspec.xml
@@ -68765,16 +69087,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kjobwidgets
- kconfig
- kcoreaddons
- ki18n
- kiconthemes
- knotifications
- kservice
- kwidgetsaddons
- kxmlgui
- kio
+ kjobwidgets
+ kconfig
+ kcoreaddons
+ ki18n
+ kiconthemes
+ knotifications
+ kservice
+ kwidgetsaddons
+ kxmlgui
+ kio/usr/share
@@ -68789,17 +69111,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kpartsqt5-base-devel
- kjobwidgets-devel
- kconfig-devel
- kcoreaddons-devel
- ki18n-devel
- kiconthemes-devel
- knotifications-devel
- kservice-devel
- kwidgetsaddons-devel
- kxmlgui-devel
- kio-devel
- kparts
+ kjobwidgets-devel
+ kconfig-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ knotifications-devel
+ kservice-devel
+ kwidgetsaddons-devel
+ kxmlgui-devel
+ kio-devel
+ kparts/usr/include
@@ -68808,6 +69130,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68858,7 +69187,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkExtra cmake modules for KDE5Extra cmake modules KDE5
- mirrors://kde/stable/frameworks/5.27/extra-cmake-modules-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/extra-cmake-modules-5.28.0.tar.xzcmakeflex
@@ -68879,6 +69208,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -68929,21 +69265,21 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkA contact aggregation library for KDEKPeople is a Framework for fetching contacts from different sources (Telepathy, Akonadi, Facebook, etc) and unifying them into a same model.
- mirrors://kde/stable/frameworks/5.27/kpeople-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kpeople-5.28.0.tar.xzqt5-base-devel
- kconfig-devel
+ kconfig-develqt5-declarative-devel
- kcoreaddons-devel
+ kcoreaddons-develqt5-sql-postgresqlqt5-sql-mysqlqt5-sql-sqliteqt5-sql-odbc
- kservice-devel
- kwidgetsaddons-devel
- ki18n-devel
- kitemviews-devel
- extra-cmake-modules
+ kservice-devel
+ kwidgetsaddons-devel
+ ki18n-devel
+ kitemviews-devel
+ extra-cmake-modulesdesktop/kde/framework/kpeople/pspec.xml
@@ -68953,12 +69289,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-declarativelibgcc
- kconfig
- kcoreaddons
- kservice
- kwidgetsaddons
- ki18n
- kitemviews
+ kconfig
+ kcoreaddons
+ kservice
+ kwidgetsaddons
+ ki18n
+ kitemviews/usr/share
@@ -68974,13 +69310,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-develqt5-declarative-devel
- kconfig-devel
- kcoreaddons-devel
- kwidgetsaddons-devel
- kservice-devel
- ki18n-devel
- kitemviews-devel
- kpeople
+ kconfig-devel
+ kcoreaddons-devel
+ kwidgetsaddons-devel
+ kservice-devel
+ ki18n-devel
+ kitemviews-devel
+ kpeople/usr/include
@@ -68989,6 +69325,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69040,14 +69383,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE emoticon managerKEmoticons converts emoticons from text to a graphical representation with images in HTML.
- mirrors://kde/stable/frameworks/5.27/kemoticons-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kemoticons-5.28.0.tar.xzqt5-base-devel
- karchive-devel
- kcoreaddons-devel
- kconfig-devel
- kservice-devel
- extra-cmake-modules
+ karchive-devel
+ kcoreaddons-devel
+ kconfig-devel
+ kservice-devel
+ extra-cmake-modulesdesktop/kde/framework/kemoticons/pspec.xml
@@ -69056,10 +69399,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- karchive
- kcoreaddons
- kconfig
- kservice
+ karchive
+ kcoreaddons
+ kconfig
+ kservice/usr/share
@@ -69073,12 +69416,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
kemoticons-develDevelopment files for kemoticons
- kemoticons
+ kemoticonsqt5-base-devel
- karchive-devel
- kcoreaddons-devel
- kconfig-devel
- kservice-devel
+ karchive-devel
+ kcoreaddons-devel
+ kconfig-devel
+ kservice-devel/usr/include
@@ -69087,6 +69430,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69138,23 +69488,23 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE password storage frameworkThis framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces.
- mirrors://kde/stable/frameworks/5.27/kwallet-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kwallet-5.28.0.tar.xzlibxsltdocbook-xslqt5-base-devellibgcrypt-devel
- kconfig-devel
- kdoctools-devel
- kcoreaddons-devel
- kdbusaddons-devel
- ki18n-devel
- kiconthemes-devel
- knotifications-devel
- kservice-devel
- kwidgetsaddons-devel
- kwindowsystem-devel
- extra-cmake-modules
+ kconfig-devel
+ kdoctools-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ knotifications-devel
+ kservice-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel
+ extra-cmake-modulesdesktop/kde/framework/kwallet/pspec.xml
@@ -69164,15 +69514,15 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcclibgcrypt
- kconfig
- kcoreaddons
- kdbusaddons
- ki18n
- kiconthemes
- knotifications
- kservice
- kwidgetsaddons
- kwindowsystem
+ kconfig
+ kcoreaddons
+ kdbusaddons
+ ki18n
+ kiconthemes
+ knotifications
+ kservice
+ kwidgetsaddons
+ kwindowsystem/usr/share
@@ -69187,18 +69537,18 @@ thunar-volman is installed and configured properly, and you plug in your digical
kwallet-develDevelopment files for kwallet
- kwallet
+ kwalletqt5-base-devellibgcrypt-devel
- kconfig-devel
- kcoreaddons-devel
- kdbusaddons-devel
- ki18n-devel
- kiconthemes-devel
- knotifications-devel
- kservice-devel
- kwidgetsaddons-devel
- kwindowsystem-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ knotifications-devel
+ kservice-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel/usr/include
@@ -69207,6 +69557,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69258,12 +69615,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkUtilities for core application functionality and accessing the OSKCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.
- mirrors://kde/stable/frameworks/5.27/kcoreaddons-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kcoreaddons-5.28.0.tar.xz
- qt5-base-devel
+ qt5-base-develqt5-linguistshared-mime-info
- extra-cmake-modules
+ extra-cmake-modulesmesa-develdesktop/kde/framework/kcoreaddons/pspec.xml
@@ -69290,7 +69647,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kcoreaddonsqt5-base-devel
- kcoreaddons
+ kcoreaddons/usr/include
@@ -69299,6 +69656,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69349,26 +69713,26 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 application scripting helperKross is a scripting bridge to embed scripting functionality into an application. It supports QtScript as a scripting interpreter backend.
- mirrors://kde/stable/frameworks/5.27/portingAids/kross-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/portingAids/kross-5.28.0.tar.xzqt5-base-develqt5-script-devel
- kcoreaddons-devel
- kdoctools-devel
- kconfigwidgets-devel
- ktextwidgets-devel
- kparts-devel
- sonnet-devel
- kauth-devel
- ki18n-devel
- kcompletion-devel
- kiconthemes-devel
- kio-devel
- kparts-devel
- kwidgetsaddons-devel
- kxmlgui-devel
+ kcoreaddons-devel
+ kdoctools-devel
+ kconfigwidgets-devel
+ ktextwidgets-devel
+ kparts-devel
+ sonnet-devel
+ kauth-devel
+ ki18n-devel
+ kcompletion-devel
+ kiconthemes-devel
+ kio-devel
+ kparts-devel
+ kwidgetsaddons-devel
+ kxmlgui-develdocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kross/pspec.xml
@@ -69378,14 +69742,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-scriptlibgcc
- kcoreaddons
- ki18n
- kcompletion
- kiconthemes
- kio
- kparts
- kwidgetsaddons
- kxmlgui
+ kcoreaddons
+ ki18n
+ kcompletion
+ kiconthemes
+ kio
+ kparts
+ kwidgetsaddons
+ kxmlgui/usr/bin
@@ -69401,17 +69765,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
kross-develDevelopment files for kross
- kross
+ krossqt5-base-develqt5-script-devel
- kcoreaddons-devel
- ki18n-devel
- kcompletion-devel
- kiconthemes-devel
- kio-devel
- kparts-devel
- kwidgetsaddons-devel
- kxmlgui-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kcompletion-devel
+ kiconthemes-devel
+ kio-devel
+ kparts-devel
+ kwidgetsaddons-devel
+ kxmlgui-devel/usr/include
@@ -69420,6 +69784,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69470,21 +69841,21 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkGlobal desktop keyboard shortcutsKGlobalAccel allows you to have global accelerators that are independent of the focused window.
- mirrors://kde/stable/frameworks/5.27/kglobalaccel-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kglobalaccel-5.28.0.tar.xzqt5-base-develqt5-linguistqt5-baselibxcb-devel
- kcrash-devel
- kconfig-devel
+ kcrash-devel
+ kconfig-develqt5-x11extras-devel
- kcoreaddons-devel
- kdbusaddons-devel
+ kcoreaddons-devel
+ kdbusaddons-develxcb-util-keysyms-devel
- kwindowsystem-devel
- kservice-devel
- extra-cmake-modules
+ kwindowsystem-devel
+ kservice-devel
+ extra-cmake-modulesdesktop/kde/framework/kglobalaccel/pspec.xml
@@ -69494,14 +69865,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcclibxcb
- kcrash
- kconfig
+ kcrash
+ kconfigqt5-x11extras
- kcoreaddons
- kdbusaddons
+ kcoreaddons
+ kdbusaddonsxcb-util-keysyms
- kwindowsystem
- kservice
+ kwindowsystem
+ kservice/usr/bin
@@ -69516,16 +69887,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
kglobalaccel-develDevelopment files for kglobalaccel
- kglobalaccel
+ kglobalaccelqt5-base-devellibxcb-devel
- kcrash-devel
- kconfig-devel
+ kcrash-devel
+ kconfig-develqt5-x11extras-devel
- kcoreaddons-devel
- kdbusaddons-devel
+ kcoreaddons-devel
+ kdbusaddons-develxcb-util-keysyms-devel
- kwindowsystem-devel
+ kwindowsystem-devel/usr/include
@@ -69534,6 +69905,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69585,15 +69963,15 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkWidgets for showing progress of asynchronous jobsKJobWIdgets provides widgets for showing progress of asynchronous jobs.
- mirrors://kde/stable/frameworks/5.27/kjobwidgets-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kjobwidgets-5.28.0.tar.xzlibX11-develqt5-base-develqt5-linguist
- kcoreaddons-devel
- kwidgetsaddons-devel
+ kcoreaddons-devel
+ kwidgetsaddons-develqt5-x11extras-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kjobwidgets/pspec.xml
@@ -69602,8 +69980,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kcoreaddons
- kwidgetsaddons
+ kcoreaddons
+ kwidgetsaddonsqt5-x11extras
@@ -69619,7 +69997,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kjobwidgetsqt5-base-devel
- kjobwidgets
+ kjobwidgets/usr/include
@@ -69628,6 +70006,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69679,10 +70064,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkMulti-threaded programming framework for KDEThreadWeaver 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/5.27/threadweaver-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/threadweaver-5.28.0.tar.xzqt5-base-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/threadweaver/pspec.xml
@@ -69703,7 +70088,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for threadweaverqt5-base-devel
- threadweaver
+ threadweaver/usr/include
@@ -69712,6 +70097,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69762,13 +70154,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkLibraries for pseudo terminal devicesKpty provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using kpty.
- mirrors://kde/stable/frameworks/5.27/kpty-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kpty-5.28.0.tar.xzqt5-base-develutempter-devel
- kcoreaddons-devel
- ki18n-devel
- extra-cmake-modules
+ kcoreaddons-devel
+ ki18n-devel
+ extra-cmake-modulesdesktop/kde/framework/kpty/pspec.xml
@@ -69778,8 +70170,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseutempterlibgcc
- kcoreaddons
- ki18n
+ kcoreaddons
+ ki18n/usr/share
@@ -69795,9 +70187,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-develutempter-devel
- kcoreaddons-devel
- ki18n-devel
- kpty
+ kcoreaddons-devel
+ ki18n-devel
+ kpty/usr/include
@@ -69806,6 +70198,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69857,7 +70256,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 library for extracting meta data from files.KDE library for extracting meta data from files.
- mirrors://kde/stable/frameworks/5.27/kfilemetadata-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kfilemetadata-5.28.0.tar.xzqt5-base-develattr-devel
@@ -69866,9 +70265,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
ffmpeg-develtaglib-develpoppler-qt5-devel
- karchive-devel
- ki18n-devel
- extra-cmake-modules
+ karchive-devel
+ ki18n-devel
+ extra-cmake-modulesdesktop/kde/framework/kfilemetadata/pspec.xml
@@ -69882,8 +70281,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
taglibffmpegpoppler-qt5
- karchive
- ki18n
+ karchive
+ ki18n/usr/share
@@ -69898,15 +70297,15 @@ thunar-volman is installed and configured properly, and you plug in your digical
kfilemetadata-develDevelopment files for kfilemetadata
- kfilemetadata
+ kfilemetadataqt5-base-develebook-tools-develexiv2-develtaglib-develffmpeg-develpoppler-qt5-devel
- karchive-devel
- ki18n-devel
+ karchive-devel
+ ki18n-devel/usr/include
@@ -69915,6 +70314,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -69965,11 +70371,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE unit conversion frameworkKUnitConversion provides functions to convert values in different physical units.
- mirrors://kde/stable/frameworks/5.27/kunitconversion-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kunitconversion-5.28.0.tar.xzqt5-base-devel
- ki18n-devel
- extra-cmake-modules
+ ki18n-devel
+ extra-cmake-modulesdesktop/kde/framework/kunitconversion/pspec.xml
@@ -69978,7 +70384,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- ki18n
+ ki18n/usr/share
@@ -69993,8 +70399,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kunitconversionqt5-base-devel
- ki18n-devel
- kunitconversion
+ ki18n-devel
+ kunitconversion/usr/include
@@ -70003,6 +70409,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70053,18 +70466,18 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkFramework that lets applications manage user installable packages of non-binary assetsKPackage is dependent on the Smart package manager.
- mirrors://kde/stable/frameworks/5.27/kpackage-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kpackage-5.28.0.tar.xzqt5-base-devellibX11-devel
- kconfig-devel
- ki18n-devel
- kcoreaddons-devel
- karchive-devel
- kdoctools-devel
+ kconfig-devel
+ ki18n-devel
+ kcoreaddons-devel
+ karchive-devel
+ kdoctools-develdocbook-sgml4_5docbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kpackage/pspec.xml
@@ -70073,10 +70486,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kconfig
- ki18n
- kcoreaddons
- karchive
+ kconfig
+ ki18n
+ kcoreaddons
+ karchive/usr/bin
@@ -70091,12 +70504,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
kpackage-develDevelopment files for kpackage
- kpackage
+ kpackageqt5-base-devel
- kconfig-devel
- ki18n-devel
- kcoreaddons-devel
- karchive-devel
+ kconfig-devel
+ ki18n-devel
+ kcoreaddons-devel
+ karchive-devel/usr/include
@@ -70105,6 +70518,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70155,16 +70575,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 media player Plugin interface for media player featuresKMediaPlayer builds on the KParts framework to provide a common interface for KParts that can play media files.
- mirrors://kde/stable/frameworks/5.27/portingAids/kmediaplayer-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/portingAids/kmediaplayer-5.28.0.tar.xzqt5-base-devel
- kio-devel
- kauth-devel
- kparts-devel
- ktextwidgets-devel
- sonnet-devel
- kxmlgui-devel
- extra-cmake-modules
+ kio-devel
+ kauth-devel
+ kparts-devel
+ ktextwidgets-devel
+ sonnet-devel
+ kxmlgui-devel
+ extra-cmake-modulesdesktop/kde/framework/kmediaplayer/pspec.xml
@@ -70173,8 +70593,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kparts
- kxmlgui
+ kparts
+ kxmlgui/usr/share
@@ -70187,10 +70607,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
kmediaplayer-develDevelopment files for kmediaplayer
- kmediaplayer
+ kmediaplayerqt5-base-devel
- kparts-devel
- kxmlgui-devel
+ kparts-devel
+ kxmlgui-devel/usr/include
@@ -70199,6 +70619,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70250,22 +70677,22 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkQT Designer integration for KDE5 Frameworks widgetsThis framework provides plugins for Qt Designer that allow it to display the widgets provided by various KDE frameworks, as well as a utility (kgendesignerplugin) that can be used to generate other such plugins from ini-style description files.
- mirrors://kde/stable/frameworks/5.27/kdesignerplugin-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kdesignerplugin-5.28.0.tar.xzqt5-base-develqt5-linguist
- kdoctools-devel
- kio-devel
- kauth-devel
- kconfigwidgets-devel
- kxmlgui-devel
- kplotting-devel
- ktextwidgets-devel
- sonnet-devel
- kdewebkit-devel
+ kdoctools-devel
+ kio-devel
+ kauth-devel
+ kconfigwidgets-devel
+ kxmlgui-devel
+ kplotting-devel
+ ktextwidgets-devel
+ sonnet-devel
+ kdewebkit-develdocbook-xmldocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kdesignerplugin/pspec.xml
@@ -70274,19 +70701,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kdewebkit
- kcoreaddons
- kitemviews
- kconfig
- sonnet
- kcompletion
- kconfigwidgets
- kiconthemes
- kio
- kplotting
- ktextwidgets
- kwidgetsaddons
- kxmlgui
+ kdewebkit
+ kcoreaddons
+ kitemviews
+ kconfig
+ sonnet
+ kcompletion
+ kconfigwidgets
+ kiconthemes
+ kio
+ kplotting
+ ktextwidgets
+ kwidgetsaddons
+ kxmlgui/usr/share
@@ -70300,6 +70727,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70350,16 +70784,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkJavaScript support for HTML rendering engine on KDE5The KJSEmbed library is an easy-to-use wrapper around the KDE ECMAScript interpreter (kjs) that makes it easy to add scriptability to an application.
- mirrors://kde/stable/frameworks/5.27/portingAids/kjsembed-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/portingAids/kjsembed-5.28.0.tar.xzqt5-base-develqt5-svg-develqt5-designer-devel
- kdoctools-devel
- ki18n-devel
- kjs-devel
+ kdoctools-devel
+ ki18n-devel
+ kjs-develdocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kjsembed/pspec.xml
@@ -70369,8 +70803,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-svglibgcc
- ki18n
- kjs
+ ki18n
+ kjs/usr/bin
@@ -70388,9 +70822,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-develqt5-svg-devel
- ki18n-devel
- kjs-devel
- kjsembed
+ ki18n-devel
+ kjs-devel
+ kjsembed/usr/include
@@ -70399,6 +70833,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70450,21 +70891,21 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 WebKit integrationKdeWebkit provides KDE integration of the QtWebKit library.
- mirrors://kde/stable/frameworks/5.27/kdewebkit-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kdewebkit-5.28.0.tar.xzqt5-base-develqt5-webkit-devel
- kauth-devel
- sonnet-devel
- kconfig-devel
- ktextwidgets-devel
- kjobwidgets-devel
- kcoreaddons-devel
- kparts-devel
- kservice-devel
- kwallet-devel
- kio-devel
- extra-cmake-modules
+ kauth-devel
+ sonnet-devel
+ kconfig-devel
+ ktextwidgets-devel
+ kjobwidgets-devel
+ kcoreaddons-devel
+ kparts-devel
+ kservice-devel
+ kwallet-devel
+ kio-devel
+ extra-cmake-modulesdesktop/kde/framework/kdewebkit/pspec.xml
@@ -70473,14 +70914,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-webkitlibgcc
- kconfig
- kjobwidgets
+ kconfig
+ kjobwidgetsqt5-base
- kcoreaddons
- kparts
- kservice
- kwallet
- kio
+ kcoreaddons
+ kparts
+ kservice
+ kwallet
+ kio/usr/share
@@ -70494,16 +70935,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
kdewebkit-develDevelopment files for kdewebkit
- kdewebkit
+ kdewebkitqt5-webkit-devel
- kconfig-devel
- kjobwidgets-devel
+ kconfig-devel
+ kjobwidgets-develqt5-base-devel
- kcoreaddons-devel
- kparts-devel
- kservice-devel
- kwallet-devel
- kio-devel
+ kcoreaddons-devel
+ kparts-devel
+ kservice-devel
+ kwallet-devel
+ kio-devel/usr/include
@@ -70512,6 +70953,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70562,10 +71010,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkOpen Collaboration Service client library, based on Qt 5Attica is a library to access Open Collaboration Service servers, based on Qt 5.
- mirrors://kde/stable/frameworks/5.27/attica-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/attica-5.28.0.tar.xzqt5-base-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/attica/pspec.xml
@@ -70587,7 +71035,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for attica5qt5-base-devel
- attica
+ attica/usr/include
@@ -70596,6 +71044,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70646,19 +71101,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkAccess and manipulate bookmarks stored using XBEL formatFramework which lets you access and manipulate bookmarks stored using XBEL format
- mirrors://kde/stable/frameworks/5.27/kbookmarks-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kbookmarks-5.28.0.tar.xzqt5-base-develqt5-linguist
- kcoreaddons-devel
- kauth-devel
- kcodecs-devel
- kconfig-devel
- kconfigwidgets-devel
- kiconthemes-devel
- kwidgetsaddons-devel
- kxmlgui-devel
- extra-cmake-modules
+ kcoreaddons-devel
+ kauth-devel
+ kcodecs-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kiconthemes-devel
+ kwidgetsaddons-devel
+ kxmlgui-devel
+ extra-cmake-modulesdesktop/kde/framework/kbookmarks/pspec.xml
@@ -70667,12 +71122,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kcoreaddons
- kcodecs
- kconfig
- kiconthemes
- kwidgetsaddons
- kxmlgui
+ kcoreaddons
+ kcodecs
+ kconfig
+ kiconthemes
+ kwidgetsaddons
+ kxmlgui/etc
@@ -70687,14 +71142,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
kbookmarks-develDevelopment files for kbookmarks
- kbookmarks
+ kbookmarksqt5-base-devel
- kcoreaddons-devel
- kcodecs-devel
- kconfig-devel
- kiconthemes-devel
- kwidgetsaddons-devel
- kxmlgui-devel
+ kcoreaddons-devel
+ kcodecs-devel
+ kconfig-devel
+ kiconthemes-devel
+ kwidgetsaddons-devel
+ kxmlgui-devel/usr/include
@@ -70703,6 +71158,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70753,39 +71215,39 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 text editor librariesKTextEditor provides a powerful text editor component that you can embed in your application.
- mirrors://kde/stable/frameworks/5.27/ktexteditor-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/ktexteditor-5.28.0.tar.xzqt5-base-develqt5-script-develqt5-xmlpatterns-devel
- kauth-devel
- kguiaddons-devel
- kwidgetsaddons-devel
- ktextwidgets-devel
- kiconthemes-devel
- kcompletion-devel
- kitemviews-devel
- karchive-devel
- attica-devel
- kconfig-devel
- kcoreaddons-devel
- kcmutils-devel
- kdeclarative-devel
- ki18n-devel
- kio-devel
- kglobalaccel-devel
- kservice-devel
- kxmlgui-devel
- kbookmarks-devel
- kwindowsystem-devel
- sonnet-devel
- kcodecs-devel
- kconfigwidgets-devel
- solid-devel
- kparts-devel
+ kauth-devel
+ kguiaddons-devel
+ kwidgetsaddons-devel
+ ktextwidgets-devel
+ kiconthemes-devel
+ kcompletion-devel
+ kitemviews-devel
+ karchive-devel
+ attica-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kcmutils-devel
+ kdeclarative-devel
+ ki18n-devel
+ kio-devel
+ kglobalaccel-devel
+ kservice-devel
+ kxmlgui-devel
+ kbookmarks-devel
+ kwindowsystem-devel
+ sonnet-devel
+ kcodecs-devel
+ kconfigwidgets-devel
+ solid-devel
+ kparts-devellibgit2-devel
- kjobwidgets-devel
- extra-cmake-modules
+ kjobwidgets-devel
+ extra-cmake-modulesdesktop/kde/framework/ktexteditor/pspec.xml
@@ -70796,24 +71258,24 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcclibgit2
- ktextwidgets
- kwidgetsaddons
- kconfigwidgets
- kjobwidgets
- kiconthemes
- kcoreaddons
- kcompletion
- kitemviews
- kxmlgui
- kcodecs
- karchive
- kguiaddons
- kconfig
- ki18n
- kio
- ki18n
- kparts
- sonnet
+ ktextwidgets
+ kwidgetsaddons
+ kconfigwidgets
+ kjobwidgets
+ kiconthemes
+ kcoreaddons
+ kcompletion
+ kitemviews
+ kxmlgui
+ kcodecs
+ karchive
+ kguiaddons
+ kconfig
+ ki18n
+ kio
+ ki18n
+ kparts
+ sonnet/etc
@@ -70831,25 +71293,25 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-script-develqt5-base-devellibgit2-devel
- ktextwidgets-devel
- kwidgetsaddons-devel
- kconfigwidgets-devel
- kjobwidgets-devel
- kiconthemes-devel
- kcoreaddons-devel
- kcompletion-devel
- kitemviews-devel
- kxmlgui-devel
- kcodecs-devel
- karchive-devel
- kguiaddons-devel
- kconfig-devel
- ki18n-devel
- kio-devel
- ki18n-devel
- kparts-devel
- sonnet-devel
- ktexteditor
+ ktextwidgets-devel
+ kwidgetsaddons-devel
+ kconfigwidgets-devel
+ kjobwidgets-devel
+ kiconthemes-devel
+ kcoreaddons-devel
+ kcompletion-devel
+ kitemviews-devel
+ kxmlgui-devel
+ kcodecs-devel
+ karchive-devel
+ kguiaddons-devel
+ kconfig-devel
+ ki18n-devel
+ kio-devel
+ ki18n-devel
+ kparts-devel
+ sonnet-devel
+ ktexteditor/usr/include
@@ -70858,6 +71320,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -70909,7 +71378,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkIdle time reporting utilityKIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity.
- mirrors://kde/stable/frameworks/5.27/kidletime-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kidletime-5.28.0.tar.xzqt5-base-develqt5-x11extras-devel
@@ -70917,7 +71386,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
libXext-devellibXScrnSaver-devellibxcb-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kidletime/pspec.xml
@@ -70943,7 +71412,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kidletime-develDevelopment files for kidletime
- kidletime
+ kidletime/usr/include
@@ -70952,6 +71421,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71002,20 +71478,20 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 Desktop notificationsKNotification is used to notify the user of an event. It covers feedback and persistent events.
- mirrors://kde/stable/frameworks/5.27/knotifications-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/knotifications-5.28.0.tar.xzqt5-base-develqt5-linguist
- kwindowsystem-devel
+ kwindowsystem-develqt5-x11extras-devel
- kservice-devel
- kconfig-devel
- kcoreaddons-devel
- kiconthemes-devel
- kcodecs-devel
+ kservice-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kiconthemes-devel
+ kcodecs-devellibdbusmenu-qt-develqt5-phonon-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/knotifications/pspec.xml
@@ -71026,13 +71502,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-phononlibgccqt5-x11extras
- kconfig
- kcodecs
- kcoreaddons
- kiconthemes
- kservice
+ kconfig
+ kcodecs
+ kcoreaddons
+ kiconthemes
+ kservicelibdbusmenu-qt
- kwindowsystem
+ kwindowsystem/usr/share
@@ -71046,16 +71522,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
knotifications-develDevelopment files for knotifications
- knotifications
+ knotificationsqt5-base-develqt5-phonon-develqt5-x11extras-devel
- kconfig-devel
- kcodecs-devel
- kcoreaddons-devel
- kiconthemes-devel
- kservice-devel
- kwindowsystem-devel
+ kconfig-devel
+ kcodecs-devel
+ kcoreaddons-devel
+ kiconthemes-devel
+ kservice-devel
+ kwindowsystem-devellibdbusmenu-qt-devel
@@ -71065,6 +71541,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71116,13 +71599,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkJavaScript engine for KDEThis library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript.
- mirrors://kde/stable/frameworks/5.27/portingAids/kjs-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/portingAids/kjs-5.28.0.tar.xzqt5-base-devellibpcre-devel
- kdoctools-devel
+ kdoctools-develdocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kjs/pspec.xml
@@ -71148,7 +71631,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
libpcre-develqt5-base-devel
- kjs
+ kjs/usr/include
@@ -71157,6 +71640,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71207,13 +71697,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkQt wrapper for KDE 5 Bluez DBus APIQt wrapper for KDE 5 DBus API.
- mirrors://kde/stable/frameworks/5.27/bluez-qt-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/bluez-qt-5.28.0.tar.xzbluezbluez-libs-develqt5-base-develqt5-declarative-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/bluez-qt/pspec.xml
@@ -71238,7 +71728,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-develqt5-declarative-devel
- bluez-qt
+ bluez-qt/usr/include
@@ -71246,6 +71736,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71283,6 +71780,63 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+
+ syntax-highlighting
+ https://community.kde.org/Frameworks
+
+ Stefan Gronewold
+ groni@pisilinux.org
+
+ GPL2
+ desktop.kde.framework
+ Syntax highlighting engine for structured text and code
+ Syntax highlighting engine for structured text and code
+ http://download.kde.org/stable/frameworks/5.28/syntax-highlighting-5.28.0.tar.xz
+
+ extra-cmake-modules
+ qt5-base-devel
+ qt5-xmlpatterns-devel
+ perl
+ glibc-devel
+
+ desktop/kde/framework/syntax-highlighting/pspec.xml
+
+
+ syntax-highlighting
+ Syntax highlighting engine for structured text and code
+
+ qt5-base
+ libgcc
+
+
+ /etc/xdg
+ /usr/bin
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/doc
+
+
+
+ syntax-highlighting-devel
+ Development files for syntax-highlighting
+
+ syntax-highlighting
+
+
+ /usr/include
+
+
+
+
+ 2016-11-27
+ 5.28.0
+ First Release
+ Stefan Gronewold
+ groni@pisilinux.org
+
+
+ kservice
@@ -71297,18 +71851,18 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 Desktop ServicesKservice Provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code.
- mirrors://kde/stable/frameworks/5.27/kservice-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kservice-5.28.0.tar.xzqt5-base-devel
- kdoctools-devel
- kconfig-devel
- kcoreaddons-devel
- kcrash-devel
- kdbusaddons-devel
- ki18n-devel
+ kdoctools-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kcrash-devel
+ kdbusaddons-devel
+ ki18n-develdocbook-xmldocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kservice/pspec.xml
@@ -71317,11 +71871,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kconfig
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
+ kconfig
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ ki18n/etc
@@ -71338,13 +71892,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
kservice-develDevelopment files for kservice
- kservice
+ kserviceqt5-base-devel
- kconfig-devel
- kcoreaddons-devel
- kcrash-devel
- kdbusaddons-devel
- ki18n-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kcrash-devel
+ kdbusaddons-devel
+ ki18n-devel/usr/include
@@ -71353,6 +71907,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71403,10 +71964,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 Data plottingKplotting contains data plotting classes for QT 5 and KDE
- mirrors://kde/stable/frameworks/5.27/kplotting-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kplotting-5.28.0.tar.xzqt5-base-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kplotting/pspec.xml
@@ -71427,7 +71988,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kplottingqt5-base-devel
- kplotting
+ kplotting/usr/include
@@ -71436,6 +71997,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71486,7 +72054,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkBreeze icon themesİcon themes breeze
- mirrors://kde/stable/frameworks/5.27/breeze-icons-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/breeze-icons-5.28.0.tar.xzextra-cmake-modulesqt5-base-devel
@@ -71502,6 +72070,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71553,7 +72128,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkCode and utilities to ease the transition to KDE Frameworks 5KDELibs4Support provides libraries to port KDE4 programs to QT5/KDE5
- mirrors://kde/stable/frameworks/5.27/portingAids/kdelibs4support-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/portingAids/kdelibs4support-5.28.0.tar.xzqt5-base-develqt5-svg-devel
@@ -71562,22 +72137,22 @@ thunar-volman is installed and configured properly, and you plug in your digical
docbook-xmlopenssl-devellibX11-devel
- kio-devel
- kauth-devel
- kcrash-devel
- kdesignerplugin
+ kio-devel
+ kauth-devel
+ kcrash-devel
+ kdesignerpluginintltool
- kdoctools-devel
- kglobalaccel-devel
- kguiaddons-devel
- kparts-devel
- ktextwidgets-devel
- sonnet-devel
- kunitconversion-devel
- kded-devel
+ kdoctools-devel
+ kglobalaccel-devel
+ kguiaddons-devel
+ kparts-devel
+ ktextwidgets-devel
+ sonnet-devel
+ kunitconversion-devel
+ kded-develNetworkManager-develdocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kdelibs4-support/pspec.xml
@@ -71591,30 +72166,30 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-svgqt5-x11extraslibSM
- kauth
- solid
- kcodecs
- kcoreaddons
- kjobwidgets
- kcompletion
- kconfig
- kconfigwidgets
- kcrash
- kdbusaddons
- kglobalaccel
- kguiaddons
- ki18n
- kiconthemes
- kio
- kitemviews
- knotifications
- kparts
- kservice
- ktextwidgets
- kxmlgui
- kwindowsystem
- kwidgetsaddons
- kded
+ kauth
+ solid
+ kcodecs
+ kcoreaddons
+ kjobwidgets
+ kcompletion
+ kconfig
+ kconfigwidgets
+ kcrash
+ kdbusaddons
+ kglobalaccel
+ kguiaddons
+ ki18n
+ kiconthemes
+ kio
+ kitemviews
+ knotifications
+ kparts
+ kservice
+ ktextwidgets
+ kxmlgui
+ kwindowsystem
+ kwidgetsaddons
+ kded/etc
@@ -71631,37 +72206,37 @@ thunar-volman is installed and configured properly, and you plug in your digical
kdelibs4-support-develDevelopment files for kdelibs4-support
- kdelibs4-support
+ kdelibs4-supportqt5-base-devellibICE-devellibX11-develqt5-svg-develqt5-x11extras-devellibSM-devel
- kauth-devel
- solid-devel
- kcodecs-devel
- kcoreaddons-devel
- kjobwidgets-devel
- kcompletion-devel
- kconfig-devel
- kconfigwidgets-devel
- kcrash-devel
- kdbusaddons-devel
- kglobalaccel-devel
- kguiaddons-devel
- ki18n-devel
- kiconthemes-devel
- kio-devel
- kitemviews-devel
- knotifications-devel
- kparts-devel
- kservice-devel
- ktextwidgets-devel
- kxmlgui-devel
- kwindowsystem-devel
- kwidgetsaddons-devel
- kded-devel
+ kauth-devel
+ solid-devel
+ kcodecs-devel
+ kcoreaddons-devel
+ kjobwidgets-devel
+ kcompletion-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kcrash-devel
+ kdbusaddons-devel
+ kglobalaccel-devel
+ kguiaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ kio-devel
+ kitemviews-devel
+ knotifications-devel
+ kparts-devel
+ kservice-devel
+ ktextwidgets-devel
+ kxmlgui-devel
+ kwindowsystem-devel
+ kwidgetsaddons-devel
+ kded-devel/usr/include
@@ -71670,6 +72245,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71721,18 +72303,18 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 daemonKded runs in the background and performs a number of small tasks.
- mirrors://kde/stable/frameworks/5.27/kded-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kded-5.28.0.tar.xzqt5-base-devel
- kdoctools-devel
- kinit-devel
- kcoreaddons-devel
- kconfig-devel
- kcrash-devel
- kdbusaddons-devel
- kservice-devel
+ kdoctools-devel
+ kinit-devel
+ kcoreaddons-devel
+ kconfig-devel
+ kcrash-devel
+ kdbusaddons-devel
+ kservice-develdocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kded/pspec.xml
@@ -71741,11 +72323,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kcoreaddons
- kconfig
- kcrash
- kdbusaddons
- kservice
+ kcoreaddons
+ kconfig
+ kcrash
+ kdbusaddons
+ kservice/usr/share
@@ -71761,12 +72343,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kdedqt5-base-devel
- kcoreaddons-devel
- kconfig-devel
- kcrash-devel
- kdbusaddons-devel
- kservice-devel
- kded
+ kcoreaddons-devel
+ kconfig-devel
+ kcrash-devel
+ kdbusaddons-devel
+ kservice-devel
+ kded/usr/lib/cmake
@@ -71774,6 +72356,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71824,11 +72413,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkPlugins allowing Qt applications to access further types of imagesKDE5 KCodecs provide a collection of methods to manipulate strings using various encodings.
- mirrors://kde/stable/frameworks/5.27/kcodecs-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kcodecs-5.28.0.tar.xzqt5-base-develqt5-linguist
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kcodecs/pspec.xml
@@ -71851,7 +72440,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kcodecsqt5-base-devel
- kcodecs
+ kcodecs/usr/include
@@ -71860,6 +72449,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -71911,38 +72507,38 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkLibrary for KDE's Plasma Activities supportKactivities provides an API for using and interacting with the Plasma Activities Manager.
- mirrors://kde/stable/frameworks/5.27/kactivities-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kactivities-5.28.0.tar.xzqt5-base-develmesa-develboost-devel
- kdbusaddons-devel
- kdeclarative-devel
- kpackage-devel
- ki18n-devel
- kconfig-devel
- kcoreaddons-devel
- kio-devel
- kservice-devel
- kbookmarks-devel
- kwidgetsaddons-devel
- kcompletion-devel
- kjobwidgets-devel
- kitemviews-devel
- solid-devel
- kauth-devel
- kcodecs-devel
- kconfigwidgets-devel
- kxmlgui-devel
- kwindowsystem-devel
- kglobalaccel-devel
- kcmutils-devel
+ kdbusaddons-devel
+ kdeclarative-devel
+ kpackage-devel
+ ki18n-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kio-devel
+ kservice-devel
+ kbookmarks-devel
+ kwidgetsaddons-devel
+ kcompletion-devel
+ kjobwidgets-devel
+ kitemviews-devel
+ solid-devel
+ kauth-devel
+ kcodecs-devel
+ kconfigwidgets-devel
+ kxmlgui-devel
+ kwindowsystem-devel
+ kglobalaccel-devel
+ kcmutils-develqt5-declarative-develqt5-sql-postgresqlqt5-sql-mysqlqt5-sql-sqliteqt5-sql-odbc
- extra-cmake-modules
+ extra-cmake-modulesbuild-source.patch
@@ -71955,16 +72551,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-declarativelibgcc
- kconfig
- kconfigwidgets
- kcoreaddons
- kdbusaddons
- ki18n
- kio
- kglobalaccel
- kservice
- kxmlgui
- kwindowsystem
+ kconfig
+ kconfigwidgets
+ kcoreaddons
+ kdbusaddons
+ ki18n
+ kio
+ kglobalaccel
+ kservice
+ kxmlgui
+ kwindowsystem/usr/share
@@ -71981,17 +72577,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-develqt5-declarative-devel
- kconfig-devel
- kconfigwidgets-devel
- kcoreaddons-devel
- kdbusaddons-devel
- ki18n-devel
- kio-devel
- kglobalaccel-devel
- kservice-devel
- kxmlgui-devel
- kwindowsystem-devel
- kactivities
+ kconfig-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ ki18n-devel
+ kio-devel
+ kglobalaccel-devel
+ kservice-devel
+ kxmlgui-devel
+ kwindowsystem-devel
+ kactivities/usr/include
@@ -72000,6 +72596,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72051,12 +72654,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkExtra modules for Qt-DBusKDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules.
- mirrors://kde/stable/frameworks/5.27/kdbusaddons-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kdbusaddons-5.28.0.tar.xzqt5-base-develqt5-linguistqt5-x11extras-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kdbusaddons/pspec.xml
@@ -72081,7 +72684,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kdbusaddonsqt5-base-devel
- kdbusaddons
+ kdbusaddons/usr/include
@@ -72090,6 +72693,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72140,10 +72750,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkSet of item models extending the Qt model-view frameworkKItemModels provides a set of item models extending the Qt model-view framework.
- mirrors://kde/stable/frameworks/5.27/kitemmodels-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kitemmodels-5.28.0.tar.xzqt5-base-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kitemmodels/pspec.xml
@@ -72166,7 +72776,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kitemmodelsqt5-base-devel
- kitemmodels
+ kitemmodels/usr/include
@@ -72175,6 +72785,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72227,12 +72844,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
KDE grafik arabirim yerelleştirme kitaplığıKI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system.ki18n, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır
- mirrors://kde/stable/frameworks/5.27/ki18n-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/ki18n-5.28.0.tar.xzqt5-base-develqt5-script-develqt5-declarative-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/ki18n/pspec.xml
@@ -72258,7 +72875,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kde5-ki18nki18n için geliştirme dosyaları
- ki18n
+ ki18n/usr/include
@@ -72267,6 +72884,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72318,19 +72942,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 icon utilitiesThis library contains classes to improve the handling of icons in applications using the KDE Frameworks.
- mirrors://kde/stable/frameworks/5.27/kiconthemes-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kiconthemes-5.28.0.tar.xzqt5-base-develqt5-svg-devel
- ki18n-devel
- kauth-devel
- karchive-devel
- kcodecs-devel
- kconfig-devel
- kitemviews-devel
- kconfigwidgets-devel
- kwidgetsaddons-devel
- extra-cmake-modules
+ ki18n-devel
+ kauth-devel
+ karchive-devel
+ kcodecs-devel
+ kconfig-devel
+ kitemviews-devel
+ kconfigwidgets-devel
+ kwidgetsaddons-devel
+ extra-cmake-modulesdesktop/kde/framework/kiconthemes/pspec.xml
@@ -72340,13 +72964,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
libgccqt5-baseqt5-svg
- kconfigwidgets
- ki18n
- kitemviews
- kwidgetsaddons
- karchive
- kconfig
- kcoreaddons
+ kconfigwidgets
+ ki18n
+ kitemviews
+ kwidgetsaddons
+ karchive
+ kconfig
+ kcoreaddons/usr/share
@@ -72361,16 +72985,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
kiconthemes-develDevelopment files for kiconthemes
- kiconthemes
+ kiconthemesqt5-base-develqt5-svg-devel
- kconfigwidgets-devel
- ki18n-devel
- karchive-devel
- kitemviews-devel
- kwidgetsaddons-devel
- kconfig-devel
- kcoreaddons-devel
+ kconfigwidgets-devel
+ ki18n-devel
+ karchive-devel
+ kitemviews-devel
+ kwidgetsaddons-devel
+ kconfig-devel
+ kcoreaddons-devel/usr/include
@@ -72379,6 +73003,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72430,7 +73061,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkLibrary for KDE's Plasma Activities supportKactivities provides an API for using and interacting with the Plasma Activities Manager.
- mirrors://kde/stable/frameworks/5.27/kactivities-stats-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kactivities-stats-5.28.0.tar.xzqt5-base-develboost-devel
@@ -72438,9 +73069,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-sql-mysqlqt5-sql-sqliteqt5-sql-odbc
- kconfig-devel
- kactivities-devel
- extra-cmake-modules
+ kconfig-devel
+ kactivities-devel
+ extra-cmake-modulesdesktop/kde/framework/kactivities-stats/pspec.xml
@@ -72449,8 +73080,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kconfig
- kactivities
+ kconfig
+ kactivities/usr/share
@@ -72466,9 +73097,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kactivities-statsqt5-base-devel
- kconfig-devel
- kactivities-devel
- kactivities-stats
+ kconfig-devel
+ kactivities-devel
+ kactivities-stats/usr/include
@@ -72477,6 +73108,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72513,7 +73151,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkFramework providing components to allow applications to integrate with a KDE WorkspaceFramework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.
- mirrors://kde/stable/frameworks/5.27/frameworkintegration-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/frameworkintegration-5.28.0.tar.xzlibxcb-devellibXcursor-devel
@@ -72521,19 +73159,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-declarative-develqt5-x11extras-develoxygen-fonts
- kconfig-devel
- kxmlgui-devel
- kcompletion-devel
- kcoreaddons-devel
- kjobwidgets-devel
- kconfigwidgets-devel
- kiconthemes-devel
- ki18n-devel
- kauth-devel
- kio-devel
- knotifications-devel
- kwidgetsaddons-devel
- extra-cmake-modules
+ kconfig-devel
+ kxmlgui-devel
+ kcompletion-devel
+ kcoreaddons-devel
+ kjobwidgets-devel
+ kconfigwidgets-devel
+ kiconthemes-devel
+ ki18n-devel
+ kauth-devel
+ kio-devel
+ knotifications-devel
+ kwidgetsaddons-devel
+ extra-cmake-modulesdesktop/kde/framework/frameworkintegration/pspec.xml
@@ -72545,17 +73183,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
libxcblibXcursorqt5-x11extras
- kconfig
- kxmlgui
- kcompletion
- kcoreaddons
- kjobwidgets
- kconfigwidgets
- kiconthemes
- ki18n
- kio
- knotifications
- kwidgetsaddons
+ kconfig
+ kxmlgui
+ kcompletion
+ kcoreaddons
+ kjobwidgets
+ kconfigwidgets
+ kiconthemes
+ ki18n
+ kio
+ knotifications
+ kwidgetsaddonsoxygen-fonts
@@ -72570,22 +73208,22 @@ thunar-volman is installed and configured properly, and you plug in your digical
frameworkintegration-develDevelopment files for framework-integration
- frameworkintegration
+ frameworkintegrationqt5-base-devellibxcb-devellibXcursor-develqt5-x11extras-devel
- kconfig-devel
- kxmlgui-devel
- kcompletion-devel
- kcoreaddons-devel
- kjobwidgets-devel
- kconfigwidgets-devel
- kiconthemes-devel
- ki18n-devel
- kio-devel
- knotifications-devel
- kwidgetsaddons-devel
+ kconfig-devel
+ kxmlgui-devel
+ kcompletion-devel
+ kcoreaddons-devel
+ kjobwidgets-devel
+ kconfigwidgets-devel
+ kiconthemes-devel
+ ki18n-devel
+ kio-devel
+ knotifications-devel
+ kwidgetsaddons-devel/usr/include
@@ -72593,6 +73231,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72643,24 +73288,24 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkFramework for managing menu and toolbar actionsKxmlgui provides a framework for managing menu and toolbar actions in an abstract way.
- mirrors://kde/stable/frameworks/5.27/kxmlgui-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kxmlgui-5.28.0.tar.xzqt5-base-devel
- attica-devel
- kcoreaddons-devel
- kconfig-devel
- kconfigwidgets-devel
- kauth-devel
- kcodecs-devel
- sonnet-devel
- kglobalaccel-devel
- ki18n-devel
- kiconthemes-devel
- kitemviews-devel
- ktextwidgets-devel
- kwidgetsaddons-devel
- kwindowsystem-devel
- extra-cmake-modules
+ attica-devel
+ kcoreaddons-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kauth-devel
+ kcodecs-devel
+ sonnet-devel
+ kglobalaccel-devel
+ ki18n-devel
+ kiconthemes-devel
+ kitemviews-devel
+ ktextwidgets-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel
+ extra-cmake-modulesdesktop/kde/framework/kxmlgui/pspec.xml
@@ -72669,17 +73314,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- attica
- kcoreaddons
- kconfig
- kconfigwidgets
- kglobalaccel
- ki18n
- kiconthemes
- kitemviews
- ktextwidgets
- kwidgetsaddons
- kwindowsystem
+ attica
+ kcoreaddons
+ kconfig
+ kconfigwidgets
+ kglobalaccel
+ ki18n
+ kiconthemes
+ kitemviews
+ ktextwidgets
+ kwidgetsaddons
+ kwindowsystem/etc
@@ -72694,19 +73339,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
kxmlgui-develDevelopment files for kxmlgui
- kxmlgui
+ kxmlguiqt5-base-devel
- attica-devel
- kcoreaddons-devel
- kconfig-devel
- kconfigwidgets-devel
- kglobalaccel-devel
- ki18n-devel
- kiconthemes-devel
- kitemviews-devel
- ktextwidgets-devel
- kwidgetsaddons-devel
- kwindowsystem-devel
+ attica-devel
+ kcoreaddons-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kglobalaccel-devel
+ ki18n-devel
+ kiconthemes-devel
+ kitemviews-devel
+ ktextwidgets-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel/usr/include
@@ -72715,6 +73360,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72766,43 +73418,43 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkResource and network access abstractionNetwork transparent access to files and data
- mirrors://kde/stable/frameworks/5.27/kio-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kio-5.28.0.tar.xzqt5-base-develacl-develattr-develmit-kerberos
- karchive-devel
- kconfig-devel
- kcoreaddons-devel
- kdbusaddons-devel
- ki18n-devel
- kservice-devel
- solid-devel
- sonnet-devel
- kdoctools-devel
- kbookmarks-devel
- kwidgetsaddons-devel
- kcompletion-devel
- kconfigwidgets-devel
- kauth-devel
- kcodecs-devel
- kiconthemes-devel
- kitemviews-devel
- kjobwidgets-devel
- kwindowsystem-devel
+ karchive-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ ki18n-devel
+ kservice-devel
+ solid-devel
+ sonnet-devel
+ kdoctools-devel
+ kbookmarks-devel
+ kwidgetsaddons-devel
+ kcompletion-devel
+ kconfigwidgets-devel
+ kauth-devel
+ kcodecs-devel
+ kiconthemes-devel
+ kitemviews-devel
+ kjobwidgets-devel
+ kwindowsystem-develqt5-x11extras-devel
- kwallet-devel
- kxmlgui-devel
- ktextwidgets-devel
- knotifications-devel
+ kwallet-devel
+ kxmlgui-devel
+ ktextwidgets-devel
+ knotifications-devellibxslt-develqt5-script-develzlib-develdocbook-sgml4_5docbook-xmldocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kio/pspec.xml
@@ -72816,28 +73468,28 @@ thunar-volman is installed and configured properly, and you plug in your digical
libxsltlibgccmit-kerberos
- knotifications
+ knotificationsqt5-scriptqt5-x11extras
- karchive
- kconfig
- kcodecs
- kbookmarks
- kcompletion
- kconfigwidgets
- kcoreaddons
- kdbusaddons
- ki18n
- kiconthemes
- kitemviews
- kjobwidgets
- kservice
- ktextwidgets
- kwallet
- kwidgetsaddons
- kwindowsystem
- kxmlgui
- solid
+ karchive
+ kconfig
+ kcodecs
+ kbookmarks
+ kcompletion
+ kconfigwidgets
+ kcoreaddons
+ kdbusaddons
+ ki18n
+ kiconthemes
+ kitemviews
+ kjobwidgets
+ kservice
+ ktextwidgets
+ kwallet
+ kwidgetsaddons
+ kwindowsystem
+ kxmlgui
+ solid/etc/
@@ -72855,34 +73507,34 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kioqt5-base-devel
- kio
+ kioqt5-base-develacl-develattr-devellibxml2-devellibxslt-devel
- knotifications-devel
+ knotifications-develqt5-script-develqt5-x11extras-devel
- karchive-devel
- kconfig-devel
- kcodecs-devel
- kbookmarks-devel
- kcompletion-devel
- kconfigwidgets-devel
- kcoreaddons-devel
- kdbusaddons-devel
- ki18n-devel
- kiconthemes-devel
- kitemviews-devel
- kjobwidgets-devel
- kservice-devel
- ktextwidgets
- kwallet-devel
- kwidgetsaddons-devel
- kwindowsystem-devel
- kxmlgui-devel
- solid-devel
+ karchive-devel
+ kconfig-devel
+ kcodecs-devel
+ kbookmarks-devel
+ kcompletion-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ kitemviews-devel
+ kjobwidgets-devel
+ kservice-devel
+ ktextwidgets
+ kwallet-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel
+ kxmlgui-devel
+ solid-devel/usr/include
@@ -72891,6 +73543,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -72942,7 +73601,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 hardware integration frameworkSolid is a device integration framework.It provides a way of querying and interacting with hardware independently of the underlying operating system.
- mirrors://kde/stable/frameworks/5.27/solid-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/solid-5.28.0.tar.xzqt5-base-develeudev-devel
@@ -72951,7 +73610,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
udisks2-develupower-develmedia-player-info
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/solid/pspec.xml
@@ -72978,7 +73637,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for solidqt5-base-devel
- solid
+ solid/usr/include
@@ -72987,6 +73646,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73038,11 +73704,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkPlasma library and runtime components based upon KDE Frameworks 5 and Qt5Plasma library and runtime components based upon KF5 and Qt5
- mirrors://kde/stable/frameworks/5.27/plasma-framework-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/plasma-framework-5.28.0.tar.xzqt5-base-develqt5-quickcontrols
- kdoctools-devel
+ kdoctools-develqt5-svg-develqt5-script-develqt5-quick1-devel
@@ -73051,39 +73717,39 @@ thunar-volman is installed and configured properly, and you plug in your digical
mesa-devellibX11-devellibxcb-devel
- kauth-devel
- kcodecs-devel
- kwidgetsaddons-devel
- kbookmarks-devel
- kcompletion-devel
- kactivities-devel
- kitemviews-devel
- kjobwidgets-devel
- solid-devel
- knotifications-devel
- kpackage-devel
- karchive-devel
- kconfig-devel
- kconfigwidgets-devel
- kcoreaddons-devel
- kdbusaddons-devel
- kdeclarative-devel
- kglobalaccel-devel
- kguiaddons-devel
- ki18n-devel
- kiconthemes-devel
- kio-devel
- kparts-devel
- kservice-devel
- kwindowsystem-devel
- kxmlgui-devel
+ kauth-devel
+ kcodecs-devel
+ kwidgetsaddons-devel
+ kbookmarks-devel
+ kcompletion-devel
+ kactivities-devel
+ kitemviews-devel
+ kjobwidgets-devel
+ solid-devel
+ knotifications-devel
+ kpackage-devel
+ karchive-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ kdeclarative-devel
+ kglobalaccel-devel
+ kguiaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ kio-devel
+ kparts-devel
+ kservice-devel
+ kwindowsystem-devel
+ kxmlgui-develqt5-sql-postgresqlqt5-sql-mysqlqt5-sql-sqliteqt5-sql-odbcdocbook-xmldocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/plasma-framework/pspec.xml
@@ -73101,23 +73767,23 @@ thunar-volman is installed and configured properly, and you plug in your digical
libgcclibX11libxcb
- kactivities
- knotifications
- kpackage
- karchive
- kconfig
- kconfigwidgets
- kcoreaddons
- kdbusaddons
- kdeclarative
- kglobalaccel
- kguiaddons
- ki18n
- kiconthemes
- kio
- kservice
- kwindowsystem
- kxmlgui
+ kactivities
+ knotifications
+ kpackage
+ karchive
+ kconfig
+ kconfigwidgets
+ kcoreaddons
+ kdbusaddons
+ kdeclarative
+ kglobalaccel
+ kguiaddons
+ ki18n
+ kiconthemes
+ kio
+ kservice
+ kwindowsystem
+ kxmlgui/usr/share
@@ -73132,7 +73798,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
plasma-framework-develDevelopment files for plasma-framework
- plasma-framework
+ plasma-frameworkqt5-base-develqt5-svg-develqt5-script-devel
@@ -73141,23 +73807,23 @@ thunar-volman is installed and configured properly, and you plug in your digical
mesa-devellibX11-devellibxcb-devel
- kactivities-devel
- knotifications-devel
- kpackage-devel
- karchive-devel
- kconfig-devel
- kconfigwidgets-devel
- kcoreaddons-devel
- kdbusaddons-devel
- kdeclarative-devel
- kglobalaccel-devel
- kguiaddons-devel
- ki18n-devel
- kiconthemes-devel
- kio-devel
- kservice-devel
- kwindowsystem-devel
- kxmlgui-devel
+ kactivities-devel
+ knotifications-devel
+ kpackage-devel
+ karchive-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ kdeclarative-devel
+ kglobalaccel-devel
+ kguiaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ kio-devel
+ kservice-devel
+ kwindowsystem-devel
+ kxmlgui-devel/usr/include
@@ -73166,6 +73832,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73217,12 +73890,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkXML-RPC client library for KDEThis library contains simple XML-RPC Client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. Only one interface is exposed to the world, kxmlrpcclient/client.h and of that interface, you only need to use 3 methods: setUrl, setUserAgent and call.
- mirrors://kde/stable/frameworks/5.27/kxmlrpcclient-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kxmlrpcclient-5.28.0.tar.xzqt5-base-devel
- kauth-devel
- kio-devel
- extra-cmake-modules
+ kauth-devel
+ kio-devel
+ extra-cmake-modulesdesktop/kde/framework/kxmlrpcclient/pspec.xml
@@ -73231,9 +73904,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- ki18n
- kcoreaddons
- kio
+ ki18n
+ kcoreaddons
+ kio/etc
@@ -73249,11 +73922,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
kxmlrpcclient-develDevelopment files for kdelibs4-support
- kxmlrpcclient
+ kxmlrpcclientqt5-base-devel
- ki18n-devel
- kcoreaddons-devel
- kio-devel
+ ki18n-devel
+ kcoreaddons-devel
+ kio-devel/usr/include
@@ -73262,6 +73935,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73314,12 +73994,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
KDE5 Frameworks API dokümantasyon araçları.KDE5 Frameworks API documentation tools.KDE5 Frameworks API dokümantasyon araçları.
- mirrors://kde/stable/frameworks/5.27/kapidox-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kapidox-5.28.0.tar.xzpython-Jinja2python-PyYAMLqt5-base-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kapidox/pspec.xml
@@ -73336,6 +74016,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73387,13 +74074,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE spell schecking libraryThis framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces.
- mirrors://kde/stable/frameworks/5.27/sonnet-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/sonnet-5.28.0.tar.xzqt5-base-develqt5-linguisthunspell-develaspell-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/sonnet/pspec.xml
@@ -73419,7 +74106,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for sonnetqt5-base-devel
- sonnet
+ sonnet/usr/include
@@ -73428,6 +74115,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73478,7 +74172,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkQt-style Client and Server library wrapper for the Wayland librariesQt-style Client and Server library wrapper for the Wayland libraries
- mirrors://kde/stable/frameworks/5.27/kwayland-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kwayland-5.28.0.tar.xzqt5-base-develwayland-devel
@@ -73509,7 +74203,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-develwayland-develmesa-devel
- kwayland
+ kwayland/usr/lib/cmake
@@ -73518,6 +74212,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73570,19 +74271,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKconfig widgetsKConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings.
- mirrors://kde/stable/frameworks/5.27/kconfigwidgets-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kconfigwidgets-5.28.0.tar.xzqt5-base-devel
- ki18n-devel
- kauth-devel
- kcodecs-devel
- kconfig-devel
- kcoreaddons-devel
- kguiaddons-devel
- kwidgetsaddons-devel
- kdoctools-devel
+ ki18n-devel
+ kauth-devel
+ kcodecs-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kguiaddons-devel
+ kwidgetsaddons-devel
+ kdoctools-develdocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kconfigwidgets/pspec.xml
@@ -73591,13 +74292,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
libgccqt5-base
- kauth
- kcodecs
- kconfig
- kcoreaddons
- kguiaddons
- ki18n
- kwidgetsaddons
+ kauth
+ kcodecs
+ kconfig
+ kcoreaddons
+ kguiaddons
+ ki18n
+ kwidgetsaddons/usr/share
@@ -73613,15 +74314,15 @@ thunar-volman is installed and configured properly, and you plug in your digical
kconfigwidgets-develDevelopment files for kconfigwidgets
- kconfigwidgets
+ kconfigwidgetsqt5-base-devel
- kauth-devel
- kcodecs-devel
- kconfig-devel
- kcoreaddons-devel
- kguiaddons-devel
- ki18n-devel
- kwidgetsaddons-devel
+ kauth-devel
+ kcodecs-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kguiaddons-devel
+ ki18n-devel
+ kwidgetsaddons-devel/usr/include
@@ -73630,6 +74331,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73680,16 +74388,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkConfiguration dialog for desktop notificationsKNotifyConfig provides a configuration dialog for desktop notifications which can be embedded in your application..
- mirrors://kde/stable/frameworks/5.27/knotifyconfig-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/knotifyconfig-5.28.0.tar.xzqt5-base-develqt5-phonon-devel
- kauth-devel
- kconfig-devel
- kcompletion-devel
- ki18n-devel
- kio-devel
- extra-cmake-modules
+ kauth-devel
+ kconfig-devel
+ kcompletion-devel
+ ki18n-devel
+ kio-devel
+ extra-cmake-modulesdesktop/kde/framework/knotifyconfig/pspec.xml
@@ -73699,10 +74407,10 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-phononlibgcc
- kconfig
- kcompletion
- ki18n
- kio
+ kconfig
+ kcompletion
+ ki18n
+ kio/usr/share
@@ -73716,14 +74424,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
knotifyconfig-develDevelopment files for knotifyconfig
- knotifyconfig
+ knotifyconfigqt5-base-develqt5-phonon-devel
- kauth-devel
- kconfig-devel
- kcompletion-devel
- ki18n-devel
- kio-devel
+ kauth-devel
+ kconfig-devel
+ kcompletion-devel
+ ki18n-devel
+ kio-devel/usr/include
@@ -73732,6 +74440,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73783,11 +74498,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkA QT wrapper around the NetworkManager librariesA QT wrapper around the NetworkManager libraries
- mirrors://kde/stable/frameworks/5.27/networkmanager-qt-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/networkmanager-qt-5.28.0.tar.xzqt5-base-develNetworkManager-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/networkmanager-qt/pspec.xml
@@ -73812,7 +74527,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for networkmanager-qtqt5-base-devel
- networkmanager-qt
+ networkmanager-qt/usr/include
@@ -73821,6 +74536,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73872,11 +74594,11 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkSet of item models extending the Qt model-view frameworkKItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.
- mirrors://kde/stable/frameworks/5.27/kitemviews-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kitemviews-5.28.0.tar.xzqt5-base-develqt5-linguist
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kitemviews/pspec.xml
@@ -73899,7 +74621,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kitemviewsqt5-base-devel
- kitemviews
+ kitemviews/usr/include
@@ -73908,6 +74630,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -73958,13 +74687,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkAbstraction to system policy and authentication featuresFramework which lets applications perform actions as a privileged user
- mirrors://kde/stable/frameworks/5.27/kauth-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kauth-5.28.0.tar.xzqt5-base-develqt5-linguistpolkit-qt-devel
- kcoreaddons-devel
- extra-cmake-modules
+ kcoreaddons-devel
+ extra-cmake-modulesdesktop/kde/framework/kauth/pspec.xml
@@ -73973,7 +74702,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-basepolkit-qt
- kcoreaddons
+ kcoreaddonslibgcc
@@ -73988,7 +74717,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kauth-develDevelopment files for kauth
- kauth
+ kauthkcoreaddons-develpolkit-qt-devel
@@ -73999,6 +74728,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74050,23 +74786,23 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkFramework for searching and managing metadataBaloo is a framework for searching and managing metada
- mirrors://kde/stable/frameworks/5.27/baloo-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/baloo-5.28.0.tar.xzqt5-base-develqt5-declarative-devel
- kcoreaddons-devel
- kdbusaddons-devel
- kauth-devel
- kconfig-devel
- kcrash-devel
- ki18n-devel
- kidletime-devel
- kio-devel
- solid-devel
- kfilemetadata-devel
- kdoctools-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ kauth-devel
+ kconfig-devel
+ kcrash-devel
+ ki18n-devel
+ kidletime-devel
+ kio-devel
+ solid-devel
+ kfilemetadata-devel
+ kdoctools-devellmdb-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/baloo/pspec.xml
@@ -74075,17 +74811,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-declarative
- kcoreaddons
- kdbusaddons
- kauth
+ kcoreaddons
+ kdbusaddons
+ kauthlibgcc
- kconfig
- kcrash
- ki18n
- kidletime
- kio
- solid
- kfilemetadata
+ kconfig
+ kcrash
+ ki18n
+ kidletime
+ kio
+ solid
+ kfilemetadatalmdb
@@ -74102,19 +74838,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
baloo-develDevelopment files for baloo-widgets
- baloo
+ balooqt5-base-develqt5-declarative-devel
- kcoreaddons-devel
- kdbusaddons-devel
- kauth-devel
- kconfig-devel
- kcrash-devel
- ki18n-devel
- kidletime-devel
- kio-devel
- solid-devel
- kfilemetadata-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ kauth-devel
+ kconfig-devel
+ kcrash-devel
+ ki18n-devel
+ kidletime-devel
+ kio-devel
+ solid-devel
+ kfilemetadata-devellmdb-devel
@@ -74124,6 +74860,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74174,35 +74917,35 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkFramework for downloading and sharing additional application dataThe KNewStuff library implements collaborative data sharing for applications.
- mirrors://kde/stable/frameworks/5.27/knewstuff-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/knewstuff-5.28.0.tar.xzqt5-base-develboost-devel
- kauth-devel
- kwidgetsaddons-devel
- ktextwidgets-devel
- kiconthemes-devel
- kcompletion-devel
- kitemviews-devel
- karchive-devel
- attica-devel
- kconfig-devel
- kcoreaddons-devel
- kcmutils-devel
- kdeclarative-devel
- ki18n-devel
- kio-devel
- kglobalaccel-devel
- kservice-devel
- kxmlgui-devel
- kbookmarks-devel
- kwindowsystem-devel
- sonnet-devel
- kcodecs-devel
- kconfigwidgets-devel
- solid-devel
- kjobwidgets-devel
- extra-cmake-modules
+ kauth-devel
+ kwidgetsaddons-devel
+ ktextwidgets-devel
+ kiconthemes-devel
+ kcompletion-devel
+ kitemviews-devel
+ karchive-devel
+ attica-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kcmutils-devel
+ kdeclarative-devel
+ ki18n-devel
+ kio-devel
+ kglobalaccel-devel
+ kservice-devel
+ kxmlgui-devel
+ kbookmarks-devel
+ kwindowsystem-devel
+ sonnet-devel
+ kcodecs-devel
+ kconfigwidgets-devel
+ solid-devel
+ kjobwidgets-devel
+ extra-cmake-modulesdesktop/kde/framework/knewstuff/pspec.xml
@@ -74211,19 +74954,19 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kwidgetsaddons
- ktextwidgets
- kiconthemes
- kcompletion
- kitemviews
- karchive
- attica
- kconfig
- kcoreaddons
- ki18n
- kio
- kservice
- kxmlgui
+ kwidgetsaddons
+ ktextwidgets
+ kiconthemes
+ kcompletion
+ kitemviews
+ karchive
+ attica
+ kconfig
+ kcoreaddons
+ ki18n
+ kio
+ kservice
+ kxmlgui/usr/share
@@ -74238,20 +74981,20 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for knewstuffqt5-base-devel
- kwidgetsaddons-devel
- ktextwidgets-devel
- kiconthemes-devel
- kcompletion-devel
- kitemviews-devel
- karchive-devel
- attica-devel
- kconfig-devel
- kcoreaddons-devel
- ki18n-devel
- kio-devel
- kservice-devel
- kxmlgui-devel
- knewstuff
+ kwidgetsaddons-devel
+ ktextwidgets-devel
+ kiconthemes-devel
+ kcompletion-devel
+ kitemviews-devel
+ karchive-devel
+ attica-devel
+ kconfig-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kio-devel
+ kservice-devel
+ kxmlgui-devel
+ knewstuff/usr/include
@@ -74260,6 +75003,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74311,7 +75061,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE applications initialization utilityProcess launcher to speed up launching KDE applications.
- mirrors://kde/stable/frameworks/5.27/kinit-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kinit-5.28.0.tar.xzqt5-base-develkdoctools-devel
@@ -74319,25 +75069,25 @@ thunar-volman is installed and configured properly, and you plug in your digical
libcap-devellibgcclibxcb-devel
- kcrash-devel
- kcoreaddons-devel
- kitemviews-devel
- solid-devel
- kxmlgui-devel
- kjobwidgets-devel
- kcompletion-devel
- kwidgetsaddons-devel
- kconfig-devel
- kcodecs-devel
- kauth-devel
- kconfigwidgets-devel
- kio-devel
- ki18n-devel
- kservice-devel
- kbookmarks-devel
- kwindowsystem-devel
+ kcrash-devel
+ kcoreaddons-devel
+ kitemviews-devel
+ solid-devel
+ kxmlgui-devel
+ kjobwidgets-devel
+ kcompletion-devel
+ kwidgetsaddons-devel
+ kconfig-devel
+ kcodecs-devel
+ kauth-devel
+ kconfigwidgets-devel
+ kio-devel
+ ki18n-devel
+ kservice-devel
+ kbookmarks-devel
+ kwindowsystem-develdocbook-xsl
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kinit/pspec.xml
@@ -74349,13 +75099,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
libcaplibgcclibxcb
- kio
- kcrash
- kcoreaddons
- kconfig
- ki18n
- kservice
- kwindowsystem
+ kio
+ kcrash
+ kcoreaddons
+ kconfig
+ ki18n
+ kservice
+ kwindowsystem/usr/share
@@ -74375,14 +75125,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
libX11-devellibcap-devellibxcb-devel
- kio-devel
- kcrash-devel
- kcoreaddons-devel
- kconfig-devel
- ki18n-devel
- kservice-devel
- kwindowsystem-devel
- kinit
+ kio-devel
+ kcrash-devel
+ kcoreaddons-devel
+ kconfig-devel
+ ki18n-devel
+ kservice-devel
+ kwindowsystem-devel
+ kinit/usr/lib/cmake
@@ -74390,6 +75140,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74441,14 +75198,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKcrash crash handling applicationKCrash provides support for intercepting and handling application crashes.
- mirrors://kde/stable/frameworks/5.27/kcrash-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kcrash-5.28.0.tar.xzqt5-base-develqt5-x11extras-devel
- kcoreaddons-devel
- kwindowsystem-devel
+ kcoreaddons-devel
+ kwindowsystem-devellibX11-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kcrash/pspec.xml
@@ -74459,8 +75216,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
libX11libgccqt5-x11extras
- kcoreaddons
- kwindowsystem
+ kcoreaddons
+ kwindowsystem/usr/share
@@ -74476,9 +75233,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-develqt5-x11extras-devel
- kcrash
- kcoreaddons-devel
- kwindowsystem-devel
+ kcrash
+ kcoreaddons-devel
+ kwindowsystem-devel/usr/include
@@ -74487,6 +75244,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74537,33 +75301,33 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkIntegration of QML and KDE workspacesKDeclarative provides integration of QML and KDE workspaces.
- mirrors://kde/stable/frameworks/5.27/kdeclarative-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kdeclarative-5.28.0.tar.xzqt5-base-develmesa-devellibepoxy-develqt5-declarative-devel
- kauth-devel
- kcodecs-devel
- kpackage-devel
- kconfig-devel
- kservice-devel
- kcoreaddons-devel
- kguiaddons-devel
- kglobalaccel-devel
- ki18n-devel
- kiconthemes-devel
- kio-devel
- kbookmarks-devel
- kcompletion-devel
- kconfigwidgets-devel
- kitemviews-devel
- kjobwidgets-devel
- solid-devel
- kxmlgui-devel
- kwidgetsaddons-devel
- kwindowsystem-devel
- extra-cmake-modules
+ kauth-devel
+ kcodecs-devel
+ kpackage-devel
+ kconfig-devel
+ kservice-devel
+ kcoreaddons-devel
+ kguiaddons-devel
+ kglobalaccel-devel
+ ki18n-devel
+ kiconthemes-devel
+ kio-devel
+ kbookmarks-devel
+ kcompletion-devel
+ kconfigwidgets-devel
+ kitemviews-devel
+ kjobwidgets-devel
+ solid-devel
+ kxmlgui-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel
+ extra-cmake-modulesdesktop/kde/framework/kdeclarative/pspec.xml
@@ -74574,16 +75338,16 @@ thunar-volman is installed and configured properly, and you plug in your digical
libgcclibepoxyqt5-declarative
- kpackage
- kconfig
- kservice
- kcoreaddons
- kglobalaccel
- ki18n
- kiconthemes
- kio
- kwidgetsaddons
- kwindowsystem
+ kpackage
+ kconfig
+ kservice
+ kcoreaddons
+ kglobalaccel
+ ki18n
+ kiconthemes
+ kio
+ kwidgetsaddons
+ kwindowsystem/usr/bin
@@ -74601,17 +75365,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-base-devellibepoxy-develqt5-declarative-devel
- kpackage-devel
- kconfig-devel
- kservice-devel
- kcoreaddons-devel
- kglobalaccel-devel
- ki18n-devel
- kiconthemes-devel
- kio-devel
- kwidgetsaddons-devel
- kwindowsystem-devel
- kdeclarative
+ kpackage-devel
+ kconfig-devel
+ kservice-devel
+ kcoreaddons-devel
+ kglobalaccel-devel
+ ki18n-devel
+ kiconthemes-devel
+ kio-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel
+ kdeclarative/usr/include
@@ -74620,6 +75384,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74671,7 +75442,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 document generatorkdoctools is an application aims to generate documents from DocBook.
- mirrors://kde/stable/frameworks/5.27/kdoctools-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kdoctools-5.28.0.tar.xzqt5-base-develperl-URI
@@ -74681,9 +75452,9 @@ thunar-volman is installed and configured properly, and you plug in your digical
docbook-xmldocbook-xsldocbook-sgml4_5
- ki18n-devel
- karchive-devel
- extra-cmake-modules
+ ki18n-devel
+ karchive-devel
+ extra-cmake-modulesdesktop/kde/framework/kdoctools/pspec.xml
@@ -74694,7 +75465,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
libxml2libgcclibxslt
- karchive
+ karchive/usr/share
@@ -74711,7 +75482,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kdoctoolsqt5-base-devel
- kdoctools
+ kdoctoolskarchive-devellibgcclibxml2-devel
@@ -74723,6 +75494,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74773,13 +75551,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkNetwork service discovery using ZeroconfKDNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure.
- mirrors://kde/stable/frameworks/5.27/kdnssd-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kdnssd-5.28.0.tar.xzqt5-base-develqt5-linguistavahi-develavahi-compat-libdns_sd-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kdnssd/pspec.xml
@@ -74802,7 +75580,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kdnssd.qt5-base-devel
- kdnssd
+ kdnssd/usr/include
@@ -74811,6 +75589,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74862,13 +75647,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkAddon with auto completion widgets and classesKCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets.
- mirrors://kde/stable/frameworks/5.27/kcompletion-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kcompletion-5.28.0.tar.xzqt5-base-develqt5-linguist
- kconfig-devel
- kwidgetsaddons-devel
- extra-cmake-modules
+ kconfig-devel
+ kwidgetsaddons-devel
+ extra-cmake-modulesdesktop/kde/framework/kcompletion/pspec.xml
@@ -74877,8 +75662,8 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baselibgcc
- kconfig
- kwidgetsaddons
+ kconfig
+ kwidgetsaddons/usr/share
@@ -74894,7 +75679,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
Development files for kcompletionqt5-base-devel
- kcompletion
+ kcompletionkwidgetsaddons-devel
@@ -74904,6 +75689,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -74955,7 +75747,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKDE5 window manager access frameworkKWindowSystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes.
- mirrors://kde/stable/frameworks/5.27/kwindowsystem-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kwindowsystem-5.28.0.tar.xzqt5-base-develqt5-linguist
@@ -74967,7 +75759,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
libXfixes-develxcb-util-develxcb-util-keysyms-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kwindowsystem/pspec.xml
@@ -75000,7 +75792,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
libXfixes-develxcb-util-develxcb-util-keysyms-devel
- kwindowsystem
+ kwindowsystem/usr/include
@@ -75009,6 +75801,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -75060,7 +75859,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkHTML rendering engine for KDEKHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.
- mirrors://kde/stable/frameworks/5.27/portingAids/khtml-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/portingAids/khtml-5.28.0.tar.xzqt5-base-devellibjpeg-turbo-devel
@@ -75069,15 +75868,15 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-phonon-devellibX11-develzlib-devel
- kio-devel
- kjs-devel
- kglobalaccel-devel
- kauth-devel
- kparts-devel
- ktextwidgets-devel
- sonnet-devel
+ kio-devel
+ kjs-devel
+ kglobalaccel-devel
+ kauth-devel
+ kparts-devel
+ ktextwidgets-devel
+ sonnet-developenssl-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/khtml/pspec.xml
@@ -75094,27 +75893,27 @@ thunar-volman is installed and configured properly, and you plug in your digical
libgcclibpnglibjpeg-turbo
- sonnet
- kcodecs
- kconfig
- kjobwidgets
- kwidgetsaddons
- kcompletion
- karchive
- kconfigwidgets
- kcoreaddons
- kglobalaccel
- ki18n
- kiconthemes
- kio
- kjs
- knotifications
- kparts
- kservice
- ktextwidgets
- kwallet
- kwindowsystem
- kxmlgui
+ sonnet
+ kcodecs
+ kconfig
+ kjobwidgets
+ kwidgetsaddons
+ kcompletion
+ karchive
+ kconfigwidgets
+ kcoreaddons
+ kglobalaccel
+ ki18n
+ kiconthemes
+ kio
+ kjs
+ knotifications
+ kparts
+ kservice
+ ktextwidgets
+ kwallet
+ kwindowsystem
+ kxmlgui/etc
@@ -75129,7 +75928,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
khtml-develDevelopment files for khtml
- khtml
+ khtmlqt5-base-develqt5-x11extras-develqt5-phonon-devel
@@ -75139,27 +75938,27 @@ thunar-volman is installed and configured properly, and you plug in your digical
libX11-devellibpng-devellibjpeg-turbo-devel
- sonnet-devel
- kcodecs-devel
- kconfig-devel
- kjobwidgets-devel
- kwidgetsaddons-devel
- kcompletion-devel
- karchive-devel
- kconfigwidgets-devel
- kcoreaddons-devel
- kglobalaccel-devel
- ki18n-devel
- kiconthemes-devel
- kio-devel
- kjs-devel
- knotifications-devel
- kparts-devel
- kservice-devel
- ktextwidgets-devel
- kwallet-devel
- kwindowsystem-devel
- kxmlgui-devel
+ sonnet-devel
+ kcodecs-devel
+ kconfig-devel
+ kjobwidgets-devel
+ kwidgetsaddons-devel
+ kcompletion-devel
+ karchive-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ kglobalaccel-devel
+ ki18n-devel
+ kiconthemes-devel
+ kio-devel
+ kjs-devel
+ knotifications-devel
+ kparts-devel
+ kservice-devel
+ ktextwidgets-devel
+ kwallet-devel
+ kwindowsystem-devel
+ kxmlgui-devel/usr/include
@@ -75168,6 +75967,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -75218,13 +76024,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkUtilities for graphical user interfacesThe KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.
- mirrors://kde/stable/frameworks/5.27/kguiaddons-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/kguiaddons-5.28.0.tar.xzlibX11-devellibxcb-develqt5-base-develqt5-x11extras-devel
- extra-cmake-modules
+ extra-cmake-modulesdesktop/kde/framework/kguiaddons/pspec.xml
@@ -75246,7 +76052,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
kguiaddons-develDevelopment files for kguiaddons
- kguiaddons
+ kguiaddons/usr/include
@@ -75255,6 +76061,13 @@ thunar-volman is installed and configured properly, and you plug in your digical
+
+ 2016-11-26
+ 5.28.0
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+ 2016-10-225.27.0
@@ -75306,22 +76119,22 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.frameworkKrunner Framework for providing different actions given a string queryFramework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.
- mirrors://kde/stable/frameworks/5.27/krunner-5.27.0.tar.xz
+ mirrors://kde/stable/frameworks/5.28/krunner-5.28.0.tar.xzqt5-base-develgettext-devel
- kdoctools-devel
+ kdoctools-develqt5-declarative-devel
- kconfig-devel
- kauth-devel
- kcoreaddons-devel
- ki18n-devel
- kio-devel
- kservice-devel
- plasma-framework-devel
- solid-devel
- threadweaver-devel
- extra-cmake-modules
+ kconfig-devel
+ kauth-devel
+ kcoreaddons-devel
+ ki18n-devel
+ kio-devel
+ kservice-devel
+ plasma-framework-devel
+ solid-devel
+ threadweaver-devel
+ extra-cmake-modulesdesktop/kde/framework/krunner/pspec.xml
@@ -75331,14 +76144,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
qt5-baseqt5-declarativelibgcc
- kconfig
- kcoreaddons
- ki18n
- kio
- kservice
- plasma-framework
- solid
- threadweaver
+ kconfig
+ kcoreaddons
+ ki18n
+ kio
+ kservice
+ plasma-framework
+ solid
+ threadweaver/usr/share
@@ -75351,17 +76164,17 @@ thunar-volman is installed and configured properly, and you plug in your digical
krunner-develDevelopment files for krunner
-