From 320d25ea543491c550436e9b7396df5893183553 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 31 Jan 2020 23:02:41 +0300 Subject: [PATCH] vala ver. bump --- programming/language/vala/actions.py | 6 +++--- programming/language/vala/pspec.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/programming/language/vala/actions.py b/programming/language/vala/actions.py index eb00b72078..3e10275dd4 100644 --- a/programming/language/vala/actions.py +++ b/programming/language/vala/actions.py @@ -10,10 +10,10 @@ 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") + #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 \ + autotools.configure("--disable-valadoc \ --with-pic") def build(): diff --git a/programming/language/vala/pspec.xml b/programming/language/vala/pspec.xml index e5bb136ab3..9190a7da66 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.40/vala-0.40.18.tar.xz + mirrors://gnome/vala/0.44/vala-0.44.11.tar.xz glib2-devel gobject-introspection-devel @@ -35,7 +35,7 @@ /usr/share/doc /usr/share/man /usr/share/vala-*/vapi - /usr/share/vala/vapi/libvala-0.40.vapi + /usr/share/vala/vapi/libvala-0.44.vapi /usr/share/vim/vimfiles @@ -71,6 +71,13 @@ + + 2020-01-31 + 0.44.11 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-05 0.40.18