[Lunar-commits] r21699 - moonbase/trunk/kde3/apps/konversation
Florin Braescu
florin at lunar-linux.org
Sat Oct 7 06:43:03 UTC 2006
Author: florin
Date: 2006-10-07 06:43:02 +0000 (Sat, 07 Oct 2006)
New Revision: 21699
Modified:
moonbase/trunk/kde3/apps/konversation/BUILD
moonbase/trunk/kde3/apps/konversation/DETAILS
Log:
bump the version from 1.0 to 1.0.1. maintenance release.
Modified: moonbase/trunk/kde3/apps/konversation/BUILD
===================================================================
--- moonbase/trunk/kde3/apps/konversation/BUILD 2006-10-07 01:35:21 UTC (rev 21698)
+++ moonbase/trunk/kde3/apps/konversation/BUILD 2006-10-07 06:43:02 UTC (rev 21699)
@@ -1,9 +1,8 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- $OPTS &&
- default_make
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
+ default_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/kde3/apps/konversation/DETAILS
===================================================================
--- moonbase/trunk/kde3/apps/konversation/DETAILS 2006-10-07 01:35:21 UTC (rev 21698)
+++ moonbase/trunk/kde3/apps/konversation/DETAILS 2006-10-07 06:43:02 UTC (rev 21699)
@@ -1,17 +1,19 @@
MODULE=konversation
- VERSION=1.0
+ VERSION=1.0.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://konversation.kde.org/downloads/
- SOURCE_VFY=sha1:f592727626845e568696d06b3a086d4b607f4ab3
+ SOURCE_URL=http://download.berlios.de/$MODULE/
+ SOURCE_VFY=sha1:7e4b2356e942848fb83584db1bf2a1b6ef63234d
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
WEB_SITE=http://konversation.kde.org/
ENTERED=20040108
- UPDATED=20060831
+ UPDATED=20061007
MAINTAINER=florin at lunar-linux.org
- SHORT="a user friendly IRC Client for KDE."
+ SHORT="A user friendly IRC Client for KDE"
cat << EOF
-konversation is an simple and easy to use IRC client for KDE with support for
-strikeout; multi-channel joins; away/unaway messages; ignore list functionality;
-support for foreign language characters; auto-connect to server; optional
-timestamps to chat windows; configurable background colors and much more.
+konversation is an simple and easy to use IRC client for KDE with
+support for strikeout; multi-channel joins; away/unaway messages;
+ignore list functionality; support for foreign language characters;
+auto-connect to server; optional timestamps to chat windows;
+configurable background colors and much more.
EOF
More information about the Lunar-commits
mailing list