mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey config/Makefile.in distrib/ChangeLog d...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey config/Makefile.in distrib/ChangeLog d...
Date: Sun, 11 Mar 2007 20:56:40 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       07/03/11 20:56:40

Modified files:
        config         : Makefile.in 
        distrib        : ChangeLog 
        docs/developers: sources_tree.txt 

Log message:
        patch #5797

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/Makefile.in?cvsroot=mldonkey&r1=1.178&r2=1.179
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1203&r2=1.1204
http://cvs.savannah.gnu.org/viewcvs/mldonkey/docs/developers/sources_tree.txt?cvsroot=mldonkey&r1=1.4&r2=1.5

Patches:
Index: config/Makefile.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/Makefile.in,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -b -r1.178 -r1.179
--- config/Makefile.in  8 Mar 2007 21:01:02 -0000       1.178
+++ config/Makefile.in  11 Mar 2007 20:56:40 -0000      1.179
@@ -517,8 +517,6 @@
   $(CDK_SRCS) $(LIB_SRCS) $(NET_SRCS) $(MP3TAG_SRCS) \
   tools/get_range.ml
 
-KDE_APPLET=yes
-
 ifeq ("$(OPENFT)" , "yes")
 SUBDIRS += $(SRC_OPENFT)
 
@@ -1524,29 +1522,6 @@
        mkdir -p ocamldoc
        $(OCAMLDOC) -sort -dump ocamldoc/ocamldocdump -html -d ocamldoc 
$(INCLUDES) $(libclient_DOC) $(CORE_DOC)
 
-kde_applet: $(APPLET_OBJS)
-       cd src/applets/kde; ./configure --prefix /usr; make
-       @echo; echo
-       @echo "      Go in src/applets/kde, su root, and call 'make install'"
-       @echo; echo
-
-gnome_applet: $(APPLET_OBJS)
-       cd src/applets/gnome; make
-       @echo; echo
-       @echo "      Go in src/applets/gnome, su root, and call 'make install'"
-       @echo; echo
-
-APPLET_SRCS=\
-  src/applets/api/endianess.c \
-  src/applets/api/gui_protocol.c \
-  src/applets/api/main.c
-
-APPLET_OBJS += $(foreach file, $(APPLET_SRCS), $(basename $(file)).o)
-
-text_applet: $(APPLET_OBJS)
-       $(CC) -o text_applet $(APPLET_OBJS)
-
-
 $(LIB)/md4_cc.o: $(LIB)/md4.c
        $(OCAMLC) -ccopt "$(CFLAGS) -O6 -o $(LIB)/md4_cc.o" -ccopt "" -c 
$(LIB)/md4.c
 

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1203
retrieving revision 1.1204
diff -u -b -r1.1203 -r1.1204
--- distrib/ChangeLog   11 Mar 2007 18:51:28 -0000      1.1203
+++ distrib/ChangeLog   11 Mar 2007 20:56:40 -0000      1.1204
@@ -15,6 +15,7 @@
 =========
 
 2007/03/11
+5797: Remove unused source code in src/applets/*
 5775: removed, it breaks BT downloads
 5775: HTML: Fix url parsing for URLs with ()' (orbit)
 5774: BT: fix upload managment (orbit)

Index: docs/developers/sources_tree.txt
===================================================================
RCS file: /sources/mldonkey/mldonkey/docs/developers/sources_tree.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- docs/developers/sources_tree.txt    11 Oct 2005 16:56:33 -0000      1.4
+++ docs/developers/sources_tree.txt    11 Mar 2007 20:56:40 -0000      1.5
@@ -3,7 +3,6 @@
 
 In src/:
 
-applets/     Sources to build applets (kde, gnome) for MLdonkey
 config/      Configuration dependent sources (Unix, MinGW)
 daemon/      Sources of MLdonkey daemon
                  common/: common types used by all network plugins




reply via email to

[Prev in Thread] Current Thread [Next in Thread]