libqalculate:ver bump

This commit is contained in:
blue-devil
2020-05-27 01:11:53 +03:00
parent 044c1d50cd
commit c61e2459ff
3 changed files with 32 additions and 21 deletions
+4 -4
View File
@@ -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())
+26 -16
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libqalculate</Name>
@@ -8,53 +8,56 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>science.mathematics</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Multi-purpose calculator library</Summary>
<Description>libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux.</Description>
<Archive sha1sum="4f051d5cec5dd6219acee7fe370126dbd64a406d" type="targz">https://github.com/Qalculate/libqalculate/releases/download/v3.7.0/libqalculate-3.7.0.tar.gz</Archive>
<Archive sha1sum="91c7d66ee196a31650259c3abccd23abba495aee" type="targz">https://github.com/Qalculate/libqalculate/archive/v3.10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>intltool</Dependency>
<Dependency>cln-devel</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>mpfr-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>mpfr-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>perl-XML-Parser</Dependency>
<Dependency>perl-Locale-gettext</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">libqalculate-0.9.6-check-fix.patch</Patch> --> -->
<!-- <Patch level="1">libqalculate-0.9.6-gcc4.3.patch</Patch> -->
<!--<Patch level="1">libqalculate-0.9.6-check-fix.patch</Patch> --> -->
<!--<Patch level="1">libqalculate-0.9.6-gcc4.3.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>libqalculate</Name>
<Summary>Multi-purpose calculator library</Summary>
<RuntimeDependencies>
<Dependency>cln</Dependency>
<Dependency>gmp</Dependency>
<Dependency>curl</Dependency>
<Dependency>mpfr</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>readline</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/qalculate</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
@@ -62,11 +65,11 @@
<Name>libqalculate-devel</Name>
<Summary>Development files for libqalculate</Summary>
<RuntimeDependencies>
<Dependency release="current">libqalculate</Dependency>
<Dependency>cln-devel</Dependency>
<Dependency>mpfr-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency release="current">libqalculate</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -75,6 +78,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-05-26</Date>
<Version>3.10.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-02-03</Date>
<Version>3.7.0</Version>
@@ -10,5 +10,6 @@
<Package>
<Name>libqalculate-devel</Name>
<Summary xml:lang="tr">libqalculate için geliştirme dosyaları</Summary>
<Description xml:lang="tr">libqalculate-devel, libqalculate için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>
</PISI>