dasher stable port information

Package: dasher
Version: 4.11
Revision: 12
GCC: 4.0
Depends: <<
at-spi (>= 1.28.0-1),
at-spi-shlibs (>= 1.28.0-1),
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
desktop-file-utils,
dpkg-base-files,
expat1-shlibs,
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
gconf2-shlibs (>= 2.28.0-1),
glib2-shlibs (>= 2.22.0-1),
gnome-speech-shlibs (>= 0.4.25-3),
gnome-vfs2-unified-shlibs (>= 1:2.24.2-1),
gtk+2-shlibs (>= 2.18.0-1),
libart2-shlibs (>= 2.3.16-1),
libbonobo2-shlibs (>= 2.24.2-1),
libbonoboui2-shlibs (>= 2.24.2-1),
libgettext8-shlibs,
libgnome2-shlibs (>= 2.28.0-1),
libgnomecanvas2-shlibs (>= 2.26.0-3),
libgnomeui2-shlibs (>= 2.24.2-1),
orbit2 (>= 2.14.17-2),
orbit2-shlibs (>= 2.14.17-2),
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
popt-shlibs,
rarian-compat,
x11
<<
BuildDepends: <<
at-spi-dev (>= 1.28.0-1),
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
expat1,
fink (>= 0.24.12-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-doc-utils (>= 0.18.1-1),
gnome-speech-dev (>= 0.4.25-2),
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,
libgnome2-dev (>= 2.28.0-1),
libgnomecanvas2-dev (>= 2.26.0-3),
libgnomeui2-dev (>= 2.24.2-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/%v/%n-%v.tar.bz2
Source-MD5: 55695cacecb9fa9e3259e0f2ef82ae9e
PatchFile: %n.patch
PatchFile-MD5: 60ce2914d75f39905b72af73debf197f
SetCPPFLAGS: -DWITH_DARWIN -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os -pipe
ConfigureParams: --disable-schemas-install --disable-scrollkeeper --libexecdir=%p/lib/%n --mandir=%p/share/man --enable-dependency-tracking --enable-speech 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"
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update
fi
[ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
<<
PostRmScript: <<
if [ upgrade != "$1" ]; then
scrollkeeper-update
fi
[ -x %p/bin/update-desktop-database ] && update-desktop-database -q || :
<<
DocFiles: AUTHORS COPYING ChangeLog po/ChangeLog:ChangeLog.po MAINTAINERS NEWS README
DescPort: <<
Don't pass GNU ld or libtool flags directly to linker. See:
https://bugzilla.gnome.org/show_bug.cgi?id=613001

Gtk parts use x11 directly, so need direct link to libX11
rather than expecting that .pc will propagate it. See:
https://bugzilla.gnome.org/show_bug.cgi?id=615573
<<
Description: Text-entry interface
DescDetail: <<
Dasher is an information-efficient text-entry interface,
driven by natural continuous pointing gestures. Dasher is
a competitive text-entry system wherever a full-size
keyboard cannot be used.
<<
License: GPL
Maintainer: The Gnome Core Team
Homepage: http://www.inference.phy.cam.ac.uk/dasher/

dasher stable port .patch

diff -Nurd -x'*~' dasher-4.11.orig/configure dasher-4.11/configure
--- dasher-4.11.orig/configure 2010-03-13 15:07:26.000000000 -0500
+++ dasher-4.11/configure 2010-04-12 15:37:41.000000000 -0400
@@ -18805,7 +18805,6 @@
# the --export-dynamic flag. pkg-config does not provide it, and libtool
# knows what to do with -export-dynamic.
# (We need this e.g., for )
- GTK2_LIBS="$GTK2_LIBS -export-dynamic"


pkg_failed=no
@@ -18999,6 +18998,7 @@

CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
+ GTK2_LIBS="$GTK2_LIBS -export-dynamic"
else
{ { $as_echo "$as_me:$LINENO: error: \"Unable to find GTK2 or another necessary library.\"" >&5
$as_echo "$as_me: error: \"Unable to find GTK2 or another necessary library.\"" >&2;}
@@ -20792,7 +20792,7 @@

fi

-if test x"$WITHQTE" != xtrue -a x"$WITHA11Y" != xtrue; then
+if true; then
if test x$no_x = xyes ; then
{ { $as_echo "$as_me:$LINENO: error: X development libraries not found" >&5
$as_echo "$as_me: error: X development libraries not found" >&2;}

dasher _unstable_ port .patch