diff --git a/science/mathematics/libqalculate/actions.py b/science/mathematics/libqalculate/actions.py index 721a8bb39d..e6b901eaa5 100644 --- a/science/mathematics/libqalculate/actions.py +++ b/science/mathematics/libqalculate/actions.py @@ -6,11 +6,16 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-fi") + autotools.autoreconf("-fiv") + shelltools.system("./autogen.sh") autotools.configure("--disable-static") + + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/science/mathematics/libqalculate/pspec.xml b/science/mathematics/libqalculate/pspec.xml index ab4d71918d..2af016694a 100644 --- a/science/mathematics/libqalculate/pspec.xml +++ b/science/mathematics/libqalculate/pspec.xml @@ -12,18 +12,25 @@ library Multi-purpose calculator library libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux. - https://github.com/Qalculate/libqalculate/releases/download/v0.9.10/libqalculate-0.9.10.tar.gz + https://github.com/Qalculate/libqalculate/releases/download/v2.6.1/libqalculate-2.6.1.tar.gz cln-devel gmp-devel libxml2-devel glib2-devel - gettext-devel + intltool + mpfr-devel + curl-devel + icu4c-devel + readline-devel + ncurses-devel + perl-XML-Parser + perl-Locale-gettext - libqalculate-0.9.6-check-fix.patch - libqalculate-0.9.6-gcc4.3.patch + libqalculate-0.9.6-check-fix.patch --> + @@ -31,6 +38,11 @@ libqalculate cln + gmp + curl + mpfr + icu4c + readline libxml2 glib2 libgcc @@ -60,6 +72,13 @@ + + 2018-08-14 + 2.6.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2017-03-02 0.9.10