the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: enlightenment
Version: 0.16.8.5
Revision: 1
Distribution: 10.4, 10.5
BuildDepends: <<
audiofile,
esound,
fink (>= 0.24.12-1),
freetype219,
gettext-bin,
gettext-tools,
imlib2,
libgettext3-dev,
libiconv-dev,
pkgconfig,
x11-dev
<<
Depends: <<
audiofile-shlibs,
esound-shlibs,
freetype219-shlibs,
imlib2-shlibs,
libgettext3-shlibs,
libiconv,
x11
<<
Source: mirror:sourceforge:enlightenment/e16-%v.tar.gz
Source-MD5: 1099d7d857e56e40e256e38ed18944d1
PatchFile: %n.patch
PatchFile-MD5: 392c3f921eba8353d6f40824e6983d0e
SetCPPFLAGS: -I%p/lib/freetype219/include
SetLDFLAGS: -L%p/lib/freetype219/lib -laudiofile
ConfigureParams: --disable-roothacklib --disable-composite --disable-dependency-tracking --libdir=%p/lib/%n
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: AUTHORS COMPLIANCE COPYING ChangeLog NEWS README TODO
DescPort: <<
Using installed libintl, so don't mix with package's intl/*.h
Disable roothacklib...it's highly linux-centric
<<
DescPackaging: <<
Let fink handle theme ownership
Make sure ft219 flags appear before others if risk of
interference from other ft files
Disable Xcomposite so that all flavors of x11 give same build
<<
Description: Themeable, featureful window manager
License: BSD
Homepage: http://www.enlightenment.org/
Maintainer: None
diff -Nurd -x'*~' e16-0.16.8.5.orig/src/Makefile.in e16-0.16.8.5/src/Makefile.in
--- e16-0.16.8.5.orig/src/Makefile.in 2006-12-16 09:46:36.000000000 -0500
+++ e16-0.16.8.5/src/Makefile.in 2007-01-12 02:40:35.000000000 -0500
@@ -402,8 +402,8 @@
$(LTLIBINTL) \
$(LTLIBICONV) \
@ecore_libs@ \
- $(ESD_LIBS) \
$(IMLIB2_LIBS) \
+ $(ESD_LIBS) \
$(XFT_LIBS) \
$(X_PRE_LIBS) \
$(X_LIBS) \
@@ -412,7 +412,7 @@
$(E_X_LIBS) \
-lX11 -lm
-INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/intl @ecore_cflags@ $(ESD_CFLAGS) $(IMLIB2_CFLAGS) $(XFT_CFLAGS) $(X_CFLAGS)
+INCLUDES = -I$(top_builddir) -I$(top_srcdir) @ecore_cflags@ $(IMLIB2_CFLAGS) $(ESD_CFLAGS) $(XFT_CFLAGS) $(X_CFLAGS)
all: all-recursive
.SUFFIXES:
diff -Nurd -x'*~' e16-0.16.8.5.orig/themes/Makefile.in e16-0.16.8.5/themes/Makefile.in
--- e16-0.16.8.5.orig/themes/Makefile.in 2006-12-16 09:46:36.000000000 -0500
+++ e16-0.16.8.5/themes/Makefile.in 2007-01-12 02:41:54.000000000 -0500
@@ -387,7 +387,6 @@
for tf in $(THEME_FILES); do \
gzip -d -c < $(srcdir)/$$tf | (cd $(THEME_DIR); tar -xmf -); \
done
- -if [ -n "$(USER)" ]; then chown -R $(USER) $(THEME_DIR); else chown -R root $(THEME_DIR); fi
uninstall-local:
-for tf in $(THEME_FILES); do \