Merge pull request #17098 from Rmys/master

libice
This commit is contained in:
Rmys
2025-07-30 12:04:58 +03:00
committed by GitHub
2 changed files with 19 additions and 4 deletions
+11 -3
View File
@@ -8,10 +8,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
options = "--enable-ipv6 \
--disable-static \
--without-fop"
if get.buildTYPE() == "emul32":
options += " --disable-static"
autotools.autoreconf("-vif")
autotools.configure("--disable-static \
--enable-ipv6 \
--without-fop")
autotools.configure(options)
def build():
autotools.make()
@@ -19,4 +24,7 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
return
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
+8 -1
View File
@@ -55,7 +55,7 @@
<Dependency>libbsd-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>libbsd-32bit</Dependency>
<Dependency release="current">libICE</Dependency>
</RuntimeDependencies>
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="12">
<Date>2025-07-30</Date>
<Version>1.1.2</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2024-12-14</Date>
<Version>1.1.2</Version>