diff --git a/desktop/kde/l10n/kde-l10n-ga/actions.py b/desktop/kde/l10n/kde-l10n-ga/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ga/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-ga/files/kde4.patch b/desktop/kde/l10n/kde-l10n-ga/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ga/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-tr/pspec.xml b/desktop/kde/l10n/kde-l10n-ga/pspec.xml
similarity index 53%
rename from desktop/kde/l10n/kde-l10n-tr/pspec.xml
rename to desktop/kde/l10n/kde-l10n-ga/pspec.xml
index 0d2b6e2b70..4ed51803e6 100644
--- a/desktop/kde/l10n/kde-l10n-tr/pspec.xml
+++ b/desktop/kde/l10n/kde-l10n-ga/pspec.xml
@@ -2,63 +2,58 @@
- kde-l10n-tr
+ kde-l10n-ga
http://l10n.kde.org
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
GPLv2
- locale:tr
- Turkish KDE5 internationalization package
- kde-l10n-tr is the KDE5 internationalization package that provides Turkish translations for KDE5 applications.
- mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-tr-15.08.1.tar.xz
-
- qt5-linguist
+ locale:ga
+ Irish Gaelic KDE5 internationalization package
+ kde-l10n-ga is the KDE5 internationalization package that provides Irish Gaelic translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-ga-15.08.1.tar.xz
+
+ qt5-base-devel
ki18n-devel
kconfig-devel
+ qt5-linguist
extra-cmake-modules
kdoctools-devel
kde4.patch
-
+
- kde-l10n-tr
- lang-tr
+ kde-l10n-ga
+ lang-ga
system.locale
/usr/share/locale
/usr/share/apps
/usr/share/khangman
+ /usr/share/klettres
-
- kde-l10n-tr-doc
- Turkish documentation files for KDE
+
-
-
- 2015-09-16
- 15.08.1
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
+
- 2015-08-20
- 15.08.0
+ 2015-09-21
+ 15.08.1
First release
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
diff --git a/desktop/kde/l10n/kde-l10n-ga/translations.xml b/desktop/kde/l10n/kde-l10n-ga/translations.xml
new file mode 100644
index 0000000000..aa82847515
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-ga/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-ga
+ KDE5 İrlandalı Gaelce yerelleştirme paketi
+ kde-l10n-ga, KDE uygulamalarını İrlandalı Gaelce yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-gl/actions.py b/desktop/kde/l10n/kde-l10n-gl/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-gl/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-gl/files/kde4.patch b/desktop/kde/l10n/kde-l10n-gl/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-gl/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-gl/pspec.xml b/desktop/kde/l10n/kde-l10n-gl/pspec.xml
new file mode 100644
index 0000000000..0a05f11d99
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-gl/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-gl
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:gl
+ Galician KDE5 internationalization package
+ kde-l10n-gl is the KDE5 internationalization package that provides Galician translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-gl-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-gl
+ lang-gl
+ system.locale
+
+ /usr/share/locale
+ /usr/share/apps
+ /usr/share/khangman
+ /usr/share/klettres
+
+
+
+
+ kde-l10n-gl-doc
+ Galician 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-gl/translations.xml b/desktop/kde/l10n/kde-l10n-gl/translations.xml
new file mode 100644
index 0000000000..89280b8ca8
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-gl/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-gl
+ KDE5 Galiçya yerelleştirme paketi
+ kde-l10n-gl, KDE uygulamalarını Galiçya yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+ kde-l10n-gl-doc
+ KDE5 için Galiçya belgeler
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-he/actions.py b/desktop/kde/l10n/kde-l10n-he/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-he/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-he/files/kde4.patch b/desktop/kde/l10n/kde-l10n-he/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-he/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-he/pspec.xml b/desktop/kde/l10n/kde-l10n-he/pspec.xml
new file mode 100644
index 0000000000..670b730a23
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-he/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-he
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:he
+ Hebrew KDE5 internationalization package
+ kde-l10n-he is the KDE5 internationalization package that provides Hebrew translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-he-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-he
+ lang-he
+ 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-he/translations.xml b/desktop/kde/l10n/kde-l10n-he/translations.xml
new file mode 100644
index 0000000000..2e29564f1b
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-he/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-he
+ KDE5 İbranice yerelleştirme paketi
+ kde-l10n-he, KDE uygulamalarını İbranice yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-hi/actions.py b/desktop/kde/l10n/kde-l10n-hi/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hi/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-hi/files/kde4.patch b/desktop/kde/l10n/kde-l10n-hi/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hi/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-hi/pspec.xml b/desktop/kde/l10n/kde-l10n-hi/pspec.xml
new file mode 100644
index 0000000000..6dd3775bbc
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hi/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-hi
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:hi
+ Hindi KDE5 internationalization package
+ kde-l10n-ga is the KDE5 internationalization package that provides Hindi translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-hi-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-hi
+ lang-hi
+ 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-hi/translations.xml b/desktop/kde/l10n/kde-l10n-hi/translations.xml
new file mode 100644
index 0000000000..40bb80de2e
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hi/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-hi
+ KDE5 Hintçe yerelleştirme paketi
+ kde-l10n-hi, KDE uygulamalarını Hintçe yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-hr/actions.py b/desktop/kde/l10n/kde-l10n-hr/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hr/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-hr/files/kde4.patch b/desktop/kde/l10n/kde-l10n-hr/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hr/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-hr/pspec.xml b/desktop/kde/l10n/kde-l10n-hr/pspec.xml
new file mode 100644
index 0000000000..2a0f2c00be
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hr/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-hr
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:hr
+ Croatian KDE5 internationalization package
+ kde-l10n-hr is the KDE5 internationalization package that provides Croatian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-hr-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-hr
+ lang-hr
+ 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-hr/translations.xml b/desktop/kde/l10n/kde-l10n-hr/translations.xml
new file mode 100644
index 0000000000..d953f81fee
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hr/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-hr
+ KDE5 Hırvat yerelleştirme paketi
+ kde-l10n-hr, KDE uygulamalarını Hırvat yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file
diff --git a/desktop/kde/l10n/kde-l10n-hu/actions.py b/desktop/kde/l10n/kde-l10n-hu/actions.py
new file mode 100644
index 0000000000..3546076c32
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hu/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-hu/files/kde4.patch b/desktop/kde/l10n/kde-l10n-hu/files/kde4.patch
new file mode 100644
index 0000000000..7b3e1fcf6f
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hu/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-hu/pspec.xml b/desktop/kde/l10n/kde-l10n-hu/pspec.xml
new file mode 100644
index 0000000000..80fc370a3c
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hu/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ kde-l10n-hu
+ http://l10n.kde.org
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GPLv2
+ locale:hu
+ Hungarian KDE5 internationalization package
+ kde-l10n-hu is the KDE5 internationalization package that provides Hungarian translations for KDE5 applications.
+ mirrors://kde/stable/applications/15.08.1/src/kde-l10n/kde-l10n-hu-15.08.1.tar.xz
+
+ qt5-base-devel
+ ki18n-devel
+ kconfig-devel
+ qt5-linguist
+ extra-cmake-modules
+ kdoctools-devel
+
+
+ kde4.patch
+
+
+
+
+ kde-l10n-hu
+ lang-hu
+ 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-hu/translations.xml b/desktop/kde/l10n/kde-l10n-hu/translations.xml
new file mode 100644
index 0000000000..f85dfa3c23
--- /dev/null
+++ b/desktop/kde/l10n/kde-l10n-hu/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ kde-l10n-hu
+ KDE5 Macar yerelleştirme paketi
+ kde-l10n-hu, KDE uygulamalarını Macar yerelde kullanmanızı sağlayan yerelleştirme paketidir.
+
+
+
+
\ No newline at end of file