[Lunar-commits] CVS: moonbase/chat/licq BUILD, 1.5, 1.6 DEPENDS, 1.4, 1.5 DETAILS, 1.5, 1.6 CONFIGURE, 1.4, NONE

Florin Braescu florin at lunar-linux.org
Mon Feb 23 08:01:35 GMT 2004


Update of /var/cvs/lunar/moonbase/chat/licq
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20211

Modified Files:
	BUILD DEPENDS DETAILS 
Removed Files:
	CONFIGURE 
Log Message:
remove the CONFLICTS file as we do not have an licq3 module in moonbase. add md5 sum. 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/licq/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	5 Apr 2003 17:24:02 -0000	1.5
+++ BUILD	23 Feb 2004 08:01:32 -0000	1.6
@@ -1,50 +1,46 @@
 (
-  CPPFLAGS=$CPPFLAGS" -Wno-deprecated"            \
-  ./configure  --prefix=/usr                      \
-               --sysconfdir=/etc                  \
-               --localstatedir=/var               &&
-  make                                            &&
-
-if [ "$CONSOLEPLUGIN" = "y" ] ; then
-  cd  $SOURCE_DIRECTORY/plugins/console           &&
-  CPPFLAGS=$CPPFLAGS" -Wno-deprecated"            \
-  ./configure  --prefix=/usr                      \
-               --sysconfdir=/etc                  \
-               --localstatedir=/var               \
-	       $OPTS                              &&
-  make                                            
-fi                                                &&
+  CPPFLAGS=$CPPFLAGS" -Wno-deprecated"     \
+  ./configure  --prefix=/usr               \
+               --sysconfdir=/etc            \
+               --localstatedir=/var         &&
+  make                                      &&
 
-if [ "$QTPLUGIN" = "y" ] ; then
- if  module_installed  qt3;  then
+  if [ "$CONSOLEPLUGIN" = "y" ] ; then
+    cd $SOURCE_DIRECTORY/plugins/console    &&
+    CPPFLAGS=$CPPFLAGS" -Wno-deprecated"    \
+    ./configure  --prefix=/usr              \
+                 --sysconfdir=/etc          \
+                 --localstatedir=/var       \
+                 $OPTS                      &&
+    make                                            
+  fi                                        &&
 
-  cd  $SOURCE_DIRECTORY/plugins/qt-gui            &&
-  KDEDIR=/opt/lunar/kde/3                         &&
-  QTDIR=/opt/lunar/qt/3                           &&
-  CPPFLAGS=$CPPFLAGS" -Wno-deprecated"            \
-  ./configure  --prefix=/usr                      \
-               --sysconfdir=/etc                  \
-               --localstatedir=/var               \
-               --with-qt=/opt/lunar/qt/3          \
-               $OPTS                              &&
-  make                                           
- fi                                               
-fi                                                &&
- 
- prepare_install                                  &&
+  if [ "$QTPLUGIN" = "y" ]  ; then
+    if module_installed qt3 ; then
+      cd $SOURCE_DIRECTORY/plugins/qt-gui               &&
+      CPPFLAGS=$CPPFLAGS" -Wno-deprecated"              \
+      ./configure  --prefix=/usr                        \
+                   --sysconfdir=/etc                    \
+                   --localstatedir=/var                 \
+                   --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+                   $OPTS                                &&
+      make                                           
+    fi                                               
+  fi                                                    &&
  
- cd  $SOURCE_DIRECTORY                            &&
-  make    install                                 &&
+ prepare_install                           &&
+ cd $SOURCE_DIRECTORY                      &&
+ make install                              &&
  
  if [ "$CONSOLEPLUGIN" = "y" ] ; then
-  cd  $SOURCE_DIRECTORY/plugins/console           &&
-  make    install                                  
- fi                                               &&
+   cd  $SOURCE_DIRECTORY/plugins/console   &&
+   make install                                  
+ fi                                        &&
  
  if [ "$QTPLUGIN" = "y" ] ; then
-  if  module_installed  qt3;  then
-    cd  $SOURCE_DIRECTORY/plugins/qt-gui          &&
-    make    install                                
+  if module_installed qt3 ; then
+    cd $SOURCE_DIRECTORY/plugins/qt-gui    &&
+    make install                                
   fi
  fi                                                
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/licq/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS	5 Apr 2003 17:24:02 -0000	1.4
+++ DEPENDS	23 Feb 2004 08:01:32 -0000	1.5
@@ -2,12 +2,13 @@
                   ""                                          \
 		  ""                                          \
 		  "for secure communication between clients"  &&
+
 optional_depends  "qt3"                                       \
                   ""                                          \
 		  ""                                          \
 		  "for an X11 GUI"                            &&
+
 optional_depends  "kdelibs3"                                  \
                   "--with-kde"                                \
 		  ""                                          \
 		  "for KDE integration"
-

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/licq/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	26 Jun 2003 15:34:43 -0000	1.5
+++ DETAILS	23 Feb 2004 08:01:32 -0000	1.6
@@ -4,19 +4,19 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/licq/$SOURCE
+     SOURCE_VFY=md5:e331c88151b95330f0b9b08570853318
         WEB_SITE=http://www.licq.org
          ENTERED=20011031
          UPDATED=20030626
-           SHORT="Licq is a featured icq client for Unix systems"
-      MAINTAINER=nhudson at speakeasy.net
+        MAINTAINER=nhudson at speakeasy.net
+        SHORT="Licq is a featured icq client for Unix systems"
+
 cat << EOF
-Licq includes all the basic features of ICQ, like sending/receiving
-messages, chat, file transfer, contact list with pixmaps and user
-status, basic/extended user info, adding/editing users from within
-the GUI, user history, user groups, and new user registration. All
-commands and information are available through a simple and
-convenient tab dialog. Licq also has a completely configurable user
-interface with Skin and Icon pack support. It is written in C++ and
-comes with a GUI plugin using the Qt widget set. Other plugins are
-also available.
+Licq includes all the basic features of ICQ, like sending/receiving messages, 
+chat, file transfer, contact list with pixmaps and user status, basic/extended 
+user info, adding/editing users from within the GUI, user history, user groups, 
+and new user registration. All commands and information are available through a 
+simple and convenient tab dialog. Licq also has a completely configurable user
+interface with Skin and Icon pack support. It is written in C++ and comes with 
+a GUI plugin using the Qt widget set. Other plugins are also available.
 EOF

--- CONFIGURE DELETED ---



More information about the Lunar-commits mailing list