[Lunar-commits] r16497 - moonbase/trunk/gnome2-apps/meld

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Sep 16 03:46:49 UTC 2005


Author: v3rt1g0
Date: 2005-09-16 03:46:49 +0000 (Fri, 16 Sep 2005)
New Revision: 16497

Modified:
   moonbase/trunk/gnome2-apps/meld/BUILD
   moonbase/trunk/gnome2-apps/meld/DEPENDS
   moonbase/trunk/gnome2-apps/meld/DETAILS
Log:
Cleaned up the depends a bit and some other misc tidys.

This could really use a version bump (to 1.0.0).  I have no
gnome libs installed, so i could not bump (and test) this.


Modified: moonbase/trunk/gnome2-apps/meld/BUILD
===================================================================
--- moonbase/trunk/gnome2-apps/meld/BUILD	2005-09-16 03:33:43 UTC (rev 16496)
+++ moonbase/trunk/gnome2-apps/meld/BUILD	2005-09-16 03:46:49 UTC (rev 16497)
@@ -1,7 +1,7 @@
 (
 
   make prefix=/usr &&
-	prepare_install &&
+  prepare_install  &&
   make prefix=/usr install
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/gnome2-apps/meld/DEPENDS
===================================================================
--- moonbase/trunk/gnome2-apps/meld/DEPENDS	2005-09-16 03:33:43 UTC (rev 16496)
+++ moonbase/trunk/gnome2-apps/meld/DEPENDS	2005-09-16 03:46:49 UTC (rev 16497)
@@ -1,4 +1,2 @@
-depends pyorbit &&
-depends pygtk2 &&
 depends gnome-python2 &&
 depends libgnomeui 

Modified: moonbase/trunk/gnome2-apps/meld/DETAILS
===================================================================
--- moonbase/trunk/gnome2-apps/meld/DETAILS	2005-09-16 03:33:43 UTC (rev 16496)
+++ moonbase/trunk/gnome2-apps/meld/DETAILS	2005-09-16 03:46:49 UTC (rev 16497)
@@ -3,10 +3,16 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$GNOME_URL/sources/$MODULE/0.9/
       SOURCE_VFY=md5:cd5f02e084529c581ce52a22647ca4dc
-        WEB_SITE=meld.sourceforge.net
+        WEB_SITE=http://meld.sourceforge.net
          ENTERED=20021119
          UPDATED=20040716
            SHORT="Diff Generator for Gnome 2"
+
 cat << EOF
-Meld is a diff generator for the Gnome 2.x platform
+Meld is a visual diff and merge tool.  It integrates especially well 
+with CVS.  The diff viewer lets you edit files in place (diffs update 
+dynamically), and a middle column shows detailed changes and allows 
+merges.  The margins show location of changes for easy navigation, and 
+it also features a tabbed interface that allows you to open many diffs 
+at once.
 EOF



More information about the Lunar-commits mailing list