[Lunar-commits] CVS: moonbase/zbeta/gaim-cvs BUILD, 1.4, 1.5 DEPENDS, 1.3, 1.4

Nick Hudson nhudson at lunar-linux.org
Sun Feb 15 16:06:16 GMT 2004


Update of /var/cvs/lunar/moonbase/zbeta/gaim-cvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7282

Modified Files:
	BUILD DEPENDS 
Log Message:

Fixing gaim-cvs module to work with either moz nss or gnutls 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/gaim-cvs/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	30 Mar 2003 16:50:27 -0000	1.4
+++ BUILD	15 Feb 2004 16:06:14 -0000	1.5
@@ -8,7 +8,9 @@
                 --localstatedir=/var      \
                 --infodir=/usr/share/info \
                 --mandir=/usr/share/man   \
-                $OPTS  &&
+                --enable-gtk2             \
+                --disable-artsc           \
+                $OPTS                     &&
   default_make
   
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/gaim-cvs/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	30 Mar 2003 16:51:14 -0000	1.3
+++ DEPENDS	15 Feb 2004 16:06:14 -0000	1.4
@@ -8,10 +8,35 @@
 optional_depends  "esound"             \
                   "--enable-esd"       \
                   "--disable-esdtest"  \
-                  "to enable enlightenment sound daemon for output"
+                  "to enable enlightenment sound daemon for output" &&
 
 optional_depends  "gtkspell"            \
                   "--enable-gtkspell"   \
                   "--disable-gtkspell"  \
-                  "to enable spell checking"
+                  "to enable spell checking" &&
+
+optional_depends  "libgnomeui"          \
+                  "--enable-gnome"      \
+                  ""                    \
+                  "for gnome support"   &&
+
+optional_depends  "perl"                \
+                  "--enable-perl"       \
+                  ""                    \
+                  "for perl support"    &&
+
+optional_depends  "mozilla"             \
+                  "--enable-gnutls=no                              \
+                   --with-nspr-libs=/usr/lib/mozilla/              \
+                   --with-nspr-includes=/usr/include/mozilla/nspr/ \
+                   --with-nss-libs=/usr/lib/mozilla/               \
+                   --with-nss-includes=/usr/include/mozilla/nss/   \
+                   --enable-nss=yes"                               \
+                  "for msn ssl support (say 'n' to gnutls if you said 'y' here)" &&
+
+optional_depends  "gnutls"               \
+                  "--enable-gnutls=yes"  \
+                  "--enable-gnutls=no"   \
+                  "for msn ssl support (say 'y' here if you said 'n' to mozilla)" 
+  
 



More information about the Lunar-commits mailing list