diff --git a/desktop/kde/application/konversation/actions.py b/desktop/kde/application/konversation/actions.py
new file mode 100755
index 0000000000..978330604f
--- /dev/null
+++ b/desktop/kde/application/konversation/actions.py
@@ -0,0 +1,19 @@
+#!/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", "ChangeLog", "AUTHORS", "README", "COPYING-DOCS", "NEWS")
diff --git a/desktop/kde/application/konversation/pspec.xml b/desktop/kde/application/konversation/pspec.xml
new file mode 100755
index 0000000000..bd4e29e18c
--- /dev/null
+++ b/desktop/kde/application/konversation/pspec.xml
@@ -0,0 +1,76 @@
+
+
+
+
+ konversation
+ http://www.kde.org
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ LGPLv2
+ app:gui
+ A user friendly IRC client for KDE
+ Konversation is a user-friendly Internet Relay Chat (IRC) client built on the KDE Platform.
+ mirrors://kde/stable/konversation/1.6/src/konversation-1.6.tar.xz
+
+ qt5-base-devel
+ extra-cmake-modules
+ kdoctools-devel
+
+
+
+
+ konversation
+
+ qt5-base
+ qca2-qt5
+ kemoticons
+ kidletime
+ knotifyconfig
+ kparts
+ kcontacts
+ kio
+ libgcc
+ kdelibs4-support
+ ki18n
+ sonnet
+ kcodecs
+ kconfig
+ kwallet
+ kxmlgui
+ karchive
+ kservice
+ kbookmarks
+ kitemviews
+ qt5-phonon
+ kcompletion
+ kcoreaddons
+ kdbusaddons
+ kiconthemes
+ kglobalaccel
+ ktextwidgets
+ kwindowsystem
+ kconfigwidgets
+ knotifications
+ kwidgetsaddons
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+
+
+
+ 2015-08-29
+ 1.6.0
+ First Release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-ia/actions.py b/desktop/kde/l10n/kde-l10n-ia/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ia/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ia/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ia/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ia/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-ia/pspec.xml b/desktop/kde/l10n/kde-l10n-ia/pspec.xml
new file mode 100644
index 0000000000..4c3eeb8da3
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ia/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-ia
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:ia
+ Interlingua KDE5 internationalization package
+ kde-l10n-ia is the KDE5 internationalization package that provides Interlingua translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ia-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-ia
+ lang-ia
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-23
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-ia/translations.xml b/desktop/kde/l10n/kde-l10n-ia/translations.xml
new file mode 100644
index 0000000000..7924a6a6ef
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ia/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-ia
+ KDE5 Interlingua yerelleştirme paketi
+ kde-l10n-ia, KDE uygulamalarını Interlingua yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-id/actions.py b/desktop/kde/l10n/kde-l10n-id/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-id/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-id/files/kde4.patch b/desktop/kde/l10n/kde-l10n-id/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-id/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-id/pspec.xml b/desktop/kde/l10n/kde-l10n-id/pspec.xml
new file mode 100644
index 0000000000..dc7d1e100b
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-id/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-id
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:id
+ Indonesian KDE5 internationalization package
+ kde-l10n-id is the KDE5 internationalization package that provides Indonesian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-id-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-id
+ lang-id
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-21
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-id/translations.xml b/desktop/kde/l10n/kde-l10n-id/translations.xml
new file mode 100644
index 0000000000..8262bf470c
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-id/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-id
+ KDE5 Endonezyalı yerelleştirme paketi
+ kde-l10n-id, KDE uygulamalarını Endonezyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-is/actions.py b/desktop/kde/l10n/kde-l10n-is/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-is/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-is/files/kde4.patch b/desktop/kde/l10n/kde-l10n-is/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-is/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-is/pspec.xml b/desktop/kde/l10n/kde-l10n-is/pspec.xml
new file mode 100644
index 0000000000..3c76b81986
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-is/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-is
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:is
+ Icelandic KDE5 internationalization package
+ kde-l10n-is is the KDE5 internationalization package that provides Icelandic translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-is-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-is
+ lang-is
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-21
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-is/translations.xml b/desktop/kde/l10n/kde-l10n-is/translations.xml
new file mode 100644
index 0000000000..7b36f5626a
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-is/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-is
+ KDE5 İzlanda'ya özgü yerelleştirme paketi
+ kde-l10n-is, KDE uygulamalarını İzlanda'ya özgü yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-it/actions.py b/desktop/kde/l10n/kde-l10n-it/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-it/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-it/files/kde4.patch b/desktop/kde/l10n/kde-l10n-it/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-it/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-it/pspec.xml b/desktop/kde/l10n/kde-l10n-it/pspec.xml
new file mode 100644
index 0000000000..eda02435a6
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-it/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-it
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:it
+ Italian KDE5 internationalization package
+ kde-l10n-it is the KDE5 internationalization package that provides Italian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-it-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-it
+ lang-it
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-it-doc
+ Italian documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-23
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-it/translations.xml b/desktop/kde/l10n/kde-l10n-it/translations.xml
new file mode 100644
index 0000000000..62175ba640
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-it/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-it
+ KDE5 İtalyan yerelleştirme paketi
+ kde-l10n-it, KDE uygulamalarını İtalyan yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-it-doc
+ KDE5 için İtalyan belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ja/actions.py b/desktop/kde/l10n/kde-l10n-ja/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ja/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ja/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ja/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ja/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-ja/pspec.xml b/desktop/kde/l10n/kde-l10n-ja/pspec.xml
new file mode 100644
index 0000000000..4dd94773e8
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ja/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-ja
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:ja
+ Japanese KDE5 internationalization package
+ kde-l10n-ja is the KDE5 internationalization package that provides Japanese translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ja-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-ja
+ lang-ja
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-ja-doc
+ Japanese documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-23
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-ja/translations.xml b/desktop/kde/l10n/kde-l10n-ja/translations.xml
new file mode 100644
index 0000000000..570c1856f0
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ja/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-ja
+ KDE5 Japon yerelleştirme paketi
+ kde-l10n-ja, KDE uygulamalarını Japon yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-ja-doc
+ KDE5 için Japon belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-kk/actions.py b/desktop/kde/l10n/kde-l10n-kk/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-kk/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-kk/files/kde4.patch b/desktop/kde/l10n/kde-l10n-kk/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-kk/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-kk/pspec.xml b/desktop/kde/l10n/kde-l10n-kk/pspec.xml
new file mode 100644
index 0000000000..b3125eb2a6
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-kk/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-kk
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:kk
+ Kazakh KDE5 internationalization package
+ kde-l10n-kk is the KDE5 internationalization package that provides Kazakh translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-kk-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-kk
+ lang-kk
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-kk-doc
+ Kazakh documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-21
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-kk/translations.xml b/desktop/kde/l10n/kde-l10n-kk/translations.xml
new file mode 100644
index 0000000000..d66843601a
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-kk/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-kk
+ KDE5 Kazak yerelleştirme paketi
+ kde-l10n-kk, KDE uygulamalarını Kazak yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-km/actions.py b/desktop/kde/l10n/kde-l10n-km/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-km/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-km/files/kde4.patch b/desktop/kde/l10n/kde-l10n-km/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-km/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-km/pspec.xml b/desktop/kde/l10n/kde-l10n-km/pspec.xml
new file mode 100644
index 0000000000..e6ef9d6eed
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-km/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-km
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:km
+ Khmer KDE5 internationalization package
+ kde-l10n-km is the KDE5 internationalization package that provides Khmer translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-km-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-km
+ lang-km
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-23
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-km/translations.xml b/desktop/kde/l10n/kde-l10n-km/translations.xml
new file mode 100644
index 0000000000..65464d8c5d
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-km/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-km
+ KDE5 Kmer yerelleştirme paketi
+ kde-l10n-km, KDE uygulamalarını Kmer yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ko/actions.py b/desktop/kde/l10n/kde-l10n-ko/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ko/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ko/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ko/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ko/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-ko/pspec.xml b/desktop/kde/l10n/kde-l10n-ko/pspec.xml
new file mode 100644
index 0000000000..78245a9e91
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ko/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-ko
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:ko
+ Korean KDE5 internationalization package
+ kde-l10n-ko is the KDE5 internationalization package that provides Korean translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ko-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-ko
+ lang-ko
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-23
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-ko/translations.xml b/desktop/kde/l10n/kde-l10n-ko/translations.xml
new file mode 100644
index 0000000000..a08cb43162
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ko/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-ko
+ KDE5 Koreli yerelleştirme paketi
+ kde-l10n-ko, KDE uygulamalarını Koreli yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-lt/actions.py b/desktop/kde/l10n/kde-l10n-lt/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lt/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-lt/files/kde4.patch b/desktop/kde/l10n/kde-l10n-lt/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lt/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-lt/pspec.xml b/desktop/kde/l10n/kde-l10n-lt/pspec.xml
new file mode 100644
index 0000000000..939944d31c
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lt/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-lt
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:lt
+ Lithuanian KDE5 internationalization package
+ kde-l10n-lt is the KDE5 internationalization package that provides Lithuanian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-lt-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-lt
+ lang-lt
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-lt-doc
+ German documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-23
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-lt/translations.xml b/desktop/kde/l10n/kde-l10n-lt/translations.xml
new file mode 100644
index 0000000000..1230f24c60
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lt/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-lt
+ KDE5 Litvanya yerelleştirme paketi
+ kde-l10n-lt, KDE uygulamalarını Litvanya yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-lt-doc
+ KDE5 için Litvanya belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-lv/actions.py b/desktop/kde/l10n/kde-l10n-lv/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lv/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-lv/files/kde4.patch b/desktop/kde/l10n/kde-l10n-lv/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lv/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-lv/pspec.xml b/desktop/kde/l10n/kde-l10n-lv/pspec.xml
new file mode 100644
index 0000000000..d195e51a6d
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lv/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-lv
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:lv
+ Latvian KDE5 internationalization package
+ kde-l10n-lv is the KDE5 internationalization package that provides Latvian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-lv-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-lv
+ lang-lv
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-23
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-lv/translations.xml b/desktop/kde/l10n/kde-l10n-lv/translations.xml
new file mode 100644
index 0000000000..b6088c1010
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-lv/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-lv
+ KDE5 Letonya yerelleştirme paketi
+ kde-l10n-lv, KDE uygulamalarını Letonya yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-mr/actions.py b/desktop/kde/l10n/kde-l10n-mr/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-mr/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-mr/files/kde4.patch b/desktop/kde/l10n/kde-l10n-mr/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-mr/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-mr/pspec.xml b/desktop/kde/l10n/kde-l10n-mr/pspec.xml
new file mode 100644
index 0000000000..54b2fc580f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-mr/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-mr
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:mr
+ Marathi translations KDE5 internationalization package
+ kde-l10n-mr is the KDE5 internationalization package that provides Marathi translations translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-mr-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-mr
+ lang-mr
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-mr/translations.xml b/desktop/kde/l10n/kde-l10n-mr/translations.xml
new file mode 100644
index 0000000000..3963417ede
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-mr/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-mr
+ KDE5 Marathi translations yerelleştirme paketi
+ kde-l10n-mr, KDE uygulamalarını Marathi translations yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nb/actions.py b/desktop/kde/l10n/kde-l10n-nb/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nb/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nb/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-nb/pspec.xml b/desktop/kde/l10n/kde-l10n-nb/pspec.xml
new file mode 100644
index 0000000000..762d18c03e
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ kde-l10n-nb
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:nb
+ Norwegian Bookma KDE5 internationalization package
+ kde-l10n-nb is the KDE5 internationalization package that provides Norwegian Bookma translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nb-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-nb
+ lang-nb
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+ /usr/share/kturtle
+ /usr/share/katepart
+
+
+
+
+
+
+
+ 2015-09-21
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-nb/translations.xml b/desktop/kde/l10n/kde-l10n-nb/translations.xml
new file mode 100644
index 0000000000..d4c1fa29b8
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nb/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-nb
+ KDE5 Norveç bookma yerelleştirme paketi
+ kde-l10n-nb, KDE uygulamalarını Norveç bookma yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nds/actions.py b/desktop/kde/l10n/kde-l10n-nds/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nds/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nds/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nds/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nds/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-nds/pspec.xml b/desktop/kde/l10n/kde-l10n-nds/pspec.xml
new file mode 100644
index 0000000000..386628b2d3
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nds/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ kde-l10n-nds
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:nds
+ Low Saxon KDE5 internationalization package
+ kde-l10n-nds is the KDE5 internationalization package that provides Low Saxon translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nds-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-nds
+ lang-nds
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+ /usr/share/kturtle
+ /usr/share/katepart
+ /usr/share/kstars
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-nds/translations.xml b/desktop/kde/l10n/kde-l10n-nds/translations.xml
new file mode 100644
index 0000000000..fb910805fc
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nds/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-nds
+ KDE5 Düşük Sakson yerelleştirme paketi
+ kde-l10n-nds, KDE uygulamalarını Düşük Sakson yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nl/actions.py b/desktop/kde/l10n/kde-l10n-nl/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nl/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nl/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nl/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nl/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-nl/pspec.xml b/desktop/kde/l10n/kde-l10n-nl/pspec.xml
new file mode 100644
index 0000000000..19b1441d9e
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nl/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ kde-l10n-nl
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:nl
+ Dutch KDE5 internationalization package
+ kde-l10n-nl is the KDE5 internationalization package that provides Dutch translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nl-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-nl
+ lang-nl
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+ /usr/share/kturtle
+ /usr/share/katepart
+
+
+
+
+ kde-l10n-nl-doc
+ Dutch documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-nl/translations.xml b/desktop/kde/l10n/kde-l10n-nl/translations.xml
new file mode 100644
index 0000000000..8baca70d3c
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nl/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-nl
+ KDE5 Hollandaca yerelleştirme paketi
+ kde-l10n-nl, KDE uygulamalarını Hollandaca yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-nl-doc
+ KDE5 için Hollandaca belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nn/actions.py b/desktop/kde/l10n/kde-l10n-nn/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nn/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-nn/files/kde4.patch b/desktop/kde/l10n/kde-l10n-nn/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nn/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-nn/pspec.xml b/desktop/kde/l10n/kde-l10n-nn/pspec.xml
new file mode 100644
index 0000000000..6dfc8e5ff3
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nn/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-nn
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:nn
+ Norwegian Nynorsk KDE5 internationalization package
+ kde-l10n-nn is the KDE5 internationalization package that provides Norwegian Nynorsk translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-nn-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-nn
+ lang-nn
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-nn-doc
+ Norwegian Nynorsk documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-nn/translations.xml b/desktop/kde/l10n/kde-l10n-nn/translations.xml
new file mode 100644
index 0000000000..add5e50d10
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-nn/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-nn
+ KDE5 Norveççe yerelleştirme paketi
+ kde-l10n-nn, KDE uygulamalarını Norveççe yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-nn-doc
+ KDE5 için Norveççe belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pa/actions.py b/desktop/kde/l10n/kde-l10n-pa/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pa/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pa/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pa/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pa/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-pa/pspec.xml b/desktop/kde/l10n/kde-l10n-pa/pspec.xml
new file mode 100644
index 0000000000..890897ad71
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pa/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-pa
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:pa
+ Punjabi KDE5 internationalization package
+ kde-l10n-pa is the KDE5 internationalization package that provides Punjabi translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pa-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-pa
+ lang-pa
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-pa/translations.xml b/desktop/kde/l10n/kde-l10n-pa/translations.xml
new file mode 100644
index 0000000000..73bc80b673
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pa/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-pa
+ KDE5 Pencaplı yerelleştirme paketi
+ kde-l10n-pa, KDE uygulamalarını Pencaplı yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pl/actions.py b/desktop/kde/l10n/kde-l10n-pl/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pl/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pl/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pl/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pl/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-pl/pspec.xml b/desktop/kde/l10n/kde-l10n-pl/pspec.xml
new file mode 100644
index 0000000000..768bbc0ea7
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pl/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-pl
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:pl
+ Polish KDE5 internationalization package
+ kde-l10n-pl is the KDE5 internationalization package that provides Polish translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pl-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-pl
+ lang-pl
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-pl-doc
+ Polish documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-pl/translations.xml b/desktop/kde/l10n/kde-l10n-pl/translations.xml
new file mode 100644
index 0000000000..c826f49005
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pl/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-pl
+ KDE5 Polonyalı yerelleştirme paketi
+ kde-l10n-pl, KDE uygulamalarını Polonyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-pl-doc
+ KDE5 için Polonyalı belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pt/actions.py b/desktop/kde/l10n/kde-l10n-pt/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pt/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pt/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-pt/pspec.xml b/desktop/kde/l10n/kde-l10n-pt/pspec.xml
new file mode 100644
index 0000000000..0887a96747
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-pt
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:pt
+ Portuguese KDE5 internationalization package
+ kde-l10n-pt is the KDE5 internationalization package that provides Portuguese translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pt-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-pt
+ lang-pt
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-pt-doc
+ Portuguese documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-pt/translations.xml b/desktop/kde/l10n/kde-l10n-pt/translations.xml
new file mode 100644
index 0000000000..a90459f492
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-pt
+ KDE5 Portekizli yerelleştirme paketi
+ kde-l10n-pt, KDE uygulamalarını Portekizli yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-pt-doc
+ KDE5 için Portekizli belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pt_BR/actions.py b/desktop/kde/l10n/kde-l10n-pt_BR/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt_BR/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-pt_BR/files/kde4.patch b/desktop/kde/l10n/kde-l10n-pt_BR/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt_BR/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml b/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml
new file mode 100644
index 0000000000..c55a0b7c91
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-pt_BR
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:pt_BR
+ Brazilian Portuguese KDE5 internationalization package
+ kde-l10n-pt_BR is the KDE5 internationalization package that provides Brazilian Portuguese translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-pt_BR-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-pt_BR
+ lang-pt_BR
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-pt_BR-doc
+ Brazilian Portuguese documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-pt_BR/translations.xml b/desktop/kde/l10n/kde-l10n-pt_BR/translations.xml
new file mode 100644
index 0000000000..2fc8347548
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-pt_BR/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-pt_BR
+ KDE5 Brezilya Portekizcesi yerelleştirme paketi
+ kde-l10n-pt_BR, KDE uygulamalarını Brezilya Portekizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-pt_BR-doc
+ KDE5 için Brezilya Portekizcesi belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ro/actions.py b/desktop/kde/l10n/kde-l10n-ro/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ro/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ro/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ro/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ro/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-ro/pspec.xml b/desktop/kde/l10n/kde-l10n-ro/pspec.xml
new file mode 100644
index 0000000000..5b542e6776
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ro/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-ro
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:ro
+ Romanian KDE5 internationalization package
+ kde-l10n-ro is the KDE5 internationalization package that provides Romanian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ro-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-ro
+ lang-ro
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-ro/translations.xml b/desktop/kde/l10n/kde-l10n-ro/translations.xml
new file mode 100644
index 0000000000..f837a62061
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ro/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-ro
+ KDE5 Romanya yerelleştirme paketi
+ kde-l10n-ro, KDE uygulamalarını Romanya yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ru/actions.py b/desktop/kde/l10n/kde-l10n-ru/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ru/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ru/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ru/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ru/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-ru/pspec.xml b/desktop/kde/l10n/kde-l10n-ru/pspec.xml
new file mode 100644
index 0000000000..f14ef6f1ed
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ru/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+ kde-l10n-ru
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:ru
+ Russian KDE5 internationalization package
+ kde-l10n-ru is the KDE5 internationalization package that provides Russian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ru-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-ru
+ lang-ru
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+ /usr/share/katepart
+
+
+
+
+ kde-l10n-ru-doc
+ Russian documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-ru/translations.xml b/desktop/kde/l10n/kde-l10n-ru/translations.xml
new file mode 100644
index 0000000000..665383b3e0
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ru/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-ru
+ KDE5 Rusça yerelleştirme paketi
+ kde-l10n-ru, KDE uygulamalarını Rusça yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-ru-doc
+ KDE5 için Rusça belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-sk/actions.py b/desktop/kde/l10n/kde-l10n-sk/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sk/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-sk/files/kde4.patch b/desktop/kde/l10n/kde-l10n-sk/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sk/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-sk/pspec.xml b/desktop/kde/l10n/kde-l10n-sk/pspec.xml
new file mode 100644
index 0000000000..274a5bad76
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sk/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-sk
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:sk
+ Slovak KDE5 internationalization package
+ kde-l10n-sk is the KDE5 internationalization package that provides Slovak translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-sk-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-sk
+ lang-sk
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-sk/translations.xml b/desktop/kde/l10n/kde-l10n-sk/translations.xml
new file mode 100644
index 0000000000..d6fdf108ff
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sk/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-sk
+ KDE5 Slovak yerelleştirme paketi
+ kde-l10n-sk, KDE uygulamalarını Slovak yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-sl/actions.py b/desktop/kde/l10n/kde-l10n-sl/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sl/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-sl/files/kde4.patch b/desktop/kde/l10n/kde-l10n-sl/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sl/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-sl/pspec.xml b/desktop/kde/l10n/kde-l10n-sl/pspec.xml
new file mode 100644
index 0000000000..3f308257c1
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sl/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-sl
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:sl
+ Slovenian KDE5 internationalization package
+ kde-l10n-sl is the KDE5 internationalization package that provides Slovenian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-sl-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-sl
+ lang-sl
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-sl/translations.xml b/desktop/kde/l10n/kde-l10n-sl/translations.xml
new file mode 100644
index 0000000000..4b1b8e5016
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sl/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-sl
+ KDE5 Sloven yerelleştirme paketi
+ kde-l10n-sl, KDE uygulamalarını Sloven yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-sv/actions.py b/desktop/kde/l10n/kde-l10n-sv/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-sv/files/kde4.patch b/desktop/kde/l10n/kde-l10n-sv/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-sv/pspec.xml b/desktop/kde/l10n/kde-l10n-sv/pspec.xml
new file mode 100644
index 0000000000..702880691f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-sv
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:sv
+ Swedish KDE5 internationalization package
+ kde-l10n-sv is the KDE5 internationalization package that provides Swedish translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-sv-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-sv
+ lang-sv
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-sv-doc
+ Swedish documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-sv/translations.xml b/desktop/kde/l10n/kde-l10n-sv/translations.xml
new file mode 100644
index 0000000000..87d4846538
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-sv/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-sv
+ KDE5 İsveçli yerelleştirme paketi
+ kde-l10n-sv, KDE uygulamalarını İsveçli yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-sv-doc
+ KDE5 için İsveçli belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ug/actions.py b/desktop/kde/l10n/kde-l10n-ug/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ug/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-ug/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ug/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ug/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-ug/pspec.xml b/desktop/kde/l10n/kde-l10n-ug/pspec.xml
new file mode 100644
index 0000000000..d31bf66d4d
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ug/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-ug
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:ug
+ Uygur KDE5 internationalization package
+ kde-l10n-ug is the KDE5 internationalization package that provides Uygur translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ug-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-ug
+ lang-ug
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-ug/translations.xml b/desktop/kde/l10n/kde-l10n-ug/translations.xml
new file mode 100644
index 0000000000..fe47fdaac4
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ug/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-ug
+ KDE5 Uygur yerelleştirme paketi
+ kde-l10n-ug, KDE uygulamalarını Uygur yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-uk/actions.py b/desktop/kde/l10n/kde-l10n-uk/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-uk/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-uk/files/kde4.patch b/desktop/kde/l10n/kde-l10n-uk/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-uk/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-uk/pspec.xml b/desktop/kde/l10n/kde-l10n-uk/pspec.xml
new file mode 100644
index 0000000000..eb36ae4d39
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-uk/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-uk
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:uk
+ Ukrainian KDE5 internationalization package
+ kde-l10n-uk is the KDE5 internationalization package that provides Ukrainian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-uk-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-uk
+ lang-uk
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-uk-doc
+ Ukrainian documentation files for KDE
+
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-uk/translations.xml b/desktop/kde/l10n/kde-l10n-uk/translations.xml
new file mode 100644
index 0000000000..2dbb76a4ed
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-uk/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-uk
+ KDE5 Ukraynalı yerelleştirme paketi
+ kde-l10n-uk, KDE uygulamalarını Ukraynalı yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-uk-doc
+ KDE5 için Ukraynalı belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-wa/actions.py b/desktop/kde/l10n/kde-l10n-wa/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-wa/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-wa/files/kde4.patch b/desktop/kde/l10n/kde-l10n-wa/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-wa/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-wa/pspec.xml b/desktop/kde/l10n/kde-l10n-wa/pspec.xml
new file mode 100644
index 0000000000..d7f932b642
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-wa/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-wa
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:wa
+ Walloon KDE5 internationalization package
+ kde-l10n-wa is the KDE5 internationalization package that provides Walloon translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-wa-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-wa
+ lang-wa
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-wa/translations.xml b/desktop/kde/l10n/kde-l10n-wa/translations.xml
new file mode 100644
index 0000000000..9a8ebfbb56
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-wa/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-wa
+ KDE5 Valon yerelleştirme paketi
+ kde-l10n-wa, KDE uygulamalarını Valon yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-zh_CN/actions.py b/desktop/kde/l10n/kde-l10n-zh_CN/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_CN/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-zh_CN/files/kde4.patch b/desktop/kde/l10n/kde-l10n-zh_CN/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_CN/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml b/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml
new file mode 100644
index 0000000000..fb5db91149
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-zh_CN
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:zh_CN
+ Chinese Simplified KDE5 internationalization package
+ kde-l10n-zh_CN is the KDE5 internationalization package that provides Chinese Simplified translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-zh_CN-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-zh_CN
+ lang-zh_CN
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-zh_CN/translations.xml b/desktop/kde/l10n/kde-l10n-zh_CN/translations.xml
new file mode 100644
index 0000000000..e3deaf5c95
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_CN/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-zh_CN
+ KDE5 Sadeleştirilmiş Çince yerelleştirme paketi
+ kde-l10n-zh_CN, KDE uygulamalarını Sadeleştirilmiş Çince yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-zh_TW/actions.py b/desktop/kde/l10n/kde-l10n-zh_TW/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_TW/actions.py
@@ -0,0 +1,17 @@
+#!/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()
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-zh_TW/files/kde4.patch b/desktop/kde/l10n/kde-l10n-zh_TW/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_TW/files/kde4.patch
@@ -0,0 +1,10 @@
+diff -Nuar a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt 2015-08-13 04:25:22.000000000 +0300
++++ b/CMakeLists.txt 2015-08-20 20:05:19.529158220 +0300
+@@ -1,5 +1,5 @@
+ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
+ cmake_policy(SET CMP0002 OLD)
+ cmake_policy(SET CMP0014 OLD)
+-add_subdirectory(4)
++#add_subdirectory(4)
+ add_subdirectory(5)
diff --git a/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml b/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml
new file mode 100644
index 0000000000..93261ca04e
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-zh_TW
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:zh_TW
+ Chinese Traditional KDE5 internationalization package
+ kde-l10n-zh_TW is the KDE5 internationalization package that provides Chinese Traditional translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-zh_TW-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-zh_TW
+ lang-zh_TW
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+
+
+
+ 2015-09-26
+ 15.08.1
+ First release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/desktop/kde/l10n/kde-l10n-zh_TW/translations.xml b/desktop/kde/l10n/kde-l10n-zh_TW/translations.xml
new file mode 100644
index 0000000000..5d71549a4b
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-zh_TW/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-zh_TW
+ KDE5 Geleneksel Çin yerelleştirme paketi
+ kde-l10n-zh_TW, KDE uygulamalarını Geleneksel Çin yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/multimedia/editor/handbrake/actions.py b/multimedia/editor/handbrake/actions.py
new file mode 100644
index 0000000000..360cac511c
--- /dev/null
+++ b/multimedia/editor/handbrake/actions.py
@@ -0,0 +1,40 @@
+#!/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+from pisi.actionsapi import shelltools
+
+def setup():
+ # Use Python 2
+ shelltools.system("sed -i 's/python2/python/g' gtk/src/Makefile.am")
+ # Force use of gtk2
+ shelltools.system("sed -i 's/PKG_CHECK_MODULES(Gtk3.*/use_gtk3=no/' gtk/configure.ac")
+ shelltools.cd("gtk")
+ pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
+ pisitools.dosed("configure.ac", "AM_PROG_CC_STDC", "AC_PROG_CC")
+ autotools.autoreconf("-fiv")
+ shelltools.cd("..")
+ shelltools.system("./configure --force \
+ --prefix=/usr \
+ --disable-gtk-update-checks \
+ --enable-x265 \
+ --enable-fdk-aac \
+ --enable-libav-aac \
+ --verbose")
+
+
+
+def build():
+ shelltools.cd("build")
+ autotools.make()
+
+def install():
+ shelltools.cd("build")
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ shelltools.cd("..")
+ pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.*")
diff --git a/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch b/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch
new file mode 100644
index 0000000000..00ee80a5c3
--- /dev/null
+++ b/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch
@@ -0,0 +1,11 @@
+--- HandBrake-0.9.9.orig/gtk/configure.ac 2013-09-01 12:13:06.684612296 +0300
++++ HandBrake-0.9.9/gtk/configure.ac 2013-09-01 20:09:35.446706059 +0300
+@@ -96,7 +96,7 @@ case $host in
+ pkg_gudev="gudev-1.0"
+ ;;
+ esac
+- GHB_PACKAGES="gthread-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev"
++ GHB_PACKAGES="gthread-2.0 gmodule-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev"
+ mingw_flag=no
+ ;;
+ esac
\ No newline at end of file
diff --git a/multimedia/editor/handbrake/files/standard-presets-fix-type.patch b/multimedia/editor/handbrake/files/standard-presets-fix-type.patch
new file mode 100644
index 0000000000..797c3fa6b1
--- /dev/null
+++ b/multimedia/editor/handbrake/files/standard-presets-fix-type.patch
@@ -0,0 +1,88 @@
+Index: branches/0.10.x/gtk/src/standard_presets.xml
+===================================================================
+--- branches/0.10.x/gtk/src/standard_presets.xml (revision 6995)
++++ branches/0.10.x/gtk/src/standard_presets.xml (revision 7008)
+@@ -85,5 +85,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -216,5 +216,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -347,5 +347,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -478,5 +478,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -625,5 +625,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -772,5 +772,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -919,5 +919,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -1050,5 +1050,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -1181,5 +1181,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -1312,5 +1312,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -1458,5 +1458,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
+@@ -1605,5 +1605,5 @@
+
+ PictureDenoiseFilter
+- off
++ off
+ PictureDenoiseCustom
+
diff --git a/multimedia/editor/handbrake/pspec.xml b/multimedia/editor/handbrake/pspec.xml
new file mode 100644
index 0000000000..79fcc06e7b
--- /dev/null
+++ b/multimedia/editor/handbrake/pspec.xml
@@ -0,0 +1,129 @@
+
+
+
+
+ handbrake
+ http://handbrake.fr/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv1
+ HandBrake
+ app
+ Multithreaded video transcoder
+ The program is also used to convert DVDs so they can be viewed on iPods, iPhones and most media players.
+ https://handbrake.fr/rotation.php?file=HandBrake-0.10.2.tar.bz2
+
+ bzip2
+ python
+ intltool
+ gtk3-devel
+ lame-devel
+ gtk3-devel
+ x264-devel
+ libogg-devel
+ libass-devel
+ fribidi-devel
+ libxml2-devel
+ libbluray-devel
+ libnotify-devel
+ libvorbis-devel
+ libtheora-devel
+ dbus-glib-devel
+ fontconfig-devel
+ libsamplerate-devel
+ gst-plugins-base-next-devel
+
+
+
+
+
+ handbrake
+
+ gtk3
+ lame
+ x264
+ cairo
+ pango
+ libass
+ libogg
+ fribidi
+ libbluray
+ libnotify
+ gst-libav-next
+ libvorbis
+ libtheora
+ gdk-pixbuf
+ libsamplerate
+ gstreamer-next
+ gst-plugins-base-next
+ zlib
+ bzip2
+ eudev
+ glib2
+ libgcc
+ libxml2
+ freetype
+ dbus-glib
+
+
+
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/info
+ /usr/lib/python2.7
+ /usr/share/locale
+
+
+
+
+
+ 2015-09-26
+ 0.10.2
+ Version bump.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2015-04-30
+ 0.10.1
+ Version bump.
+ Idris KALP
+ idriskalp@gmail.com
+
+
+ 2015-02-20
+ 0.10.0
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2014-06-18
+ 0.9.9
+ Rebuild for gcc
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-06-07
+ 0.9.9
+ rebuild
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ 2013-12-05
+ 0.9.9
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/editor/handbrake/translations.xml b/multimedia/editor/handbrake/translations.xml
new file mode 100644
index 0000000000..35792cb42d
--- /dev/null
+++ b/multimedia/editor/handbrake/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ handbrake
+ Çoklu görev destekli video kodlama/düzenleme aracı
+ Handbrake,Video dosyalarını portatif medya oynatıcıları için düzenleyebilmenin yanısıra çözünürlülük değişimi desteğide sunan özgür video kodlama ve düzenleme aracıdır.
+
+
diff --git a/multimedia/sound/knowthelist/actions.py b/multimedia/sound/knowthelist/actions.py
new file mode 100644
index 0000000000..99140ee3ea
--- /dev/null
+++ b/multimedia/sound/knowthelist/actions.py
@@ -0,0 +1,19 @@
+#!/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 qt5
+
+def setup():
+ qt5.configure()
+
+def build():
+ qt5.make()
+
+def install():
+ qt5.install()
+
+ pisitools.dodoc("LICENSE", "README.md")
diff --git a/multimedia/sound/knowthelist/files/knowthelist.desktop b/multimedia/sound/knowthelist/files/knowthelist.desktop
new file mode 100644
index 0000000000..162e91cc73
--- /dev/null
+++ b/multimedia/sound/knowthelist/files/knowthelist.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=knowthelist
+Name[en]=knowthelist
+GenericName=knowthelist
+GenericName[en]=knowthelist
+Comment=Knowthelist the awesome party music player
+Comment[en]=Knowthelist the awesome party music player
+Icon=knowthelist.png
+Exec=knowthelist
+Terminal=false
+StartupNotify=false
+Categories=Application;Multimedia;
diff --git a/multimedia/sound/knowthelist/pspec.xml b/multimedia/sound/knowthelist/pspec.xml
new file mode 100644
index 0000000000..41d2a2cd16
--- /dev/null
+++ b/multimedia/sound/knowthelist/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ knowthelist
+ http://qt-apps.org/content/show.php/Knowthelist?content=165335
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ LGPLv3
+ knowthelist
+ app:gui
+ Knowthelist the awesome party music player
+ Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB)
+ https://github.com/knowthelist/knowthelist/archive/v2.3.0.tar.gz
+
+ qt5-base-devel
+ glib2-devel
+ alsa-lib-devel
+
+
+
+
+ knowthelist
+
+ qt5-base
+ gstreamer-next
+ taglib
+ alsa-lib
+ glib2
+ libgcc
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/applications
+ /usr/share/icons
+ /usr/share/doc
+
+
+
+
+
+ 2015-09-26
+ 2.3.0
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/sound/knowthelist/translations.xml b/multimedia/sound/knowthelist/translations.xml
new file mode 100644
index 0000000000..d13d5a0f1d
--- /dev/null
+++ b/multimedia/sound/knowthelist/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ knowthelist
+ Knowthelist the awesome party music player
+ Quick search for tracks in collection, Two players with separate playlists Mixer with fader, 3 channel EQ and gain, Auto fader and auto gain, Trackanalyser search for song start/end and gain setting, Auto DJ function with multiple filters for random play, Monitor player for pre listen tracks (via 2nd sound card e.g. USB)
+
+
diff --git a/multimedia/sound/sayonara/actions.py b/multimedia/sound/sayonara/actions.py
new file mode 100644
index 0000000000..46b38ba0a4
--- /dev/null
+++ b/multimedia/sound/sayonara/actions.py
@@ -0,0 +1,19 @@
+#!/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
+from pisi.actionsapi import get
+
+def setup():
+ kde5.configure()
+
+def build():
+ kde5.make()
+
+def install():
+ kde5.install()
+ pisitools.dodoc("README.txt", "license.txt", "MANUAL")
diff --git a/multimedia/sound/sayonara/files/sayonara.desktop b/multimedia/sound/sayonara/files/sayonara.desktop
new file mode 100644
index 0000000000..4c0fa2f563
--- /dev/null
+++ b/multimedia/sound/sayonara/files/sayonara.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Sayonara
+Name[tr]=Sayonara
+GenericName=Audio Player
+GenericName[tr]=sayonara
+Comment=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
+Comment[tr]=Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
+Icon=/usr/share/sayonara/sayonara.xpm
+Exec=/usr/bin/sayonara
+Terminal=false
+StartupNotify=true
+Categories=Applications;Multimedia;
diff --git a/multimedia/sound/sayonara/files/sayonara.png b/multimedia/sound/sayonara/files/sayonara.png
new file mode 100644
index 0000000000..3684d243f6
Binary files /dev/null and b/multimedia/sound/sayonara/files/sayonara.png differ
diff --git a/multimedia/sound/sayonara/pspec.xml b/multimedia/sound/sayonara/pspec.xml
new file mode 100644
index 0000000000..ed422a11bc
--- /dev/null
+++ b/multimedia/sound/sayonara/pspec.xml
@@ -0,0 +1,73 @@
+
+
+
+
+ sayonara
+ http://sayonara.luciocarreras.de/index.html
+
+ Pisi Linux Community
+ admins@pisilinux.org
+
+ GPLv3
+ sayonara
+ app:gui
+ Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
+ Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections.
+ http://sayonara-player.com/sw/sayonara-player-r155.tar.gz
+
+ qt5-base-devel
+ gstreamer-next-devel
+ taglib-devel
+ libnotify-devel
+ gst-plugins-bad-devel
+ gst-plugins-base-devel
+ gst-plugins-ugly-next
+ glib2-devel
+ libgcc
+ gstreamer-next-devel
+ gst-plugins-base-next-devel
+
+
+
+
+ sayonara
+
+ qt5-base
+ gst-plugins-bad
+ gst-plugins-base-next
+ gst-plugins-good-next
+ gst-plugins-ugly-next
+ gstreamer
+ taglib
+ libnotify
+ glib2
+ libgcc
+ gstreamer-next
+ gst-plugins-base-next
+
+
+ /usr/bin
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share
+ /usr/share/pixmaps
+ /usr/share/applications
+ /usr/share/doc
+
+
+
+ sayonara.desktop
+ sayonara.png
+
+
+
+
+
+ 2015-09-26
+ 0.7.0
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/sound/sayonara/translations.xml b/multimedia/sound/sayonara/translations.xml
new file mode 100644
index 0000000000..cf4660e328
--- /dev/null
+++ b/multimedia/sound/sayonara/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ sayonara
+ Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
+ Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections.
+
+
diff --git a/system/auth/ConsoleKit/files/pam-foreground-compat.ck b/system/auth/ConsoleKit/files/pam-foreground-compat.ck
index 3c1d0744d0..7c4c056d18 100644
--- a/system/auth/ConsoleKit/files/pam-foreground-compat.ck
+++ b/system/auth/ConsoleKit/files/pam-foreground-compat.ck
@@ -14,4 +14,4 @@ fi
if [ "$1" = "session_removed" ] && [ -e "$TAGFILE" ]; then
sed -i "\%^$CK_SESSION_ID\$%d" "$TAGFILE"
[ -s "$TAGFILE" ] || rm -f "$TAGFILE"
-fi
+fi
\ No newline at end of file
diff --git a/system/auth/ConsoleKit/pspec.xml b/system/auth/ConsoleKit/pspec.xml
index 8b81691ca4..3f052d2597 100644
--- a/system/auth/ConsoleKit/pspec.xml
+++ b/system/auth/ConsoleKit/pspec.xml
@@ -3,7 +3,7 @@
ConsoleKit2
- http://freedesktop.org/Software/Hal
+ https://github.com/Consolekit2
PisiLinux Community
admins@pisilinux.org
@@ -41,7 +41,7 @@
libX11
libnih
cgmanager
- polkit
+ polkit
eudev
@@ -64,6 +64,7 @@
ConsoleKit.conf
25-consolekit.rules
consolekit.pamd
+ pam-foreground-compat.ck
@@ -82,6 +83,13 @@
+
+ 2015-09-26
+ 1.0.0
+ readd pam-foreground-compat.ck script.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2015-08-10
1.0.0