gnome-spell stable port information

Package: gnome-spell
Version: 1.0.8
Revision: 5
Replaces: %N-shlibs (<< 1.0.8-3), %N-dev (<< 1.0.8-4)
Depends: <<
aspell (>= 0.60.5-1002),
aspell-shlibs (>= 0.60.5-1002),
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
gconf2 (>= 2.28.0-1),
gconf2-shlibs (>= 2.28.0-1),
glib2-shlibs (>= 2.22.0-1),
gnome-vfs2-unified-shlibs (>= 1:2.24.2-1),
gtk+2-shlibs (>= 2.18.0-1),
libart2-shlibs (>= 2.3.16-1),
libbonobo2 (>= 2.24.2-1),
libbonobo2-shlibs (>= 2.24.2-1),
libbonoboui2-shlibs (>= 2.24.2-1),
libgettext8-shlibs,
libglade2-shlibs (>= 2.6.4-7),
libgnome2-shlibs (>= 2.28.0-1),
libgnomecanvas2-shlibs (>= 2.26.0-3),
libgnomeui2-shlibs (>= 2.24.2-1),
libxml2-shlibs (>= 2.6.30-1),
orbit2-shlibs (>= 2.14.17-2),
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
popt-shlibs,
x11-shlibs
<<
BuildDepends: <<
aspell-dev (>= 0.60.5-1002),
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
fink (>= 0.28-1),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
gconf2-dev (>= 2.28.0-1),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.22.0-1),
glitz,
gnome-vfs2-unified-dev (>= 1:2.24.2-1),
gtk+2-dev (>= 2.18.0-1),
gtk-doc (>= 1.13-5),
intltool40,
libart2 (>= 2.3.16-1),
libbonobo2-dev (>= 2.24.2-1),
libbonoboui2-dev (>= 2.24.2-1),
libgettext8-dev,
libglade2 (>= 2.6.4-7),
libgnome2-dev (>= 2.28.0-1),
libgnomecanvas2-dev (>= 2.26.0-3),
libgnomeui2-dev (>= 2.24.2-1),
libxml2 (>= 2.6.30-1),
orbit2-dev (>= 2.14.17-2),
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
popt,
x11-dev
<<
Source: mirror:gnome:sources/%n/1.0/%n-%v.tar.gz
Source-MD5: 2b138322cf5bcea4d1d5e2c0001cb49d
PatchFile: %n.patch
PatchFile-MD5: d3b761975afb7ba4f9e6620097ed9019
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os
ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man --enable-dependency-tracking --disable-static PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
./configure %c
make
fink-package-precedence .
<<
InstallScript: <<
make -j1 install DESTDIR="%d"
<<
Shlibs: !%p/lib/gnome-spell/libgnome-spell-component-0.3.dylib
SplitOff: <<
Package: %N-shlibs
Depends: %N (>= 1.0.8-3), fink-obsolete-packages
InstallScript: <<
mkdir -p %i/share/doc/installed-files
touch %i/share/doc/installed-files/%n
<<
<<
SplitOff2: <<
Package: %N-dev
Depends: %N (>= 1.0.8-3), fink-obsolete-packages
InstallScript: <<
mkdir -p %i/share/doc/installed-files
touch %i/share/doc/installed-files/%n
<<
<<
DocFiles: <<
AUTHORS
COPYING
ChangeLog
gnome-spell/ChangeLog:ChangeLog.gnome-spell
po/ChangeLog:ChangeLog.po
NEWS
README
<<
Description: GNOME Spell a GNOME Spellchecking Library
DescPackaging: <<
share/idl moved %N->%N-dev starting in 1.0.6-1

lib-unversioned .dylib symlink moved %N-shlibs->%N-dev starting in 1.0.6-1
and again in 1.0.8-3 (fell back to %N-shlibs earlier in 1.0.8)

%N-shlibs abolished in 1.0.8-3, moved install_name into %N
because this thing is just a bonobo runtime with plugin
library (private), not a linkable public library.
...and the other files are either used at runtime or aren't
usable without other stuff, so abolish %N-dev as of 1.0.8-4

Fix shared-library extension in bonobo server (should this be
built -module and .so instead?)
<<
DescPort: <<
Recent glib doesn't publish -lintl, so pass it directly.
<<
License: GPL
Maintainer: The Gnome Core Team
Homepage: http://gtkspell.sourceforge.net/

gnome-spell stable port .patch

diff -Nurd -x'*~' gnome-spell-1.0.8.orig/configure gnome-spell-1.0.8/configure
--- gnome-spell-1.0.8.orig/configure 2007-10-15 08:40:11.000000000 -0400
+++ gnome-spell-1.0.8/configure 2008-07-01 01:33:54.000000000 -0400
@@ -21022,6 +21022,11 @@
NO_UNDEFINED='-no-undefined'
API_VERSION_IN_SHLIB_NAME=`echo $API_VERSION | sed -e 's/\./-/'`
;;
+*-darwin*) os_win32=no
+ SOEXT='.dylib'
+ NO_UNDEFINED=''
+ API_VERSION_IN_SHLIB_NAME=$API_VERSION
+ ;;
*) os_win32=no
SOEXT='.so'
NO_UNDEFINED=''
diff -Nurd -x'*~' gnome-spell-1.0.8.orig/gnome-spell/Makefile.in gnome-spell-1.0.8/gnome-spell/Makefile.in
--- gnome-spell-1.0.8.orig/gnome-spell/Makefile.in 2007-10-15 08:40:10.000000000 -0400
+++ gnome-spell-1.0.8/gnome-spell/Makefile.in 2008-07-01 01:31:02.000000000 -0400
@@ -275,6 +275,7 @@
END =
INCLUDES = \
-I$(srcdir) \
+ $(GNOME_SPELL_CFLAGS) \
$(ASPELL_INC) \
-DPREFIX=\""$(prefix)"\" \
-DGNOMEDATADIR=\""$(datadir)"\" \
@@ -282,7 +283,6 @@
-DGLADE_DATADIR=\"$(gladedir)\" \
-DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \
-DASPELL_DICT=\""$(ASPELL_DICT)"\" \
- $(GNOME_SPELL_CFLAGS) \
$(END)

SPELL_IDL = Spell.idl
@@ -309,8 +309,9 @@
libgnome_spell_component_la_LDFLAGS = -release $(API_VERSION) $(NO_UNDEFINED)
libgnome_spell_component_la_LIBADD = \
libgnome-spell-idl.la \
- $(ASPELL_LIBS) \
$(GNOME_SPELL_LIBS) \
+ $(ASPELL_LIBS) \
+ $(INTLLIBS) \
$(END)

libgnome_spell_component_la_SOURCES = \
@@ -323,8 +324,9 @@

test_gnome_spell_component_LDADD = \
libgnome-spell-idl.la \
- $(ASPELL_LIBS) \
$(GNOME_SPELL_LIBS) \
+ $(ASPELL_LIBS) \
+ $(INTLLIBS) \
$(END)

test_gnome_spell_component_SOURCES = \

gnome-spell _unstable_ port .patch