the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: bakery
Version: 2.4.4
Revision: 3
GCC: 4.0
Depends: %N-2.4-shlibs (= %v-%r)
BuildDepends: <<
atk1 (>= 1.28.0-1),
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 (>= 0.14.5-1),
gettext-tools (>= 0.14.5-1),
glib2-dev (>= 2.22.0-1),
glibmm2.4-dev (>= 2.22.0-1),
glitz,
gnome-vfs2-unified-dev (>= 1:2.24.2-1),
gnome-vfsmm2.6 (>= 2.26.0-3),
gtk+2-dev (>= 2.18.0-1),
gtkmm2.4-gtk-dev (>= 2.18.0-1),
intltool40,
libgettext8-dev,
libglade2 (>= 2.6.4-7),
libglademm2.4 (>= 2.6.7-2),
libiconv-dev (>= 1.10-6),
libsigc++2 (>= 2.0.11-1003),
libxml++2 (>= 2.26.1-2),
libxml2 (>= 2.6.30-1),
pango1-xft2-ft219-dev (>= 1.24.5-4),
pangomm1.4.1 (>= 2.26.0-1),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
x11-dev
<<
Conflicts: bakery2.6
Replaces: bakery2.6
Source: mirror:gnome:sources/bakery/2.4/bakery-%v.tar.bz2
Source-MD5: c80b4cf39dc8aa65bb9302b84f084b93
BuildDependsOnly: true
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os
PatchFile: %n.patch
PatchFile-MD5: 6f603c76c3cdf8a25e8368e24508996c
PatchScript: <<
%{default_script}
perl -pi -e 's/^(LIBS\s*=.*)/\1 \$(INTLLIBS)/' examples/*/Makefile.in examples/*/*/Makefile.in
<<
ConfigureParams: --disable-static --enable-dependency-tracking PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
CompileScript: <<
PERL_PATH=/usr/bin/perl ./configure %c
make
fink-package-precedence --prohibit-bdep %n .
<<
SplitOff: <<
Package: %N-2.4-shlibs
Description: C++ shared libraries for bakery
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
cairomm1-shlibs (>= 1.8.4-1),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-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-vfs2-unified-shlibs (>= 1:2.24.2-1),
gnome-vfsmm2.6-shlibs (>= 2.26.0-3),
gtk+2-shlibs (>= 2.18.0-1),
gtkmm2.4-shlibs (>= 2.18.0-1),
libgettext8-shlibs,
libglade2-shlibs (>= 2.6.4-7),
libglademm2.4-shlibs (>= 2.6.7-2),
libsigc++2-shlibs (>= 2.0.11-1003),
libxml++2-shlibs (>= 2.26.1-2),
libxml2-shlibs (>= 2.6.30-1),
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
pangomm1.4.1-shlibs (>= 2.26.0-1)
<<
Files: lib/libbakery-2.4.*.dylib share/locale
Shlibs: %p/lib/libbakery-2.4.1.dylib 2.0.0 %n (>= 2.4.1-1)
DocFiles: AUTHORS ChangeLog po/ChangeLog:ChangeLog.po COPYING NEWS README
<<
DocFiles: <<
AUTHORS ChangeLog po/ChangeLog:ChangeLog.po COPYING NEWS README docs/*.html
<<
DescPort: <<
Added a missing glade file in examples
Try to bring some sanity to the lib-versioning
Recent glib doesn't publish -lintl, so pass it directly.
# Needed by all the examples (but not the lib itself) perl-pie
# them insead of a bloating up the .patch
<<
Description: C++ framework for creating gnome apps
License: LGPL
Maintainer: The Gnome Core Team
Homepage: http://bakery.sourceforge.net/
diff -Nurd -x'*~' bakery-2.4.4.orig/bakery/Makefile.in bakery-2.4.4/bakery/Makefile.in
--- bakery-2.4.4.orig/bakery/Makefile.in 2008-01-13 13:25:54.000000000 -0500
+++ bakery-2.4.4/bakery/Makefile.in 2010-05-25 16:10:39.000000000 -0400
@@ -282,9 +282,9 @@
Document/libbakery_document.la \
Utilities/libbakery_utilities.la \
View/libbakery_view.la \
- $(BAKERY_LIBS)
+ $(BAKERY_LIBS) $(INTLLIBS)
-libbakery_2_4_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) -release $(GENERIC_RELEASE) -no-undefined
+libbakery_2_4_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) -no-undefined
# Install the headers:
library_configdir = $(libdir)/bakery-2.4/include
diff -Nurd -x'*~' bakery-2.4.4.orig/configure bakery-2.4.4/configure
--- bakery-2.4.4.orig/configure 2008-01-13 13:25:52.000000000 -0500
+++ bakery-2.4.4/configure 2008-01-13 17:00:51.000000000 -0500
@@ -2019,7 +2019,7 @@
-PACKAGE=$GENERIC_LIBRARY_NAME
+PACKAGE=bakery-2.4
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
diff -Nurd -x'*~' bakery-2.4.4.orig/examples/WithXmlDocGlade/example.glade bakery-2.4.4/examples/WithXmlDocGlade/example.glade
--- bakery-2.4.4.orig/examples/WithXmlDocGlade/example.glade 1969-12-31 19:00:00.000000000 -0500
+++ bakery-2.4.4/examples/WithXmlDocGlade/example.glade 2008-01-13 16:58:50.000000000 -0500
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+When using Bakery, the window defined in your .glade file must contain a VBox called "bakery_vbox". The menus and toolbar will be inserted into this vbox.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+