@@ -11,13 +11,18 @@ def setup():
|
|||||||
pisitools.flags.add("-DNDEBUG")
|
pisitools.flags.add("-DNDEBUG")
|
||||||
|
|
||||||
autotools.autoreconf("-vfi")
|
autotools.autoreconf("-vfi")
|
||||||
autotools.configure("--disable-static \
|
options = " --disable-static \
|
||||||
--enable-xevie \
|
--enable-xevie \
|
||||||
--enable-xprint \
|
--enable-xprint \
|
||||||
--enable-xinput \
|
--enable-xinput \
|
||||||
--enable-xkb \
|
--enable-xkb \
|
||||||
--without-launchd \
|
--without-launchd \
|
||||||
--without-doxygen")
|
--without-doxygen"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
@@ -26,5 +31,8 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("-j1 DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("-j1 DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("COPYING", "NEWS", "README")
|
pisitools.dodoc("COPYING", "NEWS", "README")
|
||||||
|
|||||||
@@ -80,6 +80,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>1.13.1</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2019-01-16</Date>
|
<Date>2019-01-16</Date>
|
||||||
<Version>1.13.1</Version>
|
<Version>1.13.1</Version>
|
||||||
|
|||||||
@@ -10,12 +10,20 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static \
|
options = "--disable-static \
|
||||||
--with-pic")
|
--with-pic"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("README")
|
pisitools.dodoc("README")
|
||||||
|
|||||||
@@ -69,6 +69,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>0.1.3</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>0.1.3</Version>
|
<Version>0.1.3</Version>
|
||||||
|
|||||||
@@ -10,12 +10,20 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static \
|
options = "--disable-static \
|
||||||
--with-pic")
|
--with-pic"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("README")
|
pisitools.dodoc("README")
|
||||||
|
|||||||
@@ -65,6 +65,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>0.4.0</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>0.4.0</Version>
|
<Version>0.4.0</Version>
|
||||||
|
|||||||
@@ -10,13 +10,20 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static \
|
options = "--disable-static \
|
||||||
--with-pic")
|
--with-pic"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("README")
|
pisitools.dodoc("README")
|
||||||
|
|||||||
@@ -64,6 +64,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>0.4.0</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>0.4.0</Version>
|
<Version>0.4.0</Version>
|
||||||
|
|||||||
@@ -9,13 +9,21 @@ from pisi.actionsapi import autotools
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.configure("--disable-static \
|
autotools.autoreconf("-vif")
|
||||||
--with-pic")
|
options = "--disable-static \
|
||||||
|
--with-pic"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("README")
|
pisitools.dodoc("README")
|
||||||
|
|||||||
@@ -60,6 +60,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>0.3.9</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>0.3.9</Version>
|
<Version>0.3.9</Version>
|
||||||
|
|||||||
@@ -10,13 +10,20 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static \
|
options = "--disable-static \
|
||||||
--with-pic")
|
--with-pic"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("README")
|
pisitools.dodoc("README")
|
||||||
|
|||||||
@@ -63,6 +63,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>0.4.1</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>0.4.1</Version>
|
<Version>0.4.1</Version>
|
||||||
|
|||||||
@@ -54,6 +54,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>1.3</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>1.3</Version>
|
<Version>1.3</Version>
|
||||||
|
|||||||
@@ -11,13 +11,20 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure("--disable-static \
|
options = "--disable-static \
|
||||||
--with-pic")
|
--with-pic"
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=/usr/lib32"
|
||||||
|
|
||||||
|
autotools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
return
|
||||||
|
|
||||||
pisitools.dodoc("README")
|
pisitools.dodoc("README")
|
||||||
|
|||||||
@@ -64,6 +64,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2019-02-20</Date>
|
||||||
|
<Version>0.4.0</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-11-05</Date>
|
<Date>2018-11-05</Date>
|
||||||
<Version>0.4.0</Version>
|
<Version>0.4.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user