diff --git a/desktop/kde/applications/akregator/actions.py b/desktop/kde/applications/akregator/actions.py new file mode 100644 index 0000000000..991cd0b3e9 --- /dev/null +++ b/desktop/kde/applications/akregator/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + + pisitools.dodoc("AUTHORS", "COPYING.DOC", "COPYING.LIB", "ChangeLog", "COPYING", "README") + diff --git a/desktop/kde/applications/akregator/pspec.xml b/desktop/kde/applications/akregator/pspec.xml new file mode 100644 index 0000000000..b04f6014f1 --- /dev/null +++ b/desktop/kde/applications/akregator/pspec.xml @@ -0,0 +1,101 @@ + + + + + akregator + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + A KDE blogging client + Akregator helps you to keep informed about new stories on websites like KDE Dot News and Planet KDE blogs. The technology used is RSS and many sites support it. + http://download.kde.org/stable/applications/16.12.0/src/akregator-16.12.0.tar.xz + + boost-devel + extra-cmake-modules + kblog-devel + kdesignerplugin + kdoctools-devel + kio-devel + ktexteditor-devel + python + qt5-base-devel + qt5-webengine-devel + grantlee-qt5-devel + kcmutils-devel + knotifyconfig-devel + akonadi-mime-devel + akonadi-devel + kitemmodels-devel + grantleetheme-devel + kcontacts-devel + kontactinterface-devel + libkdepim-devel + akonadi-contacts-devel + libkleo-devel + gpgme-devel + messagelib-devel + pimcommon-devel + kimap-devel + kmime-devel + cyrus-sasl-devel + kpimtextedit-devel + ksyndication-devel + + + + + akregator + A Feed Reader by KDE + + kio + ki18n + kcrash + kparts + libgcc + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qt5-base + libkdepim + pimcommon + messagelib + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + kpimtextedit + ksyndication + ktextwidgets + grantleetheme + knotifyconfig + qt5-webengine + kconfigwidgets + knotifications + kwidgetsaddons + kontactinterface + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + + 2017-01-03 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/desktop/kde/applications/kde-baseapps/actions.py b/desktop/kde/applications/blogilo/actions.py similarity index 68% rename from desktop/kde/applications/kde-baseapps/actions.py rename to desktop/kde/applications/blogilo/actions.py index 0b107670f8..6a226c38ac 100644 --- a/desktop/kde/applications/kde-baseapps/actions.py +++ b/desktop/kde/applications/blogilo/actions.py @@ -1,11 +1,11 @@ #!/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 +# See the file http://www.gnu.org/copyleft/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + def setup(): kde5.configure() @@ -16,4 +16,6 @@ def build(): def install(): kde5.install() - pisitools.dodoc("README", "COPYING.LIB") + + pisitools.dodoc("AUTHORS", "COPYING.DOC", "COPYING.LIB", "COPYING") + diff --git a/desktop/kde/applications/blogilo/pspec.xml b/desktop/kde/applications/blogilo/pspec.xml new file mode 100644 index 0000000000..ae941af287 --- /dev/null +++ b/desktop/kde/applications/blogilo/pspec.xml @@ -0,0 +1,96 @@ + + + + + blogilo + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + A KDE blogging client + Blogilo is an fully-featured blogging client. It allows local creation and editing of blog posts. Various blogging APIs are supported for publishing. + + qt5-base + boost-devel + extra-cmake-modules + kblog-devel + kdesignerplugin + kdoctools-devel + kio-devel + ktexteditor-devel + python + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + qt5-webengine-devel + kcalcore-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + ksyndication-devel + libkdepim-devel + akonadi-devel + akonadi-contacts-devel + akonadi-mime-devel + kcontacts-devel + pimcommon-devel + kimap-devel + kmime-devel + cyrus-sasl-devel + kpimtextedit-devel + messagelib-devel + syntax-highlighting-devel + + http://download.kde.org/stable/applications/16.12.0/src/blogilo-16.12.0.tar.xz + + + blogilo + A KDE blogging client + + qt5-base + kio + kblog + ki18n + kcrash + libgcc + kconfig + kwallet + kxmlgui + qt5-base + pimcommon + messagelib + kcompletion + kcoreaddons + kdbusaddons + ktexteditor + kpimtextedit + ktextwidgets + qt5-webengine + kconfigwidgets + knotifications + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2017-01-03 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/desktop/kde/applications/kde-baseapps/pspec.xml b/desktop/kde/applications/kde-baseapps/pspec.xml deleted file mode 100644 index bd71bd5700..0000000000 --- a/desktop/kde/applications/kde-baseapps/pspec.xml +++ /dev/null @@ -1,155 +0,0 @@ - - - - - kde-baseapps - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - KDE-Baseapps: base applications from the official KDE release - Base application for KDE5 such as Dolphin, kfind, plasma-widget-folderview, konqueror etc. - https://sourceforge.net/projects/pisilinux/files/source/kde-baseapps-16.08.2_20161026.tar.xz - - qt5-base-devel - qt5-webengine-devel - zlib-devel - glib2-devel - libX11-devel - kfilemetadata-devel - qt5-phonon-devel - kactivities-devel - libXrender-devel - libXt-devel - libraw1394-devel - mesa-devel - kdelibs4-support-devel - tidy-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesu-devel - khtml-devel - kdelibs4-support-devel - kcmutils-devel - kconfig-devel - kded-devel - kdoctools-devel - kdesignerplugin - libxslt - docbook-xsl - extra-cmake-modules - - - - - kde-baseapps - - qt5-base - zlib - libX11 - libgcc - tidy - kio - kdesu - khtml - ki18n - kparts - kcodecs - kconfig - kxmlgui - karchive - kcmutils - kservice - kbookmarks - kitemviews - qt5-script - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - kwindowsystem - qt5-x11extras - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - sonnet - kguiaddons - qt5-webengine - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/locale - /usr/lib - /usr/share/doc - - - - - kde-baseapps-devel - Development files for kde-baseapps - - kde-baseapps - tidy-devel - qt5-base-devel - zlib-devel - glib2-devel - libX11-devel - kfilemetadata-devel - qt5-phonon-devel - kactivities-devel - libXrender-devel - libXt-devel - libraw1394-devel - mesa-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesu-devel - khtml-devel - kcmutils-devel - kconfig-devel - kded-devel - kdoctools-devel - - - /usr/include - /usr/lib/cmake - - - - - - 2016-10-27 - 16.08.2_20161025 - Release bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-24 - 15.12.3_20160330 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-04-05 - 15.12.3_20160330 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - diff --git a/desktop/kde/applications/konqueror/actions.py b/desktop/kde/applications/konqueror/actions.py index bfc1ccbcb4..bf43c3f80c 100644 --- a/desktop/kde/applications/konqueror/actions.py +++ b/desktop/kde/applications/konqueror/actions.py @@ -16,5 +16,6 @@ def build(): def install(): kde5.install() + pisitools.dodoc("AUTHORS", "ChangeLog") diff --git a/desktop/kde/applications/konqueror/pspec.xml b/desktop/kde/applications/konqueror/pspec.xml index 17426050f0..c05cc29f44 100644 --- a/desktop/kde/applications/konqueror/pspec.xml +++ b/desktop/kde/applications/konqueror/pspec.xml @@ -3,101 +3,85 @@ konqueror - https://www.kde.org/applications/internet/konqueror/ + https://community.kde.org/KDE_PIM Stefan Gronewold groni@pisilinux.org - FDL - GPL - LGPL - Konqueror - KDE File Manager and Web Browser - Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing. - mirrors://kde/stable/applications/16.12.0/src/konqueror-16.12.0.tar.xz + GPLv2 + KDE File Manager and Web Browser + KDE File Manager and Web Browser. + mirrors://kde/stable/applications/16.12.0/src/konqueror-16.12.0.tar.xz - extra-cmake-modules - gettext-devel - glibc-devel - kactivities-devel - karchive-devel - kbookmarks-devel - kcmutils-devel - kcrash-devel - kdelibs4-support-devel - kdesu-devel - kdoctools-devel - khtml-devel - kiconthemes-devel - kinit-devel - kio-devel kparts-devel + khtml-devel + extra-cmake-modules + kcmutils-devel + libX11-devel + kdoctools-devel + karchive-devel + kcrash-devel + python + kactivities-devel + kdoctools-devel + libXext-devel + kbookmarks-devel + qt5-webengine-devel + qt5-script-devel + zlib-devel + kdelibs4-support-devel + qt5-x11extras-devel + kded-devel + qt5-webengine-devel + kinit-devel + tidy-devel + kwidgetsaddons-devel + kiconthemes-devel + kio-devel + khtml-devel + kdesu-devel kdesignerplugin kemoticons-devel kitemmodels-devel kunitconversion-devel - kwidgetsaddons-devel - libICE-devel - libX11-devel - libXext-devel - python-devel - qt5-base-devel - qt5-declarative-devel - qt5-location-devel - qt5-webchannel-devel - qt5-webengine-devel - qt5-x11extras-devel - tidy-devel - zlib-devel konqueror - Konqueror - KDE File Manager and Web Browser + KDE File Manager and Web Browser - karchive - kbookmarks - kcmutils - kcrash - kded - kdelibs4-support + kio + zlib kdesu khtml - kiconthemes - kinit - kio - kparts - kwidgetsaddons - libX11 - libXext - libgcc - qt5-base - qt5-declarative - qt5-location - qt5-webchannel - qt5-webengine - qt5-x11extras - zlib - tidy ki18n + kparts + libgcc sonnet kcodecs kconfig kxmlgui + karchive + kcmutils kservice + qt5-base + kbookmarks kitemviews qt5-script kcompletion kcoreaddons kdbusaddons + kiconthemes kjobwidgets ktextwidgets kwindowsystem + qt5-webengine kconfigwidgets + kwidgetsaddons + kdelibs4-support + tidy - - kde-baseapps - kde-baseapps @@ -125,16 +109,9 @@ - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - 2016-12-03 - 16.11.90 + 2017-01-03 + 16.12.0 First Release Stefan Gronewold groni@pisilinux.org diff --git a/distribution.xml b/distribution.xml index 81113cc750..c4270aacf9 100644 --- a/distribution.xml +++ b/distribution.xml @@ -7,7 +7,8 @@ PisiLinux 2.0 main Opslagplaats Core PisiLinux - + + kde-baseapps kdgantt2 gpgmepp prison-qt5 diff --git a/pisi-index.xml b/pisi-index.xml index 4ab7c7f526..28af39d565 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -9,7 +9,7 @@ Core PisiLinux - kdepim + kde-baseapps kdgantt2 gpgmepp prison-qt5 @@ -22634,7 +22634,7 @@ GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management. GPGME daha kolay uygulanması amacıyla GnuPG ye erişimi sağlamak için tasarlanmış bir kütüphanedir. Şifreleme, şifre çözme, imzalama, imza kontrolü ve anahtar yönetimi için yüksek düzeyde gizli uygulama programlama arayüzü sağlar. GPGME es una librería diseñada para simplificar el acceso a GnuPG para aplicaciones. Facilita una interfaz de programación de aplicación (API) de alto nivel para encriptación, decriptación, firmas, verificación de firmas y administración de llaves. - http://gd.tuwien.ac.at/pub/gnupg/gpgme/gpgme-1.8.0.tar.bz2 + http://gd.tuwien.ac.at/pub/gnupg/gpgme/gpgme-1.7.1.tar.bz2 gnupg libgpg-error-devel @@ -22645,9 +22645,6 @@ python3-devel python-devel - - remove-a-forgotten-instance-of-libsuffix.diff - util/crypt/gpgme/pspec.xml @@ -22659,6 +22656,7 @@ libgcc qt5-base python3 + python /usr/bin @@ -22673,7 +22671,7 @@ Development files for gpgme gpgme için geliştirme dosyaları - gpgme + gpgme libgpg-error-devel libassuan-devel @@ -22684,15 +22682,8 @@ - - 2016-12-28 - 1.8.0 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - 2016-12-24 + 2017-01-02 1.7.1 Version bump. Stefan Gronewold @@ -61013,6 +61004,105 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + akregator + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + A KDE blogging client + Akregator helps you to keep informed about new stories on websites like KDE Dot News and Planet KDE blogs. The technology used is RSS and many sites support it. + http://download.kde.org/stable/applications/16.12.0/src/akregator-16.12.0.tar.xz + + boost-devel + extra-cmake-modules + kblog-devel + kdesignerplugin + kdoctools-devel + kio-devel + ktexteditor-devel + python + qt5-base-devel + qt5-webengine-devel + grantlee-qt5-devel + kcmutils-devel + knotifyconfig-devel + akonadi-mime-devel + akonadi-devel + kitemmodels-devel + grantleetheme-devel + kcontacts-devel + kontactinterface-devel + libkdepim-devel + akonadi-contacts-devel + libkleo-devel + gpgme-devel + messagelib-devel + pimcommon-devel + kimap-devel + kmime-devel + cyrus-sasl-devel + kpimtextedit-devel + ksyndication-devel + + desktop/kde/applications/akregator/pspec.xml + + + akregator + A Feed Reader by KDE + + kio + ki18n + kcrash + kparts + libgcc + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qt5-base + libkdepim + pimcommon + messagelib + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + kpimtextedit + ksyndication + ktextwidgets + grantleetheme + knotifyconfig + qt5-webengine + kconfigwidgets + knotifications + kwidgetsaddons + kontactinterface + + + /etc/xdg + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/doc + + + + + 2017-01-03 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + kmbox @@ -64301,6 +64391,8 @@ thunar-volman is installed and configured properly, and you plug in your digical kwidgetsaddons kdepim-apps-libs syntax-highlighting + akonadi-contacts + kidentitymanagement /etc @@ -64939,6 +65031,101 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + blogilo + https://community.kde.org/KDE_PIM + + Stefan Gronewold + groni@pisilinux.org + + GPLv2 + desktop.kde.applications + A KDE blogging client + Blogilo is an fully-featured blogging client. It allows local creation and editing of blog posts. Various blogging APIs are supported for publishing. + http://download.kde.org/stable/applications/16.12.0/src/blogilo-16.12.0.tar.xz + + qt5-base + boost-devel + extra-cmake-modules + kblog-devel + kdesignerplugin + kdoctools-devel + kio-devel + ktexteditor-devel + python + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + qt5-webengine-devel + kcalcore-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + ksyndication-devel + libkdepim-devel + akonadi-devel + akonadi-contacts-devel + akonadi-mime-devel + kcontacts-devel + pimcommon-devel + kimap-devel + kmime-devel + cyrus-sasl-devel + kpimtextedit-devel + messagelib-devel + syntax-highlighting-devel + + desktop/kde/applications/blogilo/pspec.xml + + + blogilo + A KDE blogging client + + qt5-base + kio + kblog + ki18n + kcrash + libgcc + kconfig + kwallet + kxmlgui + qt5-base + pimcommon + messagelib + kcompletion + kcoreaddons + kdbusaddons + ktexteditor + kpimtextedit + ktextwidgets + qt5-webengine + kconfigwidgets + knotifications + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2017-01-03 + 16.12.0 + First Release + Stefan Gronewold + groni@pisilinux.org + + + akonadi-calendar-tools @@ -65153,98 +65340,85 @@ thunar-volman is installed and configured properly, and you plug in your digical konqueror - https://www.kde.org/applications/internet/konqueror/ + https://community.kde.org/KDE_PIM Stefan Gronewold groni@pisilinux.org - FDL - GPL - LGPL + GPLv2 desktop.kde.applications - Konqueror - KDE File Manager and Web Browser - Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing. + KDE File Manager and Web Browser + KDE File Manager and Web Browser. mirrors://kde/stable/applications/16.12.0/src/konqueror-16.12.0.tar.xz - extra-cmake-modules - gettext-devel - glibc-devel - kactivities-devel - karchive-devel - kbookmarks-devel - kcmutils-devel - kcrash-devel - kdelibs4-support-devel - kdesu-devel - kdoctools-devel - khtml-devel - kiconthemes-devel - kinit-devel - kio-devel kparts-devel + khtml-devel + extra-cmake-modules + kcmutils-devel + libX11-devel + kdoctools-devel + karchive-devel + kcrash-devel + python + kactivities-devel + kdoctools-devel + libXext-devel + kbookmarks-devel + qt5-webengine-devel + qt5-script-devel + zlib-devel + kdelibs4-support-devel + qt5-x11extras-devel + kded-devel + qt5-webengine-devel + kinit-devel + tidy-devel + kwidgetsaddons-devel + kiconthemes-devel + kio-devel + khtml-devel + kdesu-devel kdesignerplugin kemoticons-devel kitemmodels-devel kunitconversion-devel - kwidgetsaddons-devel - libICE-devel - libX11-devel - libXext-devel - python-devel - qt5-base-devel - qt5-declarative-devel - qt5-location-devel - qt5-webchannel-devel - qt5-webengine-devel - qt5-x11extras-devel - tidy-devel - zlib-devel desktop/kde/applications/konqueror/pspec.xml konqueror - Konqueror - KDE File Manager and Web Browser + KDE File Manager and Web Browser - karchive - kbookmarks - kcmutils - kcrash - kded - kdelibs4-support + kio + zlib kdesu khtml - kiconthemes - kinit - kio - kparts - kwidgetsaddons - libX11 - libXext - libgcc - qt5-base - qt5-declarative - qt5-location - qt5-webchannel - qt5-webengine - qt5-x11extras - zlib - tidy ki18n + kparts + libgcc sonnet kcodecs kconfig kxmlgui + karchive + kcmutils kservice + qt5-base + kbookmarks kitemviews qt5-script kcompletion kcoreaddons kdbusaddons + kiconthemes kjobwidgets ktextwidgets kwindowsystem + qt5-webengine kconfigwidgets + kwidgetsaddons + kdelibs4-support + tidy /etc/xdg @@ -65257,16 +65431,13 @@ thunar-volman is installed and configured properly, and you plug in your digical kde-baseapps - - kde-baseapps - konqueror-devel Development files for konqueror qt5-base-devel - konqueror + konqueror /usr/include @@ -65274,16 +65445,9 @@ thunar-volman is installed and configured properly, and you plug in your digical - - 2016-12-25 - 16.12.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - 2016-12-03 - 16.11.90 + 2017-01-03 + 16.12.0 First Release Stefan Gronewold groni@pisilinux.org @@ -72673,6 +72837,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kmbox-devel qt5-base-devel kmime-devel + kitemmodels-devel desktop/kde/applications/kdepimlibs/pspec.xml @@ -75787,6 +75952,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-phonon chmlib kjobwidgets + qt5-speech + kdegraphics-mobipocket /etc/xdg @@ -76185,6 +76352,7 @@ thunar-volman is installed and configured properly, and you plug in your digical kcalcore-devel kcalutils-devel akonadi-contacts-devel + prison-devel desktop/kde/applications/akonadi-calendar/pspec.xml @@ -76212,9 +76380,11 @@ thunar-volman is installed and configured properly, and you plug in your digical kconfigwidgets kmailtransport kwidgetsaddons + kdepimlibs kidentitymanagement akonadi-mime akonadi-contacts + prison /usr/share @@ -76238,7 +76408,7 @@ thunar-volman is installed and configured properly, and you plug in your digical - 2016-12-25 + 2017-01-02 16.12.0 Version bump. Stefan Gronewold(groni) @@ -77003,158 +77173,6 @@ thunar-volman is installed and configured properly, and you plug in your digical - - - kde-baseapps - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - desktop.kde.applications - KDE-Baseapps: base applications from the official KDE release - Base application for KDE5 such as Dolphin, kfind, plasma-widget-folderview, konqueror etc. - https://sourceforge.net/projects/pisilinux/files/source/kde-baseapps-16.08.2_20161026.tar.xz - - qt5-base-devel - qt5-webengine-devel - zlib-devel - glib2-devel - libX11-devel - kfilemetadata-devel - qt5-phonon-devel - kactivities-devel - libXrender-devel - libXt-devel - libraw1394-devel - mesa-devel - kdelibs4-support-devel - tidy-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesu-devel - khtml-devel - kdelibs4-support-devel - kcmutils-devel - kconfig-devel - kded-devel - kdoctools-devel - kdesignerplugin - libxslt - docbook-xsl - extra-cmake-modules - - desktop/kde/applications/kde-baseapps/pspec.xml - - - kde-baseapps - - qt5-base - zlib - libX11 - libgcc - tidy - kio - kdesu - khtml - ki18n - kparts - kcodecs - kconfig - kxmlgui - karchive - kcmutils - kservice - kbookmarks - kitemviews - qt5-script - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - kwindowsystem - qt5-x11extras - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - sonnet - kguiaddons - qt5-webengine - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/locale - /usr/lib - /usr/share/doc - - - - kde-baseapps-devel - Development files for kde-baseapps - - kde-baseapps - tidy-devel - qt5-base-devel - zlib-devel - glib2-devel - libX11-devel - kfilemetadata-devel - qt5-phonon-devel - kactivities-devel - libXrender-devel - libXt-devel - libraw1394-devel - mesa-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesu-devel - khtml-devel - kcmutils-devel - kconfig-devel - kded-devel - kdoctools-devel - - - /usr/include - /usr/lib/cmake - - - - - 2016-10-27 - 16.08.2_20161025 - Release bump - Stefan Gronewold - groni@pisilinux.org - - - 2016-05-24 - 15.12.3_20160330 - Release bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-04-05 - 15.12.3_20160330 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - kcalutils @@ -78254,15 +78272,8 @@ thunar-volman is installed and configured properly, and you plug in your digical qt5-base ki18n - akonadi libgcc - kio kmime - kconfig - kxmlgui - kcoreaddons - kdbusaddons - kwidgetsaddons /usr/share diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index fe37ead9c9..adff6c28d7 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -4a104b29ed4fd5437f668cee2d3f59933dacaded \ No newline at end of file +302167e2e7497fa8efe11922a8c7da4a53de57c0 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 755bf21671..07ca934b8d 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 421d485a01..c8386dac5c 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -c09616150221c9e9951880168f0b5bde8bd27b25 \ No newline at end of file +bcde4119dd6dea5b1af01825aa41a34269f5119b \ No newline at end of file