diff --git a/x11/library/libICE/actions.py b/x11/library/libICE/actions.py index 0f2cfedf1e..e304b6d59e 100644 --- a/x11/library/libICE/actions.py +++ b/x11/library/libICE/actions.py @@ -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*") diff --git a/x11/library/libICE/pspec.xml b/x11/library/libICE/pspec.xml index 2399f33913..bb98d8f0fd 100644 --- a/x11/library/libICE/pspec.xml +++ b/x11/library/libICE/pspec.xml @@ -65,6 +65,13 @@ + + 2025-07-30 + 1.1.2 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-12-14 1.1.2