the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gnome-doc-utils
Version: 0.18.0
Revision: 3
Depends: <<
libgettext3-shlibs,
libiconv,
libxml2-bin (>= 2.6.32-1),
libxml2-py26,
libxml2-shlibs (>= 2.6.32-1),
libxslt-bin (>= 1.1.1-1),
libxslt-shlibs (>= 1.1.14-1),
pkgconfig (>= 0.23),
python26,
rarian-compat
<<
BuildDepends: <<
fink (>= 0.24.12),
gettext-bin,
gettext-tools,
intltool40,
libgettext3-dev,
libiconv-dev,
libxml2 (>= 2.6.32-1),
libxslt (>= 1.1.14-1)
<<
Replaces: yelp (<< 2.10.0-1)
Source: mirror:gnome:sources/%n/0.18/%n-%v.tar.bz2
Source-MD5: 5a25827673f9ff060a554c0858dbf020
ConfigureParams: --mandir=%p/share/man --disable-scrollkeeper --disable-dependency-tracking
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
#PatchScript: perl -pi -e 's/-I m4/-I m4 -I tools/' Makefile.am
CompileScript: <<
# autoreconf -f -i
PYTHON=%p/bin/python2.6 ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
%p/bin/python2.6 %p/lib/python2.6/compileall.py -f -d %p/lib/python2.6 %i/lib/python2.6
%p/bin/python2.6 -O %p/lib/python2.6/compileall.py -f -d %p/lib/python2.6 %i/lib/python2.6
<<
DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po xml2po/ChangeLog:ChangeLog.xml2po NEWS README xml2po/TODO:TODO.xml2po
PreInstScript: <<
rm -f %p/share/xml2po/*.pyc
<<
PostInstScript: <<
. %p/bin/init.sh
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
<<
PostRmScript: <<
. %p/bin/init.sh
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<
Description: Tools and templates for Gnome documentation
DescDetail: <<
gnome-doc-utils is a collection of documentation utilities for the
Gnome project. Notably, it contains utilities for building
documentation and all auxiliary files in your source tree, and it
contains the DocBook XSLT stylesheets that were once distributed
with Yelp.
<<
DescPackaging: <<
# Add missing ACLOCAL flag. See:
# http://bugzilla.gnome.org/show_bug.cgi?id=482017
^only needed if redoing autotools
Byte-compile the python mods for speed when used. Otherwise,
they might get autocompiled anyway at runtime, which would
leave .py[co] untracked by dpkg. See:
https://bugzilla.gnome.org/show_bug.cgi?id=596702
Easier to do it manually than fix Makefile.am and require
redoing autotools.
Prior to 0.18, .pyc were left behind and in a different place
than 0.18 series. Try gently to remove the litter.
<<
License: GPL/LGPL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/
Package: gnome-doc-utils
Version: 0.18.1
Revision: 2
Depends: <<
dpkg-base-files,
getoptbin,
libxml2-bin (>= 2.6.32-1),
libxml2-py26,
libxslt-bin (>= 1.1.1-1),
pkgconfig (>= 0.23),
python26,
rarian-compat
<<
BuildDepends: <<
fink (>= 0.24.12),
gettext-bin,
gettext-tools,
intltool40,
libxml2 (>= 2.6.32-1),
libxslt (>= 1.1.14-1)
<<
Replaces: yelp (<< 2.10.0-1)
Source: mirror:gnome:sources/%n/0.18/%n-%v.tar.bz2
Source-MD5: c98ca796f3f2938a1fced7476e65351e
ConfigureParams: --mandir=%p/share/man --disable-scrollkeeper --disable-dependency-tracking
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
PatchScript: <<
# perl -pi -e 's/-I m4/-I m4 -I tools/' Makefile.am
perl -pi -e 's,`getopt,`%p/bin/getopt,' tools/gnome-doc-tool.in
<<
CompileScript: <<
# autoreconf -f -i
PYTHON=%p/bin/python2.6 ./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po xml2po/ChangeLog:ChangeLog.xml2po NEWS README xml2po/TODO:TODO.xml2po
PreInstScript: <<
rm -f %p/share/xml2po/*.pyc
<<
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<
Description: Tools and templates for Gnome documentation
DescDetail: <<
gnome-doc-utils is a collection of documentation utilities for the
Gnome project. Notably, it contains utilities for building
documentation and all auxiliary files in your source tree, and it
contains the DocBook XSLT stylesheets that were once distributed
with Yelp.
<<
DescPackaging: <<
# Add missing ACLOCAL flag. See:
# http://bugzilla.gnome.org/show_bug.cgi?id=482017
^only needed if redoing autotools
Prior to 0.18, .pyc were left behind and in a different place
than 0.18 series. Try gently to remove the litter.
OS X 'getopt' program doesn't have the longopts support that
gnome-doc-tool needs. Make sure we use fink's.
<<
License: GPL/LGPL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/