libgweather stable port information

Package: libgweather
Version: 2.28.0
Revision: 2
Depends: %N-shlibs (= %v-%r)
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 (>= 0.17),
glib2-dev (>= 2.22.0-1),
glitz,
gtk+2-dev (>= 2.18.0-1),
gtk-doc (>= 1.13-5),
intltool40,
libgettext8-dev,
libiconv-dev,
libsoup2.4.1-ssl (>= 2.26.0-1),
libxml2 (>= 2.6.30-1),
libxml2-bin (>= 2.6.30-1),
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
x11-dev
<<
Replaces: gnome-applets-dev
Conflicts: gnome-applets-dev
BuildDependsOnly: true
Source: mirror:gnome:sources/%n/2.28/%n-%v.tar.bz2
Source-MD5: 9f4457144d32d4004e0e045240ab51dc
PatchFile: %n.patch
PatchFile-MD5: 5278710b4c1cee9726b4a0392cc556ef
PatchScript: <<
%{default_script}
perl -pi -e 's/(LIBSOUP_GNOME_REQUIRED\s*=).*/${1}99999.FORCE.NONDETECT/' configure
<<
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os
ConfigureParams: --enable-dependency-tracking --disable-schemas-install --disable-static PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" --enable-gtk-doc --disable-silent-rules
CompileScript: <<
./configure %c
make
fink-package-precedence --prohibit-bdep %n .
<<
InstallScript: <<
make -j1 install DESTDIR=%d
perl -ni -e 'print unless /Requires.private:/' %i/lib/pkgconfig/gweather.pc
<<
DocFiles: AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
SplitOff: <<
Package: %N-shlibs
Depends: <<
gweather-data (>= %v-%r),
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
gconf2-shlibs (>= 2.28.0-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
libgettext8-shlibs,
libsoup2.4.1-ssl-shlibs (>= 2.26.0-1),
libxml2-shlibs (>= 2.6.30-1),
pango1-xft2-ft219-shlibs (>= 1.24.5-4)
<<
Files: lib/libgweather.1.* share/locale
Shlibs: %p/lib/libgweather.1.dylib 7.0.0 %n (>= 2.28.0-1)
DocFiles: AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
<<
SplitOff2: <<
Package: gweather-data
Depends: <<
dpkg-base-files,
gconf2 (>= 2.28.0-1)
<<
Replaces: gnome-applets (<< 2.22-1)
Files: etc share/libgweather
DocFiles: AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
ConfFiles: %p/etc/gconf/schemas/gweather.schemas
PostInstScript: <<
if [ configure = "$1" ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/gweather.schemas >/dev/null
fi
<<
<<
Description: Weather information from online services
DescPackaging: <<
intltool processing of Locations.xml.in takes a *long* time.

Fink's libsoup has libsoup-gnome disabled.

Clean up .pc Requires.private: don't need entries that are not
#included by public .h to avoid publishing useless and hidden
InheritedBuildDepends.
<<
License: GPL/LGPL/GFDL
Maintainer: The Gnome Core Team
Homepage: http://www.gnome.org/

libgweather stable port .patch

diff -Nurd -x'*~' libgweather-2.28.0.orig/libgweather/Makefile.in libgweather-2.28.0/libgweather/Makefile.in
--- libgweather-2.28.0.orig/libgweather/Makefile.in 2009-09-21 12:33:21.000000000 -0400
+++ libgweather-2.28.0/libgweather/Makefile.in 2010-02-20 20:25:01.000000000 -0500
@@ -412,7 +412,7 @@
$(LIBXML_LIBS) \
$(LIBSOUP_LIBS) \
$(GCONF_LIBS) \
- $(REGEX_LIBS)
+ $(REGEX_LIBS) $(INTLLIBS)

libgweather_la_LDFLAGS = \
-version-info $(LT_VERSION) -no-undefined

libgweather _unstable_ port .patch