libglade stable port information

Package: libglade
Version: 0.17
Revision: 16
Distribution: 10.4, 10.5
Source: mirror:gnome:sources/%n/%v/%n-%v.tar.gz
Source-MD5: 38b2e2cfd813783fe157617813bfe3b3
PatchFile: %n.patch
PatchFile-MD5: 92940b0d7481f76a1ac489d5a100c2c8
PatchScript: <<
%{default_script}
perl -pi -e 's/(AC_DEFUN\()(\S+)(,)/\1\[\2]\3/' libglade.m4
perl -pi -e 's,(glade)/(libglade\S*)\.la,\1/.libs/\2.dylib,g' Makefile.in
<<
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
BuildDepends: gtk-doc (>= 1.8-1), libjpeg, libtiff, netpbm, audiofile, esound (>= 0.2.38-1), glib, gtk+ (>= 1.2.10-20), orbit-dev (>= 0.5.17-15), giflib, imlib (>= 1.9.14-14), gnome-libs-dev (>= 1.4.2-19), libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, libxml, fink (>= 0.24.12-1)
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<
SetCFLAGS: -Os
ConfigureParams: --disable-static --disable-dependency-tracking
CompileScript: <<
./configure %c
touch doc/scan-build.stamp
make
<<
SplitOff: <<
Package: %N-shlibs
Depends: audiofile-shlibs, esound-shlibs (>= 0.2.38-1), glib-shlibs, gtk+-shlibs, imlib-shlibs, gnome-libs (>= 1.4.2-19), gnome-libs-shlibs, libgettext3-shlibs, libxml-shlibs
Replaces: %N (<= 0.17-2)
Files: lib/libglade.*.dylib lib/libglade-gnome.*.dylib
Shlibs: <<
%p/lib/libglade-gnome.0.dylib 5.0.0 %n (>= 0.17-3)
%p/lib/libglade.0.dylib 5.0.0 %n (>= 0.17-3)
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Library to load .glade files at runtime
DescDetail: <<
This library allows you to load user interfaces in your program, which are
stored externally. This allows alteration of the interface without
recompilation of the program.

The interfaces can also be edited with GLADE.
<<
License: LGPL/GFDL
Maintainer: None
Homepage: http://www.gnome.org/

libglade stable port .patch

diff -Naur libglade-0.17.old/doc/Makefile.in libglade-0.17.new/doc/Makefile.in
--- libglade-0.17.old/doc/Makefile.in Fri Sep 7 12:14:11 2001
+++ libglade-0.17.new/doc/Makefile.in Sat Mar 2 21:09:50 2002
@@ -351,14 +351,14 @@
if test "$$installfiles" = '$(srcdir)/html/*.html'; \
then echo '-- Nothing to install' ; \
else \
+ echo '-- Fixing Crossreferences' ; \
+ gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR); \
for i in $$installfiles; do \
echo '-- Installing '$$i ; \
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(TARGET_DIR); \
- echo '-- Fixing Crossreferences' ; \
- gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
fi)

uninstall-local:

libglade _unstable_ port .patch