the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: gnote
Version: 0.7.1
Revision: 1
Epoch: 1
Depends: <<
atk1-shlibs (>= 1.28.0-1),
boost1.35.nopython-shlibs,
cairo-shlibs (>= 1.8.8-3),
cairomm1-shlibs (>= 1.8.4-1),
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),
gconfmm2.6-shlibs (>= 2.28.0-1),
glib2-shlibs (>= 2.22.0-1),
glibmm2.4-shlibs (>= 2.22.0-1),
gnome-panel-shlibs (>= 2.28.0-1),
gtk+2 (>= 2.18.0-1),
gtk+2-shlibs (>= 2.18.0-1),
gtkmm2.4-shlibs (>= 2.18.0-1),
gtkspell2-shlibs (>= 2.0.16-2),
libart2-shlibs,
libbonobo2 (>= 2.24.2-1),
libbonobo2-shlibs (>= 2.24.2-1),
libbonoboui2-shlibs (>= 2.24.2-1),
libgettext8-shlibs,
libgnome2-shlibs (>= 2.28.0-1),
libgnomecanvas2-shlibs (>= 2.26.0-3),
libiconv,
libpanelappletmm2.6.1-shlibs (>= 2.26.0-3),
libsigc++2-shlibs (>= 2.2.3-1),
libxml2-shlibs (>= 2.6.30-1),
libxslt-shlibs,
orbit2-shlibs (>= 2.14.17-2),
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
pangomm1.4.1-shlibs (>= 2.26.0-1),
pcre-shlibs,
popt-shlibs,
rarian-compat,
uuid-shlibs,
x11
<<
BuildDepends: <<
atk1 (>= 1.28.0-1),
boost1.35.nopython,
cairo (>= 1.8.8-3),
cairomm1 (>= 1.8.4-1),
fink (>= 0.24.12-1),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
gconf2-dev (>= 2.28.0-1),
gconfmm2.6 (>= 2.28.0-1),
gettext-bin,
gettext-tools (>= 0.17),
glib2-dev (>= 2.22.0-1),
glibmm2.4-dev (>= 2.22.0-1),
glitz,
gnome-common,
gnome-doc-utils (>= 0.18.1-1),
gnome-panel-dev (>= 2.28.0-1),
gtk+2-dev (>= 2.18.0-1),
gtkmm2.4-gtk-dev (>= 2.18.0-1),
gtkspell2-dev (>= 2.0.16-2),
intltool40,
libart2,
libbonobo2-dev (>= 2.24.2-1),
libbonoboui2-dev (>= 2.24.2-1),
libgettext8-dev,
libgnome2-dev (>= 2.28.0-1),
libgnomecanvas2-dev (>= 2.26.0-3),
libiconv-dev,
libpanelappletmm2.6.1 (>= 2.26.0-3),
libsigc++2 (>= 2.2.3-1),
libxml2 (>= 2.6.30-1),
libxslt,
orbit2-dev (>= 2.14.17-2),
pango1-xft2-ft219-dev (>= 1.24.5-4),
pangomm1.4.1 (>= 2.26.0-1),
pcre,
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
popt,
uuid,
x11-dev
<<
Source: mirror:gnome:sources/%n/0.7/%n-%v.tar.bz2
Source-MD5: 894ccd75570e576166ff50893abe75ab
GCC: 4.0
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
ConfigureParams: --mandir=%p/share/man --libexecdir=%p/lib/%n --disable-schemas-install --disable-scrollkeeper --disable-static --with-boost=%p --enable-dependency-tracking PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" --disable-dbus
CompileScript: <<
./configure %c
make X_LIBS="-L/usr/X11R6/lib -lX11"
fink-package-precedence .
echo '(ignore any preceding messages about .hpp files not found in %p/include/boost/)'
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
ConfFiles: %p/etc/gconf/schemas/gnote.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/gnote.schemas >/dev/null
fi
gtk-update-icon-cache -f -t %p/share/icons/hicolor || :
<<
PostRmScript: <<
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
gtk-update-icon-cache -f -t %p/share/icons/hicolor || :
<<
DescPackaging: <<
Need to make sure icon is available in theme ('make install'
doesn't know to handle this, even though it would be disabled)
0.7.2 doesn't build against our current gtkmm
dbus supprot requires gbus++, which isn't in fink right now.
boost detection finds include/boost before include/boost-1.35.
The former is a symlink to the latter directory, so dpkg
doesn't know the files in that directory are part of the
package when referenced via the symlink path, which confuses
fink-package-precedence.
<<
DescPort: <<
configure doesn't actually set X_LIBS makefile variable, so
force-feed the result.
<<
Description: Simple desktop note-taking application
Homepage: http://www.gnome.org
License: GPL
Maintainer: Daniel Macks