diff --git a/desktop/kde/application/kdeedu-data/actions.py b/desktop/kde/application/kdeedu-data/actions.py new file mode 100755 index 0000000000..e5cca37dea --- /dev/null +++ b/desktop/kde/application/kdeedu-data/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") diff --git a/desktop/kde/application/kdeedu-data/pspec.xml b/desktop/kde/application/kdeedu-data/pspec.xml new file mode 100755 index 0000000000..f795d43b33 --- /dev/null +++ b/desktop/kde/application/kdeedu-data/pspec.xml @@ -0,0 +1,37 @@ + + + + + kdeedu-data + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + Common data for KDE Edu applications + Common data for KDE Edu applications. + mirrors://kde/stable/applications/15.08.2/src/kdeedu-data-15.08.2.tar.xz + + extra-cmake-modules + + + + + kdeedu-data + + /usr/share + /usr/share/doc + + + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/edu/kdeedu-data/actions.py b/desktop/kde/edu/kdeedu-data/actions.py new file mode 100755 index 0000000000..e5cca37dea --- /dev/null +++ b/desktop/kde/edu/kdeedu-data/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") diff --git a/desktop/kde/edu/kdeedu-data/pspec.xml b/desktop/kde/edu/kdeedu-data/pspec.xml new file mode 100755 index 0000000000..f795d43b33 --- /dev/null +++ b/desktop/kde/edu/kdeedu-data/pspec.xml @@ -0,0 +1,37 @@ + + + + + kdeedu-data + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + Common data for KDE Edu applications + Common data for KDE Edu applications. + mirrors://kde/stable/applications/15.08.2/src/kdeedu-data-15.08.2.tar.xz + + extra-cmake-modules + + + + + kdeedu-data + + /usr/share + /usr/share/doc + + + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +