@@ -8,8 +8,13 @@ from pisi.actionsapi import autotools
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
options = "--disable-static"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --disable-static"
|
||||||
|
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static")
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -17,4 +22,7 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libXext</Name>
|
<Name>libXext</Name>
|
||||||
@@ -67,6 +67,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="11">
|
||||||
|
<Date>2025-07-30</Date>
|
||||||
|
<Version>1.3.6</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="10">
|
<Update release="10">
|
||||||
<Date>2024-02-05</Date>
|
<Date>2024-02-05</Date>
|
||||||
<Version>1.3.6</Version>
|
<Version>1.3.6</Version>
|
||||||
|
|||||||
@@ -10,8 +10,13 @@ from pisi.actionsapi import pisitools
|
|||||||
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
|
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
options = "--libdir=%s --disable-static" % Libdir
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --disable-static"
|
||||||
|
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static")
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -19,4 +24,7 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("ChangeLog", "COPYING", "README*")
|
pisitools.dodoc("ChangeLog", "COPYING", "README*")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libXt</Name>
|
<Name>libXt</Name>
|
||||||
@@ -61,12 +61,10 @@
|
|||||||
<Summary>32-bit shared libraries for libXt</Summary>
|
<Summary>32-bit shared libraries for libXt</Summary>
|
||||||
<BuildType>emul32</BuildType>
|
<BuildType>emul32</BuildType>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
|
||||||
<Dependency>libX11-32bit</Dependency>
|
<Dependency>libX11-32bit</Dependency>
|
||||||
<Dependency>libSM-32bit</Dependency>
|
<Dependency>libSM-32bit</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
|
||||||
<Dependency release="current">libXt</Dependency>
|
<Dependency release="current">libXt</Dependency>
|
||||||
<Dependency>libX11-32bit</Dependency>
|
<Dependency>libX11-32bit</Dependency>
|
||||||
<Dependency>libSM-32bit</Dependency>
|
<Dependency>libSM-32bit</Dependency>
|
||||||
@@ -78,6 +76,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="12">
|
||||||
|
<Date>2025-07-30</Date>
|
||||||
|
<Version>1.3.1</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="11">
|
<Update release="11">
|
||||||
<Date>2024-11-17</Date>
|
<Date>2024-11-17</Date>
|
||||||
<Version>1.3.1</Version>
|
<Version>1.3.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user