[Lunar-commits] r14599 - moonbase/trunk/libs/libxml++

Chad Kittel v3rt1g0 at lunar-linux.org
Fri May 6 04:26:59 UTC 2005


Author: v3rt1g0
Date: 2005-05-06 04:26:57 +0000 (Fri, 06 May 2005)
New Revision: 14599

Modified:
   moonbase/trunk/libs/libxml++/DEPENDS
   moonbase/trunk/libs/libxml++/DETAILS
Log:
Tweak depends gtkmm2 is not needed for compile but glibmm is.  Also
some minor cosmetics


Modified: moonbase/trunk/libs/libxml++/DEPENDS
===================================================================
--- moonbase/trunk/libs/libxml++/DEPENDS	2005-05-05 21:54:32 UTC (rev 14598)
+++ moonbase/trunk/libs/libxml++/DEPENDS	2005-05-06 04:26:57 UTC (rev 14599)
@@ -1,2 +1,2 @@
 depends libxml2 &&
-depends gtkmm2 
+depends glibmm

Modified: moonbase/trunk/libs/libxml++/DETAILS
===================================================================
--- moonbase/trunk/libs/libxml++/DETAILS	2005-05-05 21:54:32 UTC (rev 14598)
+++ moonbase/trunk/libs/libxml++/DETAILS	2005-05-06 04:26:57 UTC (rev 14599)
@@ -2,15 +2,14 @@
          VERSION=2.10.0
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/$MODULE/2.10/
+      SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/$MODULE/2.10/
       SOURCE_VFY=sha1:f899f6e181d0f22bf9f08a152bcf83dae3c2216a
         WEB_SITE=http://libxmlplusplus.sf.net
          ENTERED=20030923
          UPDATED=20050310
-        SHORT="libxml++ is a C++ interface for working with XML files"
+           SHORT="A C++ interface for working with XML files"
 
 cat << EOF
-libxml++ is a C++ interface for working with XML files, using libxml 
-(gnome-xml) to parse and write the actual XML files. It has a simple 
-but complete API.
+libxml++ is a C++ interface for working with XML files, using libxml2 to
+parse and write the actual XML files. It has a simple but complete API.
 EOF



More information about the Lunar-commits mailing list