kmplot Mathematical Function Plotter

This commit is contained in:
groni
2015-11-06 22:27:33 +01:00
parent 801668acba
commit 71d3077a6e
6 changed files with 153 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING.DOC", "COPYING")
+64
View File
@@ -0,0 +1,64 @@
<PISI>
<Source>
<Name>kmplot</Name>
<Homepage>http://kde.org/applications/education/kmplot/</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>FDL</License>
<License>GPL</License>
<License>LGPL</License>
<PartOf>desktop.kde.education</PartOf>
<Summary>Mathematical Function Plotter</Summary>
<Description>KmPlot is a program to draw graphs, their integrals or derivatives. It supports different systems of coordinates like the Cartesian or the polar coordinate system. The graphs can be colorized and the view is scalable, so that you are able to zoom to the level you need.</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kparts-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<Archive type="tarxz" sha1sum="e7adf3d354b3ef9c4042f53c11a94a3fa6fbff72">http://download.kde.org/stable/applications/15.08.2/src/kmplot-15.08.2.tar.xz</Archive>
</Source>
<Package>
<Name>kmplot</Name>
<Summary>Mathematical Function Plotter</Summary>
<RuntimeDependencies>
<Dependency>kdelibs4-support</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kparts</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kconfigwidgets</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-11-06</Date>
<Version>15.08.2</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>