From 3d70b75c27e408d9017f3f887fe199b302670cc8 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 16:19:42 +0200 Subject: [PATCH 1/2] kdeedu-data Common data for KDE Edu applications --- desktop/kde/edu/kdeedu-data/actions.py | 19 +++++++++++++ desktop/kde/edu/kdeedu-data/pspec.xml | 37 ++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100755 desktop/kde/edu/kdeedu-data/actions.py create mode 100755 desktop/kde/edu/kdeedu-data/pspec.xml 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 + + + From c6c2a84c5363073858d787c6191be9bd6cc9e260 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 17:04:07 +0200 Subject: [PATCH 2/2] misstake change directory and remove edu directory --- .../kde/application/kdeedu-data/actions.py | 19 ++++++++++ desktop/kde/application/kdeedu-data/pspec.xml | 37 +++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100755 desktop/kde/application/kdeedu-data/actions.py create mode 100755 desktop/kde/application/kdeedu-data/pspec.xml 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 + + +