[anjuta] Updated files for 2.31.3 release and fixed distcheck



commit d2ca7f60a9243573f252164afbf1bbf2e6d89d4f
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jun 7 21:36:40 2010 +0200

    Updated files for 2.31.3 release and fixed distcheck

 NEWS                                         |   17 +++++++++++++++++
 configure.in                                 |    2 +-
 plugins/language-support-vala/Makefile.am    |    9 +++++----
 plugins/project-wizard/templates/Makefile.am |    2 +-
 4 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 215f8fb..06290b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Anjuta 2.31.3 "Smile, tommorow will be worse" (7 June 2010) -- Johannes Schmid
+
+New:
+- language-support for Vala
+
+Updated:
+- Symbol database is super fast now
+- Glade plugins was cleaned a lot and doesn't spit warnings anymore
+
+Bugs fixed:
+anjuta: bgo #618273  - Anjuta closes when pressing ESC in the save dialog
+bgo #586428  - paths with symlinks do not get 'real' absolute paths
+language-support-cpp-java: bgo#618955  - Smart brace completion is no longer smart
+message-view: bgo#620209  - Message View Crashes When Hovering Mouse Cursor Over Message Toggle Icons
+npw: fix #610934  - Improve translations for the wizard files
+Remove deprecated GTK+ symbols. Fixes bug 572754.
+
 Anjuta 2.31.2 "There are no ugly girls, just lazy ones" (25 May 2010) -- Johannes Schmid
 
 New:
diff --git a/configure.in b/configure.in
index f2b841b..2ef0bcc 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 31)
-m4_define(anjuta_micro_version,  2)
+m4_define(anjuta_micro_version,  3)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 
diff --git a/plugins/language-support-vala/Makefile.am b/plugins/language-support-vala/Makefile.am
index e906193..eb7e90b 100644
--- a/plugins/language-support-vala/Makefile.am
+++ b/plugins/language-support-vala/Makefile.am
@@ -1,13 +1,12 @@
 if ENABLE_VALA
 
-# Where to install the plugin
-plugindir = $(anjuta_plugin_dir)
-
 # Plugin description file
 plugin_in_files = anjuta-vala.plugin.in
 %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
-plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
+# Where to install the plugin
+vala_plugindir = $(anjuta_plugin_dir)
+vala_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
 # NOTE :
 # The naming convention is very intentional
@@ -33,6 +32,7 @@ AM_CPPFLAGS = \
 	--no-warn
 
 # The plugin
+plugindir = $(anjuta_plugin_dir)
 plugin_LTLIBRARIES = libanjuta-language-vala.la
 
 # Plugin sources
@@ -57,6 +57,7 @@ endif # ENABLE_VALA
 
 EXTRA_DIST = \
 	$(plugin_in_files) \
+	$(vala_plugin_DATA) \
 	$(libanjuta_language_vala_la_VALASOURCES:.vala=.c)
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/project-wizard/templates/Makefile.am b/plugins/project-wizard/templates/Makefile.am
index cba7c4f..cd84f4b 100644
--- a/plugins/project-wizard/templates/Makefile.am
+++ b/plugins/project-wizard/templates/Makefile.am
@@ -44,6 +44,6 @@ wizard_files_DATA = \
 # Translate wiz file
 %.wiz: %.wiz.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache
 
-EXTRA_DIST = $(wizard_files_DATA)
+EXTRA_DIST = $(wizard_files_DATA) $(template_in_files)
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]