From 64f1d9311da1fab98e0da218c85a649b5d5e0999 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 27 May 2020 01:52:38 +0300 Subject: [PATCH] qalculate-gtk:first pisi release --- science/mathematics/qalculate-gtk/actions.py | 24 ++++++++ science/mathematics/qalculate-gtk/pspec.xml | 61 +++++++++++++++++++ .../qalculate-gtk/translations.xml | 14 +++++ 3 files changed, 99 insertions(+) create mode 100644 science/mathematics/qalculate-gtk/actions.py create mode 100644 science/mathematics/qalculate-gtk/pspec.xml create mode 100644 science/mathematics/qalculate-gtk/translations.xml 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