[Lunar-commits] r24703 - moonbase/trunk/kde3/utils/ksensors
Dennis Veatch
stumbles at lunar-linux.org
Tue Jun 5 14:34:17 CEST 2007
Author: stumbles
Date: 2007-06-05 14:34:16 +0200 (Tue, 05 Jun 2007)
New Revision: 24703
Added:
moonbase/trunk/kde3/utils/ksensors/BUILD
Modified:
moonbase/trunk/kde3/utils/ksensors/DETAILS
Log:
Just a couple of tweaks here. This makes for a more
pleasant install experience so an initial install of
qt/kde does not require a logout/login. This is the
preferred way for qt/kde and their applications. It
also ensures these type applications get installed
in their respective opt/lunar directories.
Added: moonbase/trunk/kde3/utils/ksensors/BUILD
===================================================================
--- moonbase/trunk/kde3/utils/ksensors/BUILD (rev 0)
+++ moonbase/trunk/kde3/utils/ksensors/BUILD 2007-06-05 12:34:16 UTC (rev 24703)
@@ -0,0 +1,8 @@
+(
+
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/kde3/utils/ksensors/DETAILS
===================================================================
--- moonbase/trunk/kde3/utils/ksensors/DETAILS 2007-06-05 12:08:51 UTC (rev 24702)
+++ moonbase/trunk/kde3/utils/ksensors/DETAILS 2007-06-05 12:34:16 UTC (rev 24703)
@@ -3,12 +3,13 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:8d1c56c707aa4200e568f73d8fee0913a08e50cd
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
WEB_SITE=http://ksensors.sourceforge.net
ENTERED=20070605
UPDATED=20070605
SHORT="lm_sensors frontend for KDE"
cat << EOF
-KSensors is a nice lm-sensors frontend
+KSensors is a nice lm-sensors frontend
for the K Desktop Environment.
EOF
More information about the Lunar-commits
mailing list