From 78f0248d0f7824d2f5be09212301195b5f61cb11 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 30 Jul 2018 01:30:44 +0300 Subject: [PATCH] vala-0.40.3:ver.bump --- programming/language/vala/actions.py | 3 +++ programming/language/vala/pspec.xml | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/programming/language/vala/actions.py b/programming/language/vala/actions.py index 856debc335..eb00b72078 100644 --- a/programming/language/vala/actions.py +++ b/programming/language/vala/actions.py @@ -4,11 +4,14 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get 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.configure("--enable-vapigen \ --with-pic") diff --git a/programming/language/vala/pspec.xml b/programming/language/vala/pspec.xml index c8f3ad8cbc..f80df5b647 100644 --- a/programming/language/vala/pspec.xml +++ b/programming/language/vala/pspec.xml @@ -12,7 +12,7 @@ BSD A modern programming language for GNOME 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. - mirrors://gnome/vala/0.36/vala-0.36.9.tar.xz + mirrors://gnome/vala/0.40/vala-0.40.3.tar.xz glib2-devel gobject-introspection-devel @@ -34,6 +34,7 @@ /usr/share/doc /usr/share/man /usr/share/vala-*/vapi + /usr/share/vala/vapi/libvala-0.40.vapi /usr/share/vim/vimfiles @@ -69,6 +70,13 @@ + + 2018-07-30 + 0.40.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-07-29 0.36.9