[Lunar-commits] r24373 - moonbase/trunk/kde3/utils/kcheckgmail
Dennis Veatch
stumbles at lunar-linux.org
Thu May 10 16:59:21 CEST 2007
Author: stumbles
Date: 2007-05-10 16:59:21 +0200 (Thu, 10 May 2007)
New Revision: 24373
Modified:
moonbase/trunk/kde3/utils/kcheckgmail/BUILD
moonbase/trunk/kde3/utils/kcheckgmail/DETAILS
Log:
Version bump fixing an authentication problem along
with a few others.
Modified: moonbase/trunk/kde3/utils/kcheckgmail/BUILD
===================================================================
--- moonbase/trunk/kde3/utils/kcheckgmail/BUILD 2007-05-10 14:50:26 UTC (rev 24372)
+++ moonbase/trunk/kde3/utils/kcheckgmail/BUILD 2007-05-10 14:59:21 UTC (rev 24373)
@@ -1,10 +1,8 @@
(
- ./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
+
+ default_build
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/kde3/utils/kcheckgmail/DETAILS
===================================================================
--- moonbase/trunk/kde3/utils/kcheckgmail/DETAILS 2007-05-10 14:50:26 UTC (rev 24372)
+++ moonbase/trunk/kde3/utils/kcheckgmail/DETAILS 2007-05-10 14:59:21 UTC (rev 24373)
@@ -1,14 +1,14 @@
MODULE=kcheckgmail
- VERSION=0.5.5
+ VERSION=0.5.6
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:8aa42eb996098ec4d7ff662e1e2db053626c1c4f
+ SOURCE_VFY=sha1:8243902d4e09227ddf39dccc589ef180aa499a83
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
WEB_SITE=http://kcheckgmail.sf.net/
ENTERED=20050501
- UPDATED=20060619
+ UPDATED=20070510
SHORT="a system tray application for your gmail account"
cat << EOF
KCheckGmail is a system tray application to notify you about how many
email messages you have in your Gmail account.
EOF
-
More information about the Lunar-commits
mailing list