Module submission - ksim
dveatch@woh.rr.com
dveatch at woh.rr.com
Tue Jul 12 14:58:39 UTC 2005
module name : ksim
suggested section : kde3-utils
update (y/n) : n
bugfix (y/n) : y
security (y/n) : n
I was able to get past that problem noted on the mail list titled
"ksim and Qt3" by adding ;
--with-qt-libraries=${QT_PREFIX:-$QTDIR}/lib \
to the BUILD. But then I got this ;
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
So I added ;
--libdir=${KDE_PREFIX:-$KDEDIR}/lib \
to the BUILD and all went well. I do not know why there is such a pathing problem
with this app. Maybe it's something to do with the source config files, Makefile
or whatever. I did not really investigate that aspect.
dveatch
-------------- next part --------------
--- ksim/BUILD 2005-05-07 14:07:56.000000000 -0400
+++ ksim/BUILD 2005-07-12 10:51:01.000000000 -0400
@@ -1,6 +1,15 @@
(
+
+ export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib
+ export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
+ export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
+
+
+
./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
--with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --with-qt-libraries=${QT_PREFIX:-$QTDIR}/lib \
+ --libdir=${KDE_PREFIX:-$KDEDIR}/lib \
--disable-debug \
--enable-fast-malloc=full \
--with-xinerama \
--- ksim/DETAILS 2005-05-07 14:07:56.000000000 -0400
+++ ksim/DETAILS 2005-07-12 10:56:19.000000000 -0400
@@ -2,10 +2,10 @@
VERSION=1.0.1a
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=http://ksim.sourceforge.net/downloads/
- SOURCE_VFY=md5:fbaaf43f43659dd5609baa32be4781a8
+ SOURCE_VFY=sha1:71ae62b6ad0580773ad0c0122dff8dfc198e3a50
WEB_SITE=http://ksim.sourceforge.net
ENTERED=20020729
- UPDATED=20030628
+ UPDATED=20050712
SHORT="GKrellm like monitoring tool for KDE."
cat << EOF
-------------- next part --------------
lvu submit ksim e36efbe7365683dfda96e582eae7c51b -
2.6.12 2.6.12 gcc-3.3.3 glibc-2.3.3
More information about the Lunar
mailing list