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.plasma KDE and Plasma resources management GUI KDE 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -63378,7 +63385,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Provides integration plugins for various KDE frameworks for the wayland windowing system Provides 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.xz kwayland-devel qt5-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-03 5.8.3 @@ -63461,7 +63475,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma GTK2 and GTK3 Configurator for KDE Configuration 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.xz qt5-base-devel kio-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-03 5.8.3 @@ -63571,7 +63592,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Additional client tools for KDE applications Additional 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.xz qt5-base-devel libxcb-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-03 5.8.3 @@ -63704,7 +63732,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 Plasma artwork Artwork, 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -63829,7 +63864,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Provides the interface and basic tools for the KDE workspace Provides 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -63929,7 +63971,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 info center KDE5 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.xz kcmutils-devel kcompletion-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-03 5.8.3 @@ -64060,7 +64109,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 plasma workspace This 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.xz qt5-base-devel boost-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-03 5.8.3 @@ -64254,7 +64310,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 Plasma artwork Artwork, 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.xz qt5-base-devel libxcb-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-03 5.8.3 @@ -64395,7 +64458,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDedicated search application built on top of Baloo Dedicated 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -64490,7 +64560,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KWallet 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.xz qt5-base-devel pam-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-03 5.8.3 @@ -64571,7 +64648,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Core 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.xz extra-cmake-modules boost-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-03 5.8.3 @@ -64676,7 +64760,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Task management and system monitoring library Task 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.xz qt5-base-devel qt5-script-devel @@ -64721,7 +64805,7 @@ thunar-volman is installed and configured properly, and you plug in your digical libksysguard-devel Development files for libksysguard - libksysguard + libksysguard qt5-base-devel libX11-devel zlib-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-03 5.8.3 @@ -64800,7 +64891,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Breeze widget theme for GTK 2 and 3 Breeze 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.xz extra-cmake-modules qt5-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-03 5.8.3 @@ -64881,7 +64979,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma The KDE5 Plasma Workspace Components The 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.xz iso-codes baloo-devel @@ -65044,7 +65142,7 @@ thunar-volman is installed and configured properly, and you plug in your digical plasma-workspace-devel Development files for kde5 plasma-workspace - plasma-workspace + plasma-workspace baloo-devel cln-devel kactivities-devel @@ -65125,13 +65223,20 @@ thunar-volman is installed and configured properly, and you plug in your digical kdewebkit kxmlrpcclient - plasma-workspace + plasma-workspace /usr/lib/libexec + + 2016-11-26 + 5.8.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2016-11-03 5.8.3 @@ -65190,7 +65295,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Adjust 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.xz qt5-base-devel kdoctools-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-03 5.8.3 @@ -65390,7 +65502,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 system settings manager System-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.xz qt5-base-devel kdoctools-devel @@ -65455,7 +65567,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kservice-devel kwindowsystem-devel kxmlgui-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-03 5.8.3 @@ -65522,7 +65641,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Library 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.xz qt5-base-devel qt5-declarative-devel @@ -65604,7 +65723,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kcmutils-devel kwayland-devel plasma-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-03 5.8.3 @@ -65670,7 +65796,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE 5 Bluetooth Stack Integrate 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -65780,7 +65913,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 daemon listening for wall and write messages KDE5 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.xz qt5-base-devel ki18n-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-03 5.8.3 @@ -65870,7 +66010,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Plasma 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -65971,7 +66118,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Plugin based library to create window decorations Plugin 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.xz qt5-base-devel extra-cmake-modules @@ -65999,7 +66146,7 @@ thunar-volman is installed and configured properly, and you plug in your digical Development files for kdecorations qt5-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-03 5.8.3 @@ -66066,7 +66220,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma ssh-add helper that uses kwallet and kpassworddialog ssh-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.xz qt5-base-devel kdoctools-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-03 5.8.3 @@ -66161,7 +66322,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Breeze 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.xz desktop/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-03 5.8.3 @@ -66233,7 +66401,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Breeze 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.xz extra-cmake-modules plymouth-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-03 5.8.3 @@ -66318,7 +66493,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 screen management library Dynamic 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.xz qt5-base-devel qt5-x11extras-devel @@ -66361,7 +66536,7 @@ thunar-volman is installed and configured properly, and you plug in your digical libXrandr-devel qt5-x11extras-devel kwayland-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-03 5.8.3 @@ -66429,7 +66611,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Applications useful for Plasma development Applications 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -66546,7 +66735,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 Config Module for SDDM KDE5 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.xz kcoreaddons-devel kdoctools-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-03 5.8.3 @@ -66659,7 +66855,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 hotkey daemon KDE 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.xz libX11-devel qt5-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-03 5.8.3 @@ -66788,7 +66991,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE system monitor KDE5 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.xz kcompletion-devel kconfig-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-03 5.8.3 @@ -66917,7 +67127,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Additional client tools for KDE applications Tools 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.xz qt5-base-devel qt5-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-03 5.8.3 @@ -67040,7 +67257,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE Oxygen style KDE 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.xz kcmutils-devel frameworkintegration-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-03 5.8.3 @@ -67146,7 +67370,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Provides the interface and basic tools for the KDE workspace Provides 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.xz qt5-base-devel kdoctools-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-03 5.8.3 @@ -67262,7 +67493,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma The KDE Plasma Workspace Components The 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.xz qt5-base extra-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-03 5.8.3 @@ -67340,7 +67578,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE 5 User Manager User 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.xz qt5-base-devel accountsservice-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-03 5.8.3 @@ -67443,7 +67688,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma The KDE Plasma Workspace Components The 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.xz qt5-base-devel kdoctools-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-03 5.8.3 @@ -67539,7 +67791,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE power manager module KDE 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.xz qt5-base-devel kdoctools-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-03 5.8.3 @@ -67664,7 +67923,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma KDE5 window manager KWin 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.xz kactivities-devel kauth-devel @@ -67793,7 +68052,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kwin-devel Development files for kwin - kwin + kwin kactivities-devel kauth-devel kcmutils-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-03 5.8.3 @@ -67907,7 +68173,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.plasma Plasma applet written in QML for managing network connections Plasma 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.xz qt5-base-devel libgcc @@ -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-03 5.8.3 @@ -68028,13 +68301,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Qt 5 addon providing access to numerous types of archives KArchive 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.xz qt5-base-devel xz-devel zlib-devel bzip2 - extra-cmake-modules + extra-cmake-modules desktop/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 karchive qt5-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-22 5.27.0 @@ -68119,16 +68399,16 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework User interface for running shell commands with root privileges kdesu 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.xz qt5-base-devel - kcoreaddons-devel - kpty-devel - kservice-devel - ki18n-devel - kconfig-devel + kcoreaddons-devel + kpty-devel + kservice-devel + ki18n-devel + kconfig-devel libX11-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kdesu/pspec.xml @@ -68136,11 +68416,11 @@ thunar-volman is installed and configured properly, and you plug in your digical kdesu qt5-base - kcoreaddons - kpty - kservice - ki18n - kconfig + kcoreaddons + kpty + kservice + ki18n + kconfig libgcc libX11 @@ -68155,13 +68435,13 @@ thunar-volman is installed and configured properly, and you plug in your digical kdesu-devel Development files for kdesu - kdesu + kdesu qt5-base-devel - kcoreaddons-devel - kpty-devel - kservice-devel - ki18n-devel - kconfig-devel + kcoreaddons-devel + kpty-devel + kservice-devel + ki18n-devel + kconfig-devel libX11-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-22 5.27.0 @@ -68222,12 +68509,12 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 desktop widgets KdeWidgetsAddons 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.xz qt5-base-devel qt5-linguist qt5-designer-devel - extra-cmake-modules + extra-cmake-modules desktop/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 kwidgetsaddons qt5-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-22 5.27.0 @@ -68311,11 +68605,11 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Advanced configuration system for KDE Frameworks 5 Kconfig 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.xz qt5-base-devel qt5-linguist - extra-cmake-modules + extra-cmake-modules desktop/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 kconfig qt5-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-22 5.27.0 @@ -68398,25 +68699,25 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Utilities for interacting with KCModules KCMUtils 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.xz qt5-base-devel qt5-declarative-devel mesa-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-modules desktop/kde/framework/kcmutils/pspec.xml @@ -68426,17 +68727,17 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-declarative libgcc - 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-devel Development files for kcmutils - kcmutils + kcmutils qt5-base-devel qt5-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-22 5.27.0 @@ -68523,22 +68831,22 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 text editing widgets KTextWidgets 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.xz qt5-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-modules desktop/kde/framework/ktextwidgets/pspec.xml @@ -68547,16 +68855,16 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-devel Development files for ktextwidgets - ktextwidgets + ktextwidgets qt5-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-22 5.27.0 @@ -68641,11 +68956,11 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Qt wrapper for ModemManager DBus API Qt 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.xz qt5-base-devel ModemManager-devel - extra-cmake-modules + extra-cmake-modules desktop/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-qt qt5-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-22 5.27.0 @@ -68728,35 +69050,35 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Plugin framework for user interface components This 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.xz qt5-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-modules desktop/kde/framework/kparts/pspec.xml @@ -68765,16 +69087,16 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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 kparts qt5-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-22 5.27.0 @@ -68858,7 +69187,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Extra cmake modules for KDE5 Extra 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.xz cmake flex @@ -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-22 5.27.0 @@ -68929,21 +69265,21 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework A contact aggregation library for KDE KPeople 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.xz qt5-base-devel - kconfig-devel + kconfig-devel qt5-declarative-devel - kcoreaddons-devel + kcoreaddons-devel qt5-sql-postgresql qt5-sql-mysql qt5-sql-sqlite qt5-sql-odbc - kservice-devel - kwidgetsaddons-devel - ki18n-devel - kitemviews-devel - extra-cmake-modules + kservice-devel + kwidgetsaddons-devel + ki18n-devel + kitemviews-devel + extra-cmake-modules desktop/kde/framework/kpeople/pspec.xml @@ -68953,12 +69289,12 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-declarative libgcc - 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-devel qt5-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-22 5.27.0 @@ -69040,14 +69383,14 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE emoticon manager KEmoticons 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.xz qt5-base-devel - karchive-devel - kcoreaddons-devel - kconfig-devel - kservice-devel - extra-cmake-modules + karchive-devel + kcoreaddons-devel + kconfig-devel + kservice-devel + extra-cmake-modules desktop/kde/framework/kemoticons/pspec.xml @@ -69056,10 +69399,10 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-devel Development files for kemoticons - kemoticons + kemoticons qt5-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-22 5.27.0 @@ -69138,23 +69488,23 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE password storage framework This 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.xz libxslt docbook-xsl qt5-base-devel libgcrypt-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-modules desktop/kde/framework/kwallet/pspec.xml @@ -69164,15 +69514,15 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc libgcrypt - 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-devel Development files for kwallet - kwallet + kwallet qt5-base-devel libgcrypt-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-22 5.27.0 @@ -69258,12 +69615,12 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Utilities for core application functionality and accessing the OS KCoreAddons 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-devel qt5-linguist shared-mime-info - extra-cmake-modules + extra-cmake-modules mesa-devel desktop/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 kcoreaddons qt5-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-22 5.27.0 @@ -69349,26 +69713,26 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 application scripting helper Kross 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.xz qt5-base-devel qt5-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-devel docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kross/pspec.xml @@ -69378,14 +69742,14 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-script libgcc - 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-devel Development files for kross - kross + kross qt5-base-devel qt5-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-22 5.27.0 @@ -69470,21 +69841,21 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Global desktop keyboard shortcuts KGlobalAccel 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.xz qt5-base-devel qt5-linguist qt5-base libxcb-devel - kcrash-devel - kconfig-devel + kcrash-devel + kconfig-devel qt5-x11extras-devel - kcoreaddons-devel - kdbusaddons-devel + kcoreaddons-devel + kdbusaddons-devel xcb-util-keysyms-devel - kwindowsystem-devel - kservice-devel - extra-cmake-modules + kwindowsystem-devel + kservice-devel + extra-cmake-modules desktop/kde/framework/kglobalaccel/pspec.xml @@ -69494,14 +69865,14 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc libxcb - kcrash - kconfig + kcrash + kconfig qt5-x11extras - kcoreaddons - kdbusaddons + kcoreaddons + kdbusaddons xcb-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-devel Development files for kglobalaccel - kglobalaccel + kglobalaccel qt5-base-devel libxcb-devel - kcrash-devel - kconfig-devel + kcrash-devel + kconfig-devel qt5-x11extras-devel - kcoreaddons-devel - kdbusaddons-devel + kcoreaddons-devel + kdbusaddons-devel xcb-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-22 5.27.0 @@ -69585,15 +69963,15 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Widgets for showing progress of asynchronous jobs KJobWIdgets 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.xz libX11-devel qt5-base-devel qt5-linguist - kcoreaddons-devel - kwidgetsaddons-devel + kcoreaddons-devel + kwidgetsaddons-devel qt5-x11extras-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kjobwidgets/pspec.xml @@ -69602,8 +69980,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - kcoreaddons - kwidgetsaddons + kcoreaddons + kwidgetsaddons qt5-x11extras @@ -69619,7 +69997,7 @@ thunar-volman is installed and configured properly, and you plug in your digical Development files for kjobwidgets qt5-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-22 5.27.0 @@ -69679,10 +70064,10 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Multi-threaded programming framework for KDE ThreadWeaver 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.xz qt5-base-devel - extra-cmake-modules + extra-cmake-modules desktop/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 threadweaver qt5-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-22 5.27.0 @@ -69762,13 +70154,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Libraries for pseudo terminal devices Kpty 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.xz qt5-base-devel utempter-devel - kcoreaddons-devel - ki18n-devel - extra-cmake-modules + kcoreaddons-devel + ki18n-devel + extra-cmake-modules desktop/kde/framework/kpty/pspec.xml @@ -69778,8 +70170,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base utempter libgcc - 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-devel utempter-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-22 5.27.0 @@ -69857,7 +70256,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 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.xz qt5-base-devel attr-devel @@ -69866,9 +70265,9 @@ thunar-volman is installed and configured properly, and you plug in your digical ffmpeg-devel taglib-devel poppler-qt5-devel - karchive-devel - ki18n-devel - extra-cmake-modules + karchive-devel + ki18n-devel + extra-cmake-modules desktop/kde/framework/kfilemetadata/pspec.xml @@ -69882,8 +70281,8 @@ thunar-volman is installed and configured properly, and you plug in your digical taglib ffmpeg poppler-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-devel Development files for kfilemetadata - kfilemetadata + kfilemetadata qt5-base-devel ebook-tools-devel exiv2-devel taglib-devel ffmpeg-devel poppler-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-22 5.27.0 @@ -69965,11 +70371,11 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE unit conversion framework KUnitConversion 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.xz qt5-base-devel - ki18n-devel - extra-cmake-modules + ki18n-devel + extra-cmake-modules desktop/kde/framework/kunitconversion/pspec.xml @@ -69978,7 +70384,7 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - ki18n + ki18n /usr/share @@ -69993,8 +70399,8 @@ thunar-volman is installed and configured properly, and you plug in your digical Development files for kunitconversion qt5-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-22 5.27.0 @@ -70053,18 +70466,18 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Framework that lets applications manage user installable packages of non-binary assets KPackage 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.xz qt5-base-devel libX11-devel - kconfig-devel - ki18n-devel - kcoreaddons-devel - karchive-devel - kdoctools-devel + kconfig-devel + ki18n-devel + kcoreaddons-devel + karchive-devel + kdoctools-devel docbook-sgml4_5 docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kpackage/pspec.xml @@ -70073,10 +70486,10 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-devel Development files for kpackage - kpackage + kpackage qt5-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-22 5.27.0 @@ -70155,16 +70575,16 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 media player Plugin interface for media player features KMediaPlayer 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.xz qt5-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-modules desktop/kde/framework/kmediaplayer/pspec.xml @@ -70173,8 +70593,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - kparts - kxmlgui + kparts + kxmlgui /usr/share @@ -70187,10 +70607,10 @@ thunar-volman is installed and configured properly, and you plug in your digical kmediaplayer-devel Development files for kmediaplayer - kmediaplayer + kmediaplayer qt5-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-22 5.27.0 @@ -70250,22 +70677,22 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework QT Designer integration for KDE5 Frameworks widgets This 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.xz qt5-base-devel qt5-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-devel docbook-xml docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kdesignerplugin/pspec.xml @@ -70274,19 +70701,19 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-22 5.27.0 @@ -70350,16 +70784,16 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework JavaScript support for HTML rendering engine on KDE5 The 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.xz qt5-base-devel qt5-svg-devel qt5-designer-devel - kdoctools-devel - ki18n-devel - kjs-devel + kdoctools-devel + ki18n-devel + kjs-devel docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kjsembed/pspec.xml @@ -70369,8 +70803,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-svg libgcc - 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-devel qt5-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-22 5.27.0 @@ -70450,21 +70891,21 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 WebKit integration KdeWebkit 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.xz qt5-base-devel qt5-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-modules desktop/kde/framework/kdewebkit/pspec.xml @@ -70473,14 +70914,14 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-webkit libgcc - kconfig - kjobwidgets + kconfig + kjobwidgets qt5-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-devel Development files for kdewebkit - kdewebkit + kdewebkit qt5-webkit-devel - kconfig-devel - kjobwidgets-devel + kconfig-devel + kjobwidgets-devel qt5-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-22 5.27.0 @@ -70562,10 +71010,10 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Open Collaboration Service client library, based on Qt 5 Attica 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.xz qt5-base-devel - extra-cmake-modules + extra-cmake-modules desktop/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 attica5 qt5-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-22 5.27.0 @@ -70646,19 +71101,19 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Access and manipulate bookmarks stored using XBEL format Framework 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.xz qt5-base-devel qt5-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-modules desktop/kde/framework/kbookmarks/pspec.xml @@ -70667,12 +71122,12 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-devel Development files for kbookmarks - kbookmarks + kbookmarks qt5-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-22 5.27.0 @@ -70753,39 +71215,39 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 text editor libraries KTextEditor 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.xz qt5-base-devel qt5-script-devel qt5-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-devel libgit2-devel - kjobwidgets-devel - extra-cmake-modules + kjobwidgets-devel + extra-cmake-modules desktop/kde/framework/ktexteditor/pspec.xml @@ -70796,24 +71258,24 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc libgit2 - 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-devel qt5-base-devel libgit2-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-22 5.27.0 @@ -70909,7 +71378,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Idle time reporting utility KIdleTime 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.xz qt5-base-devel qt5-x11extras-devel @@ -70917,7 +71386,7 @@ thunar-volman is installed and configured properly, and you plug in your digical libXext-devel libXScrnSaver-devel libxcb-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kidletime/pspec.xml @@ -70943,7 +71412,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kidletime-devel Development 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-22 5.27.0 @@ -71002,20 +71478,20 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 Desktop notifications KNotification 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.xz qt5-base-devel qt5-linguist - kwindowsystem-devel + kwindowsystem-devel qt5-x11extras-devel - kservice-devel - kconfig-devel - kcoreaddons-devel - kiconthemes-devel - kcodecs-devel + kservice-devel + kconfig-devel + kcoreaddons-devel + kiconthemes-devel + kcodecs-devel libdbusmenu-qt-devel qt5-phonon-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/knotifications/pspec.xml @@ -71026,13 +71502,13 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-phonon libgcc qt5-x11extras - kconfig - kcodecs - kcoreaddons - kiconthemes - kservice + kconfig + kcodecs + kcoreaddons + kiconthemes + kservice libdbusmenu-qt - kwindowsystem + kwindowsystem /usr/share @@ -71046,16 +71522,16 @@ thunar-volman is installed and configured properly, and you plug in your digical knotifications-devel Development files for knotifications - knotifications + knotifications qt5-base-devel qt5-phonon-devel qt5-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-devel libdbusmenu-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-22 5.27.0 @@ -71116,13 +71599,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework JavaScript engine for KDE This 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.xz qt5-base-devel libpcre-devel - kdoctools-devel + kdoctools-devel docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kjs/pspec.xml @@ -71148,7 +71631,7 @@ thunar-volman is installed and configured properly, and you plug in your digical libpcre-devel qt5-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-22 5.27.0 @@ -71207,13 +71697,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Qt wrapper for KDE 5 Bluez DBus API Qt 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.xz bluez bluez-libs-devel qt5-base-devel qt5-declarative-devel - extra-cmake-modules + extra-cmake-modules desktop/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-devel qt5-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-22 5.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.framework KDE5 Desktop Services Kservice 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.xz qt5-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-devel docbook-xml docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kservice/pspec.xml @@ -71317,11 +71871,11 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-devel Development files for kservice - kservice + kservice qt5-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-22 5.27.0 @@ -71403,10 +71964,10 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 Data plotting Kplotting 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.xz qt5-base-devel - extra-cmake-modules + extra-cmake-modules desktop/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 kplotting qt5-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-22 5.27.0 @@ -71486,7 +72054,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Breeze 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.xz extra-cmake-modules qt5-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-22 5.27.0 @@ -71553,7 +72128,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Code and utilities to ease the transition to KDE Frameworks 5 KDELibs4Support 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.xz qt5-base-devel qt5-svg-devel @@ -71562,22 +72137,22 @@ thunar-volman is installed and configured properly, and you plug in your digical docbook-xml openssl-devel libX11-devel - kio-devel - kauth-devel - kcrash-devel - kdesignerplugin + kio-devel + kauth-devel + kcrash-devel + kdesignerplugin intltool - 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-devel NetworkManager-devel docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kdelibs4-support/pspec.xml @@ -71591,30 +72166,30 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-svg qt5-x11extras libSM - 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-devel Development files for kdelibs4-support - kdelibs4-support + kdelibs4-support qt5-base-devel libICE-devel libX11-devel qt5-svg-devel qt5-x11extras-devel libSM-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-22 5.27.0 @@ -71721,18 +72303,18 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 daemon Kded 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.xz qt5-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-devel docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kded/pspec.xml @@ -71741,11 +72323,11 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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 kded qt5-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-22 5.27.0 @@ -71824,11 +72413,11 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Plugins allowing Qt applications to access further types of images KDE5 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.xz qt5-base-devel qt5-linguist - extra-cmake-modules + extra-cmake-modules desktop/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 kcodecs qt5-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-22 5.27.0 @@ -71911,38 +72507,38 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Library for KDE's Plasma Activities support Kactivities 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.xz qt5-base-devel mesa-devel boost-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-devel qt5-declarative-devel qt5-sql-postgresql qt5-sql-mysql qt5-sql-sqlite qt5-sql-odbc - extra-cmake-modules + extra-cmake-modules build-source.patch @@ -71955,16 +72551,16 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-declarative libgcc - 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-devel qt5-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-22 5.27.0 @@ -72051,12 +72654,12 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Extra modules for Qt-DBus KDE5-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.xz qt5-base-devel qt5-linguist qt5-x11extras-devel - extra-cmake-modules + extra-cmake-modules desktop/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 kdbusaddons qt5-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-22 5.27.0 @@ -72140,10 +72750,10 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Set of item models extending the Qt model-view framework KItemModels 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.xz qt5-base-devel - extra-cmake-modules + extra-cmake-modules desktop/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 kitemmodels qt5-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-22 5.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.xz qt5-base-devel qt5-script-devel qt5-declarative-devel - extra-cmake-modules + extra-cmake-modules desktop/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-ki18n ki18n 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-22 5.27.0 @@ -72318,19 +72942,19 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 icon utilities This 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.xz qt5-base-devel qt5-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-modules desktop/kde/framework/kiconthemes/pspec.xml @@ -72340,13 +72964,13 @@ thunar-volman is installed and configured properly, and you plug in your digical libgcc qt5-base qt5-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-devel Development files for kiconthemes - kiconthemes + kiconthemes qt5-base-devel qt5-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-22 5.27.0 @@ -72430,7 +73061,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Library for KDE's Plasma Activities support Kactivities 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.xz qt5-base-devel boost-devel @@ -72438,9 +73069,9 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-sql-mysql qt5-sql-sqlite qt5-sql-odbc - kconfig-devel - kactivities-devel - extra-cmake-modules + kconfig-devel + kactivities-devel + extra-cmake-modules desktop/kde/framework/kactivities-stats/pspec.xml @@ -72449,8 +73080,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-stats qt5-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-22 5.27.0 @@ -72513,7 +73151,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Framework providing components to allow applications to integrate with a KDE Workspace Framework 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.xz libxcb-devel libXcursor-devel @@ -72521,19 +73159,19 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-declarative-devel qt5-x11extras-devel oxygen-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-modules desktop/kde/framework/frameworkintegration/pspec.xml @@ -72545,17 +73183,17 @@ thunar-volman is installed and configured properly, and you plug in your digical libxcb libXcursor qt5-x11extras - kconfig - kxmlgui - kcompletion - kcoreaddons - kjobwidgets - kconfigwidgets - kiconthemes - ki18n - kio - knotifications - kwidgetsaddons + kconfig + kxmlgui + kcompletion + kcoreaddons + kjobwidgets + kconfigwidgets + kiconthemes + ki18n + kio + knotifications + kwidgetsaddons oxygen-fonts @@ -72570,22 +73208,22 @@ thunar-volman is installed and configured properly, and you plug in your digical frameworkintegration-devel Development files for framework-integration - frameworkintegration + frameworkintegration qt5-base-devel libxcb-devel libXcursor-devel qt5-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-22 5.27.0 @@ -72643,24 +73288,24 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Framework for managing menu and toolbar actions Kxmlgui 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.xz qt5-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-modules desktop/kde/framework/kxmlgui/pspec.xml @@ -72669,17 +73314,17 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-devel Development files for kxmlgui - kxmlgui + kxmlgui qt5-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-22 5.27.0 @@ -72766,43 +73418,43 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Resource and network access abstraction Network 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.xz qt5-base-devel acl-devel attr-devel mit-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-devel qt5-x11extras-devel - kwallet-devel - kxmlgui-devel - ktextwidgets-devel - knotifications-devel + kwallet-devel + kxmlgui-devel + ktextwidgets-devel + knotifications-devel libxslt-devel qt5-script-devel zlib-devel docbook-sgml4_5 docbook-xml docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kio/pspec.xml @@ -72816,28 +73468,28 @@ thunar-volman is installed and configured properly, and you plug in your digical libxslt libgcc mit-kerberos - knotifications + knotifications qt5-script qt5-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 kio qt5-base-devel - kio + kio qt5-base-devel acl-devel attr-devel libxml2-devel libxslt-devel - knotifications-devel + knotifications-devel qt5-script-devel qt5-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-22 5.27.0 @@ -72942,7 +73601,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 hardware integration framework Solid 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.xz qt5-base-devel eudev-devel @@ -72951,7 +73610,7 @@ thunar-volman is installed and configured properly, and you plug in your digical udisks2-devel upower-devel media-player-info - extra-cmake-modules + extra-cmake-modules desktop/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 solid qt5-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-22 5.27.0 @@ -73038,11 +73704,11 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Plasma library and runtime components based upon KDE Frameworks 5 and Qt5 Plasma 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.xz qt5-base-devel qt5-quickcontrols - kdoctools-devel + kdoctools-devel qt5-svg-devel qt5-script-devel qt5-quick1-devel @@ -73051,39 +73717,39 @@ thunar-volman is installed and configured properly, and you plug in your digical mesa-devel libX11-devel libxcb-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-devel qt5-sql-postgresql qt5-sql-mysql qt5-sql-sqlite qt5-sql-odbc docbook-xml docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/plasma-framework/pspec.xml @@ -73101,23 +73767,23 @@ thunar-volman is installed and configured properly, and you plug in your digical libgcc libX11 libxcb - 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-devel Development files for plasma-framework - plasma-framework + plasma-framework qt5-base-devel qt5-svg-devel qt5-script-devel @@ -73141,23 +73807,23 @@ thunar-volman is installed and configured properly, and you plug in your digical mesa-devel libX11-devel libxcb-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-22 5.27.0 @@ -73217,12 +73890,12 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework XML-RPC client library for KDE This 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.xz qt5-base-devel - kauth-devel - kio-devel - extra-cmake-modules + kauth-devel + kio-devel + extra-cmake-modules desktop/kde/framework/kxmlrpcclient/pspec.xml @@ -73231,9 +73904,9 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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-devel Development files for kdelibs4-support - kxmlrpcclient + kxmlrpcclient qt5-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-22 5.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.xz python-Jinja2 python-PyYAML qt5-base-devel - extra-cmake-modules + extra-cmake-modules desktop/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-22 5.27.0 @@ -73387,13 +74074,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE spell schecking library This 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.xz qt5-base-devel qt5-linguist hunspell-devel aspell-devel - extra-cmake-modules + extra-cmake-modules desktop/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 sonnet qt5-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-22 5.27.0 @@ -73478,7 +74172,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Qt-style Client and Server library wrapper for the Wayland libraries Qt-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.xz qt5-base-devel wayland-devel @@ -73509,7 +74203,7 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base-devel wayland-devel mesa-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-22 5.27.0 @@ -73570,19 +74271,19 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Kconfig widgets KConfigWidgets 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.xz qt5-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-devel docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kconfigwidgets/pspec.xml @@ -73591,13 +74292,13 @@ thunar-volman is installed and configured properly, and you plug in your digical libgcc qt5-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-devel Development files for kconfigwidgets - kconfigwidgets + kconfigwidgets qt5-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-22 5.27.0 @@ -73680,16 +74388,16 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Configuration dialog for desktop notifications KNotifyConfig 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.xz qt5-base-devel qt5-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-modules desktop/kde/framework/knotifyconfig/pspec.xml @@ -73699,10 +74407,10 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-phonon libgcc - 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-devel Development files for knotifyconfig - knotifyconfig + knotifyconfig qt5-base-devel qt5-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-22 5.27.0 @@ -73783,11 +74498,11 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework A QT wrapper around the NetworkManager libraries A 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.xz qt5-base-devel NetworkManager-devel - extra-cmake-modules + extra-cmake-modules desktop/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-qt qt5-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-22 5.27.0 @@ -73872,11 +74594,11 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Set of item models extending the Qt model-view framework KItemViews 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.xz qt5-base-devel qt5-linguist - extra-cmake-modules + extra-cmake-modules desktop/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 kitemviews qt5-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-22 5.27.0 @@ -73958,13 +74687,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Abstraction to system policy and authentication features Framework 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.xz qt5-base-devel qt5-linguist polkit-qt-devel - kcoreaddons-devel - extra-cmake-modules + kcoreaddons-devel + extra-cmake-modules desktop/kde/framework/kauth/pspec.xml @@ -73973,7 +74702,7 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base polkit-qt - kcoreaddons + kcoreaddons libgcc @@ -73988,7 +74717,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kauth-devel Development files for kauth - kauth + kauth kcoreaddons-devel polkit-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-22 5.27.0 @@ -74050,23 +74786,23 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Framework for searching and managing metadata Baloo 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.xz qt5-base-devel qt5-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-devel lmdb-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/baloo/pspec.xml @@ -74075,17 +74811,17 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-declarative - kcoreaddons - kdbusaddons - kauth + kcoreaddons + kdbusaddons + kauth libgcc - kconfig - kcrash - ki18n - kidletime - kio - solid - kfilemetadata + kconfig + kcrash + ki18n + kidletime + kio + solid + kfilemetadata lmdb @@ -74102,19 +74838,19 @@ thunar-volman is installed and configured properly, and you plug in your digical baloo-devel Development files for baloo-widgets - baloo + baloo qt5-base-devel qt5-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-devel lmdb-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-22 5.27.0 @@ -74174,35 +74917,35 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Framework for downloading and sharing additional application data The 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.xz qt5-base-devel boost-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-modules desktop/kde/framework/knewstuff/pspec.xml @@ -74211,19 +74954,19 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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 knewstuff qt5-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-22 5.27.0 @@ -74311,7 +75061,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE applications initialization utility Process 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.xz qt5-base-devel kdoctools-devel @@ -74319,25 +75069,25 @@ thunar-volman is installed and configured properly, and you plug in your digical libcap-devel libgcc libxcb-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-devel docbook-xsl - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kinit/pspec.xml @@ -74349,13 +75099,13 @@ thunar-volman is installed and configured properly, and you plug in your digical libcap libgcc libxcb - 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-devel libcap-devel libxcb-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-22 5.27.0 @@ -74441,14 +75198,14 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Kcrash crash handling application KCrash 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.xz qt5-base-devel qt5-x11extras-devel - kcoreaddons-devel - kwindowsystem-devel + kcoreaddons-devel + kwindowsystem-devel libX11-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kcrash/pspec.xml @@ -74459,8 +75216,8 @@ thunar-volman is installed and configured properly, and you plug in your digical libX11 libgcc qt5-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-devel qt5-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-22 5.27.0 @@ -74537,33 +75301,33 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Integration of QML and KDE workspaces KDeclarative 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.xz qt5-base-devel mesa-devel libepoxy-devel qt5-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-modules desktop/kde/framework/kdeclarative/pspec.xml @@ -74574,16 +75338,16 @@ thunar-volman is installed and configured properly, and you plug in your digical libgcc libepoxy qt5-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-devel libepoxy-devel qt5-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-22 5.27.0 @@ -74671,7 +75442,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 document generator kdoctools 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.xz qt5-base-devel perl-URI @@ -74681,9 +75452,9 @@ thunar-volman is installed and configured properly, and you plug in your digical docbook-xml docbook-xsl docbook-sgml4_5 - ki18n-devel - karchive-devel - extra-cmake-modules + ki18n-devel + karchive-devel + extra-cmake-modules desktop/kde/framework/kdoctools/pspec.xml @@ -74694,7 +75465,7 @@ thunar-volman is installed and configured properly, and you plug in your digical libxml2 libgcc libxslt - karchive + karchive /usr/share @@ -74711,7 +75482,7 @@ thunar-volman is installed and configured properly, and you plug in your digical Development files for kdoctools qt5-base-devel - kdoctools + kdoctools karchive-devel libgcc libxml2-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-22 5.27.0 @@ -74773,13 +75551,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Network service discovery using Zeroconf KDNSSD 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.xz qt5-base-devel qt5-linguist avahi-devel avahi-compat-libdns_sd-devel - extra-cmake-modules + extra-cmake-modules desktop/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-22 5.27.0 @@ -74862,13 +75647,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Addon with auto completion widgets and classes KCompletion 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.xz qt5-base-devel qt5-linguist - kconfig-devel - kwidgetsaddons-devel - extra-cmake-modules + kconfig-devel + kwidgetsaddons-devel + extra-cmake-modules desktop/kde/framework/kcompletion/pspec.xml @@ -74877,8 +75662,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base libgcc - 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 kcompletion qt5-base-devel - kcompletion + kcompletion kwidgetsaddons-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-22 5.27.0 @@ -74955,7 +75747,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE5 window manager access framework KWindowSystem 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.xz qt5-base-devel qt5-linguist @@ -74967,7 +75759,7 @@ thunar-volman is installed and configured properly, and you plug in your digical libXfixes-devel xcb-util-devel xcb-util-keysyms-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kwindowsystem/pspec.xml @@ -75000,7 +75792,7 @@ thunar-volman is installed and configured properly, and you plug in your digical libXfixes-devel xcb-util-devel xcb-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-22 5.27.0 @@ -75060,7 +75859,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework HTML rendering engine for KDE KHTML 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.xz qt5-base-devel libjpeg-turbo-devel @@ -75069,15 +75868,15 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-phonon-devel libX11-devel zlib-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-devel openssl-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/khtml/pspec.xml @@ -75094,27 +75893,27 @@ thunar-volman is installed and configured properly, and you plug in your digical libgcc libpng libjpeg-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-devel Development files for khtml - khtml + khtml qt5-base-devel qt5-x11extras-devel qt5-phonon-devel @@ -75139,27 +75938,27 @@ thunar-volman is installed and configured properly, and you plug in your digical libX11-devel libpng-devel libjpeg-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-22 5.27.0 @@ -75218,13 +76024,13 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Utilities for graphical user interfaces The 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.xz libX11-devel libxcb-devel qt5-base-devel qt5-x11extras-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kguiaddons/pspec.xml @@ -75246,7 +76052,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kguiaddons-devel Development 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-22 5.27.0 @@ -75306,22 +76119,22 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Krunner Framework for providing different actions given a string query Framework 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.xz qt5-base-devel gettext-devel - kdoctools-devel + kdoctools-devel qt5-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-modules desktop/kde/framework/krunner/pspec.xml @@ -75331,14 +76144,14 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base qt5-declarative libgcc - 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-devel Development files for krunner - krunner + krunner qt5-base-devel qt5-declarative-devel - kconfig-devel - kcoreaddons-devel - ki18n-devel - kio-devel - kservice-devel - plasma-framework-devel - solid-devel - threadweaver-devel + kconfig-devel + kcoreaddons-devel + ki18n-devel + kio-devel + kservice-devel + plasma-framework-devel + solid-devel + threadweaver-devel /usr/include @@ -75370,6 +76183,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-22 5.27.0 @@ -75419,7 +76239,7 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework KDE Oxygen icons "The Oxygen Icon Theme - http://download.kde.org/stable/frameworks/5.27/oxygen-icons5-5.27.0.tar.xz + mirrors://kde/stable/frameworks/5.28/oxygen-icons5-5.28.0.tar.xz extra-cmake-modules qt5-base-devel @@ -75434,6 +76254,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-22 5.27.0 @@ -75485,12 +76312,12 @@ thunar-volman is installed and configured properly, and you plug in your digical desktop.kde.framework Image formats addons for QT 5 This framework provides additional image format plugins for QtGui. - mirrors://kde/stable/frameworks/5.27/kimageformats-5.27.0.tar.xz + mirrors://kde/stable/frameworks/5.28/kimageformats-5.28.0.tar.xz qt5-base-devel openexr-devel ilmbase-devel - extra-cmake-modules + extra-cmake-modules desktop/kde/framework/kimageformats/pspec.xml @@ -75510,6 +76337,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-22 5.27.0 @@ -90314,6 +91148,76 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + libmediainfo + http://mediaarea.net/en/MediaInfo + + Pisi Linux Community + admins@pisilinux.org + + LGPLv3 + library + multimedia.misc + shared library for mediainfo + shared library for mediainfo + 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 + + multimedia/misc/libmediainfo/pspec.xml + + + 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 + + + openexr diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 8a2811b190..53f4632c71 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -554206a6a4e0137fba90dbeef1ab557ee91bbf01 \ No newline at end of file +9aa7902346140b6d2a4c1d460b3139b573f4464a \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index a83d6a341a..32c5be1d7c 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 113a48a97e..9bb426c5f6 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -1f1b77faac2da6976a8185e53aab15d53e8f9705 \ No newline at end of file +1fff4024b14f8bfa0b2d1fd1b6f4569a751b3828 \ No newline at end of file