[Lunar-commits] r14551 - in moonbase/trunk/kde3-utils: . kcheckgmail
Joel Vennin
jol at lunar-linux.org
Sun May 1 10:37:23 UTC 2005
Author: jol
Date: 2005-05-01 10:37:22 +0000 (Sun, 01 May 2005)
New Revision: 14551
Added:
moonbase/trunk/kde3-utils/kcheckgmail/
moonbase/trunk/kde3-utils/kcheckgmail/BUILD
moonbase/trunk/kde3-utils/kcheckgmail/DEPENDS
moonbase/trunk/kde3-utils/kcheckgmail/DETAILS
Log:
Add kcheckgmail. It allows you to know the status of your gmail account.
Added: moonbase/trunk/kde3-utils/kcheckgmail/BUILD
===================================================================
--- moonbase/trunk/kde3-utils/kcheckgmail/BUILD 2005-05-01 09:19:43 UTC (rev 14550)
+++ moonbase/trunk/kde3-utils/kcheckgmail/BUILD 2005-05-01 10:37:22 UTC (rev 14551)
@@ -0,0 +1,12 @@
+(
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Property changes on: moonbase/trunk/kde3-utils/kcheckgmail/BUILD
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/trunk/kde3-utils/kcheckgmail/DEPENDS
===================================================================
--- moonbase/trunk/kde3-utils/kcheckgmail/DEPENDS 2005-05-01 09:19:43 UTC (rev 14550)
+++ moonbase/trunk/kde3-utils/kcheckgmail/DEPENDS 2005-05-01 10:37:22 UTC (rev 14551)
@@ -0,0 +1,2 @@
+depends kdelibs3 &&
+depends libxml2
Property changes on: moonbase/trunk/kde3-utils/kcheckgmail/DEPENDS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/trunk/kde3-utils/kcheckgmail/DETAILS
===================================================================
--- moonbase/trunk/kde3-utils/kcheckgmail/DETAILS 2005-05-01 09:19:43 UTC (rev 14550)
+++ moonbase/trunk/kde3-utils/kcheckgmail/DETAILS 2005-05-01 10:37:22 UTC (rev 14551)
@@ -0,0 +1,12 @@
+ MODULE=kcheckgmail
+ VERSION=0.5.3a
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:15d7fb0853150e6998214666652d48ee002e9dde
+ WEB_SITE=http://kcheckgmail.sf.net/
+ ENTERED=20050501
+ UPDATED=20050501
+ SHORT="KCheckGmail is 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
Property changes on: moonbase/trunk/kde3-utils/kcheckgmail/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
More information about the Lunar-commits
mailing list