diff --git a/science/mathematics/libqalculate/actions.py b/science/mathematics/libqalculate/actions.py index e6b901eaa5..2f419886ad 100644 --- a/science/mathematics/libqalculate/actions.py +++ b/science/mathematics/libqalculate/actions.py @@ -4,17 +4,17 @@ # 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 -from pisi.actionsapi import get def setup(): - autotools.autoreconf("-fiv") + #autotools.autoreconf("-fiv") shelltools.system("./autogen.sh") autotools.configure("--disable-static") - + # fix unused direct dependency analysis pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): @@ -24,4 +24,4 @@ def check(): autotools.make("check") def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) \ No newline at end of file diff --git a/science/mathematics/libqalculate/pspec.xml b/science/mathematics/libqalculate/pspec.xml index 92d01c3dbf..7a8aa2a234 100644 --- a/science/mathematics/libqalculate/pspec.xml +++ b/science/mathematics/libqalculate/pspec.xml @@ -1,5 +1,5 @@ - + libqalculate @@ -8,53 +8,56 @@ PisiLinux Community admins@pisilinux.org + science.mathematics GPLv2 library + app:console Multi-purpose calculator library libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux. - https://github.com/Qalculate/libqalculate/releases/download/v3.7.0/libqalculate-3.7.0.tar.gz + https://github.com/Qalculate/libqalculate/archive/v3.10.0.tar.gz doxygen + intltool cln-devel gmp-devel - libxml2-devel - glib2-devel - gettext-devel - intltool - mpfr-devel curl-devel + mpfr-devel + glib2-devel icu4c-devel - readline-devel + gettext-devel + libxml2-devel ncurses-devel + readline-devel perl-XML-Parser perl-Locale-gettext - --> - + --> + libqalculate + Multi-purpose calculator library cln gmp curl mpfr icu4c - readline - libxml2 glib2 libgcc + libxml2 + readline - /usr/bin /usr/lib /usr/share/doc /usr/share/man - /usr/share/locale + /usr/bin /usr/share/qalculate + /usr/share/locale @@ -62,11 +65,11 @@ libqalculate-devel Development files for libqalculate - libqalculate cln-devel mpfr-devel - libxml2-devel glib2-devel + libxml2-devel + libqalculate /usr/include @@ -75,6 +78,13 @@ + + 2020-05-26 + 3.10.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-03 3.7.0 diff --git a/science/mathematics/libqalculate/translations.xml b/science/mathematics/libqalculate/translations.xml index 86d0e18a4e..6225369019 100644 --- a/science/mathematics/libqalculate/translations.xml +++ b/science/mathematics/libqalculate/translations.xml @@ -10,5 +10,6 @@ libqalculate-devel libqalculate için geliştirme dosyaları + libqalculate-devel, libqalculate için geliştirme dosyalarını içerir. - + \ No newline at end of file