From 9089e098fd4a8212f30160794835aa5ae34a63c7 Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 14 Aug 2015 15:41:43 +0200 Subject: [PATCH] kapptemplate for pisi linux 2.0 --- desktop/kde/sdk/kapptemplate/actions.py | 19 +++++++ desktop/kde/sdk/kapptemplate/pspec.xml | 54 +++++++++++++++++++ desktop/kde/sdk/kapptemplate/translations.xml | 8 +++ 3 files changed, 81 insertions(+) create mode 100644 desktop/kde/sdk/kapptemplate/actions.py create mode 100755 desktop/kde/sdk/kapptemplate/pspec.xml create mode 100755 desktop/kde/sdk/kapptemplate/translations.xml 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..3cd673686e --- /dev/null +++ b/desktop/kde/sdk/kapptemplate/pspec.xml @@ -0,0 +1,54 @@ + + + + + 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 + + + + + kapptemplate + + qt5-base + kio + ki18n + libgcc + kconfig + karchive + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /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. + +