vala ver. bump

This commit is contained in:
Rmys
2020-12-17 18:32:08 +03:00
committed by GitHub
parent 70729f5b88
commit f597bb15ee
2 changed files with 12 additions and 2 deletions
+3
View File
@@ -15,6 +15,9 @@ def setup():
autotools.autoreconf("-vfi")
autotools.configure("--disable-valadoc \
--with-pic")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
+9 -2
View File
@@ -12,7 +12,7 @@
<License>BSD</License>
<Summary>A modern programming language for GNOME</Summary>
<Description>Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.</Description>
<Archive sha1sum="ca417c1247209f49c1968ce58639ed2afe33c905" type="tarxz">mirrors://gnome/vala/0.44/vala-0.44.11.tar.xz</Archive>
<Archive sha1sum="93f8b4d2d4618e1b42e9a52de9fb711c026f634e" type="tarxz">mirrors://gnome/vala/0.48/vala-0.48.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
@@ -35,7 +35,7 @@
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/vala-*/vapi</Path>
<Path fileType="data">/usr/share/vala/vapi/libvala-0.44.vapi</Path>
<Path fileType="data">/usr/share/vala/vapi/libvala-*.vapi</Path>
<Path fileType="data">/usr/share/vim/vimfiles</Path>
</Files>
<AdditionalFiles>
@@ -71,6 +71,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-12-15</Date>
<Version>0.48.12</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-01-31</Date>
<Version>0.44.11</Version>