gucharmap7-shlibs stable port information

Package: gucharmap7-shlibs
Version: 2.28.2
Revision: 2
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2 (>= 2.18.0-1),
libgettext8-shlibs,
pango1-xft2-ft219 (>= 1.24.0-1)
<<
BuildDepends: <<
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
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,
gnome-doc-utils (>= 0.18.1-1),
gtk+2-dev (>= 2.17.0-1),
gtk-doc (>= 1.13-5),
intltool40,
libgettext8-dev,
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
x11-dev
<<
Source: mirror:gnome:sources/gucharmap/2.28/gucharmap-%v.tar.bz2
Source-MD5: d4ff2195141ca71aebfeb766e18d9607
PatchFile: %n.patch
PatchFile-MD5: 33524730153e1c839cc88180a2601158
PatchScript: <<
%{default_script}
perl -pi -e 's/(GETTEXT_PACKAGE\s*=\s*gucharmap)/\1-7/' configure
perl -pi -e 's/-version-info/-no-undefined -version-info/' gucharmap/Makefile.in
<<
SetCFLAGS: -Os
ConfigureParams: --enable-dependency-tracking --disable-schemas-install --disable-scrollkeeper --disable-python-bindings --disable-static 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 --prohibit-bdep gucharmap7-dev .
<<
InstallScript: <<
make install DESTDIR=%d
perl -ni -e 'print unless /Requires.private:/' %i/lib/pkgconfig/gucharmap-2.pc
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
Shlibs: %p/lib/libgucharmap.7.dylib 8.0.0 %n (>= 2.24.1-1)
SplitOff: <<
Package: gucharmap
Depends: <<
%N (=%v-%r),
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
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),
gtk+2-shlibs (>= 2.18.0-1),
libgettext8-shlibs,
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
rarian-compat
<<
Description: Unicode character map and font viewer
Files: <<
bin
etc
share/applications
share/gnome
share/omf
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
ConfFiles: %p/etc/gconf/schemas/gucharmap.schemas
PostInstScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/gucharmap.schemas >/dev/null
fi
<<
PostRmScript: <<
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
<<
<<
SplitOff2: <<
Package: gucharmap7-dev
Depends: %N (= %v-%r)
Conflicts: gucharmap-dev, gucharmap6-dev
Replaces: gucharmap-dev, gucharmap6-dev
BuildDependsOnly: true
Description: Headers and libraries for developing with gucharmap
Files: include lib/libgucharmap.{la,dylib} lib/pkgconfig
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
<<
Description: Shared libraries for gucharmap
DescDetail: <<
"gucharmap" is a Unicode/ISO 10646 character map and font viewer. It
supports anti-aliased, scalable truetype fonts in X, using Xft, and
works on Unix and Windows platforms.
<<
License: GPL/LGPL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/
DescPackaging: <<
Rename gettext catalog to match Shlibs install_name versioning

Clean up .pc Requires.private: don't need entries that are not
#included by public .h to avoid publishing useless and hidden
InheritedBuildDepends.
<<
DescPort: <<
Fix typo in passing of flag for linking against gettext. See:
https://bugzilla.gnome.org/show_bug.cgi?id=610579
<<

gucharmap7-shlibs stable port .patch

diff -Nurd -x'*~' gucharmap-2.28.2.orig/gucharmap/Makefile.in gucharmap-2.28.2/gucharmap/Makefile.in
--- gucharmap-2.28.2.orig/gucharmap/Makefile.in 2009-12-14 15:23:15.000000000 -0500
+++ gucharmap-2.28.2/gucharmap/Makefile.in 2010-02-21 00:10:17.000000000 -0500
@@ -423,7 +423,7 @@

libgucharmap_la_LIBADD = \
$(GTK_LIBS) \
- $(INTL_LIBS)
+ $(INTLLIBS)

libgucharmapincludedir = $(includedir)/gucharmap-2/gucharmap
libgucharmapinclude_HEADERS = \

gucharmap7-shlibs _unstable_ port .patch