Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1:/tmp/cvs-serv5595

Added Files:
        gedit-2.0.6-1.info gedit-2.0.6-1.patch 
Log Message:
New package.

--- NEW FILE: gedit-2.0.6-1.info ---
Package: gedit
Version: 2.0.6
Revision: 1
Depends: libgnomeprintui2 (>= 1.115.0), libbonoboui2 (>= 2.0.0), libgnomeui2 (>= 
2.0.0), libglade2-shlibs (>= 2.0.0), eel2 (>= 2.0.0), popt-shlibs, scrollkeeper (>= 
0.3.11-4)
BuildDepends: freetype2, glib2-dev, atk1, pango1-dev, gtk+2-dev (>= 2.0.5-2), libart2, 
libgnomecanvas2-dev, linc1, orbit2-dev, gconf2-dev, gnome-vfs2-dev, libxml2, 
bonobo-activation2-dev, libbonobo2-dev, libgnome2-dev, libbonoboui2-dev (>= 2.0.0), 
libgnomeui2-dev (>= 2.0.0), libgnomeprint2-dev, libgnomeprintui2-dev (>= 1.115.0), 
libglade2 (>= 2.0.0), gail17-dev, eel2-dev (>= 2.0.0), esound, pkgconfig, intltool (>= 
0.21), popt
Source: mirror:gnome:sources/%n/2.0/%n-%v.tar.bz2
Source-MD5: 4dd4016136b0f45c7b4cc767bba77972
Patch: %f.patch
SetCPPFLAGS: -no-cpp-precomp
SetLIBS: -L%p/lib
ConfigureParams: --mandir=%p/share/man
InstallScript: <<
  GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=%d
<<
PostInstScript: <<
  scrollkeeper-update
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/gedit.schemas >/dev/null
<<
PostRmScript: <<
  if [ upgrade != "$1" ]; then
    scrollkeeper-update
  fi
<<
ConfFiles: %p/etc/gconf/schemas/gedit.schemas
DocFiles: AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
Description: Small and lightweight text editor for the GNOME
License: GPL
Maintainer: Masanori Sekino <[EMAIL PROTECTED]>
Homepage: http://gedit.sourceforge.net/

--- NEW FILE: gedit-2.0.6-1.patch ---
diff -Naur gedit-2.0.5.old/configure gedit-2.0.5.new/configure
--- gedit-2.0.5.old/configure   Thu Sep  5 18:05:14 2002
+++ gedit-2.0.5.new/configure   Tue Sep 17 22:34:34 2002
@@ -4568,7 +4568,7 @@
     # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.
-    archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
-install_name $rpath/$soname $verstring'
+    archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) 
+$allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes 
+&& echo -install_name $rpath/$soname $tmp_verstring)'
     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes
diff -Naur gedit-2.0.5.old/ltmain.sh gedit-2.0.5.new/ltmain.sh
--- gedit-2.0.5.old/ltmain.sh   Wed Aug 28 21:00:58 2002
+++ gedit-2.0.5.new/ltmain.sh   Tue Sep 17 22:34:34 2002
@@ -2894,6 +2894,11 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi
          eval cmds=\"$archive_cmds\"
        fi
        save_ifs="$IFS"; IFS='~'
diff -Naur gedit-2.0.5.old/omf-install/Makefile.in 
gedit-2.0.5.new/omf-install/Makefile.in
--- gedit-2.0.5.old/omf-install/Makefile.in     Thu Sep  5 18:12:28 2002
+++ gedit-2.0.5.new/omf-install/Makefile.in     Fri Sep 27 04:01:17 2002
@@ -247,7 +247,7 @@
        -for file in $(srcdir)/*.omf; do \
                $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
        done
-       -scrollkeeper-update -p $(scrollkeeper_localstate_dir) 
+#      -scrollkeeper-update -p $(scrollkeeper_localstate_dir) 
 
 uninstall-local:
        -for file in $(srcdir)/*.omf; do \
diff -Naur gedit-2.0.5.old/src/gedit-plugins-engine.c 
gedit-2.0.5.new/src/gedit-plugins-engine.c
--- gedit-2.0.5.old/src/gedit-plugins-engine.c  Tue Mar 19 00:21:49 2002
+++ gedit-2.0.5.new/src/gedit-plugins-engine.c  Tue Sep 17 22:34:34 2002
@@ -31,6 +31,7 @@
 #include <config.h>
 #endif
 
+#include <sys/types.h> 
 #include <dirent.h> 
 #include <string.h>
 



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to