tag 622655 + patch
thanks
Le Thu, 14 Apr 2011 09:45:24 +0200,
Yves-Alexis Perez a écrit :
> On mer., 2011-04-13 at 19:14 +0200, Laurent Bigonville wrote:
> >
> > This require to update the build-dependencies and to patch the
> > configure to look for the new .pc file
> >
> Could you be a little more specific?
Hi,
Yes sorry, I should have been more specific.
The packages libchamplain-0.4-dev and libchamplain-gtk-0.4-dev have
been renamed in libchamplain-0.8-dev and libchamplain-gtk-0.8-dev.
You can find a patch attached that should do the trick to fix the
configure.
Cheers
Laurent Bigonville
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@
GWEATHER="gweather"
gweather_minimum_version="2.25.3"
- champlain_minimum_version="0.4"
+ champlain_minimum_version="0.8"
gtkimageview_minimum_version="1.6"
libnotify_minimum_version="0.3.0"
@@ -1562,9 +1562,9 @@
[enable_contacts_map="$enableval"], [enable_contacts_map=yes])
if test "x$enable_contacts_map" = "xyes"; then
- PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.5 >= $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
+ PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.8 >= $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
if test "x$have_champlain" = "xno"; then
- PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.4 >= $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
+ PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.8 >= $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
fi
AC_SUBST(CHAMPLAIN_CFLAGS)
AC_SUBST(CHAMPLAIN_LIBS)