[Xfce4-commits] <xfce4-places-plugin:vala-wip> Remove workaround for Vala's gpointer boxed bug

Diego Ongaro noreply at xfce.org
Sat Oct 17 19:52:01 CEST 2009


Updating branch refs/heads/vala-wip
         to 6ecb6601fa80e465447a0bb8da1add2123c81789 (commit)
       from 2d352abd06b0926917976c1bd5590a4e143da539 (commit)

commit 6ecb6601fa80e465447a0bb8da1add2123c81789
Author: Diego Ongaro <ongardie at gmail.com>
Date:   Sat Oct 17 10:43:29 2009 -0700

    Remove workaround for Vala's gpointer boxed bug
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=592166
    and http://git.gnome.org/cgit/vala/commit/?id=2abd2b63ff9ebb87053fe9e1152e2be511efe257
    
    Depend on Vala 0.7.7 now for this fix.

 configure.in.in          |    2 +-
 panel-plugin/Makefile.am |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index e1d8b20..68f6774 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -31,7 +31,7 @@ dnl check for optional packages/versions
 XDT_CHECK_OPTIONAL_PACKAGE([LIBXFCE4PANEL_46], [libxfce4panel-1.0], [4.5.92], [libxfce4panel46], [Take advantage of Xfce 4.6 panel changes])
 
 dnl Check for valac
-valac_minimum_version=0.7.5
+valac_minimum_version=0.7.7
 AC_PATH_PROG([VALAC], [valac], [valac])
 AC_SUBST(VALAC)
 if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 347b1bd..64e13cf 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -53,7 +53,6 @@ vala.stamp: $(xfce4_places_plugin_VALASOURCES)
 	for vala_file in $(xfce4_places_plugin_c_VALASOURCES); do \
 		$(VALAC) $(VALA_OPTS) -C $$vala_file; \
 	done
-	sed -i 's/^\s*gpointer boxed;\s*$$//' $(xfce4_places_plugin_VALASOURCES:.vala=.c) # gnome bug 592166
 	touch $@
 endif
 



More information about the Xfce4-commits mailing list