[Lunar-commits] <moonbase> semantik: Version bump and a few other twiddles.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Jun 24 13:51:30 CEST 2010


commit 42018829d2111bd0242d6e0ab1bd314d99cc004f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Jun 24 07:51:30 2010 -0400

    semantik: Version bump and a few other twiddles.
---
 doc-tools/semantik/BUILD   |   12 ++++++++----
 doc-tools/semantik/DETAILS |    8 ++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/doc-tools/semantik/BUILD b/doc-tools/semantik/BUILD
index 5b4eb51..bcb7554 100644
--- a/doc-tools/semantik/BUILD
+++ b/doc-tools/semantik/BUILD
@@ -1,14 +1,18 @@
 (
 
-  sedit "s:kde-config:kde4-config:g" wscript
+  . /etc/profile.d/qt4.rc &&
+  . /etc/profile.d/kde4.rc &&
 
-  . /etc/profile.d/qt4.rc
-  . /etc/profile.d/kde4.rc
+  sedit "s:kde-config:kde4-config:g" wscript &&
 
+  sedit "s:Icon=semantik:Icon=\$KDE_INSTALL_DIR/share/icons/hicolor/48x48/apps/semantik.png:" src/data/semantik.desktop &&
+  sed -i '12i Exec=$KDE_INSTALL_DIR/bin/semantik' src/data/semantik.desktop &&
+  sedit "s:Application;::" src/data/semantik.desktop &&
+ 
   ./waf configure --qtdir=$QTDIR --prefix=$MODULE_PREFIX &&
   ./waf            &&
 
   prepare_install  &&
-  ./waf install
+  ./waf install    
 
 ) > $C_FIFO 2>&1
diff --git a/doc-tools/semantik/DETAILS b/doc-tools/semantik/DETAILS
index d79d509..6aff071 100644
--- a/doc-tools/semantik/DETAILS
+++ b/doc-tools/semantik/DETAILS
@@ -1,12 +1,12 @@
           MODULE=semantik
-         VERSION=0.7.1
+         VERSION=0.7.3
           SOURCE=${MODULE}-${VERSION}.tar.bz2
-      SOURCE_URL=http://freehackers.org/~tnagy/
-      SOURCE_VFY=sha1:49894d034dca12bf90e1d2e5cef849687fbb7dd1
+      SOURCE_URL=http://semantik.googlecode.com/files/
+      SOURCE_VFY=sha1:4ddf0e63e05dd16e2d91dd2b4e75f8b1ebbc5293
    MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
         WEB_SITE="http://freehackers.org/~tnagy/semantik.html"
          ENTERED=20071028
-         UPDATED=20090420
+         UPDATED=20100624
            SHORT="mindmapping-like tool to create general-purpose documents"
 
 cat << EOF


More information about the Lunar-commits mailing list