[anjuta] Disable vala support, since 0.15 is not supported yet

Cosimo Cecchi cosimoc at fedoraproject.org
Tue Jan 10 20:47:45 UTC 2012


commit 872383fab51bc2def4c0adbcd4ef4e88c8a8b956
Author: Cosimo Cecchi <cosimoc at gnome.org>
Date:   Tue Jan 10 15:46:52 2012 -0500

    Disable vala support, since 0.15 is not supported yet

 anjuta.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/anjuta.spec b/anjuta.spec
index a1d5e31..f922c81 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -41,7 +41,8 @@ BuildRequires:	python-devel
 BuildRequires:	scrollkeeper
 BuildRequires:	sqlite-devel
 BuildRequires:	subversion-devel
-BuildRequires:	vala-devel >= 0.11.2
+# Disabled until 0.15 is supported
+#BuildRequires:	vala-devel >= 0.11.2
 BuildRequires:	vte3-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  gobject-introspection-devel
@@ -133,6 +134,8 @@ export PKG_CONFIG_PATH="./PKGCONFIG"
   --enable-gtk-doc --enable-introspection --enable-plugin-devhelp \
   --enable-plugin-glade --enable-plugin-subversion \
   --enable-scrollkeeper \
+# Vala disabled until 0.15 is supported
+  --disable-vala \
   --docdir=%{_docdir}/%{name}-%{version} \
   --with-svn-lib=%{_libdir}
 
@@ -303,6 +306,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_datadir}/gnome/help/%{name}-manual/*
 
 %changelog
+* Tue Jan 10 2012 Cosimo Cecchi <cosimoc at redhat.com> - 1:3.3.3-2
+- Disable vala support, until Anjuta supports Vala 0.15
+
 * Thu Dec 29 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 1:3.3.3-1
 - Update to 3.3.3
 - http://ftp.acc.umu.se/pub/GNOME/sources/anjuta/3.3/anjuta-3.3.2.news


More information about the scm-commits mailing list