x11-* ver. bump

This commit is contained in:
Rmys
2022-10-19 12:25:17 +03:00
parent 0f378eb055
commit 071004684e
29 changed files with 172 additions and 395 deletions
+7 -5
View File
@@ -10,18 +10,20 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
#autotools.autoreconf("-fiv")
shelltools.system("./autogen.sh")
autotools.autoreconf("-fiv")
# shelltools.system("./autogen.sh")
autotools.configure("--disable-static")
# fix unused direct dependency analysis
pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def check():
autotools.make("check")
# def check():
# autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+8 -1
View File
@@ -14,7 +14,7 @@
<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="91c7d66ee196a31650259c3abccd23abba495aee" type="targz">https://github.com/Qalculate/libqalculate/archive/v3.10.0.tar.gz</Archive>
<Archive sha1sum="3278e7c5592ca8e0248cdba6938352e17df025f1" type="targz">https://github.com/Qalculate/libqalculate/releases/download/v4.4.0/libqalculate-4.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>intltool</Dependency>
@@ -78,6 +78,13 @@
</Package>
<History>
<Update release="7">
<Date>2022-10-18</Date>
<Version>4.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-05-26</Date>
<Version>3.10.0</Version>