From 1f3497dcd29b152935f0ec2a3f48b68619763962 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 30 Jul 2025 12:36:17 +0300 Subject: [PATCH] libxext rebuild --- x11/library/libXext/actions.py | 10 +++++++++- x11/library/libXext/pspec.xml | 9 ++++++++- x11/library/libXt/actions.py | 10 +++++++++- x11/library/libXt/pspec.xml | 11 ++++++++--- 4 files changed, 34 insertions(+), 6 deletions(-) diff --git a/x11/library/libXext/actions.py b/x11/library/libXext/actions.py index 68afdff748..a17eeebcc8 100644 --- a/x11/library/libXext/actions.py +++ b/x11/library/libXext/actions.py @@ -8,8 +8,13 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): + options = "--disable-static" + + if get.buildTYPE() == "emul32": + options += " --disable-static" + autotools.autoreconf("-vif") - autotools.configure("--disable-static") + autotools.configure(options) def build(): autotools.make() @@ -17,4 +22,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/libXext/pspec.xml b/x11/library/libXext/pspec.xml index 107696b263..15b5f9c759 100644 --- a/x11/library/libXext/pspec.xml +++ b/x11/library/libXext/pspec.xml @@ -1,5 +1,5 @@ - + libXext @@ -67,6 +67,13 @@ + + 2025-07-30 + 1.3.6 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2024-02-05 1.3.6 diff --git a/x11/library/libXt/actions.py b/x11/library/libXt/actions.py index a746a798b3..c65f5e4069 100644 --- a/x11/library/libXt/actions.py +++ b/x11/library/libXt/actions.py @@ -10,8 +10,13 @@ from pisi.actionsapi import pisitools Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" def setup(): + options = "--libdir=%s --disable-static" % Libdir + + if get.buildTYPE() == "emul32": + options += " --disable-static" + autotools.autoreconf("-vif") - autotools.configure("--disable-static") + 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("ChangeLog", "COPYING", "README*") diff --git a/x11/library/libXt/pspec.xml b/x11/library/libXt/pspec.xml index ab5a4da4d2..e7e5f41368 100644 --- a/x11/library/libXt/pspec.xml +++ b/x11/library/libXt/pspec.xml @@ -1,5 +1,5 @@ - + libXt @@ -61,12 +61,10 @@ 32-bit shared libraries for libXt emul32 - libX11-32bit libSM-32bit - libXt libX11-32bit libSM-32bit @@ -78,6 +76,13 @@ + + 2025-07-30 + 1.3.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-11-17 1.3.1