Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4431

Modified Files:
        diffuse.info 
Log Message:
new version, now with installer that fixes pathnames; switch to python2.6


Index: diffuse.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/diffuse.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- diffuse.info        15 Jul 2008 01:40:47 -0000      1.2
+++ diffuse.info        14 Jun 2009 07:19:37 -0000      1.3
@@ -1,5 +1,5 @@
 Package: diffuse
-Version: 0.2.11
+Version: 0.3.3
 Revision: 1
 Description: Visual diff and merge tool
 DescDetail: <<
@@ -14,32 +14,30 @@
 License: GPL
 Maintainer: Daniel Macks <dma...@netspace.org>
 Depends: <<
-       pygtk2-gtk-py25 (>= 2.12.1-1),
-       python25,
+       desktop-file-utils,
+       pygobject2-py26 (>= 2.18.0-1),
+       pygtk2-gtk-py26 (>= 2.15.1-1),
+       python26,
        rarian-compat
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: aa2a1a6f69ea2f4d6d2dfd089ed13592
-PatchScript: <<
-       perl -pi -e 's,/usr/bin/env python,%p/bin/python2.5,' 
src/usr/bin/diffuse
-       perl -pi -e 's,/etc,%p/etc,' src/usr/bin/diffuse 
src/usr/share/gnome/help/diffuse/C/diffuse.xml
-       perl -pi -e 's,/usr,%p,' src/usr/bin/diffuse src/etc/diffuse.conf 
src/usr/share/omf/diffuse/diffuse-C.omf
-<<
+Source-MD5: 4c483b557d270024704120adc2552c2c
 CompileScript: #
 InstallScript: <<
-       mkdir -p %i
-       cp -pr src/usr/* %i
-       cp -pr src/etc %i
-       chmod -R go=u-w %i
+       %p/bin/python2.6 install.py --destdir=%d --prefix=%p 
--sysconfdir=%p/etc --python-interpreter=%p/bin/python2.6 --files-only
 <<
-DocFileS: AUTHORS COPYING ChangeLog README TODO
+DocFileS: AUTHORS COPYING ChangeLog README
 PostInstScript: <<
+  . %p/bin/init.sh
   if [ configure = "$1" ]; then
     scrollkeeper-update -q
   fi
+  update-desktop-database -q
 <<
 PostRmScript: <<  
+  . %p/bin/init.sh
   if [ remove != "$1" ]; then
     scrollkeeper-update -q
   fi
+  update-desktop-database -q
 <<


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to