diff --git a/desktop/kde/sdk/kapptemplate/actions.py b/desktop/kde/sdk/kapptemplate/actions.py new file mode 100644 index 0000000000..56638b7e32 --- /dev/null +++ b/desktop/kde/sdk/kapptemplate/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 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/sdk/kapptemplate/pspec.xml b/desktop/kde/sdk/kapptemplate/pspec.xml new file mode 100755 index 0000000000..916e888416 --- /dev/null +++ b/desktop/kde/sdk/kapptemplate/pspec.xml @@ -0,0 +1,62 @@ + + + + + kapptemplate + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + Application template generator + KAppTemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. + mirrors://kde/stable/applications/15.04.3/src/kapptemplate-15.04.3.tar.xz + + qt5-base-devel + extra-cmake-modules + gettext + python3 + kdelibs-devel + kde-runtime-devel + + + + + kapptemplate + + qt5-base + kio + ki18n + libgcc + kconfig + karchive + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + kdesdk + + + kdesdk + + + /usr/share + /usr/share/doc + /usr/bin + + + + + + 2014-07-19 + 15.04.3 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/sdk/kapptemplate/translations.xml b/desktop/kde/sdk/kapptemplate/translations.xml new file mode 100755 index 0000000000..b7cf03c7cb --- /dev/null +++ b/desktop/kde/sdk/kapptemplate/translations.xml @@ -0,0 +1,8 @@ + + + + kapptemplate + Uygulama şablon oluşturucu. + Kapptemplate, çeşitli uygulamaları geliştirmek için gerekli olabilecek şablonlar oluşturmayı sağlar. + +