Merge pull request #5022 from Rmys/master

vala-0.40.3:ver.bump
This commit is contained in:
Rmys
2018-07-30 01:32:04 +03:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
+3
View File
@@ -4,11 +4,14 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("sed -i '115d; 121,137d; 139,140d' configure.ac")
shelltools.system("sed -i '/valadoc/d' Makefile.am")
autotools.autoreconf("-vfi") autotools.autoreconf("-vfi")
autotools.configure("--enable-vapigen \ autotools.configure("--enable-vapigen \
--with-pic") --with-pic")
+9 -1
View File
@@ -12,7 +12,7 @@
<License>BSD</License> <License>BSD</License>
<Summary>A modern programming language for GNOME</Summary> <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> <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="a12af2da2b773a5f80417eec98f068f54d77a3be" type="tarxz">mirrors://gnome/vala/0.36/vala-0.36.9.tar.xz</Archive> <Archive sha1sum="a972a4294d2c76e820db4cda56d716290d8c61ec" type="tarxz">mirrors://gnome/vala/0.40/vala-0.40.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency> <Dependency>gobject-introspection-devel</Dependency>
@@ -34,6 +34,7 @@
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/vala-*/vapi</Path> <Path fileType="data">/usr/share/vala-*/vapi</Path>
<Path fileType="data">/usr/share/vala/vapi/libvala-0.40.vapi</Path>
<Path fileType="data">/usr/share/vim/vimfiles</Path> <Path fileType="data">/usr/share/vim/vimfiles</Path>
</Files> </Files>
<AdditionalFiles> <AdditionalFiles>
@@ -69,6 +70,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2018-07-30</Date>
<Version>0.40.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2018-07-29</Date> <Date>2018-07-29</Date>
<Version>0.36.9</Version> <Version>0.36.9</Version>