atk1 stable port information

Package: atk1
Version: 1.28.0
Revision: 2
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
fink (>= 0.24.12),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.22.0-1),
gtk-doc (>= 1.13-5),
libgettext8-dev,
pkgconfig (>= 0.23)
<<
BuildDependsOnly: true
DescPackaging: <<
Gettext message catalogs moved from %N to %N-shlibs in 1.12.1-1

Disable gtk-doc because it fails on some systems, so just
patch the prefix in the bad URLs in the existing generated
files.
<<
Source: mirror:gnome:sources/atk/1.28/atk-%v.tar.bz2
Source-MD5: 010a85478adc053c016a0a5c9bb52004
PatchFile: %n.patch
PatchFile-MD5: c69f41e14f9db3618df16d78ceb0abd8
PatchScript: <<
%{default_script}
perl -pi -e 's,/usr/share/gtk-doc/html,%p/share/gtk-doc/html,g' docs/html/*.html
perl -pi -e 's/-version-info/-no-undefined -version-info/' atk/Makefile.in
<<
SetCFLAGS: -Os
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --mandir=%p/share/man --disable-gtk-doc --disable-dependency-tracking PERL=/usr/bin/perl PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
InstallScript: make -j1 install DESTDIR=%d
SplitOff: <<
Package: %N-shlibs
Depends: <<
glib2-shlibs (>= 2.22.0-1),
libgettext8-shlibs
<<
Replaces: %N (<< 1.12.1-1)
Files: lib/libatk-1.0.*.dylib share/locale
Shlibs: %p/lib/libatk-1.0.0.dylib 2810.0.0 %n (>= 1.28.0-1)
DocFiles: AUTHORS COPYING ChangeLog po/ChangeLog:ChangeLog.po NEWS README
<<
DocFiles: AUTHORS COPYING ChangeLog po/ChangeLog:ChangeLog.po NEWS README
Description: Accessibility Toolkit
DescDetail: <<
Handy library of accessibility functions.
<<
DescPort: <<
Recent glib doesn't publish -lintl, so pass it directly. See:
https://bugzilla.gnome.org/show_bug.cgi?id=606888
<<
License: LGPL
Maintainer: The Gnome Core Team
Homepage: http://www.gtk.org

atk1 stable port .patch

diff -Nurd -x'*~' atk-1.28.0.orig/atk/Makefile.in atk-1.28.0/atk/Makefile.in
--- atk-1.28.0.orig/atk/Makefile.in 2009-09-22 03:36:44.000000000 -0400
+++ atk-1.28.0/atk/Makefile.in 2010-01-13 14:43:12.000000000 -0500
@@ -259,7 +259,7 @@
lib_LTLIBRARIES = libatk-1.0.la
libatk_1_0_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
$(no_undefined) $(am__append_1)
-libatk_1_0_la_LIBADD = $(DEP_LIBS)
+libatk_1_0_la_LIBADD = $(DEP_LIBS) $(INTLLIBS)
libatk_1_0_la_SOURCES = \
atkaction.c \
atkcomponent.c \

atk1 _unstable_ port .patch