diff --git a/desktop/kde/kde5-application/kde5-ark/actions.py b/desktop/kde/application/ark/actions.py similarity index 100% rename from desktop/kde/kde5-application/kde5-ark/actions.py rename to desktop/kde/application/ark/actions.py diff --git a/desktop/kde/kde5-application/kde5-ark/pspec.xml b/desktop/kde/application/ark/pspec.xml similarity index 100% rename from desktop/kde/kde5-application/kde5-ark/pspec.xml rename to desktop/kde/application/ark/pspec.xml diff --git a/desktop/kde/kde5-application/kate/actions.py b/desktop/kde/application/kate/actions.py similarity index 100% rename from desktop/kde/kde5-application/kate/actions.py rename to desktop/kde/application/kate/actions.py diff --git a/desktop/kde/kde5-application/kate/files/org.kde.kate.desktop b/desktop/kde/application/kate/files/org.kde.kate.desktop similarity index 100% rename from desktop/kde/kde5-application/kate/files/org.kde.kate.desktop rename to desktop/kde/application/kate/files/org.kde.kate.desktop diff --git a/desktop/kde/kde5-application/kate/pspec.xml b/desktop/kde/application/kate/pspec.xml similarity index 100% rename from desktop/kde/kde5-application/kate/pspec.xml rename to desktop/kde/application/kate/pspec.xml diff --git a/desktop/kde/kde5-application/kde5-konsole/actions.py b/desktop/kde/application/konsole/actions.py similarity index 100% rename from desktop/kde/kde5-application/kde5-konsole/actions.py rename to desktop/kde/application/konsole/actions.py diff --git a/desktop/kde/kde5-application/kde5-konsole/pspec.xml b/desktop/kde/application/konsole/pspec.xml similarity index 55% rename from desktop/kde/kde5-application/kde5-konsole/pspec.xml rename to desktop/kde/application/konsole/pspec.xml index 479515212a..599c8d08b2 100644 --- a/desktop/kde/kde5-application/kde5-konsole/pspec.xml +++ b/desktop/kde/application/konsole/pspec.xml @@ -2,7 +2,7 @@ - kde5-konsole + kf5-konsole https://projects.kde.org/projects/kde/applications/dolphin PisiLinux Community @@ -15,7 +15,7 @@ qt5-base-devel extra-cmake-modules - kde5-kdoctools-devel + kdoctools-devel python3 @@ -23,31 +23,31 @@ - kde5-konsole + kf5-konsole qt5-base - kde5-kinit - kde5-kdelibs4-support - kde5-kiconthemes - kde5-knotifyconfig - kde5-knotifications - kde5-kparts - kde5-kpty - kde5-kio - kde5-ki18n - kde5-kconfig - kde5-kxmlgui - kde5-kservice - kde5-knewstuff - kde5-kbookmarks - kde5-kguiaddons - kde5-kcompletion - kde5-kcoreaddons - kde5-kjobwidgets - kde5-ktextwidgets - kde5-kwindowsystem - kde5-kconfigwidgets - kde5-kwidgetsaddons + kinit + kdelibs4-support + kiconthemes + knotifyconfig + knotifications + kparts + kpty + kio + ki18n + kconfig + kxmlgui + kservice + knewstuff + kbookmarks + kguiaddons + kcompletion + kcoreaddons + kjobwidgets + ktextwidgets + kwindowsystem + kconfigwidgets + kwidgetsaddons /usr/bin diff --git a/desktop/kde/base/kde-baseapps/pspec.xml b/desktop/kde/base/kde-baseapps/pspec.xml index f10dc8ab9f..a1806161c0 100755 --- a/desktop/kde/base/kde-baseapps/pspec.xml +++ b/desktop/kde/base/kde-baseapps/pspec.xml @@ -14,19 +14,19 @@ Base application for KDE5 such as Dolphin, kfind, plasma-widget-folderview, konqueror etc. http://download.kde.org/stable/applications/15.04.2/src/kde-baseapps-15.04.2.tar.xz - qt-devel + qt5-base-devel zlib-devel glib2-devel libX11-devel libgcc kdelibs-devel - kfilemetadata-devel + kf5-kfilemetadata-devel automoc4 tidy-devel - baloo-widgets-devel - baloo-devel + kf5-baloo-widgets-devel + kf5-baloo-devel phonon-devel - kactivities-devel + kf5-kactivities-devel libXrender-devel libXt-devel libraw1394-devel @@ -39,7 +39,7 @@ kdebaseapps - qt + qt5-base zlib glib2 libX11 @@ -51,10 +51,10 @@ qt5-base libXt tidy - baloo-widgets - baloo + kf5-baloo-widgets + kf5-baloo kdelibs - kactivities + kf5-kactivities /usr/bin @@ -66,7 +66,7 @@ - kf5-kdebaseapps-devel + kdebaseapps-devel Development files for kde-kdebaseapps kdebaseapps diff --git a/desktop/kde/framework/kactivities/actions.py b/desktop/kde/framework/kactivities/actions.py index 54ae37f90a..82c829232e 100755 --- a/desktop/kde/framework/kactivities/actions.py +++ b/desktop/kde/framework/kactivities/actions.py @@ -13,17 +13,11 @@ def setup(): shelltools.makedirs("%s/build" %get.workDIR()) cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DKACTIVITIES_ENABLE_EXCEPTIONS=OFF \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DQML_INSTALL_DIR=lib/qt5/qml \ + -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ + -DQML_INSTALL_DIR=lib/qt5/qml \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ -DBUILD_TESTING=OFF") - def build(): cmaketools.make() diff --git a/desktop/kde/framework/kcoreaddons/comar/package.py b/desktop/kde/framework/kcoreaddons/comar/package.py index ef1e236be6..8abe2ef4a5 100644 --- a/desktop/kde/framework/kcoreaddons/comar/package.py +++ b/desktop/kde/framework/kcoreaddons/comar/package.py @@ -3,6 +3,6 @@ from pisi.version import Version def postInstall(fromVersion, fromRelease, toVersion, toRelease): - os.system("/usr/bin/update-mime-database /usr/share/mime") + os.system("/usr/bin/update-mime-database /usr/share/mime > /dev/null") diff --git a/desktop/kde/framework/kcoreaddons/pspec.xml b/desktop/kde/framework/kcoreaddons/pspec.xml index ac9ea8504c..b32a77828b 100755 --- a/desktop/kde/framework/kcoreaddons/pspec.xml +++ b/desktop/kde/framework/kcoreaddons/pspec.xml @@ -17,6 +17,7 @@ qt5-base-devel qt5-tools-devel + shared-mime-info extra-cmake-modules @@ -25,12 +26,13 @@ kcoreaddons qt5-base - gamin + gamin + shared-mime-info /usr/share /usr/share/locale - /usr/bin + /usr/bin /usr/lib/qt5 /usr/lib /usr/share/doc diff --git a/desktop/kde/framework/kde5-framework-integration/actions.py b/desktop/kde/framework/kde5-framework-integration/actions.py deleted file mode 100755 index de93b2e5ec..0000000000 --- a/desktop/kde/framework/kde5-framework-integration/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-framework-integration/pspec.xml b/desktop/kde/framework/kde5-framework-integration/pspec.xml deleted file mode 100755 index bb4d5e5ca4..0000000000 --- a/desktop/kde/framework/kde5-framework-integration/pspec.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - kde5-framework-integration - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - 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. - http://download.kde.org/stable/frameworks/5.10/frameworkintegration-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-framework-integration - - qt5-base - libXcursor - qt5-x11extras - kde5-kconfig - kde5-kxmlgui - kde5-kcompletion - kde5-kcoreaddons - kde5-kjobwidgets - kde5-kconfigwidgets - kde5-kiconthemes - kde5-ki18n - kde5-kio - kde5-knotifications - kde5-kwidgetsaddons - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-framework-integration-devel - Development files for framework-integration - - qt5-base-devel - kde5-framework-integration - - - /usr/include - /usr/lib/cmake - - - - - - 2015-05-31 - 5.10.0 - New Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kactivities/actions.py b/desktop/kde/framework/kde5-kactivities/actions.py deleted file mode 100755 index 54ae37f90a..0000000000 --- a/desktop/kde/framework/kde5-kactivities/actions.py +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -def setup(): - shelltools.makedirs("%s/build" %get.workDIR()) - - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DKACTIVITIES_ENABLE_EXCEPTIONS=OFF \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DQML_INSTALL_DIR=lib/qt5/qml \ - -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "MAINTAINER", "TODO") diff --git a/desktop/kde/framework/kde5-kactivities/files/build-source.patch b/desktop/kde/framework/kde5-kactivities/files/build-source.patch deleted file mode 100644 index 7546123148..0000000000 --- a/desktop/kde/framework/kde5-kactivities/files/build-source.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/CMakeLists.txt 2014-09-09 02:40:08.000000000 +0300 -+++ b/CMakeLists.txt 2014-09-22 17:47:14.215639453 +0300 -@@ -6,13 +6,6 @@ - - set(REQUIRED_QT_VERSION 5.2.0) - --# We don't build in-source --if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") -- message ( -- FATAL_ERROR -- "kactivities require an out of source build. Please create a separate build directory and run 'cmake path_to_plasma [options]' there." -- ) --endif () - - # Extra CMake stuff - find_package (ECM 1.2.0 REQUIRED NO_MODULE) - diff --git a/desktop/kde/framework/kde5-kactivities/files/kamd-rename.patch b/desktop/kde/framework/kde5-kactivities/files/kamd-rename.patch deleted file mode 100644 index 50f109f79a..0000000000 --- a/desktop/kde/framework/kde5-kactivities/files/kamd-rename.patch +++ /dev/null @@ -1,91 +0,0 @@ -diff --git a/autotests/Process.cpp b/autotests/Process.cpp -index a7a0507..afa4bf1 100644 ---- a/autotests/Process.cpp -+++ b/autotests/Process.cpp -@@ -83,7 +83,7 @@ void Modifier::initTestCase() - // qDebug() << env; - - s_process->setEnvironment(env); -- s_process->start(QStringLiteral(KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd")); -+ s_process->start(QStringLiteral(KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd5")); - s_process->waitForStarted(); - - -diff --git a/src/lib/core/manager_p.cpp b/src/lib/core/manager_p.cpp -index 077c634..7be66dd 100644 ---- a/src/lib/core/manager_p.cpp -+++ b/src/lib/core/manager_p.cpp -@@ -94,11 +94,11 @@ Manager *Manager::self() - ->property("org.kde.KActivities.core.disableAutostart") - .toBool()) { - qCDebug(KAMD_CORELIB) << "Starting the activity manager daemon"; -- QProcess::startDetached(QStringLiteral("kactivitymanagerd")); -+ QProcess::startDetached(QStringLiteral("kactivitymanagerd5")); - } - - #else -- QProcess::startDetached(QStringLiteral("kactivitymanagerd")); -+ QProcess::startDetached(QStringLiteral("kactivitymanagerd5")); - #endif - } - -diff --git a/src/service/Application.cpp b/src/service/Application.cpp -index 6b0e3e1..3894540 100644 ---- a/src/service/Application.cpp -+++ b/src/service/Application.cpp -@@ -280,7 +280,7 @@ int main(int argc, char **argv) - application.setApplicationName(QStringLiteral("ActivityManager")); - application.setOrganizationDomain(QStringLiteral("kde.org")); - -- // KAboutData about("kactivitymanagerd", Q_NULLPTR, ki18n("KDE Activity Manager"), "3.0", -+ // KAboutData about("kactivitymanagerd5", Q_NULLPTR, ki18n("KDE Activity Manager"), "3.0", - // ki18n("KDE Activity Management Service"), - // KAboutData::License_GPL, - // ki18n("(c) 2010, 2011, 2012 Ivan Cukic"), KLocalizedString(), -@@ -333,7 +333,7 @@ int main(int argc, char **argv) - // Starting the dameon - - QProcess::startDetached( -- KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd", -+ KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd5", - QStringList{"start-daemon"} - ); - -diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt -index 4b4978b..2220f34 100644 ---- a/src/service/CMakeLists.txt -+++ b/src/service/CMakeLists.txt -@@ -62,9 +62,9 @@ qt5_add_dbus_adaptor ( - Features.h Features - ) - --add_executable (kactivitymanagerd ${kactivitymanager_SRCS}) -+add_executable (kactivitymanagerd5 ${kactivitymanager_SRCS}) - --target_link_libraries (kactivitymanagerd -+target_link_libraries (kactivitymanagerd5 - Qt5::Core - Qt5::DBus - Qt5::Widgets -@@ -84,7 +84,7 @@ install (FILES - ) - - install (TARGETS -- kactivitymanagerd ${KF5_INSTALL_TARGETS_DEFAULT_ARGS} -+ kactivitymanagerd5 ${KF5_INSTALL_TARGETS_DEFAULT_ARGS} - ) - - install (FILES -diff --git a/src/service/files/kactivitymanagerd.desktop b/src/service/files/kactivitymanagerd.desktop -index be5faa1..3c9b9a9 100644 ---- a/src/service/files/kactivitymanagerd.desktop -+++ b/src/service/files/kactivitymanagerd.desktop -@@ -4,7 +4,7 @@ Icon=preferences-activities - X-KDE-ServiceTypes= - X-DBUS-StartupType=Unique - X-KDE-StartupNotify=false --Exec=kactivitymanagerd -+Exec=kactivitymanagerd5 - - Name=Activity Manager - Name[ar]=مدير الأنشطة diff --git a/desktop/kde/framework/kde5-kactivities/pspec.xml b/desktop/kde/framework/kde5-kactivities/pspec.xml deleted file mode 100755 index a5dae016de..0000000000 --- a/desktop/kde/framework/kde5-kactivities/pspec.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - kde5-kactivities - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - Library for KDE's Plasma Activities support - Kactivities provides an API for using and interacting with the Plasma Activities Manager. - http://download.kde.org/stable/frameworks/5.10/kactivities-5.10.0.tar.xz - - qt5-base-devel - python3 - boost-devel - extra-cmake-modules - - - build-source.patch - - - - - kde5-kactivities - - qt5-base - qt5-declarative - kde5-kconfig - kde5-kconfigwidgets - kde5-kcoreaddons - kde5-kcmutils - kde5-kdeclarative - kde5-kdbusaddons - kde5-ki18n - kde5-kio - kde5-kglobalaccel - kde5-kservice - kde5-kxmlgui - kde5-kwindowsystem - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - kactivities - - - kactivities - - - - - kde5-kactivities-devel - Development files for kactivities - - qt5-base-devel - boost-devel - kde5-kactivities - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kbookmarks/actions.py b/desktop/kde/framework/kde5-kbookmarks/actions.py deleted file mode 100755 index e2f17d2484..0000000000 --- a/desktop/kde/framework/kde5-kbookmarks/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kbookmarks/pspec.xml b/desktop/kde/framework/kde5-kbookmarks/pspec.xml deleted file mode 100755 index aeddac5ec7..0000000000 --- a/desktop/kde/framework/kde5-kbookmarks/pspec.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - kde5-kbookmarks - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - Access and manipulate bookmarks stored using XBEL format - Framework which lets you access and manipulate bookmarks stored using XBEL format - http://download.kde.org/stable/frameworks/5.10/kbookmarks-5.10.0.tar.xz - - qt5-base-devel - python3 - qt5-tools-devel - extra-cmake-modules - - - - - kde5-kbookmarks - - qt5-base - kde5-kcoreaddons - kde5-kcodecs - kde5-kconfig - kde5-kiconthemes - kde5-kwidgetsaddons - kde5-kxmlgui - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kbookmarks-devel - Development files for kbookmarks - - qt5-base-devel - kde5-kbookmarks - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kcmutils/actions.py b/desktop/kde/framework/kde5-kcmutils/actions.py deleted file mode 100755 index e2f17d2484..0000000000 --- a/desktop/kde/framework/kde5-kcmutils/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kcmutils/pspec.xml b/desktop/kde/framework/kde5-kcmutils/pspec.xml deleted file mode 100755 index 7f17c29a21..0000000000 --- a/desktop/kde/framework/kde5-kcmutils/pspec.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - kde5-kcmutils - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - Utilities for interacting with KCModules - KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. - http://download.kde.org/stable/frameworks/5.10/kcmutils-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - - - kde5-kcmutils - - qt5-base - qt5-declarative - kde5-kdeclarative - kde5-kconfigwidgets - kde5-kwidgetsaddons - kde5-kconfig - kde5-kauth - kde5-kcoreaddons - kde5-ki18n - kde5-kiconthemes - kde5-kitemviews - kde5-kservice - kde5-kxmlgui - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kcmutils-devel - Development files for kcmutils - - qt5-base-devel - kde5-kcmutils - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kdeclarative/actions.py b/desktop/kde/framework/kde5-kdeclarative/actions.py deleted file mode 100755 index 5945262b06..0000000000 --- a/desktop/kde/framework/kde5-kdeclarative/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQML_INSTALL_DIR=lib/qt5/qml \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kdeclarative/pspec.xml b/desktop/kde/framework/kde5-kdeclarative/pspec.xml deleted file mode 100755 index a8a3693b66..0000000000 --- a/desktop/kde/framework/kde5-kdeclarative/pspec.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - kde5-kdeclarative - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - Integration of QML and KDE workspaces - KDeclarative provides integration of QML and KDE workspaces. - http://download.kde.org/stable/frameworks/5.10/kdeclarative-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-kdeclarative - - qt5-base - libepoxy - qt5-declarative - kde5-kpackage - kde5-kconfig - kde5-kservice - kde5-kcoreaddons - kde5-kglobalaccel - kde5-ki18n - kde5-kiconthemes - kde5-kio - kde5-kwidgetsaddons - kde5-kwindowsystem - - - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kdeclarative-devel - Development files for kdeclarative - - qt5-base-devel - kde5-kdeclarative - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kded/actions.py b/desktop/kde/framework/kde5-kded/actions.py deleted file mode 100644 index 11b2858877..0000000000 --- a/desktop/kde/framework/kde5-kded/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kded/pspec.xml b/desktop/kde/framework/kde5-kded/pspec.xml deleted file mode 100755 index 917b1d3a5a..0000000000 --- a/desktop/kde/framework/kde5-kded/pspec.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - kded - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - KDE5 daemon - Kded runs in the background and performs a number of small tasks. - http://download.kde.org/stable/frameworks/5.11/kded-5.11.0.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - - - - - kded - - qt5-base - kcoreaddons - kconfig - kcrash - kdbusaddons - kservice - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/man - - - - kded-devel - Development files for kded - - qt5-base-devel - kded - - - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-24 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kdesignerplugin/actions.py b/desktop/kde/framework/kde5-kdesignerplugin/actions.py deleted file mode 100755 index 0edd518c7e..0000000000 --- a/desktop/kde/framework/kde5-kdesignerplugin/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DLIB_INSTALL_DIR=lib \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kdesignerplugin/pspec.xml b/desktop/kde/framework/kde5-kdesignerplugin/pspec.xml deleted file mode 100755 index 517a82138b..0000000000 --- a/desktop/kde/framework/kde5-kdesignerplugin/pspec.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - kde5-kdesignerplugin - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - 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. - http://download.kde.org/stable/frameworks/5.10/kdesignerplugin-5.10.0.tar.xz - - qt5-base-devel - qt5-tools-devel - kde5-kdoctools-devel - extra-cmake-modules - - - - - kde5-kdesignerplugin - - qt5-base - kde5-kdewebkit - kde5-kcoreaddons - kde5-kitemviews - kde5-kconfig - kde5-sonnet - kde5-kcompletion - kde5-kconfigwidgets - kde5-kiconthemes - kde5-kio - kde5-kplotting - kde5-ktextwidgets - kde5-kwidgetsaddons - kde5-kxmlgui - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kdesu/actions.py b/desktop/kde/framework/kde5-kdesu/actions.py deleted file mode 100755 index 54fd6cb280..0000000000 --- a/desktop/kde/framework/kde5-kdesu/actions.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLIBEXEC_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DLIB_INSTALL_DIR=lib \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kdesu/pspec.xml b/desktop/kde/framework/kde5-kdesu/pspec.xml deleted file mode 100755 index 96d9787912..0000000000 --- a/desktop/kde/framework/kde5-kdesu/pspec.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - kde5-kdesu - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - User interface for running shell commands with root privileges - kdesu provides functionality for building GUI front ends for (password asking) console mode programs. - http://download.kde.org/stable/frameworks/5.10/kdesu-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - - - kde5-kdesu - - qt5-base - kde5-kcoreaddons - kde5-kpty - kde5-kservice - kde5-ki18n - kde5-kconfig - - - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kdesu-devel - Development files for kdesu - - qt5-base-devel - kde5-kdesu - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kdewebkit/actions.py b/desktop/kde/framework/kde5-kdewebkit/actions.py deleted file mode 100755 index 5c3f7e92e2..0000000000 --- a/desktop/kde/framework/kde5-kdewebkit/actions.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/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 cmaketools -from pisi.actionsapi import get - -def setup(): - #shelltools.makedirs("build") - #shelltools.cd("build") - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB", "ISSUES") diff --git a/desktop/kde/framework/kde5-kdewebkit/pspec.xml b/desktop/kde/framework/kde5-kdewebkit/pspec.xml deleted file mode 100755 index b629dc9fe7..0000000000 --- a/desktop/kde/framework/kde5-kdewebkit/pspec.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - kde5-kdewebkit - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - KDE5 WebKit integration - KdeWebkit provides KDE integration of the QtWebKit library. - http://download.kde.org/stable/frameworks/5.10/kdewebkit-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-kdewebkit - - qt5-webkit - kde5-kconfig - kde5-kjobwidgets - qt5-base - kde5-kcoreaddons - kde5-kparts - kde5-kservice - kde5-kwallet - kde5-kio - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/mkspecs/modules/ - /usr/share/doc - - - - - kde5-kdewebkit-devel - Development files for kdewebkit - - qt5-base-devel - kde5-kdewebkit - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kdnssd/actions.py b/desktop/kde/framework/kde5-kdnssd/actions.py deleted file mode 100644 index ef63e0a70b..0000000000 --- a/desktop/kde/framework/kde5-kdnssd/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS") diff --git a/desktop/kde/framework/kde5-kdnssd/pspec.xml b/desktop/kde/framework/kde5-kdnssd/pspec.xml deleted file mode 100644 index a3dddc3eb2..0000000000 --- a/desktop/kde/framework/kde5-kdnssd/pspec.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - kde5-kdnssd - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - 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. - http://download.kde.org/stable/frameworks/5.10/kdnssd-5.10.0.tar.xz - - qt5-base-devel - qt5-tools - avahi-devel - avahi-compat-libdns_sd-devel - extra-cmake-modules - - - - - kde5-kdnssd - - qt5-base - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kdnssd-devel - Development files for kdnssd. - - qt5-base-devel - kde5-kdnssd - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kemoticons/actions.py b/desktop/kde/framework/kde5-kemoticons/actions.py deleted file mode 100755 index 4d62960137..0000000000 --- a/desktop/kde/framework/kde5-kemoticons/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kemoticons/pspec.xml b/desktop/kde/framework/kde5-kemoticons/pspec.xml deleted file mode 100755 index fd50d90ef9..0000000000 --- a/desktop/kde/framework/kde5-kemoticons/pspec.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - kde5-kemoticons - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - KDE emoticon manager - KEmoticons converts emoticons from text to a graphical representation with images in HTML. - http://download.kde.org/stable/frameworks/5.10/kemoticons-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - - - kde5-kemoticons - - qt5-base - kde5-karchive - kde5-kcoreaddons - kde5-kconfig - kde5-kservice - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kemoticons-devel - Development files for kemoticons - - kde5-kemoticons - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kglobalaccel/actions.py b/desktop/kde/framework/kde5-kglobalaccel/actions.py deleted file mode 100755 index e2f17d2484..0000000000 --- a/desktop/kde/framework/kde5-kglobalaccel/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kglobalaccel/pspec.xml b/desktop/kde/framework/kde5-kglobalaccel/pspec.xml deleted file mode 100755 index 4a977a56c4..0000000000 --- a/desktop/kde/framework/kde5-kglobalaccel/pspec.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - kde5-kglobalaccel - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - Global desktop keyboard shortcuts - KGlobalAccel allows you to have global accelerators that are independent of the focused window. - http://download.kde.org/stable/frameworks/5.10/kglobalaccel-5.10.0.tar.xz - - qt5-base-devel - qt5-tools-devel - python3 - extra-cmake-modules - - - - - kde5-kglobalaccel - - qt5-base - kde5-ki18n - kde5-kcrash - kde5-kconfig - qt5-x11extras - kde5-kcoreaddons - kde5-kdbusaddons - xcb-util-keysyms - kde5-kwindowsystem - - - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kglobalaccel-devel - Development files for kglobalaccel - - kde5-kglobalaccel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kidletime/actions.py b/desktop/kde/framework/kde5-kidletime/actions.py deleted file mode 100755 index 121fcea65d..0000000000 --- a/desktop/kde/framework/kde5-kidletime/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING") diff --git a/desktop/kde/framework/kde5-kidletime/pspec.xml b/desktop/kde/framework/kde5-kidletime/pspec.xml deleted file mode 100755 index e1c0b42eb6..0000000000 --- a/desktop/kde/framework/kde5-kidletime/pspec.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - kde5-kidletime - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - 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. - http://download.kde.org/stable/frameworks/5.10/kidletime-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - qt5-x11extras-devel - - - - - kde5-kidletime - - qt5-base - libXScrnSaver - libXext - qt5-x11extras - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kidletime-devel - Development files for kidletime - - kde5-kidletime - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kimageformats/actions.py b/desktop/kde/framework/kde5-kimageformats/actions.py deleted file mode 100644 index 1c77b54185..0000000000 --- a/desktop/kde/framework/kde5-kimageformats/actions.py +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DLIB_INSTALL_DIR=lib \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kimageformats/pspec.xml b/desktop/kde/framework/kde5-kimageformats/pspec.xml deleted file mode 100644 index ffe25431f5..0000000000 --- a/desktop/kde/framework/kde5-kimageformats/pspec.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - kde5-kimageformats - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - Image formats addons for QT 5 - This framework provides additional image format plugins for QtGui. - http://download.kde.org/stable/frameworks/5.10/kimageformats-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-kimageformats - - qt5-base - openexr-libs - ilmbase - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kinit/actions.py b/desktop/kde/framework/kde5-kinit/actions.py deleted file mode 100644 index 66afdb4b62..0000000000 --- a/desktop/kde/framework/kde5-kinit/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLIB_INSTALL_DIR=lib \ - -DLIBEXEC_INSTALL_DIR=lib \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kinit/pspec.xml b/desktop/kde/framework/kde5-kinit/pspec.xml deleted file mode 100644 index 1d01834799..0000000000 --- a/desktop/kde/framework/kde5-kinit/pspec.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - kde5-kinit - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - KDE applications initialization utility - Process launcher to speed up launching KDE applications. - http://download.kde.org/stable/frameworks/5.10/kinit-5.10.0.tar.xz - - qt5-base-devel - kde5-kdoctools-devel - extra-cmake-modules - - - - - kde5-kinit - - qt5-base - kde5-kcrash - kde5-kcoreaddons - kde5-kconfig - kde5-kdoctools - kde5-ki18n - kde5-kio - kde5-kservice - kde5-kwindowsystem - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/locale - /usr/bin - /usr/share/doc - /usr/share/man - - - - kde5-kinit-devel - Development files for kinit - - qt5-base-devel - kde5-kinit - - - - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kio/actions.py b/desktop/kde/framework/kde5-kio/actions.py deleted file mode 100644 index 863dc8a923..0000000000 --- a/desktop/kde/framework/kde5-kio/actions.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLIBEXEC_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kio/files/0001-Fix-thumbnails-for-mimetype-groups.patch b/desktop/kde/framework/kde5-kio/files/0001-Fix-thumbnails-for-mimetype-groups.patch deleted file mode 100644 index 5dc3083626..0000000000 --- a/desktop/kde/framework/kde5-kio/files/0001-Fix-thumbnails-for-mimetype-groups.patch +++ /dev/null @@ -1,52 +0,0 @@ -From ae87a7d6999fc6ad90ab300dd8ea0c9c68c02bd4 Mon Sep 17 00:00:00 2001 -From: Maarten De Meyer -Date: Mon, 8 Sep 2014 23:58:55 +0200 -Subject: [PATCH 1/2] Fix thumbnails for mimetype groups. - -KService::mimeTypes cannot handle mimetype groups. ex: text/* -Go back to KService::serviceTypes and remove 'ThumbCreator' entries. - -REVIEW: 119958 ---- - src/widgets/previewjob.cpp | 17 +++++++++++------ - 1 file changed, 11 insertions(+), 6 deletions(-) - -diff --git a/src/widgets/previewjob.cpp b/src/widgets/previewjob.cpp -index 55a3fb7..ca47934 100644 ---- a/src/widgets/previewjob.cpp -+++ b/src/widgets/previewjob.cpp -@@ -268,20 +268,25 @@ void PreviewJobPrivate::startPreview() - protocols.append(p); - } - foreach (const QString &protocol, protocols) { -- const QStringList mtypes = (*it)->mimeTypes(); -+ // We cannot use mimeTypes() here, it doesn't support groups such as: text/* -+ const QStringList mtypes = (*it)->serviceTypes(); - // Add supported mimetype for this protocol - QStringList &_ms = m_remoteProtocolPlugins[protocol]; - foreach (const QString &_m, mtypes) { -- protocolMap[protocol].insert(_m, *it); -- if (!_ms.contains(_m)) { -- _ms.append(_m); -+ if (_m != QLatin1String("ThumbCreator")) { -+ protocolMap[protocol].insert(_m, *it); -+ if (!_ms.contains(_m)) { -+ _ms.append(_m); -+ } - } - } - } - if (enabledPlugins.contains((*it)->desktopEntryName())) { -- const QStringList mimeTypes = (*it)->mimeTypes(); -+ const QStringList mimeTypes = (*it)->serviceTypes(); - for (QStringList::ConstIterator mt = mimeTypes.constBegin(); mt != mimeTypes.constEnd(); ++mt) { -- mimeMap.insert(*mt, *it); -+ if (*mt != QLatin1String("ThumbCreator")) { -+ mimeMap.insert(*mt, *it); -+ } - } - } - } --- -2.1.0 - diff --git a/desktop/kde/framework/kde5-kio/files/0002-Fix-relative-paths-being-turned-into-http-urls-by-fr.patch b/desktop/kde/framework/kde5-kio/files/0002-Fix-relative-paths-being-turned-into-http-urls-by-fr.patch deleted file mode 100644 index a959d5d3e8..0000000000 --- a/desktop/kde/framework/kde5-kio/files/0002-Fix-relative-paths-being-turned-into-http-urls-by-fr.patch +++ /dev/null @@ -1,77 +0,0 @@ -From 5a5aa4b1786e793f457ad5a88a4e49d7469a92fa Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= -Date: Tue, 9 Sep 2014 22:49:27 +0200 -Subject: [PATCH 2/2] Fix relative paths being turned into http urls by - fromUserInput. - -Reviewed-By: (well, written by) David Faure. ---- - src/filewidgets/kfilewidget.cpp | 24 ++++++++++++++++++++---- - 1 file changed, 20 insertions(+), 4 deletions(-) - -diff --git a/src/filewidgets/kfilewidget.cpp b/src/filewidgets/kfilewidget.cpp -index 42320e3..58dd92e 100644 ---- a/src/filewidgets/kfilewidget.cpp -+++ b/src/filewidgets/kfilewidget.cpp -@@ -325,6 +325,22 @@ static bool containsProtocolSection(const QString &string) - return false; - } - -+// this string-to-url conversion function handles relative paths, full paths and URLs -+// without the http-prepending that QUrl::fromUserInput does. -+static QUrl urlFromString(const QString& str) -+{ -+ if (QDir::isAbsolutePath(str)) { -+ return QUrl::fromLocalFile(str); -+ } -+ QUrl url(str); -+ if (url.isRelative()) { -+ url.clear(); -+ url.setPath(str); -+ } -+ return url; -+} -+ -+ - KFileWidget::KFileWidget(const QUrl &_startDir, QWidget *parent) - : QWidget(parent), d(new KFileWidgetPrivate(this)) - { -@@ -909,7 +925,7 @@ void KFileWidget::slotOk() - containsProtocolSection(locationEditCurrentText))) { - - QString fileName; -- QUrl url = QUrl::fromUserInput(locationEditCurrentText); -+ QUrl url = urlFromString(locationEditCurrentText); - if (d->operationMode == Opening) { - KIO::StatJob *statJob = KIO::stat(url, KIO::HideProgressInfo); - KJobWidgets::setWindow(statJob, this); -@@ -1447,7 +1463,7 @@ void KFileWidgetPrivate::_k_urlEntered(const QUrl &url) - - bool blocked = locationEdit->blockSignals(true); - if (keepLocation) { -- QUrl currentUrl = QUrl::fromUserInput(filename); -+ QUrl currentUrl = urlFromString(filename); - locationEdit->changeUrl(0, QIcon::fromTheme(KIO::iconNameForUrl(currentUrl)), currentUrl); - locationEdit->lineEdit()->setModified(true); - } -@@ -1494,7 +1510,7 @@ void KFileWidgetPrivate::_k_enterUrl(const QString &url) - { - // qDebug(); - -- _k_enterUrl(QUrl::fromUserInput(KUrlCompletion::replacedPath(url, true, true))); -+ _k_enterUrl(urlFromString(KUrlCompletion::replacedPath(url, true, true))); - } - - bool KFileWidgetPrivate::toOverwrite(const QUrl &url) -@@ -1677,7 +1693,7 @@ QList KFileWidgetPrivate::tokenize(const QString &line) const - urls.append(u); - } - } else { -- urls << QUrl::fromUserInput(line); -+ urls << QUrl::fromLocalFile(line); - } - - return urls; --- -2.1.0 - diff --git a/desktop/kde/framework/kde5-kio/pspec.xml b/desktop/kde/framework/kde5-kio/pspec.xml deleted file mode 100644 index b7fbd55a6e..0000000000 --- a/desktop/kde/framework/kde5-kio/pspec.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - kde5-kio - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - Resource and network access abstraction - Network transparent access to files and data - http://download.kde.org/stable/frameworks/5.10/kio-5.10.0.tar.xz - - qt5-base-devel - kde5-kdoctools-devel - extra-cmake-modules - - - - - - - - - kde5-kio - - qt5-base - mit-kerberos - kde5-knotifications - libxslt - qt5-script - qt5-x11extras - kde5-karchive - kde5-kconfig - kde5-kcodecs - kde5-kbookmarks - kde5-kcompletion - kde5-kconfigwidgets - kde5-kcoreaddons - kde5-kdbusaddons - kde5-ki18n - kde5-kiconthemes - kde5-kitemviews - kde5-kjobwidgets - kde5-kservice - kde5-ktextwidgets - kde5-kwallet - kde5-kwidgetsaddons - kde5-kwindowsystem - kde5-kxmlgui - kde5-solid - - - /etc/ - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - - kde5-kio-devel - Development files for kio - - qt5-base-devel - kde5-kio - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kjobwidgets/actions.py b/desktop/kde/framework/kde5-kjobwidgets/actions.py deleted file mode 100755 index 3c58786542..0000000000 --- a/desktop/kde/framework/kde5-kjobwidgets/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kjobwidgets/pspec.xml b/desktop/kde/framework/kde5-kjobwidgets/pspec.xml deleted file mode 100755 index 963f873c37..0000000000 --- a/desktop/kde/framework/kde5-kjobwidgets/pspec.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - kde5-kjobwidgets - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - Widgets for showing progress of asynchronous jobs - KJobWIdgets provides widgets for showing progress of asynchronous jobs. - http://download.kde.org/stable/frameworks/5.10/kjobwidgets-5.10.0.tar.xz - - qt5-base-devel - qt5-tools-devel - extra-cmake-modules - - - - - kde5-kjobwidgets - - qt5-base - kde5-kcoreaddons - kde5-kwidgetsaddons - qt5-x11extras - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kjobwidgets-devel - Development files for kjobwidgets - - qt5-base-devel - kde5-kjobwidgets - kde5-kcoreaddons-devel - kde5-kwidgetsaddons-devel - qt5-x11extras-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-30 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-knewstuff/actions.py b/desktop/kde/framework/kde5-knewstuff/actions.py deleted file mode 100644 index 11b2858877..0000000000 --- a/desktop/kde/framework/kde5-knewstuff/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-knewstuff/pspec.xml b/desktop/kde/framework/kde5-knewstuff/pspec.xml deleted file mode 100755 index fea18b4f48..0000000000 --- a/desktop/kde/framework/kde5-knewstuff/pspec.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - kde5-knewstuff - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - Framework for downloading and sharing additional application data - The KNewStuff library implements collaborative data sharing for applications. - http://download.kde.org/stable/frameworks/5.10/knewstuff-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-knewstuff - - qt5-base - boost - kde5-kwidgetsaddons - kde5-ktextwidgets - kde5-kiconthemes - kde5-kcompletion - kde5-kitemviews - kde5-karchive - kde5-attica - kde5-kconfig - kde5-kcoreaddons - kde5-kcmutils - kde5-kdeclarative - kde5-kdbusaddons - kde5-ki18n - kde5-kio - kde5-kglobalaccel - kde5-kservice - kde5-kxmlgui - kde5-kwindowsystem - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-knewstuff-devel - Development files for knewstuff - - qt5-base-devel - kde5-knewstuff - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-06 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-knotifications/actions.py b/desktop/kde/framework/kde5-knotifications/actions.py deleted file mode 100755 index 309e61a6e8..0000000000 --- a/desktop/kde/framework/kde5-knotifications/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS") diff --git a/desktop/kde/framework/kde5-knotifications/pspec.xml b/desktop/kde/framework/kde5-knotifications/pspec.xml deleted file mode 100755 index bff13b007e..0000000000 --- a/desktop/kde/framework/kde5-knotifications/pspec.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - kde5-knotifications - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - KDE5 Desktop notifications - KNotification is used to notify the user of an event. It covers feedback and persistent events. - http://download.kde.org/stable/frameworks/5.10/knotifications-5.10.0.tar.xz - - qt5-base-devel - qt5-tools-devel - python3 - extra-cmake-modules - - - - - kde5-knotifications - - qt5-base - qt5-phonon - qt5-libdbusmenu - libXtst - qt5-x11extras - kde5-kconfig - kde5-kcodecs - kde5-kcoreaddons - kde5-kiconthemes - kde5-kservice - kde5-kwindowsystem - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-knotifications-devel - Development files for knotifications - - qt5-base-devel - kde5-knotifications - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-knotifyconfig/actions.py b/desktop/kde/framework/kde5-knotifyconfig/actions.py deleted file mode 100755 index 58699d30b0..0000000000 --- a/desktop/kde/framework/kde5-knotifyconfig/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-knotifyconfig/pspec.xml b/desktop/kde/framework/kde5-knotifyconfig/pspec.xml deleted file mode 100755 index c504df2424..0000000000 --- a/desktop/kde/framework/kde5-knotifyconfig/pspec.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - kde5-knotifyconfig - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - Configuration dialog for desktop notifications - KNotifyConfig provides a configuration dialog for desktop notifications which can be embedded in your application.. - http://download.kde.org/stable/frameworks/5.10/knotifyconfig-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-knotifyconfig - - qt5-base - qt5-phonon - kde5-kconfig - kde5-kcompletion - kde5-ki18n - kde5-kio - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-knotifyconfig-devel - Development files for knotifyconfig - - qt5-base-devel - kde5-knotifyconfig - kde5-ki18n-devel - kde5-kio-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kparts/actions.py b/desktop/kde/framework/kde5-kparts/actions.py deleted file mode 100644 index 090c0f2dc3..0000000000 --- a/desktop/kde/framework/kde5-kparts/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COMMENTS", "COPYING.LIB", "AUTHORS") diff --git a/desktop/kde/framework/kde5-kparts/pspec.xml b/desktop/kde/framework/kde5-kparts/pspec.xml deleted file mode 100644 index 8ef73156cd..0000000000 --- a/desktop/kde/framework/kde5-kparts/pspec.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - kde5-kparts - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - 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). - http://download.kde.org/stable/frameworks/5.10/kparts-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-kparts - - qt5-base - kde5-kjobwidgets - kde5-kconfig - kde5-kcoreaddons - kde5-ki18n - kde5-kiconthemes - kde5-knotifications - kde5-kservice - kde5-kwidgetsaddons - kde5-kxmlgui - kde5-kio - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kparts-devel - Development files for kparts - - qt5-base-devel - kde5-kparts - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kpeople/actions.py b/desktop/kde/framework/kde5-kpeople/actions.py deleted file mode 100755 index 3ac5ef81de..0000000000 --- a/desktop/kde/framework/kde5-kpeople/actions.py +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - pisitools.ldflags.add("-Wl,-rpath,/usr/lib") - cmaketools.configure("-DBUILD_TESTING=OFF \ - -DLIB_INSTALL_DIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIBEXEC_INSTALL_DIR=libexec \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules ") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("COPYING") diff --git a/desktop/kde/framework/kde5-kpeople/pspec.xml b/desktop/kde/framework/kde5-kpeople/pspec.xml deleted file mode 100755 index 765da2ec06..0000000000 --- a/desktop/kde/framework/kde5-kpeople/pspec.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - kde5-kpeople - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - 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. - http://download.kde.org/stable/frameworks/5.10/kpeople-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - - - kde5-kpeople - - qt5-base - kde5-kconfig - qt5-declarative - kde5-kcoreaddons - kde5-kservice - kde5-kwidgetsaddons - kde5-ki18n - kde5-kitemviews - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kpeople-devel - Development files for kpeople - - qt5-base-devel - kde5-kpeople - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kplotting/actions.py b/desktop/kde/framework/kde5-kplotting/actions.py deleted file mode 100755 index 3c58786542..0000000000 --- a/desktop/kde/framework/kde5-kplotting/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kplotting/pspec.xml b/desktop/kde/framework/kde5-kplotting/pspec.xml deleted file mode 100755 index 7567cd2528..0000000000 --- a/desktop/kde/framework/kde5-kplotting/pspec.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - kde5-kplotting - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - KDE5 Data plotting - Kplotting contains data plotting classes for QT 5 and KDE - http://download.kde.org/stable/frameworks/5.10/kplotting-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-kplotting - - qt5-base - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kplotting-devel - Development files for kplotting - - qt5-base-devel - kde5-kplotting - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-ktexteditor/actions.py b/desktop/kde/framework/kde5-ktexteditor/actions.py deleted file mode 100755 index cc99c4db53..0000000000 --- a/desktop/kde/framework/kde5-ktexteditor/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-ktexteditor/pspec.xml b/desktop/kde/framework/kde5-ktexteditor/pspec.xml deleted file mode 100755 index d4278abf4d..0000000000 --- a/desktop/kde/framework/kde5-ktexteditor/pspec.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - kde5-ktexteditor - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - KDE5 text editor libraries - KTextEditor provides a powerful text editor component that you can embed in your application. - http://download.kde.org/stable/frameworks/5.10/ktexteditor-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-ktexteditor - - qt5-script - qt5-base - kde5-ktextwidgets - kde5-kwidgetsaddons - kde5-kconfigwidgets - kde5-kjobwidgets - kde5-kiconthemes - kde5-kcoreaddons - kde5-kcompletion - kde5-kitemviews - kde5-kxmlgui - kde5-kcodecs - kde5-karchive - kde5-kguiaddons - kde5-kconfig - kde5-ki18n - kde5-kio - kde5-ki18n - kde5-kparts - kde5-sonnet - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-ktexteditor-devel - Development files for ktexteditor - - qt5-base-devel - kde5-ktexteditor - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-ktextwidgets/actions.py b/desktop/kde/framework/kde5-ktextwidgets/actions.py deleted file mode 100755 index c14cef5133..0000000000 --- a/desktop/kde/framework/kde5-ktextwidgets/actions.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-ktextwidgets/pspec.xml b/desktop/kde/framework/kde5-ktextwidgets/pspec.xml deleted file mode 100755 index 69be33aa30..0000000000 --- a/desktop/kde/framework/kde5-ktextwidgets/pspec.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - kde5-ktextwidgets - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - KDE5 text editing widgets - KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text. - http://download.kde.org/stable/frameworks/5.10/ktextwidgets-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - - - kde5-ktextwidgets - - qt5-base - kde5-kconfig - kde5-kcompletion - kde5-kconfigwidgets - kde5-kiconthemes - kde5-kwidgetsaddons - kde5-ki18n - kde5-sonnet - kde5-kservice - kde5-kcoreaddons - kde5-kwindowsystem - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-ktextwidgets-devel - Development files for ktextwidgets - - qt5-base-devel - kde5-ktextwidgets - kde5-kconfig-devel - kde5-kcompletion-devel - kde5-kconfigwidgets-devel - kde5-kiconthemes-devel - kde5-kwidgetsaddons-devel - kde5-ki18n-devel - kde5-sonnet-devel - kde5-kservice-devel - kde5-kcoreaddons-devel - kde5-kwindowsystem-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-30 - 5.10.0 - First Release - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kunitconversion/actions.py b/desktop/kde/framework/kde5-kunitconversion/actions.py deleted file mode 100755 index 6b4f921b4d..0000000000 --- a/desktop/kde/framework/kde5-kunitconversion/actions.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - pisitools.ldflags.add("-Wl,-rpath,/usr/lib") - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DPLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kunitconversion/pspec.xml b/desktop/kde/framework/kde5-kunitconversion/pspec.xml deleted file mode 100755 index 1f430edf9f..0000000000 --- a/desktop/kde/framework/kde5-kunitconversion/pspec.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - kde5-kunitconversion - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - KDE unit conversion framework - KUnitConversion provides functions to convert values in different physical units. - http://download.kde.org/stable/frameworks/5.10/kunitconversion-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - - - kde5-kunitconversion - - qt5-base - kde5-ki18n - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kunitconversion-devel - Development files for kunitconversion - - qt5-base-devel - kde5-kunitconversion - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kwallet/actions.py b/desktop/kde/framework/kde5-kwallet/actions.py deleted file mode 100755 index 6da79e6628..0000000000 --- a/desktop/kde/framework/kde5-kwallet/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md","COPYING.LIB") diff --git a/desktop/kde/framework/kde5-kwallet/pspec.xml b/desktop/kde/framework/kde5-kwallet/pspec.xml deleted file mode 100755 index c27b43e087..0000000000 --- a/desktop/kde/framework/kde5-kwallet/pspec.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - kde5-kwallet - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - 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. - http://download.kde.org/stable/frameworks/5.10/kwallet-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - - - kde5-kwallet - - qt5-base - kde5-kconfig - kde5-kcoreaddons - kde5-kdbusaddons - kde5-ki18n - kde5-kiconthemes - kde5-knotifications - kde5-kservice - kde5-kwidgetsaddons - kde5-kwindowsystem - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - - - - - kde5-kwallet-devel - Development files for kwallet - - qt5-base-devel - kde5-kwallet - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kxmlgui/actions.py b/desktop/kde/framework/kde5-kxmlgui/actions.py deleted file mode 100755 index e8aac792cd..0000000000 --- a/desktop/kde/framework/kde5-kxmlgui/actions.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DLIBEXEC_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING", "COPYING.LIB", "TODO.xmlgui") diff --git a/desktop/kde/framework/kde5-kxmlgui/files/session-restore.patch b/desktop/kde/framework/kde5-kxmlgui/files/session-restore.patch deleted file mode 100644 index 3e834e872c..0000000000 --- a/desktop/kde/framework/kde5-kxmlgui/files/session-restore.patch +++ /dev/null @@ -1,55 +0,0 @@ -From: Stefan Becker -Date: Sat, 09 May 2015 14:17:25 +0000 -Subject: Add session management for KMainWindow -X-Git-Url: http://quickgit.kde.org/?p=kxmlgui.git&a=commitdiff&h=fa86f6e4afd4a4f32d297f271d3daececc6c0ba4 ---- -Add session management for KMainWindow - -- replace the KConfig object in KConfigGui with a new one using the -session id and key from the QSessionManager object -- make sure that the data is stored after the application has update it -- if the KConfig object is represented by a local file then add a -discard command to the session manager object - -BUG: 346768 -REVIEW: 123706 ---- - - ---- a/src/kmainwindow.cpp -+++ b/src/kmainwindow.cpp -@@ -127,8 +127,10 @@ - { - } - --bool KMWSessionManager::saveState(QSessionManager &) --{ -+bool KMWSessionManager::saveState(QSessionManager &sm) -+{ -+ KConfigGui::setSessionConfig(sm.sessionId(), sm.sessionKey()); -+ - KConfig *config = KConfigGui::sessionConfig(); - if (KMainWindow::memberList().count()) { - // According to Jochen Wilhelmy , this -@@ -144,6 +146,19 @@ - - KConfigGroup group(config, "Number"); - group.writeEntry("NumberOfWindows", n); -+ -+ // store new status to disk -+ config->sync(); -+ -+ // generate discard command for new file -+ QString localFilePath = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + QLatin1Char('/') + config->name(); -+ if (QFile::exists(localFilePath)) { -+ QStringList discard; -+ discard << QLatin1String("rm"); -+ discard << localFilePath; -+ sm.setDiscardCommand(discard); -+ } -+ - return true; - } - - - diff --git a/desktop/kde/framework/kde5-kxmlgui/pspec.xml b/desktop/kde/framework/kde5-kxmlgui/pspec.xml deleted file mode 100755 index c8ee22b5f1..0000000000 --- a/desktop/kde/framework/kde5-kxmlgui/pspec.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - kde5-kxmlgui - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - Framework for managing menu and toolbar actions - Kxmlgui provides a framework for managing menu and toolbar actions in an abstract way. - http://download.kde.org/stable/frameworks/5.10/kxmlgui-5.10.0.tar.xz - - qt5-base-devel - python3 - extra-cmake-modules - - - session-restore.patch - - - - - kde5-kxmlgui - - qt5-base - kde5-attica - kde5-kcoreaddons - kde5-kconfig - kde5-kconfigwidgets - kde5-kglobalaccel - kde5-ki18n - kde5-kiconthemes - kde5-kitemviews - kde5-ktextwidgets - kde5-kwidgetsaddons - kde5-kwindowsystem - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kxmlgui-devel - Development files for kxmlgui - - qt5-base-devel - kde5-kxmlgui - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-kxmlrpcclient/actions.py b/desktop/kde/framework/kde5-kxmlrpcclient/actions.py deleted file mode 100755 index f6fbe53db2..0000000000 --- a/desktop/kde/framework/kde5-kxmlrpcclient/actions.py +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - pisitools.ldflags.add("-Wl,-rpath,/usr/lib") - cmaketools.configure("-DBUILD_TESTING=OFF \ - -DLIB_INSTALL_DIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIBEXEC_INSTALL_DIR=libexec \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DQML_INSTALL_DIR=/usr/lib/qt5/qml \ - -DPYTHON_EXECUTABLE=/usr/bin/python3 \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules ") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - #pisitools.insinto("/usr/include/KF5/KLDAP", "/usr/include/KF5/kldap_version.h") - #pisitools.dodoc("COPYING.LIB", "README", "CHANGELOG", "AUTHORS") diff --git a/desktop/kde/framework/kde5-kxmlrpcclient/pspec.xml b/desktop/kde/framework/kde5-kxmlrpcclient/pspec.xml deleted file mode 100755 index dad087df7f..0000000000 --- a/desktop/kde/framework/kde5-kxmlrpcclient/pspec.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - kde5-kxmlrpcclient - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - 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. - http://download.kde.org/stable/frameworks/5.10/kxmlrpcclient-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - python3 - - - - - kde5-kxmlrpcclient - - qt5-base - kde5-ki18n - kde5-kcoreaddons - kde5-kio - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kxmlrpcclient-devel - Development files for kdelibs4-support - - qt5-base-devel - kde5-kxmlrpcclient - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-modemmanager-qt/actions.py b/desktop/kde/framework/kde5-modemmanager-qt/actions.py deleted file mode 100755 index ce8a5a1440..0000000000 --- a/desktop/kde/framework/kde5-modemmanager-qt/actions.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README", "README.md", "COPYING.LIB") - diff --git a/desktop/kde/framework/kde5-modemmanager-qt/pspec.xml b/desktop/kde/framework/kde5-modemmanager-qt/pspec.xml deleted file mode 100755 index e82aa23685..0000000000 --- a/desktop/kde/framework/kde5-modemmanager-qt/pspec.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - kde5-modemmanger-qt - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - Qt wrapper for ModemManager DBus API - Qt wrapper for ModemManager DBus API - http://download.kde.org/stable/frameworks/5.10/modemmanager-qt-5.10.0.tar.xz - - qt5-base-devel - ModemManager-devel - extra-cmake-modules - - - - - kde5-modemmanager-qt - - qt5-base - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-modemmanger-qt-devel - Development files for kde5-modemmanger-qt - - qt5-base-devel - kde5-modemmanager-qt - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-networkmanager-qt/actions.py b/desktop/kde/framework/kde5-networkmanager-qt/actions.py deleted file mode 100755 index e1303eae11..0000000000 --- a/desktop/kde/framework/kde5-networkmanager-qt/actions.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB") - diff --git a/desktop/kde/framework/kde5-networkmanager-qt/pspec.xml b/desktop/kde/framework/kde5-networkmanager-qt/pspec.xml deleted file mode 100755 index d134837e15..0000000000 --- a/desktop/kde/framework/kde5-networkmanager-qt/pspec.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - kde5-networkmanager-qt - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - A QT wrapper around the NetworkManager libraries - A QT wrapper around the NetworkManager libraries - http://download.kde.org/stable/frameworks/5.10/networkmanager-qt-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - NetworkManager-devel - - - - - kde5-networkmanager-qt - - qt5-base - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-networkmanager-qt-devel - Development files for kde5-networkmanager-qt - - qt5-base-devel - kde5-networkmanager-qt - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-plasma-framework/actions.py b/desktop/kde/framework/kde5-plasma-framework/actions.py deleted file mode 100755 index 9cf86fce51..0000000000 --- a/desktop/kde/framework/kde5-plasma-framework/actions.py +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DQML_INSTALL_DIR=lib/qt5/qml \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING", "COPYING.LIB") diff --git a/desktop/kde/framework/kde5-plasma-framework/pspec.xml b/desktop/kde/framework/kde5-plasma-framework/pspec.xml deleted file mode 100755 index 42ccbd22df..0000000000 --- a/desktop/kde/framework/kde5-plasma-framework/pspec.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - kde5-plasma-framework - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - Plasma library and runtime components based upon KDE Frameworks 5 and Qt5 - Plasma library and runtime components based upon KF5 and Qt5 - http://download.kde.org/stable/frameworks/5.10/plasma-framework-5.10.0.tar.xz - - qt5-base-devel - qt5-tools-devel - kde5-kdoctools-devel - libxcb-devel - extra-cmake-modules - - - - - kde5-plasma-framework - - qt5-base - qt5-svg - qt5-script - qt5-x11extras - qt5-declarative - mesa - kde5-kactivities - kde5-knotifications - kde5-kpackage - kde5-karchive - kde5-kconfig - kde5-kconfigwidgets - kde5-kcoreaddons - kde5-kdbusaddons - kde5-kdeclarative - kde5-kdoctools - kde5-kglobalaccel - kde5-kguiaddons - kde5-ki18n - kde5-kiconthemes - kde5-kio - kde5-kparts - kde5-kservice - kde5-kwindowsystem - kde5-kxmlgui - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-plasma-framework-devel - Development files for plasma-framework - - qt5-base-devel - mesa-devel - kde5-plasma-framework - kde5-kservice-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/kde5-threadweaver/actions.py b/desktop/kde/framework/kde5-threadweaver/actions.py deleted file mode 100644 index 25e5a4e58b..0000000000 --- a/desktop/kde/framework/kde5-threadweaver/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md","COPYING.LIB") diff --git a/desktop/kde/framework/kde5-threadweaver/pspec.xml b/desktop/kde/framework/kde5-threadweaver/pspec.xml deleted file mode 100644 index 7ef10787f1..0000000000 --- a/desktop/kde/framework/kde5-threadweaver/pspec.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - kde5-threadweaver - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - 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. - http://download.kde.org/stable/frameworks/5.10/threadweaver-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-threadweaver - - qt5-base - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-threadweaver-devel - Development files for threadweaver - - qt5-base-devel - kde5-threadweaver - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/framework/solid/pspec.xml b/desktop/kde/framework/solid/pspec.xml index 74d28e143e..10f3227757 100755 --- a/desktop/kde/framework/solid/pspec.xml +++ b/desktop/kde/framework/solid/pspec.xml @@ -26,7 +26,8 @@ solid - qt5-base + qt5-base + libudev /usr/share diff --git a/desktop/kde/kde5-application/kde5-kate/actions.py b/desktop/kde/kde5-application/kde5-kate/actions.py deleted file mode 100644 index e5ff33ac3c..0000000000 --- a/desktop/kde/kde5-application/kde5-kate/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "AUTHORS", "COPYING.LIB") diff --git a/desktop/kde/kde5-application/kde5-kate/files/org.kde.kate.desktop b/desktop/kde/kde5-application/kde5-kate/files/org.kde.kate.desktop deleted file mode 100755 index b5c6c59ae4..0000000000 --- a/desktop/kde/kde5-application/kde5-kate/files/org.kde.kate.desktop +++ /dev/null @@ -1,132 +0,0 @@ -[Desktop Entry] -GenericName=Advanced Text Editor -GenericName[ar]=محرر نصوص متقدّم -GenericName[ast]=Editor de testu avanzáu -GenericName[bg]=Усъвършенстван текстов редактор -GenericName[bs]=Napredni uređivač teksta -GenericName[ca]=Editor de text avançat -GenericName[ca@valencia]=Editor de text avançat -GenericName[cs]=Pokročilý textový editor -GenericName[da]=Avanceret teksteditor -GenericName[de]=Erweiterter Texteditor -GenericName[el]=Προχωρημένος επεξεργαστής κειμένου -GenericName[en_GB]=Advanced Text Editor -GenericName[es]=Editor de texto avanzado -GenericName[et]=Täiustatud tekstiredaktor -GenericName[eu]=Testu-editore aurreratua -GenericName[fi]=Kehittynyt tekstimuokkain -GenericName[fr]=Éditeur de texte avancé -GenericName[ga]=Ardeagarthóir Téacs -GenericName[gl]=Editor avanzado de textos -GenericName[he]=עורך טקסט מתקדם -GenericName[hr]=Napredni uređivač teksta -GenericName[hu]=Speciális szövegszerkesztő -GenericName[ia]=Editor avantiate de texto -GenericName[is]=Þróaður textaritill -GenericName[it]=Editor di testi avanzato -GenericName[ja]=高度なテキストエディタ -GenericName[kk]=Үздік мәтін редакторы -GenericName[km]=កម្មវិធី​និពន្ធ​អត្ថបទ​កម្រិត​ខ្ពស់ -GenericName[ko]=고급 텍스트 편집기 -GenericName[lt]=Sudėtingesnis teksto redaktorius -GenericName[lv]=Jaudīgs teksta redaktors -GenericName[mr]=प्रगत पाठ्य संपादक -GenericName[nb]=Avansert skriveprogram -GenericName[nds]=Verwiedert Texteditor -GenericName[ne]=उन्नत पाठ सम्पादक -GenericName[nl]=Geavanceerde teksteditor -GenericName[nn]=Avansert skriveprogram -GenericName[pa]=ਤਕਨੀਕੀ ਟੈਕਸਟ ਐਡੀਟਰ -GenericName[pl]=Zaawansowany edytor tekstu -GenericName[pt]=Editor de Texto Avançado -GenericName[pt_BR]=Editor de textos avançado -GenericName[ro]=Redactor de text avansat -GenericName[ru]=Улучшенный текстовый редактор -GenericName[si]=උසස් පෙළ සකසනය -GenericName[sk]=Pokročilý textový editor -GenericName[sl]=Napreden urejevalnik besedil -GenericName[sr]=Напредни уређивач текста -GenericName[sr@ijekavian]=Напредни уређивач текста -GenericName[sr@ijekavianlatin]=Napredni uređivač teksta -GenericName[sr@latin]=Napredni uređivač teksta -GenericName[sv]=Avancerad texteditor -GenericName[tg]=Таҳриргари матнии беҳтаршуда -GenericName[tr]=Gelişmiş Metin Düzenleyici -GenericName[ug]=ئالىي تېكىست تەھرىرلىگۈچ -GenericName[uk]=Потужний текстовий редактор -GenericName[vi]=Trình biên tập văn bản nâng cao -GenericName[x-test]=xxAdvanced Text Editorxx -GenericName[zh_CN]=高级文本编辑器 -GenericName[zh_TW]=進階文字編輯器 -Name=Kate -Name[ar]=كيت -Name[ast]=Kate -Name[be]=Kate -Name[bg]=Kate -Name[bs]=Kate -Name[ca]=Kate -Name[ca@valencia]=Kate -Name[cs]=Kate -Name[da]=Kate -Name[de]=Kate -Name[el]=Kate -Name[en_GB]=Kate -Name[eo]=Kate -Name[es]=Kate -Name[et]=Kate -Name[eu]=Kate -Name[fi]=Kate -Name[fr]=Kate -Name[ga]=Kate -Name[gl]=Kate -Name[he]=Kate -Name[hu]=Kate -Name[ia]=Kate -Name[it]=Kate -Name[ja]=Kate -Name[kk]=Kate -Name[km]=Kate -Name[ko]=Kate -Name[lt]=Kate -Name[lv]=Kate -Name[mr]=केट -Name[ms]=Kate -Name[nb]=Kate -Name[nds]=Kate -Name[ne]=केट -Name[nl]=Kate -Name[nn]=Kate -Name[pa]=ਕੇਟ -Name[pl]=Kate -Name[pt]=Kate -Name[pt_BR]=Kate -Name[ro]=Kate -Name[ru]=Kate -Name[si]=Kate -Name[sk]=Kate -Name[sl]=Kate -Name[sr]=Кејт -Name[sr@ijekavian]=Кејт -Name[sr@ijekavianlatin]=Kate -Name[sr@latin]=Kate -Name[sv]=Kate -Name[tg]=Кейт -Name[tr]=Kate -Name[ug]=Kate -Name[uk]=Kate -Name[vi]=Kate -Name[wa]=Kate -Name[x-test]=xxKatexx -Name[zh_CN]=Kate -Name[zh_TW]=Kate -MimeType=text/plain; -Exec=kate -b %U -X-KDE-StartupNotify=false -X-KDE-HasTempFileOption=true -Icon=kate -X-DocPath=kate/index.html -Type=Application -Terminal=false -InitialPreference=9 -X-DBUS-ServiceName=org.kde.kate -Categories=Qt;KDE;Utility;TextEditor; diff --git a/desktop/kde/kde5-application/kde5-kate/pspec.xml b/desktop/kde/kde5-application/kde5-kate/pspec.xml deleted file mode 100755 index 3c461e301b..0000000000 --- a/desktop/kde/kde5-application/kde5-kate/pspec.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - kde5-kate - http://www.kde.org - - Vedat Demir - vedat@pisilinux.org - - LGPLv2 - library - app:console - Plasma library and runtime components based upon KDE Frameworks 5 and Qt5 - Plasma library and runtime components based upon KF5 and Qt5 - http://download.kde.org/stable/applications/15.04.2/src/kate-15.04.2.tar.xz - - qt5-base-devel - kde5-plasma-framework-devel - python3 - kde5-kdoctools-devel - extra-cmake-modules - - - - - kde5-kate - - qt5-base - kde5-ki18n - kde5-kconfig - kde5-kguiaddons - kde5-kjobwidgets - kde5-kitemmodels - kde5-kio - kde5-kparts - kde5-ktexteditor - kde5-kwindowsystem - kde5-kxmlgui - kde5-plasma-framework - kde5-kwallet - kde5-kservice - kde5-kbookmarks - kde5-kcompletion - kde5-kcoreaddons - kde5-kdbusaddons - kde5-kiconthemes - kde5-ktextwidgets - kde5-threadweaver - kde5-kconfigwidgets - kde5-knotifications - kde5-kwidgetsaddons - - - /usr/share - /etc/xdg/k* - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - - 2015-06-03 - 15.04.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/kde5-phonon/qt5-phonon-backend-gstreamer/actions.py b/desktop/kde/phonon/qt5-phonon-backend-gstreamer/actions.py similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon-backend-gstreamer/actions.py rename to desktop/kde/phonon/qt5-phonon-backend-gstreamer/actions.py diff --git a/desktop/kde/kde5-phonon/qt5-phonon-backend-gstreamer/pspec.xml b/desktop/kde/phonon/qt5-phonon-backend-gstreamer/pspec.xml similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon-backend-gstreamer/pspec.xml rename to desktop/kde/phonon/qt5-phonon-backend-gstreamer/pspec.xml diff --git a/desktop/kde/kde5-phonon/qt5-phonon-backend-gstreamer/translations.xml b/desktop/kde/phonon/qt5-phonon-backend-gstreamer/translations.xml similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon-backend-gstreamer/translations.xml rename to desktop/kde/phonon/qt5-phonon-backend-gstreamer/translations.xml diff --git a/desktop/kde/kde5-phonon/qt5-phonon-backend-vlc/actions.py b/desktop/kde/phonon/qt5-phonon-backend-vlc/actions.py similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon-backend-vlc/actions.py rename to desktop/kde/phonon/qt5-phonon-backend-vlc/actions.py diff --git a/desktop/kde/kde5-phonon/qt5-phonon-backend-vlc/pspec.xml b/desktop/kde/phonon/qt5-phonon-backend-vlc/pspec.xml similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon-backend-vlc/pspec.xml rename to desktop/kde/phonon/qt5-phonon-backend-vlc/pspec.xml diff --git a/desktop/kde/kde5-phonon/qt5-phonon-backend-vlc/translations.xml b/desktop/kde/phonon/qt5-phonon-backend-vlc/translations.xml similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon-backend-vlc/translations.xml rename to desktop/kde/phonon/qt5-phonon-backend-vlc/translations.xml diff --git a/desktop/kde/kde5-phonon/qt5-phonon/actions.py b/desktop/kde/phonon/qt5-phonon/actions.py similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon/actions.py rename to desktop/kde/phonon/qt5-phonon/actions.py diff --git a/desktop/kde/kde5-phonon/qt5-phonon/pspec.xml b/desktop/kde/phonon/qt5-phonon/pspec.xml similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon/pspec.xml rename to desktop/kde/phonon/qt5-phonon/pspec.xml diff --git a/desktop/kde/kde5-phonon/qt5-phonon/translations.xml b/desktop/kde/phonon/qt5-phonon/translations.xml similarity index 100% rename from desktop/kde/kde5-phonon/qt5-phonon/translations.xml rename to desktop/kde/phonon/qt5-phonon/translations.xml diff --git a/desktop/kde/porting-aids/kde5-kdelibs4-support/actions.py b/desktop/kde/porting-aids/kde5-kdelibs4-support/actions.py deleted file mode 100644 index 29911258e6..0000000000 --- a/desktop/kde/porting-aids/kde5-kdelibs4-support/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure("-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html") - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/porting-aids/kde5-kdelibs4-support/pspec.xml b/desktop/kde/porting-aids/kde5-kdelibs4-support/pspec.xml deleted file mode 100755 index ce58a466b9..0000000000 --- a/desktop/kde/porting-aids/kde5-kdelibs4-support/pspec.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - kde5-kdelibs4-support - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - Code and utilities to ease the transition to KDE Frameworks 5 - KDELibs4Support provides libraries to port KDE4 programs to QT5/KDE5 - http://download.kde.org/stable/frameworks/5.10/portingAids/kdelibs4support-5.10.0.tar.xz - - qt5-base-devel - perl-URI - qt5-tools-devel - libSM-devel - docbook-xml - openssl-devel - intltool - kdoctools-devel - NetworkManager-devel - extra-cmake-modules - - - - - kde5-kdelibs4-support - - qt5-base - libICE - qt5-svg - qt5-x11extras - libSM - kde5-kauth - kde5-solid - kde5-kcodecs - kde5-kcoreaddons - kde5-kjobwidgets - kde5-kcompletion - kde5-kconfig - kde5-kconfigwidgets - kde5-kcrash - kde5-kdbusaddons - kde5-kglobalaccel - kde5-kguiaddons - kde5-ki18n - kde5-kiconthemes - kde5-kio - kde5-kitemviews - kde5-knotifications - kde5-kparts - kde5-kservice - kde5-ktextwidgets - kde5-kxmlgui - kde5-kwindowsystem - kde5-kwidgetsaddons - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - - kde5-kdelibs4-support-devel - Development files for kdelibs4-support - - qt5-base-devel - kde5-kdelibs4-support - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-23 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/porting-aids/kde5-khtml/actions.py b/desktop/kde/porting-aids/kde5-khtml/actions.py deleted file mode 100644 index 7ad3db044b..0000000000 --- a/desktop/kde/porting-aids/kde5-khtml/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md") diff --git a/desktop/kde/porting-aids/kde5-khtml/pspec.xml b/desktop/kde/porting-aids/kde5-khtml/pspec.xml deleted file mode 100755 index 934c6f6cfe..0000000000 --- a/desktop/kde/porting-aids/kde5-khtml/pspec.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - kde5-khtml - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - HTML rendering engine for KDE - KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. - http://download.kde.org/stable/frameworks/5.10/portingAids/khtml-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-khtml - - qt5-base - qt5-x11extras - qt5-phonon - giflib - libjpeg-turbo - kde5-sonnet - kde5-kcodecs - kde5-kconfig - kde5-kjobwidgets - kde5-kwidgetsaddons - kde5-kcompletion - kde5-karchive - kde5-kconfigwidgets - kde5-kcoreaddons - kde5-kglobalaccel - kde5-ki18n - kde5-kiconthemes - kde5-kio - kde5-kjs - kde5-knotifications - kde5-kparts - kde5-kservice - kde5-ktextwidgets - kde5-kwallet - kde5-kwindowsystem - kde5-kxmlgui - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-khtml-devel - Development files for khtml - - kde5-khtml - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/porting-aids/kde5-kjs/actions.py b/desktop/kde/porting-aids/kde5-kjs/actions.py deleted file mode 100644 index 11b2858877..0000000000 --- a/desktop/kde/porting-aids/kde5-kjs/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/porting-aids/kde5-kjs/pspec.xml b/desktop/kde/porting-aids/kde5-kjs/pspec.xml deleted file mode 100755 index dfe4a1c5d6..0000000000 --- a/desktop/kde/porting-aids/kde5-kjs/pspec.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - kde5-kjs - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - 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. - http://download.kde.org/stable/frameworks/5.10/portingAids/kjs-5.10.0.tar.xz - - qt5-base-devel - kde5-kdoctools-devel - extra-cmake-modules - - - - - kde5-kjs - - qt5-base - - - /usr/bin - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - - - kde5-kjs-devel - Development files for kjs - - qt5-base-devel - kde5-kjs - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/porting-aids/kde5-kjsembed/actions.py b/desktop/kde/porting-aids/kde5-kjsembed/actions.py deleted file mode 100644 index e5ff33ac3c..0000000000 --- a/desktop/kde/porting-aids/kde5-kjsembed/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "AUTHORS", "COPYING.LIB") diff --git a/desktop/kde/porting-aids/kde5-kjsembed/pspec.xml b/desktop/kde/porting-aids/kde5-kjsembed/pspec.xml deleted file mode 100755 index 314cf2563f..0000000000 --- a/desktop/kde/porting-aids/kde5-kjsembed/pspec.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - kde5-kjsembed - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - 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. - http://download.kde.org/stable/frameworks/5.10/portingAids/kjsembed-5.10.0.tar.xz - - qt5-base-devel - qt5-tools-devel - kde5-kdoctools-devel - python3 - extra-cmake-modules - - - - - kde5-kjsembed - - qt5-base - qt5-svg - kde5-ki18n - kde5-kjs - - - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - - - kde5-kjsembed-devel - Development files for kjsembed - - qt5-base-devel - kde5-kjsembed - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/porting-aids/kde5-kmediaplayer/actions.py b/desktop/kde/porting-aids/kde5-kmediaplayer/actions.py deleted file mode 100644 index 21870af947..0000000000 --- a/desktop/kde/porting-aids/kde5-kmediaplayer/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "LICENSE") diff --git a/desktop/kde/porting-aids/kde5-kmediaplayer/pspec.xml b/desktop/kde/porting-aids/kde5-kmediaplayer/pspec.xml deleted file mode 100755 index c28c247daf..0000000000 --- a/desktop/kde/porting-aids/kde5-kmediaplayer/pspec.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - kde5-kmediaplayer - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - 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. - http://download.kde.org/stable/frameworks/5.10/portingAids/kmediaplayer-5.10.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - - - - kde5-kmediaplayer - - qt5-base - kde5-kparts - kde5-kxmlgui - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-kmediaplayer-devel - Development files for kmediaplayer - - qt5-base-devel - kde5-kmediaplayer - kde5-ki18n-devel - kde5-kparts-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/porting-aids/kde5-kross/actions.py b/desktop/kde/porting-aids/kde5-kross/actions.py deleted file mode 100644 index 11b2858877..0000000000 --- a/desktop/kde/porting-aids/kde5-kross/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md", "COPYING.LIB") diff --git a/desktop/kde/porting-aids/kde5-kross/pspec.xml b/desktop/kde/porting-aids/kde5-kross/pspec.xml deleted file mode 100755 index 5daef9ba26..0000000000 --- a/desktop/kde/porting-aids/kde5-kross/pspec.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - kde5-kross - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - KDE5 application scripting helper - Kross is a scripting bridge to embed scripting functionality into an application. It supports QtScript as a scripting interpreter backend. - http://download.kde.org/stable/frameworks/5.10/portingAids/kross-5.10.0.tar.xz - - qt5-base-devel - qt5-tools-devel - kde5-kdoctools-devel - extra-cmake-modules - - - - - kde5-kross - - qt5-base - qt5-script - kde5-kcoreaddons - kde5-ki18n - kde5-kcompletion - kde5-kiconthemes - kde5-kio - kde5-kparts - kde5-kwidgetsaddons - kde5-kxmlgui - - - /usr/bin - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - - kde5-kross-devel - Development files for kross - - qt5-base-devel - kde5-kross - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - diff --git a/desktop/kde/porting-aids/kde5-krunner/actions.py b/desktop/kde/porting-aids/kde5-krunner/actions.py deleted file mode 100644 index 7ad3db044b..0000000000 --- a/desktop/kde/porting-aids/kde5-krunner/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 kde5 -from pisi.actionsapi import pisitools - -def setup(): - kde5.configure() - -def build(): - kde5.make() - -def install(): - kde5.install() - - pisitools.dodoc("README.md") diff --git a/desktop/kde/porting-aids/kde5-krunner/pspec.xml b/desktop/kde/porting-aids/kde5-krunner/pspec.xml deleted file mode 100755 index 2e8d3375c5..0000000000 --- a/desktop/kde/porting-aids/kde5-krunner/pspec.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - kde5-krunner - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - 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. - http://download.kde.org/stable/frameworks/5.10/portingAids/krunner-5.10.0.tar.xz - - qt5-base-devel - kde5-kdoctools-devel - extra-cmake-modules - - - - - kde5-krunner - - qt5-base - qt5-declarative - kde5-kconfig - kde5-kcoreaddons - kde5-ki18n - kde5-kio - kde5-kservice - kde5-plasma-framework - kde5-solid - kde5-threadweaver - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - kde5-krunner-devel - Development files for krunner - - qt5-base-devel - kde5-krunner - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - -