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

Added Files:
        tea.info tea.patch 
Log Message:
New package tea, a text editor

--- NEW FILE: tea.patch ---
diff -Nurd tea-13.1-orig/Makefile.in tea-13.1/Makefile.in
--- tea-13.1-orig/Makefile.in   2006-04-28 22:24:25.000000000 +0200
+++ tea-13.1/Makefile.in        2006-05-03 09:51:50.000000000 +0200
@@ -17,6 +17,7 @@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
+pkgdocdir = $(datadir)/doc/@PACKAGE@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
@@ -543,17 +544,17 @@
 
 @[EMAIL PROTECTED]:
 @DEB_TRUE@     @$(NORMAL_INSTALL)
[EMAIL PROTECTED]@      $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/doc; 
[EMAIL PROTECTED]@      $(mkinstalldirs) $(DESTDIR)$(pkgdocdir); 
 @[EMAIL PROTECTED]:
 @DEB_FALSE@    @$(NORMAL_INSTALL)
[EMAIL PROTECTED]@      $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/doc; \
[EMAIL PROTECTED]@      cp -r $(srcdir)/doc $(DESTDIR)$(pkgdatadir); \
[EMAIL PROTECTED]@      cp $(srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)/doc; \
[EMAIL PROTECTED]@      cp $(srcdir)/ChangeLog $(DESTDIR)$(pkgdatadir)/doc; \
[EMAIL PROTECTED]@      cp $(srcdir)/README $(DESTDIR)$(pkgdatadir)/doc; \
[EMAIL PROTECTED]@      cp $(srcdir)/NEWS $(DESTDIR)$(pkgdatadir)/doc; \
[EMAIL PROTECTED]@      cp $(srcdir)/COPYING $(DESTDIR)$(pkgdatadir)/doc; \
[EMAIL PROTECTED]@      cp $(srcdir)/TODO $(DESTDIR)$(pkgdatadir)/doc; \
[EMAIL PROTECTED]@      $(mkinstalldirs) $(DESTDIR)$(pkgdocdir); \
[EMAIL PROTECTED]@      cp -r $(srcdir)/doc/* $(DESTDIR)$(pkgdocdir); \
[EMAIL PROTECTED]@      cp $(srcdir)/AUTHORS $(DESTDIR)$(pkgdocdir); \
[EMAIL PROTECTED]@      cp $(srcdir)/ChangeLog $(DESTDIR)$(pkgdocdir); \
[EMAIL PROTECTED]@      cp $(srcdir)/README $(DESTDIR)$(pkgdocdir); \
[EMAIL PROTECTED]@      cp $(srcdir)/NEWS $(DESTDIR)$(pkgdocdir); \
[EMAIL PROTECTED]@      cp $(srcdir)/COPYING $(DESTDIR)$(pkgdocdir); \
[EMAIL PROTECTED]@      cp $(srcdir)/TODO $(DESTDIR)$(pkgdocdir); \
 @DEB_FALSE@    if test -d $(srcdir)/pixmaps; then \
 @DEB_FALSE@      $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
 @DEB_FALSE@      for pixmap in $(srcdir)/pixmaps/*; do \
@@ -574,7 +575,8 @@
        fi
 
 uninstall-local:
-       rm -f -r -d $(DESTDIR)$(pkgdatadir);
+       rm -f -r -d $(DESTDIR)$(pkgdatadir); \
+        rm -f -r -d $(DESTDIR)$(pkgdocdir);
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -Nurd tea-13.1-orig/src/tea_defs.h tea-13.1/src/tea_defs.h
--- tea-13.1-orig/src/tea_defs.h        2006-04-13 11:32:01.000000000 +0200
+++ tea-13.1/src/tea_defs.h     2006-05-03 09:24:46.000000000 +0200
@@ -119,7 +119,7 @@
 
 #else
 
-#define TEA_DOC_DIR PACKAGE_DATA_DIR"/tea/doc/"
+#define TEA_DOC_DIR PACKAGE_DATA_DIR"/doc/tea/"
 #define TEA_PIX_MAINLOGO PACKAGE_DATA_DIR"/tea/pixmaps/tea_logo.jpg"
 #define TEA_PIX_MAINICON PACKAGE_DATA_DIR"/tea/pixmaps/tea_icon_v2.png"
 #define TEA_PIX_DIR PACKAGE_DATA_DIR"/tea/pixmaps/"

--- NEW FILE: tea.info ---
Package: tea
Version: 13.1
Revision: 101
Source: http://%n.linux.kiev.ua/%n-%v.tar.bz2
Source-MD5: 710a6bbecc884617974d4c138e31c7eb
SourceDirectory: %n-%v
Depends: <<
  aspell-shlibs (>= 0.50.5-2), atk1-shlibs, gconf2-shlibs, glib2-shlibs, 
  gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs (>= 2.4.0-1), 
gtksourceview-shlibs, 
  libart2-shlibs, libbonobo2-shlibs, libgettext3-shlibs, 
  libgnomeprint2.2-shlibs, libiconv, libxml2-shlibs, 
  orbit2-shlibs, pango1-xft2-shlibs, x11-shlibs
<<
BuildDepends: <<
  pkgconfig, aspell-dev (>= 0.50.5-2), atk1, gconf2-dev, glib2-dev, 
  gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev (>= 2.4.0-1), 
gtksourceview-dev, libart2, 
  libbonobo2-dev, libgettext3-dev, libgnomeprint2.2-dev, gettext-tools, 
gettext-bin,
  libiconv-dev, libxml2, orbit2-dev, pango1-xft2-dev, 
  x11-dev
<<
Patch: %n.patch
PatchScript: perl -pi -e 's|#, fuzzy\n||' po/pl.po
ConfigureParams: --disable-dependency-tracking
SetCPPFLAGS: -no-cpp-precomp
Description: Small text editor
DescDetail: <<
 Small text editor with syntax highlighting & UTF support.
<<
DescUsage: <<
 You need to install the desired aspell dictionnaries to 
 benefit of the checkspell tool.
 You may have to change the default browser to view the
 documentation via the help menu.
 To add an icon to the gnome panel, go to preferences, 
 choose Maintainance and click add icon. You can then 
 drag it to the top panel and click it to launch tea. 
 You may delete it once it is in the panel.
<<
Homepage: http://tea.linux.kiev.ua/index.html
License: GPL
Maintainer: Michele Garoche <[EMAIL PROTECTED]>



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to