diff --git a/desktop/kde/applications/ark/actions.py b/desktop/kde/applications/ark/actions.py
deleted file mode 100644
index 6dd2b36b91..0000000000
--- a/desktop/kde/applications/ark/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("COPYING.icons", "COPYING", "HACKING")
\ No newline at end of file
diff --git a/desktop/kde/applications/ark/pspec.xml b/desktop/kde/applications/ark/pspec.xml
deleted file mode 100644
index 1283983b3b..0000000000
--- a/desktop/kde/applications/ark/pspec.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- ark
- http://www.kde.org
-
- Pisi Linux Admins
- admin@pisilinux.org
-
- LGPLv2
- library
- desktop.kde.utils
- KDE Archiving Tool
- Ark is a program for managing various archive formats within the KDE environment.
- mirrors://kde/stable/applications/16.08.1/src/ark-16.08.1.tar.xz
-
- qt5-base-devel
- karchive-devel
- kconfig-devel
- kcrash-devel
- kio-devel
- kpty-devel
- khtml-devel
- xz-devel
- kdbusaddons-devel
- kdoctools-devel
- docbook-xsl
- libarchive-devel
- extra-cmake-modules
-
-
-
-
- ark
-
- qt5-base
- libarchive
- karchive
- kcrash
- kconfig
- kio
- unrar
- kpty
- khtml
- ki18n
- libgcc
- kxmlgui
- kservice
- kcompletion
- kcoreaddons
- kdbusaddons
- kiconthemes
- kjobwidgets
- kwidgetsaddons
- kparts
- kconfigwidgets
-
-
- /etc/xdg
- /usr/bin
- /usr/share
- /usr/share/locale
- /usr/lib
- /usr/share/icons
- /usr/share/man
- /usr/share/doc
-
-
-
-
-
- 2016-10-07
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/baloo-widgets/actions.py b/desktop/kde/applications/baloo-widgets/actions.py
deleted file mode 100644
index 44bd345367..0000000000
--- a/desktop/kde/applications/baloo-widgets/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("COPYING", "COPYING.LIB", "COPYING.README")
\ No newline at end of file
diff --git a/desktop/kde/applications/baloo-widgets/pspec.xml b/desktop/kde/applications/baloo-widgets/pspec.xml
deleted file mode 100644
index d46b92182b..0000000000
--- a/desktop/kde/applications/baloo-widgets/pspec.xml
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
- baloo-widgets
- http://www.kde.org
-
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
- LGPLv2
- library
- app:console
- Framework for searching and managing metadata
- Baloo is a framework for searching and managing metada
- mirrors://kde/stable/applications/16.08.1/src/baloo-widgets-16.08.1.tar.xz
-
- baloo-devel
- extra-cmake-modules
- kdelibs4-support-devel
- kdesignerplugin
- kdoctools-devel
- kemoticons-devel
- kfilemetadata-devel
- kinit-devel
- kio-devel
- kitemmodels-devel
- kunitconversion-devel
- qt5-base-devel
-
-
-
- baloo-widgets
- Development files for baloo-widgets
-
- baloo
- kconfig
- kcoreaddons
- kfilemetadata
- ki18n
- kio
- kwidgetsaddons
- libgcc
- qt5-base
-
-
- /etc
- /usr/bin
- /usr/lib
- /usr/lib/qt5
- /usr/share
- /usr/share/doc
- /usr/share/locale
-
-
-
- baloo-widgets-devel
- Development files for baloo-widgets
-
- baloo-widgets
- qt5-base-devel
-
-
- /usr/include
- /usr/lib/cmake
- /usr/lib/pkgconfig
-
-
-
-
- 2016-10-07
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/calendarsupport/actions.py b/desktop/kde/applications/calendarsupport/actions.py
deleted file mode 100644
index 8f488e2cda..0000000000
--- a/desktop/kde/applications/calendarsupport/actions.py
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/copyleft/gpl.txt
-
-from pisi.actionsapi import kde5
-
-def setup():
- kde5.configure()
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
diff --git a/desktop/kde/applications/calendarsupport/pspec.xml b/desktop/kde/applications/calendarsupport/pspec.xml
deleted file mode 100644
index 0371538a86..0000000000
--- a/desktop/kde/applications/calendarsupport/pspec.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
- calendarsupport
- https://community.kde.org/KDE_PIM
-
- Alihan Öztürk
- alihan@pisilinux.org
-
- LGPLv2
- app:console
- Calendar support library
- Calendar support library
- mirrors://kde/stable/applications/16.08.1/src/calendarsupport-16.08.1.tar.xz
-
- extra-cmake-modules
- qt5-base-devel
- akonadi-devel
- kmime-devel
- ki18n-devel
- kcodecs-devel
- kcompletion-devel
- kjobwidgets-devel
- kcoreaddons-devel
- kservice-devel
- solid-devel
- kxmlgui-devel
- kitemmodels-devel
- kdelibs4-support-devel
- kdoctools-devel
- kemoticons-devel
- kinit-devel
- kunitconversion-devel
- boost-devel
- kcalutils-devel
- kcalcore-devel
- kidentitymanagement-devel
- kholidays-devel
- akonadi-calendar-devel
- kcontacts-devel
- pimcommon-devel
- kimap-devel
- cyrus-sasl-devel
- kdepim-apps-libs-devel
-
-
-
-
- calendarsupport
- Calendar support library
-
- kio
- ki18n
- kmime
- libgcc
- akonadi
- kcodecs
- kconfig
- kcalcore
- qt5-base
- kcalutils
- kholidays
- pimcommon
- kguiaddons
- kcompletion
- kcoreaddons
- kiconthemes
- kjobwidgets
- kwidgetsaddons
- akonadi-calendar
- kdelibs4-support
- kdepim-apps-libs
- kidentitymanagement
-
-
- /etc
- /usr/lib/qt5
- /usr/lib
- /usr/share/kservicetypes5
-
-
-
-
- calendarsupport-devel
- Development files for calendarsupport
-
- calendarsupport
-
-
- /usr/include
- /usr/lib/cmake
-
-
-
-
-
- 2016-10-19
- 16.08.1
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilnux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-22
- 16.04.0
- First release
- Alihan Öztürk
- alihan@pisilinux.org
-
-
-
\ No newline at end of file
diff --git a/desktop/kde/applications/dolphin-plugins/actions.py b/desktop/kde/applications/dolphin-plugins/actions.py
deleted file mode 100644
index 19405d41d5..0000000000
--- a/desktop/kde/applications/dolphin-plugins/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 kde5
-
-NoStrip=["/usr/share"]
-
-def setup():
- kde5.configure()
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
-
- pisitools.dodoc("COPYING")
\ No newline at end of file
diff --git a/desktop/kde/applications/dolphin-plugins/pspec.xml b/desktop/kde/applications/dolphin-plugins/pspec.xml
deleted file mode 100644
index 5e71ece406..0000000000
--- a/desktop/kde/applications/dolphin-plugins/pspec.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- dolphin-plugins
- http://www.kde.org/
-
- Pisi Linux Admins
- admin@pisilinux.org
-
- GPLv2
- library
- desktop.kde.sdk
- Extra dolphin plugins
- This package contains plugins that offer integration in Dolphin with the following version control systems:
- mirrors://kde/stable/applications/16.08.1/src/dolphin-plugins-16.08.1.tar.xz
-
- qt5-base-devel
- kdoctools-devel
- dolphin-devel
- kio-devel
- kdelibs4-support-devel
- extra-cmake-modules
-
-
-
-
- dolphin-plugins
-
- qt5-base
- dolphin
- kio
- ki18n
- libgcc
- kconfig
- kxmlgui
- kservice
- ktexteditor
- kwidgetsaddons
- kcompletion
- kcoreaddons
- ktextwidgets
- kdelibs4-support
-
-
- /usr/share
- /usr/lib
- /usr/share/doc
-
-
-
-
-
- 2016-10-07
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/dolphin-plugins/translations.xml b/desktop/kde/applications/dolphin-plugins/translations.xml
deleted file mode 100644
index d4c38abc8d..0000000000
--- a/desktop/kde/applications/dolphin-plugins/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- dolphin-plugins
- Dolphin eklentileri.
- Dolphin için VCS (Version Control System) eklentileri.
-
-
\ No newline at end of file
diff --git a/desktop/kde/applications/dolphin/actions.py b/desktop/kde/applications/dolphin/actions.py
deleted file mode 100644
index 9abd6f8231..0000000000
--- a/desktop/kde/applications/dolphin/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("COPYING", "README", "AUTHORS", "COPYING.DOC")
\ No newline at end of file
diff --git a/desktop/kde/applications/dolphin/pspec.xml b/desktop/kde/applications/dolphin/pspec.xml
deleted file mode 100644
index 553391afb8..0000000000
--- a/desktop/kde/applications/dolphin/pspec.xml
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
- dolphin
- https://projects.kde.org/projects/kde/applications/dolphin
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- KDE File Manager
- Dolphin is the File Manager for KDE.
- mirrors://kde/stable/applications/16.08.1/src/dolphin-16.08.1.tar.xz
-
- qt5-base-devel
- qt5-phonon-devel
- kio-devel
- kcmutils-devel
- knewstuff-devel
- kinit-devel
- kactivities-devel
- baloo-devel
- kfilemetadata-devel
- kparts-devel
- ktexteditor-devel
- kdelibs4-support-devel
- kdesignerplugin
- kemoticons-devel
- kitemmodels-devel
- kunitconversion-devel
- baloo-widgets-devel
- kdoctools-devel
- docbook-xsl
- extra-cmake-modules
-
-
-
-
-
-
- dolphin
-
- qt5-base
- kfilemetadata
- baloo
- baloo-widgets
- knewstuff
- kio
- ki18n
- solid
- kparts
- libgcc
- kcodecs
- kcrash
- kconfig
- kxmlgui
- kcmutils
- kservice
- kbookmarks
- kitemviews
- qt5-phonon
- kcompletion
- kcoreaddons
- kdbusaddons
- kiconthemes
- kjobwidgets
- ktextwidgets
- kwindowsystem
- kconfigwidgets
- knotifications
- kwidgetsaddons
- kdelibs4-support
-
-
- /etc/xdg
- /usr/bin
- /usr/share
- /usr/lib
- /usr/share/doc
-
-
-
- dolphin-devel
-
- dolphin
- qt5-base-devel
- qt5-phonon-devel
- kio-devel
- kcmutils-devel
- knewstuff-devel
- kinit-devel
- kactivities-devel
- baloo-devel
- baloo-widgets-devel
- kfilemetadata-devel
- kparts-devel
- ktexteditor-devel
- kdesignerplugin
- kemoticons-devel
- kitemmodels-devel
- kunitconversion-devel
-
-
- /usr/include
-
-
-
-
-
- 2016-10-07
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-04-13
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/eventviews/actions.py b/desktop/kde/applications/eventviews/actions.py
deleted file mode 100644
index c0f57a3afd..0000000000
--- a/desktop/kde/applications/eventviews/actions.py
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/copyleft/gpl.txt
-
-from pisi.actionsapi import kde5
-
-def setup():
- kde5.configure()
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
\ No newline at end of file
diff --git a/desktop/kde/applications/eventviews/pspec.xml b/desktop/kde/applications/eventviews/pspec.xml
deleted file mode 100644
index 5941fc5eaf..0000000000
--- a/desktop/kde/applications/eventviews/pspec.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
- eventviews
- https://community.kde.org/KDE_PIM
-
- Alihan Öztürk
- alihan@pisilinux.org
-
- LGPLv2
- app:console
- Library for creating events.
- Library for creating events.
- http://download.kde.org/stable/applications/16.08.1/src/eventviews-16.08.1.tar.xz
-
- extra-cmake-modules
- qt5-base-devel
- akonadi-devel
- kcompletion-devel
- kjobwidgets-devel
- kcoreaddons-devel
- kservice-devel
- solid-devel
- kxmlgui-devel
- kitemmodels-devel
- kdelibs4-support-devel
- kdoctools-devel
- kemoticons-devel
- kinit-devel
- kunitconversion-devel
- boost-devel
- libkdepim-devel
- kcontacts-devel
- kcalcore-devel
- kdgantt2-devel
- kcalutils-devel
- calendarsupport-devel
- kmime-devel
- kidentitymanagement-devel
- akonadi-calendar-devel
-
-
-
-
- eventviews
- Library for creating events.
-
- ki18n
- libgcc
- akonadi
- kcodecs
- kconfig
- kcalcore
- kdgantt2
- kservice
- qt5-base
- kcalutils
- kcontacts
- libkdepim
- kguiaddons
- kcompletion
- kcoreaddons
- kiconthemes
- kitemmodels
- kconfigwidgets
- kwidgetsaddons
- calendarsupport
- akonadi-calendar
- kdelibs4-support
-
-
- /etc
- /usr/lib
- /usr/lib/qt5
- /usr/share/kservicetypes5
-
-
-
-
- eventviews-devel
- Development files for eventviews.
-
- eventviews
-
-
- /usr/include
- /usr/lib/cmake
-
-
-
-
-
- 2016-10-20
- 16.08.1
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilnux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-22
- 16.04.0
- First release.
- Alihan Öztürk
- alihan@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/ffmpegthumbs/actions.py b/desktop/kde/applications/ffmpegthumbs/actions.py
deleted file mode 100644
index 1a8eaee593..0000000000
--- a/desktop/kde/applications/ffmpegthumbs/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/copyleft/gpl.txt
-
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import kde5
-from pisi.actionsapi import get
-
-NoStrip=["/usr/share"]
-
-def setup():
- kde5.configure()
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
-
- pisitools.dodoc("COPYING")
diff --git a/desktop/kde/applications/ffmpegthumbs/files/ffmpegthumbs-ffmpeg3.patch b/desktop/kde/applications/ffmpegthumbs/files/ffmpegthumbs-ffmpeg3.patch
deleted file mode 100644
index 2cb0ff0d63..0000000000
--- a/desktop/kde/applications/ffmpegthumbs/files/ffmpegthumbs-ffmpeg3.patch
+++ /dev/null
@@ -1,296 +0,0 @@
-From:
-Date:
-Subject:
-X-Git-Url: http://quickgit.kde.org/?p=ffmpegthumbs.git&a=commitdiff&h=3978c762072b7bc16b2096819b7cfa2052deaf5e
----
----
-
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -36,7 +36,7 @@
-
- add_library(ffmpegthumbs MODULE ${ffmpegthumbs_PART_SRCS})
-
--target_link_libraries(ffmpegthumbs Qt5::Gui KF5::KIOWidgets ${AVUTIL_LIBRARIES} ${AVFORMAT_LIBRARIES} ${AVCODEC_LIBRARIES} ${SWSCALE_LIBRARIES} )
-+target_link_libraries(ffmpegthumbs Qt5::Gui KF5::KIOWidgets ${AVUTIL_LIBRARIES} ${AVFILTER_LIBRARIES} ${AVFORMAT_LIBRARIES} ${AVCODEC_LIBRARIES} ${SWSCALE_LIBRARIES} )
-
- install(TARGETS ffmpegthumbs DESTINATION ${PLUGIN_INSTALL_DIR})
-
---- a/cmake/FindFFmpeg.cmake
-+++ b/cmake/FindFFmpeg.cmake
-@@ -99,6 +99,7 @@
-
- # Check for all possible component.
- find_component(AVCODEC libavcodec avcodec libavcodec/avcodec.h)
-+ find_component(AVFILTER libavfilter avfilter libavfilter/avfilter.h)
- find_component(AVFORMAT libavformat avformat libavformat/avformat.h)
- find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h)
- find_component(AVUTIL libavutil avutil libavutil/avutil.h)
---- a/ffmpegthumbnailer/moviedecoder.cpp
-+++ b/ffmpegthumbnailer/moviedecoder.cpp
-@@ -40,6 +40,10 @@
- , m_FormatContextWasGiven(pavContext != NULL)
- , m_AllowSeek(true)
- , m_initialized(false)
-+ , m_bufferSinkContext(nullptr)
-+ , m_bufferSourceContext(nullptr)
-+ , m_filterGraph(nullptr)
-+ , m_filterFrame(nullptr)
- {
- initialize(filename);
- }
-@@ -51,6 +55,9 @@
-
- void MovieDecoder::initialize(const QString& filename)
- {
-+ m_lastWidth = -1;
-+ m_lastHeight = -1;
-+ m_lastPixfmt = AV_PIX_FMT_NONE;
- av_register_all();
- avcodec_register_all();
-
-@@ -67,7 +74,7 @@
- }
-
- initializeVideo();
-- m_pFrame = avcodec_alloc_frame();
-+ m_pFrame = av_frame_alloc();
-
- if (m_pFrame) {
- m_initialized=true;
-@@ -82,6 +89,7 @@
-
- void MovieDecoder::destroy()
- {
-+ deleteFilterGraph();
- if (m_pVideoCodecContext) {
- avcodec_close(m_pVideoCodecContext);
- m_pVideoCodecContext = NULL;
-@@ -93,13 +101,13 @@
- }
-
- if (m_pPacket) {
-- av_free_packet(m_pPacket);
-+ av_packet_unref(m_pPacket);
- delete m_pPacket;
- m_pPacket = NULL;
- }
-
- if (m_pFrame) {
-- av_free(m_pFrame);
-+ av_frame_free(&m_pFrame);
- m_pFrame = NULL;
- }
-
-@@ -239,7 +247,7 @@
- return false;
- }
-
-- avcodec_get_frame_defaults(m_pFrame);
-+ av_frame_unref(m_pFrame);
-
- int frameFinished = 0;
-
-@@ -264,7 +272,7 @@
- int attempts = 0;
-
- if (m_pPacket) {
-- av_free_packet(m_pPacket);
-+ av_packet_unref(m_pPacket);
- delete m_pPacket;
- }
-
-@@ -275,7 +283,7 @@
- if (framesAvailable) {
- frameDecoded = m_pPacket->stream_index == m_VideoStream;
- if (!frameDecoded) {
-- av_free_packet(m_pPacket);
-+ av_packet_unref(m_pPacket);
- }
- }
- }
-@@ -283,15 +291,100 @@
- return frameDecoded;
- }
-
-+void MovieDecoder::deleteFilterGraph()
-+{
-+ if (m_filterGraph) {
-+ av_frame_free(&m_filterFrame);
-+ avfilter_graph_free(&m_filterGraph);
-+ m_filterGraph = nullptr;
-+ }
-+}
-+
-+bool MovieDecoder::initFilterGraph(enum AVPixelFormat pixfmt, int width, int height)
-+{
-+ AVFilterInOut *inputs = nullptr, *outputs = nullptr;
-+
-+ deleteFilterGraph();
-+ m_filterGraph = avfilter_graph_alloc();
-+
-+ QByteArray arguments("buffer=");
-+ arguments += "video_size=" + QByteArray::number(width) + "x" + QByteArray::number(height) + ":";
-+ arguments += "pix_fmt=" + QByteArray::number(pixfmt) + ":";
-+ arguments += "time_base=1/1:pixel_aspect=0/1[in];";
-+ arguments += "[in]yadif[out];";
-+ arguments += "[out]buffersink";
-+
-+ int ret = avfilter_graph_parse2(m_filterGraph, arguments.constData(), &inputs, &outputs);
-+ if (ret < 0) {
-+ qWarning() << "Unable to parse filter graph";
-+ return false;
-+ }
-+
-+ if(inputs || outputs)
-+ return -1;
-+
-+ ret = avfilter_graph_config(m_filterGraph, nullptr);
-+ if (ret < 0) {
-+ qWarning() << "Unable to validate filter graph";
-+ return false;
-+ }
-+
-+ m_bufferSourceContext = avfilter_graph_get_filter(m_filterGraph, "Parsed_buffer_0");
-+ m_bufferSinkContext = avfilter_graph_get_filter(m_filterGraph, "Parsed_buffersink_2");
-+ if (!m_bufferSourceContext || !m_bufferSinkContext) {
-+ qWarning() << "Unable to get source or sink";
-+ return false;
-+ }
-+ m_filterFrame = av_frame_alloc();
-+ m_lastWidth = width;
-+ m_lastHeight = height;
-+ m_lastPixfmt = pixfmt;
-+
-+ return true;
-+}
-+
-+bool MovieDecoder::processFilterGraph(AVPicture *dst, const AVPicture *src,
-+ enum AVPixelFormat pixfmt, int width, int height)
-+{
-+ if (!m_filterGraph || width != m_lastWidth ||
-+ height != m_lastHeight || pixfmt != m_lastPixfmt) {
-+
-+ if (!initFilterGraph(pixfmt, width, height)) {
-+ return false;
-+ }
-+ }
-+
-+ memcpy(m_filterFrame->data, src->data, sizeof(src->data));
-+ memcpy(m_filterFrame->linesize, src->linesize, sizeof(src->linesize));
-+ m_filterFrame->width = width;
-+ m_filterFrame->height = height;
-+ m_filterFrame->format = pixfmt;
-+
-+ int ret = av_buffersrc_add_frame(m_bufferSourceContext, m_filterFrame);
-+ if (ret < 0) {
-+ return false;
-+ }
-+
-+ ret = av_buffersink_get_frame(m_bufferSinkContext, m_filterFrame);
-+ if (ret < 0) {
-+ return false;
-+ }
-+
-+ av_picture_copy(dst, (const AVPicture *) m_filterFrame, pixfmt, width, height);
-+ av_frame_unref(m_filterFrame);
-+
-+ return true;
-+}
-+
- void MovieDecoder::getScaledVideoFrame(int scaledSize, bool maintainAspectRatio, VideoFrame& videoFrame)
- {
- if (m_pFrame->interlaced_frame) {
-- avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContext->pix_fmt,
-+ processFilterGraph((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContext->pix_fmt,
- m_pVideoCodecContext->width, m_pVideoCodecContext->height);
- }
-
- int scaledWidth, scaledHeight;
-- convertAndScaleFrame(PIX_FMT_RGB24, scaledSize, maintainAspectRatio, scaledWidth, scaledHeight);
-+ convertAndScaleFrame(AV_PIX_FMT_RGB24, scaledSize, maintainAspectRatio, scaledWidth, scaledHeight);
-
- videoFrame.width = scaledWidth;
- videoFrame.height = scaledHeight;
-@@ -302,7 +395,7 @@
- memcpy((&(videoFrame.frameData.front())), m_pFrame->data[0], videoFrame.lineSize * videoFrame.height);
- }
-
--void MovieDecoder::convertAndScaleFrame(PixelFormat format, int scaledSize, bool maintainAspectRatio, int& scaledWidth, int& scaledHeight)
-+void MovieDecoder::convertAndScaleFrame(AVPixelFormat format, int scaledSize, bool maintainAspectRatio, int& scaledWidth, int& scaledHeight)
- {
- calculateDimensions(scaledSize, maintainAspectRatio, scaledWidth, scaledHeight);
- SwsContext* scaleContext = sws_getContext(m_pVideoCodecContext->width, m_pVideoCodecContext->height,
-@@ -323,7 +416,7 @@
- convertedFrame->data, convertedFrame->linesize);
- sws_freeContext(scaleContext);
-
-- av_free(m_pFrame);
-+ av_frame_free(&m_pFrame);
- av_free(m_pFrameBuffer);
-
- m_pFrame = convertedFrame;
-@@ -355,9 +448,9 @@
- }
- }
-
--void MovieDecoder::createAVFrame(AVFrame** avFrame, quint8** frameBuffer, int width, int height, PixelFormat format)
--{
-- *avFrame = avcodec_alloc_frame();
-+void MovieDecoder::createAVFrame(AVFrame** avFrame, quint8** frameBuffer, int width, int height, AVPixelFormat format)
-+{
-+ *avFrame = av_frame_alloc();
-
- int numBytes = avpicture_get_size(format, width, height);
- *frameBuffer = reinterpret_cast(av_malloc(numBytes));
---- a/ffmpegthumbnailer/moviedecoder.h
-+++ b/ffmpegthumbnailer/moviedecoder.h
-@@ -23,6 +23,9 @@
- extern "C" {
- #include
- #include
-+#include
-+#include
-+#include
- }
-
- namespace ffmpegthumbnailer
-@@ -52,9 +55,13 @@
-
- bool decodeVideoPacket();
- bool getVideoPacket();
-- void convertAndScaleFrame(PixelFormat format, int scaledSize, bool maintainAspectRatio, int& scaledWidth, int& scaledHeight);
-- void createAVFrame(AVFrame** avFrame, quint8** frameBuffer, int width, int height, PixelFormat format);
-+ void convertAndScaleFrame(AVPixelFormat format, int scaledSize, bool maintainAspectRatio, int& scaledWidth, int& scaledHeight);
-+ void createAVFrame(AVFrame** avFrame, quint8** frameBuffer, int width, int height, AVPixelFormat format);
- void calculateDimensions(int squareSize, bool maintainAspectRatio, int& destWidth, int& destHeight);
-+
-+ void deleteFilterGraph();
-+ bool initFilterGraph(enum AVPixelFormat pixfmt, int width, int height);
-+ bool processFilterGraph(AVPicture *dst, const AVPicture *src, enum AVPixelFormat pixfmt, int width, int height);
-
- private:
- int m_VideoStream;
-@@ -68,6 +75,13 @@
- bool m_FormatContextWasGiven;
- bool m_AllowSeek;
- bool m_initialized;
-+ AVFilterContext* m_bufferSinkContext;
-+ AVFilterContext* m_bufferSourceContext;
-+ AVFilterGraph* m_filterGraph;
-+ AVFrame* m_filterFrame;
-+ int m_lastWidth;
-+ int m_lastHeight;
-+ enum AVPixelFormat m_lastPixfmt;
- };
-
- }
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -19,7 +19,7 @@
-
- add_executable(ffmpegthumbtest ${ffmpegthumbtest_SRCS} )
-
--target_link_libraries(ffmpegthumbtest Qt5::Gui KF5::KIOWidgets ${AVUTIL_LIBRARIES} ${AVFORMAT_LIBRARIES} ${AVCODEC_LIBRARIES} ${SWSCALE_LIBRARIES})
-+target_link_libraries(ffmpegthumbtest Qt5::Gui KF5::KIOWidgets ${AVUTIL_LIBRARIES} ${AVFILTER_LIBRARIES} ${AVFORMAT_LIBRARIES} ${AVCODEC_LIBRARIES} ${SWSCALE_LIBRARIES})
diff --git a/desktop/kde/applications/ffmpegthumbs/pspec.xml b/desktop/kde/applications/ffmpegthumbs/pspec.xml
deleted file mode 100644
index b79021af66..0000000000
--- a/desktop/kde/applications/ffmpegthumbs/pspec.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
- ffmpegthumbs
- https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- library
- desktop.kde.multimedia
- ffmpeg based thumbnailer for KDE
- FFmpeg-based thumbnail creator for video files
- mirrors://kde/stable/applications/16.08.1/src/ffmpegthumbs-16.08.1.tar.xz
-
- extra-cmake-modules
- qt5-base-devel
- kio-devel
- ffmpeg-devel
-
-
-
-
-
- ffmpegthumbs
-
- kio
- ffmpeg
- libgcc
- qt5-base
-
-
- /usr/share
- /usr/lib
- /usr/share/doc
-
-
-
-
-
- 2016-10-11
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-06-20
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/ffmpegthumbs/translations.xml b/desktop/kde/applications/ffmpegthumbs/translations.xml
deleted file mode 100644
index faef68e0e0..0000000000
--- a/desktop/kde/applications/ffmpegthumbs/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- ffmpegthumbs
- KDE için ffmpeg tabanlı önizleme
- Video dosyaları için FFmpeg tabanlı önizleme oluşturur.
-
-
diff --git a/desktop/kde/applications/gwenview/actions.py b/desktop/kde/applications/gwenview/actions.py
deleted file mode 100644
index 6b5df93c09..0000000000
--- a/desktop/kde/applications/gwenview/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 pisitools
-from pisi.actionsapi import kde5
-
-def setup():
- kde5.configure()
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
-
- pisitools.dodoc("COPYING*", "NEWS")
\ No newline at end of file
diff --git a/desktop/kde/applications/gwenview/pspec.xml b/desktop/kde/applications/gwenview/pspec.xml
deleted file mode 100644
index d1c542815f..0000000000
--- a/desktop/kde/applications/gwenview/pspec.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
- gwenview
- http://www.kde.org
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- gwenview
- app:gui
- library
- desktop.kde.graphics
- An image viewer
- Gwenview is an easy to use image viewer.
- mirrors://kde/stable/applications/16.08.1/src/gwenview-16.08.1.tar.xz
-
- exiv2-devel
- qt5-base-devel
- libkipi-devel
- kdoctools-devel
- kio-devel
- kactivities-devel
- kded-devel
- kdelibs4-support-devel
- kdesignerplugin
- kemoticons-devel
- kitemmodels-devel
- kinit-devel
- kunitconversion-devel
- baloo-devel
- libkdcraw-devel
- libpng-devel
- zlib-devel
- mesa-devel
- docbook-xsl
- extra-cmake-modules
-
-
-
-
- gwenview
-
- qt5-base
- exiv2-libs
- kactivities
- libkipi
- libkdcraw
- kded
- kdelibs4-support
- kio
- ki18n
- lcms2
- kparts
- libX11
- libgcc
- libpng
- kconfig
- kxmlgui
- qt5-svg
- kservice
- baloo
- kitemviews
- qt5-phonon
- kcompletion
- kcoreaddons
- kiconthemes
- kitemmodels
- kjobwidgets
- ktextwidgets
- libjpeg-turbo
- qt5-x11extras
- kconfigwidgets
- knotifications
- kwidgetsaddons
- kfilemetadata
-
-
- /usr/lib
- /usr/share/doc
- /usr/bin
- /usr/share
- /usr/share/icons
- /usr/share/applications
-
-
-
-
-
- 2016-10-07
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/gwenview/translations.xml b/desktop/kde/applications/gwenview/translations.xml
deleted file mode 100644
index e52b9d4ff7..0000000000
--- a/desktop/kde/applications/gwenview/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- gwenview
- Resim görüntüleyici
- Gwenview, kullanımı kolay bir resim görüntüleyicisidir.
-
-
\ No newline at end of file
diff --git a/desktop/kde/applications/kate/actions.py b/desktop/kde/applications/kate/actions.py
deleted file mode 100644
index 950528f3ab..0000000000
--- a/desktop/kde/applications/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")
\ No newline at end of file
diff --git a/desktop/kde/applications/kate/files/org.kde.kate.desktop b/desktop/kde/applications/kate/files/org.kde.kate.desktop
deleted file mode 100755
index b5c6c59ae4..0000000000
--- a/desktop/kde/applications/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/applications/kate/pspec.xml b/desktop/kde/applications/kate/pspec.xml
deleted file mode 100644
index 9c8c178f6e..0000000000
--- a/desktop/kde/applications/kate/pspec.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
- kate
- http://www.kde.org
-
- Pisi Linux Admins
- admin@pisilinux.org
-
- LGPLv2
- app:gui
- Advanced Text Editor
- Plasma library and runtime components based upon KF5 and Qt5
- mirrors://kde/stable/applications/16.08.1/src/kate-16.08.1.tar.xz
-
- qt5-base-devel
- plasma-framework-devel
- kdoctools-devel
- knewstuff-devel
- kinit-devel
- kparts-devel
- ktexteditor-devel
- threadweaver-devel
- kitemmodels-devel
- qt5-sql-postgresql
- qt5-sql-mysql
- qt5-sql-sqlite
- qt5-sql-odbc
- docbook-xsl
- extra-cmake-modules
- kded-devel
-
-
-
-
- kate
-
- qt5-base
- libgcc
- libgit2
- knewstuff
- ki18n
- kconfig
- kded
- kguiaddons
- kactivities
- kjobwidgets
- kitemmodels
- kio
- kcrash
- kparts
- ktexteditor
- kwindowsystem
- kxmlgui
- plasma-framework
- kwallet
- kservice
- kbookmarks
- kcompletion
- kcoreaddons
- kdbusaddons
- kiconthemes
- ktextwidgets
- threadweaver
- kconfigwidgets
- knotifications
- kwidgetsaddons
-
-
- /usr/share
- /etc/xdg
- /usr/bin
- /usr/lib/qt5
- /usr/lib
- /usr/share/man
- /usr/share/doc
-
-
-
-
-
- 2016-10-11
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/kcalc/actions.py b/desktop/kde/applications/kcalc/actions.py
deleted file mode 100644
index 5c3ac43d05..0000000000
--- a/desktop/kde/applications/kcalc/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/copyleft/gpl.txt
-
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import kde5
-
-def setup():
- kde5.configure()
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
-
- pisitools.dodoc("ChangeLog", "COPYING*", "README", "TODO")
diff --git a/desktop/kde/applications/kcalc/pspec.xml b/desktop/kde/applications/kcalc/pspec.xml
deleted file mode 100644
index 7a8c1529a1..0000000000
--- a/desktop/kde/applications/kcalc/pspec.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
- kcalc
- http://kde.org/applications/utilities/kcalc
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- kcalc
- app:gui
- desktop.kde.utils
- A scientific calculator
- KCalc is a calculator which offers many more mathematical functions than meet the eye on a first glance.
- mirrors://kde/stable/applications/16.08.1/src/kcalc-16.08.1.tar.xz
-
- qt5-base-devel
- kdoctools-devel
- extra-cmake-modules
- gmp-devel
- cmake
- kconfig-devel
- kconfigwidgets-devel
- kguiaddons-devel
- ki18n-devel
- kinit-devel
- knotifications-devel
- kxmlgui-devel
- mesa-devel
-
-
-
-
- kcalc
-
- qt5-base
- gmp
- ki18n
- libgcc
- kconfig
- kxmlgui
- kguiaddons
- kcoreaddons
- kconfigwidgets
- knotifications
- kwidgetsaddons
-
-
- /usr/lib
- /usr/share/doc
- /usr/bin
- /usr/share
-
-
-
-
-
- 2016-10-11
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-08-01
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-06-12
- 16.04.1
- Version bump.
- Alihan Öztürk
- alihan@pisilinux.org
-
-
- 2016-05-23
- 16.04.0
- Version bump.
- Alihan Öztürk
- alihan@pisilinux.org
-
-
- 2016-03-24
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/kcalc/translations.xml b/desktop/kde/applications/kcalc/translations.xml
deleted file mode 100644
index dd5a55d7a3..0000000000
--- a/desktop/kde/applications/kcalc/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- kcalc
- Bir bilimsel hesap makinesi
- KCalc, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır.
-
-
diff --git a/desktop/kde/applications/kmix/actions.py b/desktop/kde/applications/kmix/actions.py
deleted file mode 100644
index 7c45ad8f81..0000000000
--- a/desktop/kde/applications/kmix/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/copyleft/gpl.txt
-
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import kde5
-
-NoStrip=["/usr/share"]
-
-def setup():
- kde5.configure("-DKMIX_KF5_BUILD=ON")
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
\ No newline at end of file
diff --git a/desktop/kde/applications/kmix/pspec.xml b/desktop/kde/applications/kmix/pspec.xml
deleted file mode 100644
index 5d770a02ca..0000000000
--- a/desktop/kde/applications/kmix/pspec.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
- kmix
- http://kde.org/applications/multimedia/kmix/
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- kmix
- app:gui
- desktop.kde.multimedia
- KMix: KDE Digital Mixer
- KMix: KDE Digital Mixer
- mirrors://kde/stable/applications/16.08.1/src/kmix-16.08.1.tar.xz
-
- qt5-base-devel
- extra-cmake-modules
- kdoctools-devel
- kdelibs4-support-devel
- ki18n-devel
- kcmutils-devel
- kemoticons-devel
- kitemmodels-devel
- kinit-devel
- kunitconversion-devel
- kdesignerplugin
- libcanberra-devel
- glib2-devel
- alsa-lib-devel
- kglobalaccel-devel
- plasma-framework-devel
- extra-cmake-modules
-
-
-
-
- kmix
-
- qt5-base
- alsa-lib
- libcanberra
- pulseaudio-libs
- kdelibs4-support
- ki18n
- kconfig
- kxmlgui
- kcompletion
- kcoreaddons
- kdbusaddons
- kiconthemes
- kglobalaccel
- kwindowsystem
- kconfigwidgets
- knotifications
- kwidgetsaddons
- libgcc
- plasma-framework
-
-
- /etc
- /usr/share
- /usr/lib
- /usr/lib/qt5
- /usr/share/doc
- /usr/include
- /usr/bin
-
-
-
-
-
- 2016-10-20
- 16.08.1
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilnux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/kmix/translations.xml b/desktop/kde/applications/kmix/translations.xml
deleted file mode 100644
index a1f233f958..0000000000
--- a/desktop/kde/applications/kmix/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- kmix
- KMix: KDE için Dijital Mixer
- KMix: KDE için Dijital Mixer.
-
-
\ No newline at end of file
diff --git a/desktop/kde/applications/konsole/actions.py b/desktop/kde/applications/konsole/actions.py
deleted file mode 100644
index d972ef20b5..0000000000
--- a/desktop/kde/applications/konsole/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("COPYING", "README")
\ No newline at end of file
diff --git a/desktop/kde/applications/konsole/pspec.xml b/desktop/kde/applications/konsole/pspec.xml
deleted file mode 100644
index 0ade8f8f27..0000000000
--- a/desktop/kde/applications/konsole/pspec.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
- konsole
- https://projects.kde.org/projects/kde/applications/dolphin
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- KDE Konsole
- Konsole for KDE5
- mirrors://kde/stable/applications/16.08.1/src/konsole-16.08.1.tar.xz
-
- qt5-base-devel
- qt5-script-devel
- kpty-devel
- kio-devel
- kinit-devel
- knotifyconfig-devel
- kparts-devel
- kdelibs4-support-devel
- kdesignerplugin
- kemoticons-devel
- kitemmodels-devel
- kunitconversion-devel
- docbook-xsl
- extra-cmake-modules
- kdoctools-devel
- kcrash-devel
- kdbusaddons-devel
- cmake
-
-
-
-
-
-
- konsole
-
- libgcc
- qt5-base
- kdelibs4-support
- kiconthemes
- knotifyconfig
- knotifications
- kparts
- kpty
- kio
- ki18n
- kconfig
- kxmlgui
- kservice
- kcrash
- kdbusaddons
- kbookmarks
- kguiaddons
- kcompletion
- kcoreaddons
- kjobwidgets
- ktextwidgets
- kwindowsystem
- kconfigwidgets
- kwidgetsaddons
-
-
- /usr/bin
- /usr/share
- /usr/lib
-
-
-
-
-
- 2016-10-11
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-20
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
\ No newline at end of file
diff --git a/desktop/kde/applications/spectacle/actions.py b/desktop/kde/applications/spectacle/actions.py
deleted file mode 100644
index 0f601acac8..0000000000
--- a/desktop/kde/applications/spectacle/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 pisitools
-from pisi.actionsapi import kde5
-
-def setup():
- kde5.configure()
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
-
- pisitools.dodoc("COPYING", "CONTRIBUTING", "COPYING.DOC", "README")
\ No newline at end of file
diff --git a/desktop/kde/applications/spectacle/pspec.xml b/desktop/kde/applications/spectacle/pspec.xml
deleted file mode 100644
index 21dea82893..0000000000
--- a/desktop/kde/applications/spectacle/pspec.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
- spectacle
- http://www.kde.org
-
- Pisi Linux Admins
- admin@pisilinux.org
-
- LGPLv2
- app:gui
- desktop.kde.graphics
- KDE screenshot capture utility
- Spectacle, a new screenshot application that aims to replace KSnapshot..
- mirrors://kde/stable/applications/16.08.1/src/spectacle-16.08.1.tar.xz
-
- qt5-base-devel
- extra-cmake-modules
- kdoctools-devel
- libkipi-devel
- qt5-script-devel
- libxcb-devel
- libkscreen-devel
- xcb-util-devel
- qt5-x11extras-devel
- xcb-util-image-devel
- xcb-util-cursor-devel
- kxmlgui-devel
- kio-devel
- kwindowsystem-devel
- kcoreaddons-devel
- ki18n-devel
- kwidgetsaddons-devel
- kdeclarative-devel
- knotifications-devel
- qt5-declarative-devel
-
-
-
-
- spectacle
-
- qt5-base
- kio
- libkscreen
- xcb-util-cursor
- ki18n
- libgcc
- kconfig
- kxmlgui
- libkipi
- kdeclarative
- kservice
- kcoreaddons
- kwindowsystem
- kconfigwidgets
- knotifications
- kwidgetsaddons
- kdbusaddons
- libxcb
- xcb-util
- qt5-x11extras
- xcb-util-image
- qt5-declarative
-
-
- ksnapshot
-
-
- ksnapshot
-
-
- /usr/bin
- /usr/share
- /usr/share/doc
-
-
-
-
-
- 2016-10-07
- 16.08.1
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-07-31
- 16.04.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2016-05-19
- 16.04.0
- Version bump.
- Burak Ertürk
- burakerturk@pisilinux.org
-
-
- 2016-03-31
- 15.12.3
- First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
-
diff --git a/desktop/kde/applications/spectacle/translations.xml b/desktop/kde/applications/spectacle/translations.xml
deleted file mode 100644
index 5b1de76043..0000000000
--- a/desktop/kde/applications/spectacle/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- spectacle
- Ekran görüntüsü yakalama aracı
- spectacle bir ekran görüntüsü yakalama aracıdır.
-
-
\ No newline at end of file