the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libxfcegui44
Version: 4.2.3
Revision: 1006
Source: mirror:custom:libxfcegui4-%v.tar.gz
CustomMirror: <<
eur-de: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/
nam-US: http://www.xfce.org/archive/xfce-4.2.3.2/src/
eur-de: http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-4.2.3.2/src/
<<
Source-MD5: 5d2bae78c5ef66e914ae7a930bbdeb57
Conflicts: libxfcegui4
Replaces: libxfcegui4
BuildDepends: glitz, cairo (>= 1.8.8-3), fontconfig2-dev (>= 2.8.0-4), freetype219 (>= 2.3.12-1), atk1 (>= 1.28.0-1), libxfce4util2-dev (>= 4.2.3.2-1003), gtk+2-dev (>= 2.18.0-1), pango1-xft2-ft219-dev (>= 1.24.5-4), pixman (>= 0.16.0-1), glib2-dev (>= 2.22.0-1), pkgconfig (>= 0.23), libgettext8-dev, gettext-tools, libiconv-dev, dbh-dev (>= 1.0.24), libxml2 (>= 2.6.30-1), x11-dev, startup-notification-dev, xmkmf (>= 1.0.2-3), fink (>= 0.24.12-1), fink-package-precedence
Depends: %N-shlibs (=%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), libxfce4util2-shlibs (>= 4.2.3.2-1003), gtk+2-shlibs (>= 2.18.0-1), pango1-xft2-ft219-shlibs (>= 1.24.5-4), glib2-shlibs (>= 2.22.0-1), libgettext8-shlibs, libxml2-shlibs (>= 2.6.30-1), startup-notification-shlibs, dbh-shlibs (>= 1.0.24)
PatchFile: %n.patch
PatchFile-MD5: b2e1ed7b75eadec598528dbe88e2ecb3
ConfigureParams: --mandir='%p/share/man' --infodir='%p/share/info' --with-x --with-data-dir='%p/share/xfce4' --with-conf-dir='%p/etc/xfce4' --disable-debug --enable-final --enable-dependency-tracking
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os -pipe
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
./configure %c
make
fink-package-precedence --prohibit-bdep=%n-dev .
<<
InstallScript: <<
make -j1 install DESTDIR="%d"
<<
SplitOff: <<
Package: %N-shlibs
Replaces: libxfcegui4-shlibs
Depends: atk1-shlibs (>= 1.28.0-1), cairo-shlibs (>= 1.8.8-3), fontconfig2-shlibs (>= 2.8.0-4), freetype219-shlibs (>= 2.3.12-1), gtk+2-shlibs (>= 2.18.0-1), pango1-xft2-ft219-shlibs (>= 1.24.5-4), glib2-shlibs (>= 2.22.0-1), libgettext8-shlibs, x11, startup-notification-shlibs
Files: <<
lib/libxfcegui4.3.dylib
lib/libxfcegui4.3.0.6.dylib
<<
Shlibs: <<
%p/lib/libxfcegui4.3.dylib 4.0.0 %n (>= 4.2.3-1006)
<<
DocFiles: AUTHORS COPYING README
<<
SplitOff2: <<
Package: %N-dev
Replaces: libxfcegui4-dev
Depends: %N-shlibs (= %v-%r), %N (= %v-%r)
BuildDependsOnly: true
Files: <<
include/xfce4 lib/pkgconfig share/xfce4
lib/*.a lib/*.la lib/xfce4/modules/*.a lib/xfce4/modules/*.la
lib/libxfcegui4.dylib
<<
DocFiles: AUTHORS COPYING README
<<
Description: Various widgets for the Xfce4 GUI
DescPort: <<
libxfcegui4 is the name of the software package, plus a 4 which is the compatibility version number (libxfcegui44)
dmacks: added standard darwin _environ symbol fix
<<
DocFiles: AUTHORS COPYING README
License: LGPL
Maintainer: Todd Heidesch
Homepage: http://www.xfce.org
DescPackaging: <<
dmacks: removed old-libtool patch that no longer appears needed
<<
diff -ruN libxfcegui4-4.2.3/configure libxfcegui4-4.2.3-mod/configure
--- libxfcegui4-4.2.3/configure 2005-11-05 16:29:08.000000000 -0500
+++ libxfcegui4-4.2.3-mod/configure 2011-07-30 14:03:04.000000000 -0400
@@ -3939,11 +3939,11 @@
if test "`uname | grep \"CYGWIN\"`" != ""; then
- HAVE_CYGWIN_TRUE=
- HAVE_CYGWIN_FALSE='#'
-else
HAVE_CYGWIN_TRUE='#'
HAVE_CYGWIN_FALSE=
+else
+ HAVE_CYGWIN_TRUE=
+ HAVE_CYGWIN_FALSE='#'
fi
diff -ruN libxfcegui4-4.2.3/libxfcegui4/Makefile.in libxfcegui4-4.2.3-mod/libxfcegui4/Makefile.in
--- libxfcegui4-4.2.3/libxfcegui4/Makefile.in 2005-11-06 05:44:26.000000000 -0500
+++ libxfcegui4-4.2.3-mod/libxfcegui4/Makefile.in 2011-07-30 14:03:04.000000000 -0400
@@ -38,7 +38,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = -no-undefined
+@HAVE_CYGWIN_FALSE@am__append_1 = -no-undefined
subdir = libxfcegui4
DIST_COMMON = $(libxfcegui4include_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/libxfcegui4-1.0.pc.in \
diff -ruN libxfcegui4-4.2.3/libxfcegui4/dialogs.c libxfcegui4-4.2.3-mod/libxfcegui4/dialogs.c
--- libxfcegui4-4.2.3/libxfcegui4/dialogs.c 2005-11-05 11:58:45.000000000 -0500
+++ libxfcegui4-4.2.3-mod/libxfcegui4/dialogs.c 2011-07-30 14:03:04.000000000 -0400
@@ -60,7 +60,12 @@
/* max. length of a message */
#define MAXMESSAGELEN 2048
+#ifdef __APPLE__
+#include
+#define environ (*_NSGetEnviron())
+#else
extern char **environ;
+#endif
/* create a header with optional icon (may be NULL) in larger bold font;
* background and foreground colors are taken from gtk */
diff -ruN libxfcegui4-4.2.3/libxfcegui4/libxfcegui4-1.0.pc.in libxfcegui4-4.2.3-mod/libxfcegui4/libxfcegui4-1.0.pc.in
--- libxfcegui4-4.2.3/libxfcegui4/libxfcegui4-1.0.pc.in 2005-11-05 11:58:45.000000000 -0500
+++ libxfcegui4-4.2.3-mod/libxfcegui4/libxfcegui4-1.0.pc.in 2011-07-30 14:06:05.000000000 -0400
@@ -7,5 +7,5 @@
Description: libxfcegui4
Requires: gdk-2.0 gtk+-2.0 libxfce4util-1.0
Version: @VERSION@
-Libs: @LIBX11_LDFLAGS@ @LIBSM_LDFLAGS@ -L${libdir} -lxfcegui4
-Cflags: @LIBX11_CFLAGS@ @LIBSM_CFLAGS@ -I${includedir}/xfce4
+Libs: -L${libdir} -lxfcegui4 @LIBX11_LDFLAGS@ @LIBSM_LDFLAGS@
+Cflags: -I${includedir}/xfce4 @LIBX11_CFLAGS@ @LIBSM_CFLAGS@
diff -ruN libxfcegui4-4.2.3/libxfcegui4/xfce-exec.c libxfcegui4-4.2.3-mod/libxfcegui4/xfce-exec.c
--- libxfcegui4-4.2.3/libxfcegui4/xfce-exec.c 2005-11-05 11:58:45.000000000 -0500
+++ libxfcegui4-4.2.3-mod/libxfcegui4/xfce-exec.c 2011-07-30 14:03:04.000000000 -0400
@@ -48,7 +48,12 @@
#include "xfce-exec.h"
+#ifdef __APPLE__
+#include
+#define environ (*_NSGetEnviron())
+#else
extern char **environ;
+#endif
#ifdef HAVE_LIBSTARTUP_NOTIFICATION
diff -ruN libxfcegui4-4.2.3/xfce4-modules/combo/Makefile.in libxfcegui4-4.2.3-mod/xfce4-modules/combo/Makefile.in
--- libxfcegui4-4.2.3/xfce4-modules/combo/Makefile.in 2005-11-06 05:44:26.000000000 -0500
+++ libxfcegui4-4.2.3-mod/xfce4-modules/combo/Makefile.in 2011-07-30 14:03:04.000000000 -0400
@@ -36,7 +36,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = -module -avoid-version -no-undefined
+am__append_1 = -module
subdir = xfce4-modules/combo
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -ruN libxfcegui4-4.2.3/xfce4-modules/mime-applications/Makefile.in libxfcegui4-4.2.3-mod/xfce4-modules/mime-applications/Makefile.in
--- libxfcegui4-4.2.3/xfce4-modules/mime-applications/Makefile.in 2005-11-06 05:44:27.000000000 -0500
+++ libxfcegui4-4.2.3-mod/xfce4-modules/mime-applications/Makefile.in 2011-07-30 14:03:04.000000000 -0400
@@ -36,7 +36,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = -no-undefined -avoid-version
+@HAVE_CYGWIN_FALSE@am__append_1 = -no-undefined -avoid-version
@HAVE_CYGWIN_TRUE@am__append_2 = @DBH_CFLAGS@
subdir = xfce4-modules/mime-applications
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
diff -ruN libxfcegui4-4.2.3/xfce4-modules/mime-icons/Makefile.in libxfcegui4-4.2.3-mod/xfce4-modules/mime-icons/Makefile.in
--- libxfcegui4-4.2.3/xfce4-modules/mime-icons/Makefile.in 2005-11-06 05:44:27.000000000 -0500
+++ libxfcegui4-4.2.3-mod/xfce4-modules/mime-icons/Makefile.in 2011-07-30 14:03:04.000000000 -0400
@@ -36,7 +36,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = -module -avoid-version -no-undefined
+@HAVE_CYGWIN_TRUE@am__append_1 = -module
@HAVE_CYGWIN_TRUE@am__append_2 = @DBH_CFLAGS@
subdir = xfce4-modules/mime-icons
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -56,7 +56,7 @@
am__installdirs = "$(DESTDIR)$(plugindir)"
pluginLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(plugin_LTLIBRARIES)
-@HAVE_CYGWIN_TRUE@libxfce4_mime_icons_la_DEPENDENCIES = \
+@HAVE_CYGWIN_TRUE@libxfce4_mime_icons_la_DEPENDENCIES = \
@HAVE_CYGWIN_TRUE@ $(top_builddir)/libxfcegui4/libxfcegui4.la
am_libxfce4_mime_icons_la_OBJECTS = \
libxfce4_mime_icons_la-mime_icons.lo \