From 9c38abfdc592c4311fd0b0fd3a02fce7959c7b73 Mon Sep 17 00:00:00 2001 From: groni Date: Mon, 19 Oct 2015 22:39:53 +0200 Subject: [PATCH] Step is an interactive physical simulator --- desktop/kde/application/step/actions.py | 19 ++++++ desktop/kde/application/step/pspec.xml | 78 +++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100755 desktop/kde/application/step/actions.py create mode 100755 desktop/kde/application/step/pspec.xml diff --git a/desktop/kde/application/step/actions.py b/desktop/kde/application/step/actions.py new file mode 100755 index 0000000000..ea85e4d2cf --- /dev/null +++ b/desktop/kde/application/step/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", "ChangeLog", "AUTHORS", "README", "COPYING.DOC", "DESIGN") diff --git a/desktop/kde/application/step/pspec.xml b/desktop/kde/application/step/pspec.xml new file mode 100755 index 0000000000..a27f4e8bda --- /dev/null +++ b/desktop/kde/application/step/pspec.xml @@ -0,0 +1,78 @@ + + + + + step + http://kde.org/applications/education/step/ + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + Interactive Physical Simulator + Step is an interactive physical simulator. It allows you to explore the physical world through simulations. + mirrors://kde/stable/applications/15.08.2/src/step-15.08.2.tar.xz + + qt5-base-devel + qt5-quick1-devel + qt5-svg-devel + extra-cmake-modules + kdoctools-devel + mesa-devel + khtml-devel + kconfig-devel + kdelibs4-support-devel + knewstuff-devel + kplotting-devel + eigen3 + pkgconfig + libqalculate-devel + cln-devel + + + + + + step + + qt5-base + cln + gsl + khtml + knewstuff + kplotting + libqalculate + kparts + kio + libgcc + kdelibs4-support + ki18n + kconfig + kxmlgui + kcompletion + kcoreaddons + kiconthemes + ktextwidgets + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/doc + + + + + + + 2015-10-19 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +