diff --git a/desktop/toolkit/qt5/qt5-tools/pspec.xml b/desktop/toolkit/qt5/qt5-tools/pspec.xml
index 1850a2e18e..4495e9bf50 100644
--- a/desktop/toolkit/qt5/qt5-tools/pspec.xml
+++ b/desktop/toolkit/qt5/qt5-tools/pspec.xml
@@ -56,14 +56,15 @@
qt5-tools-devel
-
- /usr/lib/pkgconfig
- /usr/include/qt5
-
qt5-base-devel
qt5-tools
+
+ /usr/lib/pkgconfig
+ /usr/include/qt5
+
+
diff --git a/programming/misc/grantlee-qt5/actions.py b/programming/misc/grantlee-qt5/actions.py
new file mode 100644
index 0000000000..5e57e6dd55
--- /dev/null
+++ b/programming/misc/grantlee-qt5/actions.py
@@ -0,0 +1,20 @@
+#!/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 cmaketools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ cmaketools.configure()
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "CHANGELOG", "COPYING*", "README")
diff --git a/programming/misc/grantlee-qt5/pspec.xml b/programming/misc/grantlee-qt5/pspec.xml
new file mode 100644
index 0000000000..c14264e090
--- /dev/null
+++ b/programming/misc/grantlee-qt5/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ grantlee-qt5
+ https://github.com/simonwagner/grantlee
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ library
+ Qt string template engine based on the Django template system
+ grantlee is a plugin based String Template system written using the Qt framework. The goals of the project are to make it easier for application developers to separate the structure of documents from the data they contain, opening the door for theming.
+ http://source.pisilinux.org/1.0/grantlee-5.0.0.tar.gz
+
+ qt5-base-devel
+ qt5-script-devel
+ qt5-tools-devel
+ cmake
+
+
+
+
+ grantlee-qt5
+
+ qt5-base
+ qt5-script
+ libgcc
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ grantlee-qt5-devel
+ Development files for grantlee
+
+ grantlee
+
+
+ /usr/include
+ /usr/lib/grantlee/*.cmake
+
+
+
+
+
+ 2015-07-23
+ 5.0.0
+ First release
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+
diff --git a/programming/misc/grantlee-qt5/translations.xml b/programming/misc/grantlee-qt5/translations.xml
new file mode 100644
index 0000000000..69d4a6d4c8
--- /dev/null
+++ b/programming/misc/grantlee-qt5/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ grantlee
+ Django şablon sistemi benzeri bir Qt metin şablon motoru
+ grantlee, Qt çatısı kullanılarak yazılmış bir eklenti destekli metin şablon sistemidir. Projenin amaçları; belgelerin yapısını, içerdikleri veriden ayırarak uygulama geliştiricilerinin işini kolaylaştırmak ve tema desteği için imkan sağlamaktır.
+
+
+
+ grantlee-devel
+ grantlee için geliştirme dosyaları
+
+