guile 2.2.6

This commit is contained in:
idriskalp
2019-12-26 17:52:46 +03:00
parent c18833309a
commit 4e3bce669f
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ def install():
pisitools.dodir("/etc/env.d")
shelltools.echo("%s/etc/env.d/50guile" % get.installDIR(), 'GUILE_LOAD_PATH="/usr/share/guile/%s"' % major)
pisitools.domove("/usr/lib/libguile-2.0.so.22.*.scm", "/usr/share/gdb/auto-load")
pisitools.domove("/usr/lib/libguile-2.2.so.*.scm", "/usr/share/gdb/auto-load")
pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING", "NEWS", "README", "THANKS")
+9 -2
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>GNU Scheme interpreter and library</Summary>
<Description>GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs.</Description>
<Archive sha1sum="88cac56a7c017aae29a581772146057a9cd283f9" type="tarxz">mirrors://gnu/guile/guile-2.0.14.tar.xz</Archive>
<Archive sha1sum="75239d0f03a4860da60a07e02a715549a7465ba3" type="tarxz">mirrors://gnu/guile/guile-2.2.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>gc-devel</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -47,7 +47,7 @@
<Path fileType="data">/usr/share/guile</Path>
<Path fileType="data">/usr/share/emacs</Path>
<Path fileType="data">/usr/share/gdb/auto-load</Path>
<Path fileType="library">/usr/lib/guile/2.0</Path>
<Path fileType="library">/usr/lib/guile/2.2</Path>
</Files>
</Package>
@@ -69,6 +69,13 @@
</Package>
<History>
<Update release="5">
<Date>2019-10-02</Date>
<Version>2.2.6</Version>
<Comment>Version bump</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-18</Date>
<Version>2.0.14</Version>