[Lunar-commits] <moonbase> kexchange: just a tweak or two.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Mar 30 20:25:00 CEST 2008
commit c745642e2975915d656e24c740b94dd0056fca03
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Mar 30 14:25:00 2008 -0400
kexchange: just a tweak or two.
---
kde3/apps/kexchange/BUILD | 16 ++++++++--------
kde3/apps/kexchange/DETAILS | 12 ++++++------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/kde3/apps/kexchange/BUILD b/kde3/apps/kexchange/BUILD
index bb494cc..3068620 100644
--- a/kde3/apps/kexchange/BUILD
+++ b/kde3/apps/kexchange/BUILD
@@ -1,10 +1,10 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- $OPTS &&
-
- default_make
-
+
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
+ OPTS="$OPTS --disable-debug"
+
+ default_build
+
) > $C_FIFO 2>&1
diff --git a/kde3/apps/kexchange/DETAILS b/kde3/apps/kexchange/DETAILS
index 61e7028..c0bfa88 100644
--- a/kde3/apps/kexchange/DETAILS
+++ b/kde3/apps/kexchange/DETAILS
@@ -3,6 +3,7 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE_VFY=sha1:86fc2d4635b69dd09da67106302b16b8cec63c8c
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
WEB_SITE=http://www.favorin.com/$MODULE
ENTERED=20020412
UPDATED=20051225
@@ -10,10 +11,9 @@
cat << EOF
KExchange is a currency converter for over 70 currencies using up to date
-exchange rates from the Internet.
-KExchange retrieves up to date currency exchange rates from PACIFIC Exchange
-Rate Service. You may convert between 70+ currencies. KExchange may also be
-used as an euro converter.
-KExchange can refresh exchange rates automaticly on startup or it may use
-locally stored data. This way KExchange may be used online or offline.
+exchange rates from the Internet. KExchange retrieves up to date currency
+exchange rates from PACIFIC Exchange Rate Service. You may convert between
+70+ currencies. KExchange may also be used as an euro converter. KExchange
+can refresh exchange rates automaticly on startup or it may use locally
+stored data. This way KExchange may be used online or offline.
EOF
More information about the Lunar-commits
mailing list