yelp stable port information

Package: yelp
Version: 2.28.0+webkit
Revision: 3
Replaces: yelp-viewer-mozilla, yelp-viewer-firefox, yelp-viewer-seamonkey
Depends: <<
atk1-shlibs (>= 1.28.0-1),
bzip2-shlibs,
cairo-shlibs (>= 1.8.8-3),
dbus-glib1.2-shlibs,
dbus1.3-shlibs,
dpkg-base-files,
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-doc-utils (>= 0.18.1-1),
gtk+2-shlibs (>= 2.18.0-1),
gvfs,
libgettext8-shlibs,
libiconv,
librarian.08-shlibs,
libsoup2.4.1-ssl-shlibs (>= 2.28.0-1),
libxml2-shlibs (>= 2.6.30-1),
libxslt-shlibs,
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
rarian-compat,
startup-notification-shlibs,
webkit-1.0.2-shlibs (>= 1.1.15.4-1),
x11
<<
BuildDepends: <<
atk1 (>= 1.28.0-1),
bzip2-dev,
cairo (>= 1.8.8-3),
dbus-glib1.2-dev,
dbus1.3-dev,
fink (>= 0.24.12),
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,
gtk+2-dev (>= 2.18.0-1),
intltool40,
libgettext8-dev,
libiconv-dev,
librarian.08-dev,
libsoup2.4.1-ssl (>= 2.28.0-1),
libxml2 (>= 2.6.30-1),
libxslt,
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
startup-notification-dev,
webkit-1.0.2 (>= 1.1.15.4-1),
x11-dev
<<
#Source: mirror:gnome:sources/yelp/2.26/yelp-%v.tar.bz2
Source: mirror:debian:pool/main/y/yelp/%n_%v.orig.tar.gz
Source-MD5: 11d39e57868f428f121e8a8bb0873331
Source2: mirror:debian:pool/main/y/yelp/%n_%v-2.diff.gz
Source2-MD5: 43c3c7cd62105bd3866219902c7f4c5e
SourceDirectory: %n-2.28.0
PatchFile: %n.patch
PatchFile-MD5: aa76a7d488ddbe11bd8efc50136dba2f
PatchScript: <<
#!/bin/sh -ev
%{default_script}
gzip -dc ../%n_%v*.diff.gz | patch -p1
for file in \
02_man-utf8.patch \
03_info_crasher.patch \
05_fix_xml_generation.patch \
; do
echo "applying $file"
patch -p1 < debian/patches/$file
done
perl -pi -e 's/gio-2.0/gio-2.0 gthread-2.0/g' configure
<<
ConfigureParams: <<
--enable-dependency-tracking \
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" \
SMCLIENT_CFLAGS=" " SMCLIENT_LIBS="-lSM -L/usr/X11/lib -L/usr/X11R6/lib" \
--disable-schemas-install \
--with-search=basic
<<
CompileScript: <<
./configure %c
make
fink-package-precedence .
<<
DocFiles: AUTHORS COPYING ChangeLog MAINTAINERS NEWS README TODO debian/changelog:changelog.debian
PostInstScript: <<
if [ configure = "$1" ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/yelp.schemas >/dev/null
fi
<<
Description: Help browser for GNOME
DescDetail: <<
Yelp is a help browser for GNOME. The name Yelp was suggested by
Daniel Lundin. Yelp is pronounced the same as the swedish word for
'help'.
<<
DescUsage: <<
Starting in 2.12.2-1, the "yelp" package is a place-holder to let user
pick which rendering engine to use (it's hard-coded and linked at
compile-time, not a swappable back-end). Starting in 0.28-1, uses
webkit branch (no gecko multiple-choice), so no need for this -viewer
back-end game.
<<
DescPackaging: <<
Cannot Conflicts the old %n-viewer-* packages because old %n
Depends on them: dpkg tries to handle Conflicts before
installing new %n but refuses to break dependency. So much for
multi-package atomic operations:/

This is the webkit branch of upstream (trunk and stable
releases still use gecko) per the debian packaging of this
branch.

Advanced searching is disabled because fink doesn't have libbeagle.
<<
DescPort: <<
Uses gthread directly, so need to link it directly. See:
https://bugzilla.gnome.org/show_bug.cgi?id=612924

Recent glib doesn't publish -lintl, so pass it directly. See:
https://bugzilla.gnome.org/show_bug.cgi?id=612924
<<
License: GPL/LGPL/GFDL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/

yelp stable port .patch

diff -Nurd -x'*~' yelp-2.28.0.orig/src/Makefile.in yelp-2.28.0/src/Makefile.in
--- yelp-2.28.0.orig/src/Makefile.in 2009-09-23 16:07:43.000000000 -0400
+++ yelp-2.28.0/src/Makefile.in 2010-03-15 04:23:23.000000000 -0400
@@ -331,7 +331,7 @@
$(YELP_WEBKIT_CFLAGS) $(am__append_2)
yelp_LDADD = $(YELP_LIBS) $(YELP_SEARCH_LIBS) $(POPT_LIBS) $(Z_LIBS) \
$(BZ_LIBS) $(LZMADEC_LIBS) $(YELP_WEBKIT_LIBS) $(X_LIBS) \
- $(am__append_3)
+ $(am__append_3) $(INTLLIBS)
yelp_LDFLAGS = $(AM_LDFLAGS)

#check_PROGRAMS = \

yelp _unstable_ port .patch