the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gai
Version: 0.5.5
Revision: 1013
BuildDependsOnly: True
BuildDepends: glitz, expat1, libpng3, cairo (>= 1.6-1), fontconfig2-dev (>= 2.4.1-1), freetype219 (>= 2.3.5-1), gtk+2-dev (>= 2.12.0-1), gtkglext1, pango1-xft2-ft219-dev (>= 1.18.4-4), pixman (>= 0.10.0-1), gnome-panel-dev (>= 2.20.0-1), sdl (>= 1.2.9-1001), pkgconfig (>= 0.21-1), glib2-dev (>= 2.14.0-1), atk1 (>= 1.20.0-1), libgettext3-dev, libiconv-dev, popt, orbit2-dev (>= 2.14.9-1), libxml2 (>= 2.6.30-1), libgnomeui2-dev (>= 2.20.0-1), libgnomecanvas2-dev (>= 2.20.0-1), libgnome2-dev (>= 2.20.0-1), libbonobo2-dev (>= 2.20.0-1), libbonoboui2-dev (>= 2.20.0-1), libart2, gconf2-dev (>= 2.20.0-1), gnome-keyring-dev (>= 0.8.1-1), dbus-dev (>= 1.0-1), gnome-vfs2-unified-dev (>= 1:2.20.0-1), x11-dev, xft2-dev
Depends: %N-shlibs (= %v-%r)
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 61b27096b641ebe80045e62424947434
#Patch: %n.patch
PatchScript: perl -pi.bak -e 's| -Wl,-no-undefined||g' gai/Makefile.in
SetCPPFLAGS: -I%p/lib/pango-ft219/include/pango-1.0 -I%p/lib/pango-ft219/include -I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
NoSetLDFLAGS: true
SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib
SetLIBS: -L%p/lib
SetCFLAGS: -Os -pipe
ConfigureParams: --disable-dependency-tracking PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
InstallScript: <<
rm INSTALL
make install PREFIX=%i
<<
SplitOff: <<
Package: %N-shlibs
Depends: gtk+2-shlibs (>= 2.12.0-1), gtkglext1-shlibs, pango1-xft2-ft219-shlibs (>= 1.18.4-4), sdl-shlibs (>= 1.2.9-1001), glib2-shlibs (>= 2.14.0-1), atk1-shlibs (>= 1.20.0-1), libgettext3-shlibs, libiconv, popt-shlibs, orbit2-shlibs (>= 2.14.9-1), libxml2-shlibs (>= 2.6.30-1), libgnomeui2-shlibs (>= 2.20.0-1), libgnomecanvas2-shlibs (>= 2.20.0-1), libgnome2-shlibs (>= 2.20.0-1), libbonoboui2-shlibs (>= 2.20.0-1), gnome-keyring-shlibs (>= 0.8.1-1), gnome-vfs2-unified-shlibs (>= 1:2.20.0-1), x11
Files: lib/libgai*.*.dylib
Shlibs: <<
%p/lib/libgai.0.dylib 0.5.5 %n (>= 0.5.5-10)
<<
DocFiles: COPYING.LIB
<<
DocFiles: AUTHORS BUGS ChangeLog COPYING.LIB README README.gai THANKS TODO WINDOWMANAGERS
Description: General Applet Interface Library
DescDetail: <<
Over 50% of the code in a Dockapp and a Gnome 2 Panel applet does
actully only one thing, setting up the applet window. With GAI, this can
be reduced to just a few lines of code.
This library supports both Dockapps and Gnome 2 Panel Applets. The
applet program doesn't have to care about if the applet will be used on
the Gnome panel or in the dock. The library handles that.
<<
License: GPL
Maintainer: Ben Hines
Homepage: http://gai.sourceforge.net