the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xfdesktop
Version: 4.2.3
Revision: 1002
Source: mirror:custom:%n-%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: 0be57a574a654625d61281411fb6be55
BuildDepends: libxfce4mcs3-dev (>= 4.2.3-1001), libxfce4util2-dev (>= 4.2.3.2-1002), libxfcegui44-dev (>= 4.2.3-1004), libxml2 (>= 2.5), libgettext3-dev, glib2-dev (>= 2.14.0-1), libiconv-dev, gtk+2-dev (>= 2.12.0-1), pango1-xft2-ft219-dev (>= 1.18.4-4), atk1 (>= 1.20.0-1), startup-notification-dev, cairo (>= 1.6-1), expat1, fontconfig2-dev (>= 2.4.1-1), freetype219 (>= 2.3.5-1), glitz, libjpeg, libpng3 (>= 1.2.5-4), libtiff, pixman (>= 0.10.0-1), pkgconfig (>= 0.22-3), x11-dev, xft2-dev, fink (>= 0.24.12-1)
Depends: xfce4-panel (>=4.2.3), xfce-mcs-manager (>= 4.2.3), libxfce4mcs3-shlibs (>= 4.2.3-1001), libxfcegui44-shlibs (>= 4.2.3-1004), libxfce4util2-shlibs (>= 4.2.3.2-1002), libiconv, glib2-shlibs (>= 2.14.0-1), gtk+2-shlibs (>= 2.12.0-1)
PatchFile: %n.patch
PatchFile-MD5: 6087db9b34b76fb0a50a6fccce691e2c
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 --disable-dependency-tracking PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
InstallScript: make -j1 install DESTDIR=%d
Description: Xfce4 desktop backdrop and launcher menu
DocFiles: AUTHORS COPYING README
License: GPL
Maintainer: Todd Heidesch
Homepage: http://www.xfce.org
diff -ruN xfdesktop-4.2.0/configure xfdesktop-4.2.0-mod/configure
--- xfdesktop-4.2.0/configure Sun Jan 9 06:52:30 2005
+++ xfdesktop-4.2.0-mod/configure Thu Jan 20 13:11:56 2005
@@ -3915,11 +3915,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 xfdesktop-4.2.0/modules/menu/Makefile.in xfdesktop-4.2.0-mod/modules/menu/Makefile.in
--- xfdesktop-4.2.0/modules/menu/Makefile.in Sun Jan 9 06:03:43 2005
+++ xfdesktop-4.2.0-mod/modules/menu/Makefile.in Thu Jan 20 13:12:25 2005
@@ -39,9 +39,9 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = \
-@HAVE_CYGWIN_TRUE@ -no-undefined \
-@HAVE_CYGWIN_TRUE@ -export-symbols $(top_srcdir)/src/xfdesktop.def
+@HAVE_CYGWIN_FALSE@am__append_1 = \
+@HAVE_CYGWIN_FALSE@ -no-undefined \
+@HAVE_CYGWIN_FALSE@ -export-symbols $(top_srcdir)/src/xfdesktop.def
subdir = modules/menu
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
diff -ruN xfdesktop-4.2.0/panel-plugin/Makefile.in xfdesktop-4.2.0-mod/panel-plugin/Makefile.in
--- xfdesktop-4.2.0/panel-plugin/Makefile.in Tue Dec 28 14:21:33 2004
+++ xfdesktop-4.2.0-mod/panel-plugin/Makefile.in Thu Jan 20 13:14:25 2005
@@ -38,9 +38,9 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = \
-@HAVE_CYGWIN_TRUE@ -no-undefined \
-@HAVE_CYGWIN_TRUE@ -export-symbols $(datadir)/xfce4/devel/panel.def
+@HAVE_CYGWIN_FALSE@am__append_1 = \
+@HAVE_CYGWIN_FALSE@ -no-undefined \
+@HAVE_CYGWIN_FALSE@ -export-symbols $(datadir)/xfce4/devel/panel.def
subdir = panel-plugin
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
diff -ruN xfdesktop-4.2.0/settings/Makefile.in xfdesktop-4.2.0-mod/settings/Makefile.in
--- xfdesktop-4.2.0/settings/Makefile.in Wed Dec 22 15:10:59 2004
+++ xfdesktop-4.2.0-mod/settings/Makefile.in Thu Jan 20 13:16:41 2005
@@ -42,9 +42,9 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = \
-@HAVE_CYGWIN_TRUE@ -no-undefined \
-@HAVE_CYGWIN_TRUE@ -export-symbols $(datadir)/xfce4/devel/mcs-manager.def
+@HAVE_CYGWIN_FALSE@am__append_1 = \
+@HAVE_CYGWIN_FALSE@ -no-undefined \
+@HAVE_CYGWIN_FALSE@ -export-symbols $(datadir)/xfce4/devel/mcs-manager.def
@HAVE_CYGWIN_TRUE@am__append_2 = \
@HAVE_CYGWIN_TRUE@ @XFCE_MCS_MANAGER_LIBS@ \
Package: xfdesktop
Version: 4.2.3
Revision: 1002
Source: mirror:custom:%n-%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: 0be57a574a654625d61281411fb6be55
BuildDepends: libxfce4mcs3-dev (>= 4.2.3-1001), libxfce4util2-dev (>= 4.2.3.2-1002), libxfcegui44-dev (>= 4.2.3-1004), libxml2 (>= 2.5), libgettext3-dev, glib2-dev (>= 2.14.0-1), libiconv-dev, gtk+2-dev (>= 2.12.0-1), pango1-xft2-ft219-dev (>= 1.18.4-4), atk1 (>= 1.20.0-1), startup-notification-dev, cairo (>= 1.6-1), expat1, fontconfig2-dev (>= 2.4.1-1), freetype219 (>= 2.3.5-1), glitz, libjpeg, libpng3 (>= 1.2.5-4), libtiff, pixman (>= 0.10.0-1), pkgconfig (>= 0.22-3), x11-dev, xft2-dev, fink (>= 0.24.12-1)
Depends: xfce4-panel (>=4.2.3), xfce-mcs-manager (>= 4.2.3), libxfce4mcs3-shlibs (>= 4.2.3-1001), libxfcegui44-shlibs (>= 4.2.3-1004), libxfce4util2-shlibs (>= 4.2.3.2-1002), libiconv, glib2-shlibs (>= 2.14.0-1), gtk+2-shlibs (>= 2.12.0-1)
PatchFile: %n.patch
PatchFile-MD5: 6087db9b34b76fb0a50a6fccce691e2c
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 --disable-dependency-tracking PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH" FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
InstallScript: make -j1 install DESTDIR=%d
Description: Xfce4 desktop backdrop and launcher menu
DocFiles: AUTHORS COPYING README
License: GPL
Maintainer: Todd Heidesch
Homepage: http://www.xfce.org
diff -ruN xfdesktop-4.2.0/configure xfdesktop-4.2.0-mod/configure
--- xfdesktop-4.2.0/configure Sun Jan 9 06:52:30 2005
+++ xfdesktop-4.2.0-mod/configure Thu Jan 20 13:11:56 2005
@@ -3915,11 +3915,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 xfdesktop-4.2.0/modules/menu/Makefile.in xfdesktop-4.2.0-mod/modules/menu/Makefile.in
--- xfdesktop-4.2.0/modules/menu/Makefile.in Sun Jan 9 06:03:43 2005
+++ xfdesktop-4.2.0-mod/modules/menu/Makefile.in Thu Jan 20 13:12:25 2005
@@ -39,9 +39,9 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = \
-@HAVE_CYGWIN_TRUE@ -no-undefined \
-@HAVE_CYGWIN_TRUE@ -export-symbols $(top_srcdir)/src/xfdesktop.def
+@HAVE_CYGWIN_FALSE@am__append_1 = \
+@HAVE_CYGWIN_FALSE@ -no-undefined \
+@HAVE_CYGWIN_FALSE@ -export-symbols $(top_srcdir)/src/xfdesktop.def
subdir = modules/menu
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
diff -ruN xfdesktop-4.2.0/panel-plugin/Makefile.in xfdesktop-4.2.0-mod/panel-plugin/Makefile.in
--- xfdesktop-4.2.0/panel-plugin/Makefile.in Tue Dec 28 14:21:33 2004
+++ xfdesktop-4.2.0-mod/panel-plugin/Makefile.in Thu Jan 20 13:14:25 2005
@@ -38,9 +38,9 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = \
-@HAVE_CYGWIN_TRUE@ -no-undefined \
-@HAVE_CYGWIN_TRUE@ -export-symbols $(datadir)/xfce4/devel/panel.def
+@HAVE_CYGWIN_FALSE@am__append_1 = \
+@HAVE_CYGWIN_FALSE@ -no-undefined \
+@HAVE_CYGWIN_FALSE@ -export-symbols $(datadir)/xfce4/devel/panel.def
subdir = panel-plugin
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
diff -ruN xfdesktop-4.2.0/settings/Makefile.in xfdesktop-4.2.0-mod/settings/Makefile.in
--- xfdesktop-4.2.0/settings/Makefile.in Wed Dec 22 15:10:59 2004
+++ xfdesktop-4.2.0-mod/settings/Makefile.in Thu Jan 20 13:16:41 2005
@@ -42,9 +42,9 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@HAVE_CYGWIN_TRUE@am__append_1 = \
-@HAVE_CYGWIN_TRUE@ -no-undefined \
-@HAVE_CYGWIN_TRUE@ -export-symbols $(datadir)/xfce4/devel/mcs-manager.def
+@HAVE_CYGWIN_FALSE@am__append_1 = \
+@HAVE_CYGWIN_FALSE@ -no-undefined \
+@HAVE_CYGWIN_FALSE@ -export-symbols $(datadir)/xfce4/devel/mcs-manager.def
@HAVE_CYGWIN_TRUE@am__append_2 = \
@HAVE_CYGWIN_TRUE@ @XFCE_MCS_MANAGER_LIBS@ \