[Lunar-commits] r24532 - moonbase/trunk/devel/mercurial

Terry Chan tchan at lunar-linux.org
Sat May 26 17:00:25 CEST 2007


Author: tchan
Date: 2007-05-26 17:00:25 +0200 (Sat, 26 May 2007)
New Revision: 24532

Modified:
   moonbase/trunk/devel/mercurial/BUILD
   moonbase/trunk/devel/mercurial/DEPENDS
Log:
Added the option for a Tk front end to mercurial.


Modified: moonbase/trunk/devel/mercurial/BUILD
===================================================================
--- moonbase/trunk/devel/mercurial/BUILD	2007-05-26 14:45:07 UTC (rev 24531)
+++ moonbase/trunk/devel/mercurial/BUILD	2007-05-26 15:00:25 UTC (rev 24532)
@@ -2,6 +2,7 @@
 
   prepare_install  &&
   python setup.py install --force &&
+  cp -p contrib/hgk contrib/hgdiff /usr/bin &&
   gather_docs CONTRIBUTORS PKG-INFO hgweb*.cgi doc/*.html doc/*.txt &&
   cd doc &&
   install -m 644 hg.1 hgmerge.1 /usr/share/man/man1 &&

Modified: moonbase/trunk/devel/mercurial/DEPENDS
===================================================================
--- moonbase/trunk/devel/mercurial/DEPENDS	2007-05-26 14:45:07 UTC (rev 24531)
+++ moonbase/trunk/devel/mercurial/DEPENDS	2007-05-26 15:00:25 UTC (rev 24532)
@@ -1,4 +1,5 @@
 depends  Python &&
 depends  rcs &&
 depends  patch &&
-depends  diffutils
+depends  diffutils &&
+optional_depends tk "" "" "for a TK front-end hg tool"



More information about the Lunar-commits mailing list