[Lunar-commits] CVS: moonbase/mail/kbiff BUILD, 1.1, 1.2 DEPENDS,
1.1, 1.2 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:33:46 GMT 2004
Update of /var/cvs/lunar/moonbase/mail/kbiff
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11349
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
a first commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/kbiff/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 11 Jan 2003 06:57:26 -0000 1.1
+++ BUILD 24 Feb 2004 08:33:44 -0000 1.2
@@ -1,5 +1,12 @@
(
- cd $SOURCE_DIRECTORY &&
- ./configure --prefix=/opt/lunar/kde/3 $OPTS &&
- default_make
-) > $C_FIFO
+ ./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
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/kbiff/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 11 Jan 2003 06:57:26 -0000 1.1
+++ DEPENDS 24 Feb 2004 08:33:44 -0000 1.2
@@ -1 +1 @@
-depends kdelibs3
+depends kdelibs3
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/kbiff/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 26 Nov 2003 17:08:59 -0000 1.4
+++ DETAILS 24 Feb 2004 08:33:44 -0000 1.5
@@ -5,12 +5,15 @@
SOURCE_URL[0]=http://devel-home.kde.org/~granroth/$MODULE/$SOURCE
SOURCE_VFY=md5:54bf0a4a9cfba415dea8e6ea000adb4f
WEB_SITE=http://kbiff.granroth.org
- MAINTAINER=kc8apf at kc8apf.net
ENTERED=20030111
UPDATED=20031126
- SHORT="KBiff is a "biff" or new mail notification utility"
-cat << EOF
-KBiff is a "biff" or new mail notification utility. It is highly configurable but very easy to use and setup. It tries to combine the best of the features of most of the "other" biff programs out there.
+ MAINTAINER=kc8apf at kc8apf.net
+ SHORT="KBiff is a "biff" or new mail notification utility."
-KBiff supports all major mailbox formats: mbox (Berkely style), maildir, mh, POP3, IMAP4, and NNTP.
+cat << EOF
+KBiff is a "biff" or new mail notification utility. It is highly configurable
+but very easy to use and setup. It tries to combine the best of the features of
+most of the "other" biff programs out there.
+KBiff supports all major mailbox formats: mbox (Berkely style), maildir, mh,
+POP3, IMAP4, and NNTP.
EOF
More information about the Lunar-commits
mailing list