diff --git a/desktop/kde/application/kalarmcal/actions.py b/desktop/kde/application/kalarmcal/actions.py new file mode 100755 index 0000000000..e7afdb19e3 --- /dev/null +++ b/desktop/kde/application/kalarmcal/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 pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING.LIB", "README", "DESIGN.html", "CODING_STYLE") diff --git a/desktop/kde/application/kalarmcal/pspec.xml b/desktop/kde/application/kalarmcal/pspec.xml new file mode 100755 index 0000000000..4275a8c7d1 --- /dev/null +++ b/desktop/kde/application/kalarmcal/pspec.xml @@ -0,0 +1,68 @@ + + + + + kalarmcal + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + Library to provides access and handling of KAlarm calendar data + Library to provides access and handling of KAlarm calendar data + http://download.kde.org/stable/applications/15.08.0/src/kalarmcal-15.08.0.tar.xz + + qt5-base-devel + extra-cmake-modules + kcalcore-devel + boost-devel + kdoctools-devel + + + + + kalarmcal + + qt5-base + kcalcore + kholidays + kidentitymanagement + ki18n + libgcc + kdepimlibs + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kalarmcal-devel + Development files for kalarmcal + + qt5-base-devel + kalarmcal + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-23 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/ksyndication/actions.py b/desktop/kde/application/ksyndication/actions.py new file mode 100755 index 0000000000..8d990021ad --- /dev/null +++ b/desktop/kde/application/ksyndication/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 pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING.LIB", "COPYING.BSD") diff --git a/desktop/kde/application/ksyndication/pspec.xml b/desktop/kde/application/ksyndication/pspec.xml new file mode 100755 index 0000000000..8d4b43bdd8 --- /dev/null +++ b/desktop/kde/application/ksyndication/pspec.xml @@ -0,0 +1,61 @@ + + + + + ksyndication + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + RSS/Atom parser library + syndication is a parser library for RSS and Atom feeds. + http://download.kde.org/stable/applications/15.08.0/src/syndication-15.08.0.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + + + + + ksyndication + + qt5-base + kio + kcodecs + libgcc + kcoreaddons + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + ksyndication-devel + Development files for ksyndication + + qt5-base-devel + ksyndication + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2015-08-23 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +