Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (034e8372a5f6fe4376762595e15eaf7b686eea4b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (034e8372a5f6fe4376762595e15eaf7b686eea4b)
  • Date: Sun, 6 Jan 2008 13:24:57 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-apps/abiword/DEPENDS | 7 ++++---
gnome2-apps/abiword/DETAILS | 3 +--
gnome2-apps/abiword/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 034e8372a5f6fe4376762595e15eaf7b686eea4b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

abiword: fixed bug #11529 -- threaded perl is required

diff --git a/gnome2-apps/abiword/DEPENDS b/gnome2-apps/abiword/DEPENDS
index 3f1c1b0..2d42989 100755
--- a/gnome2-apps/abiword/DEPENDS
+++ b/gnome2-apps/abiword/DEPENDS
@@ -51,7 +51,8 @@ optional_depends aspell
\
optional_depends "perl" \
"--enable-scripting" \
"" \
- "Enable perl scripting"
-
-
+ "Enable perl scripting" &&

+if is_depends_enabled $SPELL perl; then
+ depends -sub THREADS perl
+fi
diff --git a/gnome2-apps/abiword/DETAILS b/gnome2-apps/abiword/DETAILS
index fcf8e2f..8b9c2be 100755
--- a/gnome2-apps/abiword/DETAILS
+++ b/gnome2-apps/abiword/DETAILS
@@ -12,9 +12,8 @@ fi
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
- WEB_SITE=http://www.abisource.com
+ WEB_SITE=http://www.abisource.com/
ENTERED=20030429
- UPDATED=20050607
KEYWORDS="gnome2"
SHORT="GNOME word processor"
cat << EOF
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index c5453a7..da173af 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,3 +1,7 @@
+2008-01-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, removed UPDATED
+ * DEPENDS: added threaded perl as a dep (bug #11529)
+
2007-10-29 George Sherwood <george AT beernabeer.com>
* DEPENDS: Updated so devel version builds without gnome libs.
Stable still depends on libgnomeprintui.



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (034e8372a5f6fe4376762595e15eaf7b686eea4b), Vlad Glagolev, 01/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page