Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (5a84960ca8bcca62046293370b70f57aec0ac3e7)
  • Date: Tue, 8 May 2007 13:43:54 -0500

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

editors/scribus/BUILD | 3 +++
editors/scribus/DETAILS | 4 ++--
editors/scribus/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 5a84960ca8bcca62046293370b70f57aec0ac3e7
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

scribus: Updated to version 1.3.3.9. Now project has switched to
cmake. Added BUILD file for cmake.

diff --git a/editors/scribus/BUILD b/editors/scribus/BUILD
new file mode 100755
index 0000000..a39b242
--- /dev/null
+++ b/editors/scribus/BUILD
@@ -0,0 +1,3 @@
+cmake . -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_ROOT/usr &&
+
+make
diff --git a/editors/scribus/DETAILS b/editors/scribus/DETAILS
index 9fd61d1..2528888 100755
--- a/editors/scribus/DETAILS
+++ b/editors/scribus/DETAILS
@@ -1,8 +1,8 @@
SPELL=scribus
if [ "$SCR_DEVEL" == "y" ]; then
- VERSION=1.3.3.8
+ VERSION=1.3.3.9
else
- VERSION=1.3.3.8
+ VERSION=1.3.3.9
fi
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE2=${SOURCE}.sig
diff --git a/editors/scribus/HISTORY b/editors/scribus/HISTORY
index 6969426..ace5114 100644
--- a/editors/scribus/HISTORY
+++ b/editors/scribus/HISTORY
@@ -1,3 +1,7 @@
+2007-05-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS: updated spell to 1.3.3.9
+ * BUILD: Added. Now using cmake vice configure
+
2007-02-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.3.8




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (5a84960ca8bcca62046293370b70f57aec0ac3e7), George Sherwood, 05/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page