tcl-8.6.13
This commit is contained in:
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.unlinkDir("%s/tcl8.6.10/pkgs/sqlite3.30.1.2" % get.workDIR())
|
||||
shelltools.unlinkDir("%s/tcl8.6.13/pkgs/sqlite3.40.0" % get.workDIR())
|
||||
shelltools.cd("unix")
|
||||
|
||||
autotools.autoreconf("-fi")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tcl programming language</Summary>
|
||||
<Description>Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks.</Description>
|
||||
<Archive sha1sum="0ba1dcc40db79749c322258781879a3c17093295" type="targz">mirrors://sourceforge/tcl/tcl8.6.10-src.tar.gz</Archive>
|
||||
<Archive sha1sum="d232cb8dd433056e049ecd94ebcb7385dcffa116" type="targz">mirrors://sourceforge/tcl/tcl8.6.13-src.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -62,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-05-27</Date>
|
||||
<Version>8.6.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>8.6.10</Version>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An X11 toolkit implemented with the Tcl scripting language</Summary>
|
||||
<Description>Tk is an X Windows widget set designed to work closely with the tcl scripting language. It allows you to write simple programs with full featured GUIs in only a little more time then it takes to write a text based interface.</Description>
|
||||
<Archive sha1sum="8f6fb6276e8b82509a2637e7798b7e58da0bd164" type="targz">mirrors://sourceforge/tcl/tk8.6.10-src.tar.gz</Archive>
|
||||
<Archive sha1sum="6a5581fd896c1f1d292c208cf12ff637e7fc8229" type="targz">mirrors://sourceforge/tcl/tk8.6.13-src.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>tcl-devel</Dependency>
|
||||
<Dependency versionFrom="8.6.13">tcl-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libXft-devel</Dependency>
|
||||
<!--<Dependency>libXScrnSaver-devel</Dependency>-->
|
||||
@@ -22,7 +22,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">tk-8.6.9-conf.patch</Patch>
|
||||
<Patch level="1">tk-8.6.4-no-fonts-fix.patch</Patch>
|
||||
<!--Patch level="1">tk-8.6.4-no-fonts-fix.patch</Patch-->
|
||||
<Patch level="1">tk-8.6.1-make.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-05-27</Date>
|
||||
<Version>8.6.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>8.6.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user