Description: Use Debian name (libgpeschedule) for GPE package
 libschedule and migrate to libsoup-2.4
Author: Neil Williams <codehelp@debian.org>

--- gpe-calendar-0.92.orig/configure.ac
+++ gpe-calendar-0.92/configure.ac
@@ -12,7 +12,7 @@ AC_PROG_LIBTOOL
 
 DEP_MODULES="gtk+-2.0 >= 2.4 glib-2.0 >= 2.2 libgpewidget >= 0.109 libgpepimc \
              libgpevtype >= 0.50 libeventdb >= 0.90 esound \
-	     libxsettings-client libhandoff libsoup-2.2 libsoundgen >= 0.5"
+	     libxsettings-client libhandoff libsoup-2.4 libsoundgen >= 0.5"
 
 # i8n stuff
 AH_TEMPLATE([GETTEXT_PACKAGE], [Package name for gettext])
@@ -72,12 +72,12 @@ AC_ARG_ENABLE(hildon,
 AC_SUBST(ENABLE_HILDON)
 AM_CONDITIONAL(HILDON, test x$ENABLE_HILDON = xtrue)
 
-# See if we should use libschedule.
-AC_ARG_WITH(libschedule,
-	[AC_HELP_STRING([--without-libschedule],[disable use of libschedule])])
-if test x$with_libschedule != xno
+# See if we should use libgpeschedule.
+AC_ARG_WITH(libgpeschedule,
+	[AC_HELP_STRING([--without-libgpeschedule],[disable use of libgpeschedule])])
+if test x$with_libgpeschedule != xno
 then
-  DEP_MODULES="$DEP_MODULES libschedule"
+  DEP_MODULES="$DEP_MODULES libgpeschedule"
   AC_DEFINE(WITH_LIBSCHEDULE)
 fi
 
