Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (4662e14bf98f1e237245fc7a2baf5d8cebb1e954)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (4662e14bf98f1e237245fc7a2baf5d8cebb1e954)
  • Date: Mon, 28 Aug 2006 12:20:57 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT sourcemage.org>:

x11-toolkits/sptk/BUILD | 3 +++
x11-toolkits/sptk/CONFIGURE | 11 +++++++++++
x11-toolkits/sptk/DEPENDS | 11 ++++++++---
x11-toolkits/sptk/DETAILS | 4 ++--
x11-toolkits/sptk/HISTORY | 6 ++++++
5 files changed, 30 insertions(+), 5 deletions(-)

New commits:
commit 4662e14bf98f1e237245fc7a2baf5d8cebb1e954
Author: Anton Brondz <dinolinux AT sourcemage.org>
Commit: Anton Brondz <dinolinux AT sourcemage.org>

sptk: updated to 3.2.6

diff --git a/x11-toolkits/sptk/BUILD b/x11-toolkits/sptk/BUILD
new file mode 100755
index 0000000..e13b1c9
--- /dev/null
+++ b/x11-toolkits/sptk/BUILD
@@ -0,0 +1,3 @@
+OPTS="${SPTK_OPTIONAL_DEPS} \
+ ${OPTS}" &&
+default_build
diff --git a/x11-toolkits/sptk/CONFIGURE b/x11-toolkits/sptk/CONFIGURE
new file mode 100755
index 0000000..8ebb746
--- /dev/null
+++ b/x11-toolkits/sptk/CONFIGURE
@@ -0,0 +1,11 @@
+. $GRIMOIRE/config_query_multi.function
+config_query_option SPTK_OPTIONAL_DEPS \
+ "Build examples" \
+ n \
+ "--enable-examples" \
+ "--disable-examples" &&
+config_query_option SPTK_OPTIONAL_DEPS \
+ "Build MS Excel support" \
+ y \
+ "--enable-excel" \
+ "--disable-excel" \
\ No newline at end of file
diff --git a/x11-toolkits/sptk/DEPENDS b/x11-toolkits/sptk/DEPENDS
index d888d58..7dd45a0 100755
--- a/x11-toolkits/sptk/DEPENDS
+++ b/x11-toolkits/sptk/DEPENDS
@@ -1,13 +1,18 @@
depends g++ &&
-depends X11-LIBS &&
+
+optional_depends X11-LIBS \
+ "--with-x" \
+ "--without-x" \
+ "for X support"
+
optional_depends fltk \
"--enable-fltk" \
"--disable-fltk" \
"gui support" &&

optional_depends sqlite \
- "--enable-sqlite" \
- "--disable-sqlite" \
+ "--enable-sqlite3" \
+ "--disable-sqlite3" \
"sqlite3 database support" &&

optional_depends ODBC-MGR \
diff --git a/x11-toolkits/sptk/DETAILS b/x11-toolkits/sptk/DETAILS
index 80b12e0..9243463 100755
--- a/x11-toolkits/sptk/DETAILS
+++ b/x11-toolkits/sptk/DETAILS
@@ -1,6 +1,6 @@
SPELL=sptk
- VERSION=3.2.2
-
SOURCE_HASH=sha512:da1ccdb8d62c11081673f638ed4fa7d6d626e5ea7af012146634e9838e0606f04d9f2f31cd9661afce905b19ac5efae3b2cbe78f655b776c14e48a32522f3d1c
+ VERSION=3.2.6
+
SOURCE_HASH=sha512:c49114b51ec7fb5580bf08b5de3b940bb024b6d1e6464d2f4504c12cb4611b06aff3f8ab396b3fbd20f0dcaa0998e8dd6166f7c50bc902087b6788b6f235d6af
SOURCE=$SPELL-$VERSION.tbz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.sptk.net
diff --git a/x11-toolkits/sptk/HISTORY b/x11-toolkits/sptk/HISTORY
index c5fa996..015092c 100644
--- a/x11-toolkits/sptk/HISTORY
+++ b/x11-toolkits/sptk/HISTORY
@@ -1,3 +1,9 @@
+2006-08-28 Anton Brondz <dinolinux AT sourcemage.org>
+ * DETAILS: updated to 3.2.6
+ * DEPENDS: changed X11-LIBS to be optional
+ * CONFIGURE: added
+ * BUILD: added
+
2006-07-24 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 3.2.2
* DEPENDS: unixodbc -> ODBC-MGR



  • [SM-Commit] GIT changes to master grimoire by Anton Brondz (4662e14bf98f1e237245fc7a2baf5d8cebb1e954), Anton Brondz, 08/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page