[Lunar-commits] CVS: moonbase/ftp/d4x BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.3, 1.4 CONFLICTS, 1.1, NONE

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Nov 29 01:03:52 UTC 2004


Update of /var/cvs/lunar/moonbase/ftp/d4x
In directory espresso.foo-projects.org:/tmp/cvs-serv18907/d4x

Modified Files:
	BUILD DEPENDS DETAILS 
Removed Files:
	CONFLICTS 
Log Message:
Got rid of the conflict with a module that doesn't exist in the 
moonbase.  Added some missing depends and cleaned up where 
some documentation was being dumped out to.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/d4x/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	4 Dec 2003 21:23:21 -0000	1.1
+++ BUILD	29 Nov 2004 01:03:50 -0000	1.2
@@ -1,4 +1,13 @@
 ( 
-sedit "s:#undef GTK_DISABLE_DEPRECATED::" config.h.in &&
-default_build
+
+  OPTS="$OPTS --enable-release"
+  
+  sedit "s:#undef GTK_DISABLE_DEPRECATED::" config.h.in &&
+  default_build &&
+
+  # No, docs don't go here...
+  rm -Rf $MODULE_PREFIX/share/$MODULE/{FAQ*,INSTALL*,README*,LICENSE,NAMES,TROUBLES}
+  # They go here...
+  gather_docs PLANS TODO DOC/FAQ* DOC/INSTALL* DOC/README* DOC/LICENSE DOC/NAMES DOC/TROUBLES
+
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/d4x/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	4 Dec 2003 21:23:22 -0000	1.1
+++ DEPENDS	29 Nov 2004 01:03:50 -0000	1.2
@@ -1 +1,5 @@
-depends gtk+-2
+depends gtk+-2  &&
+depends glib-2  &&
+
+optional_depends "gettext" "" "--disable-nls" "for NLS support" &&
+optional_depends "esound" "" "--disable-esd" "for esound support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/d4x/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	5 Oct 2004 09:29:57 -0000	1.3
+++ DETAILS	29 Nov 2004 01:03:50 -0000	1.4
@@ -8,7 +8,13 @@
         WEB_SITE=http://www.krasu.ru/soft/chuchelo/
          ENTERED=20031204
          UPDATED=20040809
-           SHORT="Downloader for x"
+           SHORT="A GTK based Downloader for X"
+
 cat << EOF
-Downloader for X is a Linux/Unix userfriendly program with nice X interface to download files from the Internet. It suppotrs both FTP and HTTP protocols, supports resuming (of course if server side supports it) and makes downloading files from internet easy. Downloader for X is an analogue for Linux/Unix of such famous applications for Windows as ReGet, Go!Zilla and GetRight.
+Downloader for X is a Linux/Unix userfriendly program with nice X
+interface to download files from the Internet.  It suppotrs both FTP
+and HTTP protocols, supports resuming (of course if server side 
+supports it) and makes downloading files from internet easy. 
+Downloader for X is an analogue for Linux/Unix of such famous 
+applications for Windows as ReGet, Go!Zilla and GetRight.
 EOF

--- CONFLICTS DELETED ---



More information about the Lunar-commits mailing list