Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (2d9aa13c6abcc2164e2a9bae33ca3f208c1f030a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (2d9aa13c6abcc2164e2a9bae33ca3f208c1f030a)
  • Date: Thu, 10 Aug 2006 10:37:14 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

gnome2-apps/pan2/DEPENDS | 11 ++++++++++-
gnome2-apps/pan2/DETAILS | 4 ++--
gnome2-apps/pan2/HISTORY | 4 ++++
3 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 2d9aa13c6abcc2164e2a9bae33ca3f208c1f030a
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Updated pan2 devel version to 0.107. Added optional depends libgnome for
devel

diff --git a/gnome2-apps/pan2/DEPENDS b/gnome2-apps/pan2/DEPENDS
index 789d944..4dd4bdf 100755
--- a/gnome2-apps/pan2/DEPENDS
+++ b/gnome2-apps/pan2/DEPENDS
@@ -15,5 +15,14 @@ depends gtk+2 &&
depends pcre &&
depends g++ &&

-optional_depends gtkspell "--enable-gtkspell" "" "Add gtkspell support"
+optional_depends gtkspell \
+ "--enable-gtkspell" \
+ "" \
+ "Add gtkspell support" &&

+if [ "$REL" == "devel" ]; then
+ optional_depends libgnome \
+ "--with-gnome" \
+ "--without-gnome" \
+ "Enable libgnome support"
+fi
diff --git a/gnome2-apps/pan2/DETAILS b/gnome2-apps/pan2/DETAILS
index cb53b5f..2e70df1 100755
--- a/gnome2-apps/pan2/DETAILS
+++ b/gnome2-apps/pan2/DETAILS
@@ -11,11 +11,11 @@ if [ "$REL" == "cvs" ]; then
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan2-$VERSION
elif [ "$REL" == "devel" ]; then
- VERSION=0.106
+ VERSION=0.107
SOURCE=pan-$VERSION.tar.bz2

SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/SOURCE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
-
SOURCE_HASH=sha512:59649bf02995a7a3b9e8af67a0fc32ad0a39d89b0ef780154405dd3eb50484f859f11a1d33974b183cac9b2d3562896e83d59a932c4e52f39b342181d2f91442
+
SOURCE_HASH=sha512:643a96ca2acea33ef5e86b7538e122aa31bcfc1bca7a419384b181bb47be75825326ef048c3a4faeb74fb612ac0cd2d1b09cf2b92d08046edf7def027d8bb14c
else
VERSION=0.14.2.91
SOURCE=pan-$VERSION.tar.bz2
diff --git a/gnome2-apps/pan2/HISTORY b/gnome2-apps/pan2/HISTORY
index a07da89..021bbfe 100644
--- a/gnome2-apps/pan2/HISTORY
+++ b/gnome2-apps/pan2/HISTORY
@@ -1,3 +1,7 @@
+2006-08-10 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 0.107
+ * DEPENDS: Added optional_depends on libgnome for devel
+
2006-08-03 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to 0.106




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (2d9aa13c6abcc2164e2a9bae33ca3f208c1f030a), George Sherwood, 08/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page