Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (62e0d782a53cbcdb9be56e52cf4343b4f45477e1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (62e0d782a53cbcdb9be56e52cf4343b4f45477e1)
  • Date: Sat, 19 Apr 2008 18:54:30 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
gnome2-apps/planner/DETAILS | 2
gnome2-apps/planner/HISTORY | 4
gnome2-apps/planner/PRE_BUILD | 4
gnome2-apps/planner/planner-0.14.2.tar.gz.sig | 0
gnome2-apps/planner/planner-0.14.3.tar.gz.sig |binary
gnome2-apps/planner/planner-evolution-fix.diff | 115
+++++++++++++++++++++++++
7 files changed, 124 insertions(+), 1 deletion(-)

New commits:
commit 62e0d782a53cbcdb9be56e52cf4343b4f45477e1
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

planner: updated to 0.14.3

diff --git a/gnome2-apps/planner/DETAILS b/gnome2-apps/planner/DETAILS
index 9ac185c..53dfd29 100755
--- a/gnome2-apps/planner/DETAILS
+++ b/gnome2-apps/planner/DETAILS
@@ -1,5 +1,5 @@
SPELL=planner
- VERSION=0.14.2
+ VERSION=0.14.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/planner/HISTORY b/gnome2-apps/planner/HISTORY
index 4e01773..1d080af 100644
--- a/gnome2-apps/planner/HISTORY
+++ b/gnome2-apps/planner/HISTORY
@@ -1,3 +1,7 @@
+2008-04-19 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.14.3
+ * PRE_BUILD: added to apply patch to build with evolution-plugin
+
2007-09-24 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.14.2. Updated WEB_SITE

diff --git a/gnome2-apps/planner/PRE_BUILD b/gnome2-apps/planner/PRE_BUILD
new file mode 100755
index 0000000..327e79c
--- /dev/null
+++ b/gnome2-apps/planner/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+patch -p1 < ${SCRIPT_DIRECTORY}/planner-evolution-fix.diff
diff --git a/gnome2-apps/planner/planner-0.14.2.tar.gz.sig
b/gnome2-apps/planner/planner-0.14.2.tar.gz.sig
deleted file mode 100644
index 946d4c3..0000000
Binary files a/gnome2-apps/planner/planner-0.14.2.tar.gz.sig and /dev/null
differ
diff --git a/gnome2-apps/planner/planner-0.14.3.tar.gz.sig
b/gnome2-apps/planner/planner-0.14.3.tar.gz.sig
new file mode 100644
index 0000000..8028afc
Binary files /dev/null and b/gnome2-apps/planner/planner-0.14.3.tar.gz.sig
differ
diff --git a/gnome2-apps/planner/planner-evolution-fix.diff
b/gnome2-apps/planner/planner-evolution-fix.diff
new file mode 100644
index 0000000..2ad6e0f
--- /dev/null
+++ b/gnome2-apps/planner/planner-evolution-fix.diff
@@ -0,0 +1,115 @@
+Only in planner.mod: config.log
+diff -u -r planner-0.14.3/configure planner.mod/configure
+--- planner-0.14.3/configure 2008-04-12 11:14:43.000000000 -0500
++++ planner.mod/configure 2008-04-19 18:41:45.000000000 -0500
+@@ -25655,13 +25655,13 @@
+ libecal-\$EDS_PACKAGE >= \$EDS_REQUIRED
+ libedata-cal-\$EDS_PACKAGE >= \$EDS_REQUIRED
+ libedataserver-\$EDS_PACKAGE >= \$EDS_REQUIRED
+- evolution-plugin-\$EVOLUTION_PACKAGE >= \$EVOLUTION_REQUIRED
++ evolution-plugin >= \$EVOLUTION_REQUIRED
+ \"") >&5
+ ($PKG_CONFIG --exists --print-errors "
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ ") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+@@ -25670,7 +25670,7 @@
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ " 2>/dev/null`
+ else
+ pkg_failed=yes
+@@ -25688,13 +25688,13 @@
+ libecal-\$EDS_PACKAGE >= \$EDS_REQUIRED
+ libedata-cal-\$EDS_PACKAGE >= \$EDS_REQUIRED
+ libedataserver-\$EDS_PACKAGE >= \$EDS_REQUIRED
+- evolution-plugin-\$EVOLUTION_PACKAGE >= \$EVOLUTION_REQUIRED
++ evolution-plugin >= \$EVOLUTION_REQUIRED
+ \"") >&5
+ ($PKG_CONFIG --exists --print-errors "
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ ") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+@@ -25703,7 +25703,7 @@
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ " 2>/dev/null`
+ else
+ pkg_failed=yes
+@@ -25727,14 +25727,14 @@
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ "`
+ else
+ EDS_BACKEND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout
--print-errors "
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ "`
+ fi
+ # Put the nasty error message in config.log where it belongs
+@@ -25744,7 +25744,7 @@
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ ) were not met:
+
+ $EDS_BACKEND_PKG_ERRORS
+@@ -25760,7 +25760,7 @@
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ ) were not met:
+
+ $EDS_BACKEND_PKG_ERRORS
+@@ -25804,7 +25804,7 @@
+ fi
+ extensiondir=`$PKG_CONFIG --variable=extensiondir
evolution-data-server-$EDS_PACKAGE`
+
+- plugindir=`$PKG_CONFIG --variable=plugindir
evolution-plugin-$EVOLUTION_PACKAGE`
++ plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin`
+
+ use_eds_backend=yes
+ else
+diff -u -r planner-0.14.3/configure.in planner.mod/configure.in
+--- planner-0.14.3/configure.in 2008-04-12 07:49:23.000000000 -0500
++++ planner.mod/configure.in 2008-04-19 18:38:27.000000000 -0500
+@@ -289,11 +289,11 @@
+ libecal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
+ libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
+- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
++ evolution-plugin >= $EVOLUTION_REQUIRED
+ ])
+ extensiondir=`$PKG_CONFIG --variable=extensiondir
evolution-data-server-$EDS_PACKAGE`
+ AC_SUBST(extensiondir)
+- plugindir=`$PKG_CONFIG --variable=plugindir
evolution-plugin-$EVOLUTION_PACKAGE`
++ plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin`
+ AC_SUBST(plugindir)
+ use_eds_backend=yes
+ else



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (62e0d782a53cbcdb9be56e52cf4343b4f45477e1), Robin Cook, 04/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page