diff --git a/desktop/kde/application/kcalcore/actions.py b/desktop/kde/application/kcalcore/actions.py new file mode 100755 index 0000000000..9083d58f59 --- /dev/null +++ b/desktop/kde/application/kcalcore/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 pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/application/kcalcore/pspec.xml b/desktop/kde/application/kcalcore/pspec.xml new file mode 100755 index 0000000000..431cc57611 --- /dev/null +++ b/desktop/kde/application/kcalcore/pspec.xml @@ -0,0 +1,68 @@ + + + + + kcalcore + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + The KDE calendar access library + Access Library for the Calendar in KDE + http://download.kde.org/stable/applications/15.08.0/src/kcalcore-15.08.0.tar.xz + + qt5-base-devel + kdelibs4-support-devel + extra-cmake-modules + kdoctools-devel + libical-devel + + + + + kcalcore + + qt5-base + kdelibs4-support + libical + libgcc + kcodecs + kconfig + kcoreaddons + libutil-linux + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kcalcore-devel + Development files for kcalcore + + qt5-base-devel + kcalcore + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +