Package: gnome-rdp Version: 0.2.2-5 Severity: important Hi, please build gnome-rdp with libvte0.16-cil instead of libvte2.0-cil. The latter will disappear soonish when gtk-sharp 2.12.0/gnome-sharp 2.20.0/gnome-desktop-sharp 2.20.1 are uploaded to unstable.
Attached patch makes it build with the new version, you only need to include it and change the build dependency in debian/control once libvte0.16-cil has moved from experimental to unstable ;) Thanks
--- gnome-rdp/configure.in.old 2008-03-13 20:44:40.000000000 +0100
+++ gnome-rdp/configure.in 2008-03-13 20:44:53.000000000 +0100
@@ -57,7 +57,7 @@
MONO_REQUIRED=1.1.7
PKG_CHECK_MODULES(GTKSHARP, gtk-sharp-2.0 >= $GTKSHARP_REQUIRED)
PKG_CHECK_MODULES(GLADESHARP, glade-sharp-2.0 >= $GTKSHARP_REQUIRED)
-PKG_CHECK_MODULES(VTESHARP, vte-sharp-2.0 >= $GTKSHARP_REQUIRED)
+PKG_CHECK_MODULES(VTESHARP, vte-sharp-0.16 >= $GTKSHARP_REQUIRED)
PKG_CHECK_MODULES(MONO, mono >= $MONO_REQUIRED)
AC_SUBST(MCS)
--- gnome-rdp/configure.old 2008-03-13 20:44:42.000000000 +0100
+++ gnome-rdp/configure 2008-03-13 20:45:04.000000000 +0100
@@ -21455,12 +21455,12 @@
pkg_cv_VTESHARP_CFLAGS="$VTESHARP_CFLAGS"
else
if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-2.0 >= \$GTKSHARP_REQUIRED\"") >&5
- ($PKG_CONFIG --exists --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED") 2>&5
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-0.16 >= \$GTKSHARP_REQUIRED\"") >&5
+ ($PKG_CONFIG --exists --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_VTESHARP_CFLAGS=`$PKG_CONFIG --cflags "vte-sharp-2.0 >= $GTKSHARP_REQUIRED" 2>/dev/null`
+ pkg_cv_VTESHARP_CFLAGS=`$PKG_CONFIG --cflags "vte-sharp-0.16 >= $GTKSHARP_REQUIRED" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -21473,12 +21473,12 @@
pkg_cv_VTESHARP_LIBS="$VTESHARP_LIBS"
else
if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-2.0 >= \$GTKSHARP_REQUIRED\"") >&5
- ($PKG_CONFIG --exists --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED") 2>&5
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-0.16 >= \$GTKSHARP_REQUIRED\"") >&5
+ ($PKG_CONFIG --exists --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_VTESHARP_LIBS=`$PKG_CONFIG --libs "vte-sharp-2.0 >= $GTKSHARP_REQUIRED" 2>/dev/null`
+ pkg_cv_VTESHARP_LIBS=`$PKG_CONFIG --libs "vte-sharp-0.16 >= $GTKSHARP_REQUIRED" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -21497,14 +21497,14 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- VTESHARP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED"`
+ VTESHARP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED"`
else
- VTESHARP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED"`
+ VTESHARP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED"`
fi
# Put the nasty error message in config.log where it belongs
echo "$VTESHARP_PKG_ERRORS" >&5
- { { echo "$as_me:$LINENO: error: Package requirements (vte-sharp-2.0 >= $GTKSHARP_REQUIRED) were not met:
+ { { echo "$as_me:$LINENO: error: Package requirements (vte-sharp-0.16 >= $GTKSHARP_REQUIRED) were not met:
$VTESHARP_PKG_ERRORS
@@ -21515,7 +21515,7 @@
and VTESHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
" >&5
-echo "$as_me: error: Package requirements (vte-sharp-2.0 >= $GTKSHARP_REQUIRED) were not met:
+echo "$as_me: error: Package requirements (vte-sharp-0.16 >= $GTKSHARP_REQUIRED) were not met:
$VTESHARP_PKG_ERRORS
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

