Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31513/10.4-transitional/unstable/main/finkinfo/editors

Modified Files:
        scite.info 
Log Message:
New upstream version - no longer requires fileutils on 10.3


Index: scite.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/scite.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scite.info  8 Mar 2006 02:16:31 -0000       1.6
+++ scite.info  26 Mar 2006 14:17:47 -0000      1.7
@@ -1,31 +1,41 @@
 Package: scite
-Version: 1.64
-Revision: 3
-Source: mirror:sourceforge:scintilla/%n164.tgz
-Source-MD5: 745860eb91d3a2d65288856e52ab03a5
+Version: 1.68
+Revision: 1
+Source: mirror:sourceforge:scintilla/%n168.zip
+Source-MD5: 6f0cee7e06c28af4ac67f9fc24c3ce87
 NoSourceDirectory: True
 GCC: 3.3
-Depends: x11, atk1-shlibs, pango1-xft2-shlibs, glib-shlibs, glib2-shlibs, 
gtk+2, gtk+2-shlibs, dillo
-BuildDepends: atk1, pango1-xft2-dev, glib, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, libiconv-dev
+Depends: x11, atk1-shlibs, pango1-xft2-shlibs, glib2-shlibs, gtk+2, 
gtk+2-shlibs, dillo
+BuildDepends: atk1, pango1-xft2-dev, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, libiconv-dev
+PatchScript: <<
+ #!/bin/sh -e
+ cd scite/gtk
+ perl -pi.bak -e 's/-DNDEBUG -Os/-DNDEBUG -Dunix -Os/g' makefile
+ perl -pi.bak -e 's/-m 755 -D /-m 755 /g' makefile
+ perl -pi.bak -e 's/-m 644 -D /-m 644 /g' makefile
+<<
 CompileScript: <<
  #!/bin/sh -e
  cd scintilla/gtk
  make OSTYPE=darwin GTK2=1 prefix=%p
  cd ../..
  cd scite/gtk
- perl -pi.bak -e 's/-DNDEBUG -Os/-DNDEBUG -Dunix -Os/g' makefile
  make GTK2=1 prefix=%p
 <<
 InstallScript: <<
  #!/bin/sh -e
  cd scite/gtk
- mkdir -p %i/bin %i/share/pixmaps
+ mkdir -p %i/bin %i/share/pixmaps %i/share/applications
  make GTK2=1 INSTALL=install install prefix=%i
  cd %i/share/%n
  perl -pi.bak -e 's/netscape/dillo/g' *.properties
 <<
 DocFiles: scite/License.txt scite/README
 Description: Small syntax styling source code editor
+DescPort: <<
+ Patched to use dillo to view help files.
+ Patched to remove -D flag from install (so it will work on 10.3)
+<<
 DescDetail: <<
 SciTE is a GUI-based single-document editor which uses the Scintilla editor
 component. It rapidly styles most common programming languages with good



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to