cssed-vte-plugin stable port information

Package: cssed-vte-plugin
Version: 0.2
Revision: 1
Source: mirror:sourceforge:cssed/%n-%v.tar.gz
Source-MD5: c250f9b2a610e83e0d8aa1062aac7b69
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
cssed (>= 1:0.4.0-1),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
libgettext8-shlibs,
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
vte (>= 0.22.5-1),
vte9-shlibs (>= 0.22.5-1)
<<
BuildDepends: <<
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
cssed-dev (>= 1:0.4.0-1),
fink (>= 0.24.12),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.22.0-1),
glitz,
gtk+2-dev (>= 2.18.0-1),
libgettext8-dev,
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
vte9-dev (>= 0.22.5-1),
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: 9f969878a6808b2f69f5cbda728d1255
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os -pipe
ConfigureParams: --enable-dependency-tracking PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
%{default_script}
fink-package-precedence .
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Description: Vte plugin for cssed
DescDetail: <<
cssed-vte-plugin is a plugin for cssed.
It adds a Vte terminal to the footer panel.
It can be loaded and unloaded at runtime.

Note: cssed seg-faults if you try to unload this plugin.
<<
DescUsage: <<
Use the plugins menu in cssed to load or unload it.
<<
DescPort: <<
Missing #include for getenv.
Dirty hack for Intel to find the right architecture

Use modern twolevel namespace for cleaner symbol handling
<<
License: GPL
Homepage: http://cssed.sourceforge.net/
DescPackaging: Formerly maintained by Michele Garoche
Maintainer: None

cssed-vte-plugin stable port .patch

diff -Nurd -x'*~' cssed-vte-plugin-0.2.orig/configure cssed-vte-plugin-0.2/configure
--- cssed-vte-plugin-0.2.orig/configure 2005-09-18 06:50:47.000000000 -0400
+++ cssed-vte-plugin-0.2/configure 2011-08-01 22:26:27.000000000 -0400
@@ -5151,7 +5151,7 @@
i[3456]86-*-linux-gnu*)
OSTYPE="LINUX"
;;
-powerpc-apple-darwin*)
+*-apple-darwin*)
OSTYPE="DARWIN"
;;
esac
diff -Nurd -x'*~' cssed-vte-plugin-0.2.orig/src/Makefile.in cssed-vte-plugin-0.2/src/Makefile.in
--- cssed-vte-plugin-0.2.orig/src/Makefile.in 2005-09-18 06:50:43.000000000 -0400
+++ cssed-vte-plugin-0.2/src/Makefile.in 2011-08-01 22:31:16.000000000 -0400
@@ -181,9 +181,9 @@
@ISDARWIN_FALSE@vte_terminal_so_SOURCES = $(SRCS)
@ISDARWIN_TRUE@vte_terminal_so_SOURCES = $(SRCS)
@ISDARWIN_FALSE@vte_terminal_so_LDFLAGS = -shared -fPICS
-@ISDARWIN_TRUE@vte_terminal_so_LDFLAGS = -bundle -flat_namespace -undefined suppress
+@ISDARWIN_TRUE@vte_terminal_so_LDFLAGS = -bundle -undefined dynamic_lookup
@ISDARWIN_FALSE@vte_terminal_so_LDADD = @PACKAGE_LIBS@
-@ISDARWIN_TRUE@vte_terminal_so_LDADD = @PACKAGE_LIBS@
+@ISDARWIN_TRUE@vte_terminal_so_LDADD = @PACKAGE_LIBS@ @INTLLIBS@
@ISDARWIN_TRUE@vte_terminal_so_CFLAGS = -fno-common
INCLUDES = \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/share/locale"\" \
diff -Nurd -x'*~' cssed-vte-plugin-0.2.orig/src/vte.c cssed-vte-plugin-0.2/src/vte.c
--- cssed-vte-plugin-0.2.orig/src/vte.c 2005-01-05 08:50:04.000000000 -0500
+++ cssed-vte-plugin-0.2/src/vte.c 2011-08-01 22:37:42.000000000 -0400
@@ -19,6 +19,7 @@
# include
#endif

+#include
#include
#include
#include

cssed-vte-plugin _unstable_ port .patch