summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-06-02 12:18:08 +0200
committerTreeve Jelbert2007-06-02 12:18:08 +0200
commit857edf19bd6d60c5a3ab7b8ff7d6b141a8848175 (patch)
tree1109f4485da34c4d7874a85d874814cfd6a73fe3
parent217dd01b691f3769477ac46684cbc3dc4726cf23 (diff)
sptk-3.5.1
-rwxr-xr-xx11-toolkits/sptk/BUILD7
-rwxr-xr-xx11-toolkits/sptk/CONFIGURE16
-rwxr-xr-xx11-toolkits/sptk/DEPENDS30
-rwxr-xr-xx11-toolkits/sptk/DETAILS4
-rw-r--r--x11-toolkits/sptk/HISTORY9
5 files changed, 20 insertions, 46 deletions
diff --git a/x11-toolkits/sptk/BUILD b/x11-toolkits/sptk/BUILD
index e13b1c9fc0..f3d9560d95 100755
--- a/x11-toolkits/sptk/BUILD
+++ b/x11-toolkits/sptk/BUILD
@@ -1,3 +1,4 @@
-OPTS="${SPTK_OPTIONAL_DEPS} \
- ${OPTS}" &&
-default_build
+# avoid building examples, as they won't link properly
+sed -i "/examples/D" CMakeLists.txt &&
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr ./ &&
+make
diff --git a/x11-toolkits/sptk/CONFIGURE b/x11-toolkits/sptk/CONFIGURE
deleted file mode 100755
index e9c1f9735f..0000000000
--- a/x11-toolkits/sptk/CONFIGURE
+++ /dev/null
@@ -1,16 +0,0 @@
-. $GRIMOIRE/config_query_multi.function
-config_query_option SPTK_OPTIONAL_DEPS \
- "Enable debug?" \
- n \
- "--enable-debug" \
- "--disable-debug" &&
-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" \
diff --git a/x11-toolkits/sptk/DEPENDS b/x11-toolkits/sptk/DEPENDS
index 7dd45a09aa..5633d07a64 100755
--- a/x11-toolkits/sptk/DEPENDS
+++ b/x11-toolkits/sptk/DEPENDS
@@ -1,26 +1,8 @@
+depends cmake &&
depends g++ &&
-optional_depends X11-LIBS \
- "--with-x" \
- "--without-x" \
- "for X support"
-
-optional_depends fltk \
- "--enable-fltk" \
- "--disable-fltk" \
- "gui support" &&
-
-optional_depends sqlite \
- "--enable-sqlite3" \
- "--disable-sqlite3" \
- "sqlite3 database support" &&
-
-optional_depends ODBC-MGR \
- "--enable-odbc" \
- "--disable-odbc" \
- "ODBC database support" &&
-
-optional_depends aspell \
- "" \
- "" \
- "spell checking"
+optional_depends X11-LIBS "" "" "for X support" &&
+optional_depends fltk "" "" "gui support" &&
+optional_depends sqlite "" "" "sqlite3 database support" &&
+optional_depends ODBC-MGR "" "" "ODBC database support" &&
+optional_depends aspell "" "" "spell checking"
diff --git a/x11-toolkits/sptk/DETAILS b/x11-toolkits/sptk/DETAILS
index 5db0b2ee03..e41f3fdf7c 100755
--- a/x11-toolkits/sptk/DETAILS
+++ b/x11-toolkits/sptk/DETAILS
@@ -1,6 +1,6 @@
SPELL=sptk
- VERSION=3.4.1
- SOURCE_HASH=sha512:aae08403b50ad8c38c133c5ab5ac6d79111eb4625e5a004979609600d407da070525e0bafb542426bb532285d02391cf9b78556c5cd481512728e5cc825f1270
+ VERSION=3.5.1
+ SOURCE_HASH=sha512:a1f6b51493f502c9395ef1f27e23e2e6072118fe7a9ee115e760b55ad389f2bdf40b7c50cd2cc10606807dbb2f439235b5fea9a4b2ef5b232a937ba56cd1b55b
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 f5fdffcbed..dbcd3c79cb 100644
--- a/x11-toolkits/sptk/HISTORY
+++ b/x11-toolkits/sptk/HISTORY
@@ -1,4 +1,11 @@
-2007-033-18 Treeve Jelbert <treeve@sourcemage.org>
+2007-06-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.5.1
+ * DEPENDS: add cmake, change all optional depends for cmake use
+ * CONFIGURE: delete
+ * BUILD: use cmake
+ don't build examples, as they won't link
+
+2007-03-18 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 3.4.1
* PRE_BUILD: removed, no longer needed
* CONFIGURE: debug is optional