tcl, libical, bash-completion ver. bump

This commit is contained in:
Rmys
2024-12-27 16:31:01 +03:00
parent d347254d7b
commit f0ed79d3d1
6 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.unlinkDir("%s/tcl8.6.13/pkgs/sqlite3.40.0" % get.workDIR())
shelltools.unlinkDir("%s/tcl8.6.16/pkgs/sqlite3.47.2" % get.workDIR())
shelltools.cd("unix")
autotools.autoreconf("-fi")
+8 -1
View File
@@ -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="d232cb8dd433056e049ecd94ebcb7385dcffa116" type="targz">mirrors://sourceforge/tcl/tcl8.6.13-src.tar.gz</Archive>
<Archive sha1sum="6af9c6fd2642aa87eae4442d617d87c0193a9791" type="targz">mirrors://sourceforge/tcl/tcl8.6.16-src.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="8">
<Date>2024-12-26</Date>
<Version>8.6.16</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2023-05-27</Date>
<Version>8.6.13</Version>
+9 -2
View File
@@ -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="6a5581fd896c1f1d292c208cf12ff637e7fc8229" type="targz">mirrors://sourceforge/tcl/tk8.6.13-src.tar.gz</Archive>
<Archive sha1sum="a0a9425f051bb7de8bd0932ccc3594f7815fcfb6" type="targz">mirrors://sourceforge/tcl/tk8.6.16-src.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.6.13">tcl-devel</Dependency>
<Dependency versionFrom="8.6.16">tcl-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXft-devel</Dependency>
<!--<Dependency>libXScrnSaver-devel</Dependency>-->
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="8">
<Date>2024-12-26</Date>
<Version>8.6.16</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2023-05-27</Date>
<Version>8.6.13</Version>
+8 -1
View File
@@ -27,7 +27,7 @@
<Dependency>python-six</Dependency>
<Dependency>vala</Dependency>
</BuildDependencies>
<Archive sha1sum="80599cdaab0170e0cb4c916d76dd841670dcef85" type="targz">https://github.com/libical/libical/releases/download/v3.0.16/libical-3.0.16.tar.gz</Archive>
<Archive sha1sum="eed1c346e2705cf96e4651342cc2011427b57b60" type="targz">https://github.com/libical/libical/releases/download/v3.0.19/libical-3.0.19.tar.gz</Archive>
</Source>
<Package>
<Name>libical</Name>
@@ -70,6 +70,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="9">
<Date>2024-12-24</Date>
<Version>3.0.19</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2022-10-18</Date>
<Version>3.0.16</Version>
+1 -1
View File
@@ -24,4 +24,4 @@ def install():
for comp in blacklist:
pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README.md")
pisitools.dodoc("AUTHORS", "COPYING", "README.md")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Programmable completion for bash</Summary>
<Description>A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters.</Description>
<Archive sha1sum="c25bb5c092f0345c9148e6396a10f81228b2f622" type="tarxz">https://github.com/scop/bash-completion/releases/download/2.10/bash-completion-2.10.tar.xz</Archive>
<Archive sha1sum="b582c4fc65553bd3fef951badf00cadeb6f1fb41" type="tarxz">https://github.com/scop/bash-completion/releases/download/2.16.0/bash-completion-2.16.0.tar.xz</Archive>
<Patches>
<!-- <Patch>pisilinux.patch</Patch> -->
<!-- <Patch level="1">libreoffice_completion.patch</Patch> -->
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="7">
<Date>2024-12-26</Date>
<Version>2.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2020-01-11</Date>
<Version>2.10</Version>