From 775901946472f0cea6eee0c65d46eac8c994fb6a Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 22 May 2016 17:56:52 +0300 Subject: [PATCH] kdgantt2:add repo --- desktop/kde/application/kdgantt2/actions.py | 16 ++++++ desktop/kde/application/kdgantt2/pspec.xml | 56 +++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 desktop/kde/application/kdgantt2/actions.py create mode 100644 desktop/kde/application/kdgantt2/pspec.xml diff --git a/desktop/kde/application/kdgantt2/actions.py b/desktop/kde/application/kdgantt2/actions.py new file mode 100644 index 0000000000..c0f57a3afd --- /dev/null +++ b/desktop/kde/application/kdgantt2/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +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/application/kdgantt2/pspec.xml b/desktop/kde/application/kdgantt2/pspec.xml new file mode 100644 index 0000000000..391e37b3f5 --- /dev/null +++ b/desktop/kde/application/kdgantt2/pspec.xml @@ -0,0 +1,56 @@ + + + kdgantt2 + https://community.kde.org/KDE_PIM + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app:console + Library providing gantt support + Library providing gantt support + http://download.kde.org/stable/applications/16.04.0/src/kdgantt2-16.04.0.tar.xz + + extra-cmake-modules + qt5-base-devel + ki18n-devel + + + + + kdgantt2 + Library providing gantt support + + libgcc + qt5-base + + + /etc + /usr/lib/qt5 + /usr/lib + + + + + kdgantt2-devel + Development files for kdgantt2 + + kdgantt2 + + + /usr/include + /usr/lib/cmake + + + + + + 2016-05-22 + 16.04.0 + First release. + Alihan Öztürk + alihan@pisilinux.org + + +