[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/plugins/kmail/bodypartformatter
From:       Till Adam <adam () kde ! org>
Date:       2004-08-13 21:28:07
Message-ID: 20040813212807.60ED09A18 () office ! kde ! org
[Download RAW message or body]

CVS commit by tilladam: 

Add plugin which automatically renders attached patches with a bit of 
syntax highlighting so they are more pleasant to read. This has lots of 
room for improvement, I'm hoping to add some real functionality via links
(apply this chunk, save this chunk etc.) to this with Otto at aKademy.


  A            text_xdiff.cpp   1.1 [GPL (v2+) (+Qt exception)]
  A            text_xdiff.desktop   1.1
  M +9 -2      Makefile.am   1.10


--- kdepim/plugins/kmail/bodypartformatter/Makefile.am  #1.9:1.10
@@ -10,5 +10,6 @@
 
 kde_module_LTLIBRARIES = libkmail_bodypartformatter_text_vcard.la \
-                         libkmail_bodypartformatter_text_calendar.la
+                         libkmail_bodypartformatter_text_calendar.la \
+                         libkmail_bodypartformatter_text_xdiff.la
 
 libkmail_bodypartformatter_text_vcard_la_SOURCES = text_vcard.cpp
@@ -24,6 +25,11 @@
   $(top_builddir)/libkcal/libkcal.la $(top_builddir)/kmail/libkmailprivate.la
 
+libkmail_bodypartformatter_text_xdiff_la_SOURCES = text_xdiff.cpp
+libkmail_bodypartformatter_text_xdiff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+libkmail_bodypartformatter_text_xdiff_la_LIBADD  = $(LIB_QT)
+
+
 linkdir = $(kde_datadir)/kmail/plugins/bodypartformatter
-link_DATA = text_vcard.desktop text_calendar.desktop
+link_DATA = text_vcard.desktop text_calendar.desktop text_xdiff.desktop
 
 METASOURCES = AUTO
@@ -34,2 +40,3 @@
         $(XGETTEXT) text_vcard.cpp -o $(podir)/kmail_text_vcard_plugin.pot
         $(XGETTEXT) text_calendar.cpp -o $(podir)/kmail_text_calendar_plugin.pot
+        $(XGETTEXT) text_xdiff.cpp -o $(podir)/kmail_text_xdiff_plugin.pot


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic