guile v.bump
This commit is contained in:
@@ -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.7.2-gdb.scm", "/usr/share/gdb/auto-load")
|
||||
pisitools.domove("/usr/lib/libguile-2.0.so.22.*.scm", "/usr/share/gdb/auto-load")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING", "NEWS", "README", "THANKS")
|
||||
|
||||
@@ -14,13 +14,14 @@
|
||||
<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="ae86544b39048a160f4db1c0653a79b40b6c1ee6" type="tarxz">mirrors://gnu/guile/guile-2.0.11.tar.xz</Archive>
|
||||
<Archive sha1sum="627f7b5004f01b7e2c074e03fff3eda235c0d9ab" type="tarxz">mirrors://gnu/guile/guile-2.0.13.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gc-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency>libunistring-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
@@ -45,7 +46,7 @@
|
||||
<Path fileType="library">/usr/lib/lib*</Path>
|
||||
<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="data">/usr/share/gdb/auto-load</Path>
|
||||
<Path fileType="library">/usr/lib/guile/2.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -68,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-23</Date>
|
||||
<Version>2.0.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-04-27</Date>
|
||||
<Version>2.0.11</Version>
|
||||
|
||||
Reference in New Issue
Block a user