diff --git a/science/mathematics/qalculate-gtk/actions.py b/science/mathematics/qalculate-gtk/actions.py new file mode 100644 index 0000000000..f65b30c00e --- /dev/null +++ b/science/mathematics/qalculate-gtk/actions.py @@ -0,0 +1,24 @@ +#!/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 get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + +def setup(): + shelltools.system("./autogen.sh") + autotools.configure() + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("COPYING", "README*") \ No newline at end of file diff --git a/science/mathematics/qalculate-gtk/pspec.xml b/science/mathematics/qalculate-gtk/pspec.xml new file mode 100644 index 0000000000..3fc3d42300 --- /dev/null +++ b/science/mathematics/qalculate-gtk/pspec.xml @@ -0,0 +1,61 @@ + + + + + qalculate-gtk + https://qalculate.github.io/ + + Blue Devil + bluedevil@sctzine.com + + science.mathematics + GPLv2+ + app:gui + GTK frontend for libqalculate. + Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation). + https://github.com/Qalculate/qalculate-gtk/archive/v3.10.0.tar.gz + + intltool + gtk3-devel + cairo-devel + pango-devel + gettext-devel + libxml2-devel + python3-devel + readline-devel + gdk-pixbuf-devel + libqalculate-devel + + + + + qalculate-gtk + GTK frontend for libqalculate. + + gtk3 + cairo + pango + libxml2 + python3 + gdk-pixbuf + libqalculate + + + /usr/share + /usr/lib + /usr/share/man + /usr/bin + /usr/share/doc/qalculate-gtk + + + + + + 2020-05-26 + 3.10.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/science/mathematics/qalculate-gtk/translations.xml b/science/mathematics/qalculate-gtk/translations.xml new file mode 100644 index 0000000000..ed44b4b9bb --- /dev/null +++ b/science/mathematics/qalculate-gtk/translations.xml @@ -0,0 +1,14 @@ + + + + m4ri + F2 üzerinden lineer cebir için algoritmalar. + m4ri, F2 üzerinden lineer cebir için algoritmalar sunar. + + + + m4ri-devel + m4ri için geliştirme dosyaları + m4ri-devel, m4ri için geliştirme dosyalarını içerir. + + \ No newline at end of file