remove old, unsupported version of xfce. agreed to by maintainer awhile

ago.
This commit is contained in:
jolan 2003-12-15 06:17:52 +00:00
parent b076246df9
commit 2984b2f873
16 changed files with 0 additions and 1063 deletions

View File

@ -1,42 +0,0 @@
# $OpenBSD: Makefile,v 1.21 2003/04/22 15:00:25 brad Exp $
COMMENT= "CDE like desktop with Gtk"
DISTNAME= xfce-3.8.18
CATEGORIES= x11
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
HOMEPAGE= http://www.xfce.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfce/}
LIB_DEPENDS= gtk.1::x11/gtk+ \
gdk_pixbuf.2::graphics/gdk-pixbuf \
audiofile::devel/libaudiofile \
xml2::textproc/libxml
RUN_DEPENDS= ::audio/sox
USE_X11= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_NEW= Yes
CONFIGURE_ARGS= --disable-arts \
--enable-audiofile="${LOCALBASE}" \
--enable-gdk-pixbuf="${LOCALBASE}" \
--enable-gtk-engine="${PREFIX}/lib/gtk/themes/engines" \
--enable-libxml2="${LOCALBASE}" \
--with-conf-dir="${PREFIX}/lib/xfce" \
--with-data-dir="${PREFIX}/share/xfce" \
--with-libiconv-prefix="${LOCALBASE}" \
--with-locale-dir="${PREFIX}/share/locale" \
--with-xpm="${X11BASE}" \
--enable-xft \
--enable-taskbar
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2 -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (xfce-3.8.18.tar.gz) = 04c197eee32d712a49170539d50279ea
RMD160 (xfce-3.8.18.tar.gz) = 5060b285e6f9bc1bfdda54d314d0c92832264268
SHA1 (xfce-3.8.18.tar.gz) = d4ab39c4ddeb68d2cc1ceb03af14b0e95b8f5c61

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-aclocal_m4,v 1.3 2002/11/28 20:35:43 margarida Exp $
XXX: A dirty hack of AUTOCONF_NEW, should not be needed when espie@
upgrading autoconf-new to 2.54 in the ports tree. -- jim
--- aclocal.m4.orig Sun Nov 24 21:36:45 2002
+++ aclocal.m4 Sun Nov 24 21:36:53 2002
@@ -70,7 +70,7 @@ AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-AC_PREREQ([2.54])
+AC_PREREQ([2.52])
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-config_h_in,v 1.1 2002/03/24 01:20:39 brad Exp $
--- config.h.in.orig Thu Jan 17 17:32:03 2002
+++ config.h.in Sat Mar 23 20:11:55 2002
@@ -13,6 +13,7 @@
#undef DEBUG
#undef HAVE_X11_EXTENSIONS_XINERAMA_H
#undef HAVE_X11_XFT_XFT_H
+#undef HAVE_SOUNDCARD_H
#undef HAVE_SYS_SOUNDCARD_H
#undef HAVE_LINUX_SOUNDCARD_H
#undef HAVE_MACHINE_SOUNDCARD_H

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-configure_in,v 1.3 2002/11/28 20:35:43 margarida Exp $
--- configure.in.orig Sat Jul 6 03:40:52 2002
+++ configure.in Tue Nov 12 15:39:46 2002
@@ -71,7 +71,7 @@ AC_LINK_FILES($nls_cv_header_libgt, $nls
AC_CHECK_HEADERS(ctype.h)
AC_CHECK_HEADERS(unistd.h string.h getopt.h)
AC_CHECK_HEADERS(fcntl.h)
-AC_CHECK_HEADERS(sys/soundcard.h linux/soundcard.h machine/soundcard.h)
+AC_CHECK_HEADERS(soundcard.h sys/soundcard.h linux/soundcard.h machine/soundcard.h)
AC_HEADER_STAT
AC_HEADER_DIRENT
AC_C_CONST
@@ -126,6 +126,12 @@ AC_ARG_WITH(xpm,
AC_CHECK_LIB(Xpm, XpmReadFileToXpmImage, ,
AC_MSG_ERROR(libXpm not found), $X_PRE_LIBS -lX11 $X_LIBS $X_EXTRA_LIBS)
+
+save_LIBS="$LIBS"
+LIBS=""
+AC_CHECK_LIB(ossaudio, _oss_ioctl, OSSAUDIO_LIBS="-lossaudio")
+AC_SUBST(OSSAUDIO_LIBS)
+LIBS="$save_LIBS"
AC_CHECK_HEADER(X11/xpm.h, ,
AC_MSG_ERROR(X11/xpm.h not found))

View File

@ -1,108 +0,0 @@
$OpenBSD: patch-ltmain_sh,v 1.3 2003/06/28 21:37:04 sturm Exp $
--- ltmain.sh.orig Sun Jun 9 22:25:15 2002
+++ ltmain.sh Sat Jun 28 18:40:22 2003
@@ -1044,15 +1044,18 @@ compiler."
;;
-l*)
- if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
- case $host in
- *-*-cygwin* | *-*-pw32* | *-*-beos*)
- # These systems don't actually have a C or math library (as such)
+ if test "$arg" = "-lc"; then
+ case "$host" in
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
continue
;;
- *-*-mingw* | *-*-os2*)
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
+ esac
+ elif test "$arg" = "-lc_r"; then
+ case "$host" in
+ *-*-openbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
;;
*-*-openbsd*)
# Do not include libc due to us having libc/libc_r.
@@ -1071,6 +1074,17 @@ compiler."
continue
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -1507,6 +1521,9 @@ compiler."
fi
continue
;;
+ -pthread)
+ continue
+ ;;
%DEPLIBS%)
alldeplibs=yes
continue
@@ -2468,6 +2485,9 @@ compiler."
# Rhapsody C library is in the System framework
deplibs="$deplibs -framework System"
;;
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -4498,40 +4518,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- done
- echo
- echo "If you ever happen to want to link against installed libraries"
- echo "in a given directory, LIBDIR, you must either use libtool, and"
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- echo
- echo "See any operating system documentation about shared libraries for"
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
- echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-other_xinitrc_in,v 1.3 2002/11/28 20:35:43 margarida Exp $
--- other/xinitrc.in.orig Mon Nov 25 00:14:37 2002
+++ other/xinitrc.in Mon Nov 25 00:15:01 2002
@@ -41,7 +41,7 @@ fi
# fi
# Launch xscreensaver (if available)
-xscreensaver -no-splash &
+#xscreensaver -no-splash &
# Finally, launch XFce window manager
exec xfwm

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-scripts_xflock,v 1.2 2002/11/28 20:35:43 margarida Exp $
--- scripts/xflock.orig Fri Jul 13 04:45:22 2001
+++ scripts/xflock Tue Nov 12 15:40:13 2002
@@ -19,5 +19,5 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-xscreensaver-command -lock || xlock $*
+xlock $*
exit 0

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-xfce_theme_Makefile_in,v 1.2 2002/11/28 20:35:43 margarida Exp $
--- xfce_theme/Makefile.in.orig Sun Nov 10 20:51:45 2002
+++ xfce_theme/Makefile.in Tue Nov 12 15:40:23 2002
@@ -187,7 +187,7 @@ libxfce_la_SOURCES = \
xfce_theme_main.c
-libxfce_la_LDFLAGS = -module -avoid-version
+libxfce_la_LDFLAGS = -avoid-version
libxfce_la_LIBADD = $(GTK_LIBS)
subdir = xfce_theme
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

View File

@ -1,39 +0,0 @@
$OpenBSD: patch-xfmenu_xfmenu_c,v 1.1 2003/04/13 07:48:02 pvalchev Exp $
--- xfmenu/xfmenu.c.orig Fri Apr 11 23:50:36 2003
+++ xfmenu/xfmenu.c Fri Apr 11 23:54:32 2003
@@ -237,7 +237,7 @@ char *convert_code (char *fromcode)
cd = iconv_open(charset, "UTF8");
if (cd != (iconv_t) (-1))
{
- iconv (cd, &fromcode, &len, &outptr, &outlen);
+ iconv (cd, (ICONV_CONST char **) &fromcode, &len, &outptr, &outlen);
iconv_close(cd);
}
else
@@ -495,7 +495,7 @@ get_menu_dirs (MenuType mtype)
}
static int
-select_subs (const struct dirent *dentry)
+select_subs (struct dirent *dentry)
{
struct stat filestat;
char *name = dentry->d_name;
@@ -515,7 +515,7 @@ select_subs (const struct dirent *dentry
}
static int
-select_items (const struct dirent *dentry)
+select_items (struct dirent *dentry)
{
struct stat filestat;
@@ -529,7 +529,7 @@ select_items (const struct dirent *dentr
}
static int
-select_all (const struct dirent *dentry)
+select_all (struct dirent *dentry)
{
return 1;
}

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-xfsound_Makefile_in,v 1.3 2002/11/28 20:35:43 margarida Exp $
--- xfsound/Makefile.in.orig Sun Nov 10 20:51:49 2002
+++ xfsound/Makefile.in Tue Nov 12 15:40:33 2002
@@ -200,7 +200,7 @@ xfsound_SOURCES = \
xfsound_LDADD = ../libs/libxfcecore.la ../libs/libxfwmcore.la \
@DMALLOC_LIB@ @GTK_LIBS@ @GDK_IMLIB_LIBS@ @GDK_PIXBUF_LIBS@ \
@AUDIOFILE_LIBS@ @ARTS_LIBS@ @INTLLIBS@ @LIBS@ ../libs/libxfwmcore.la \
- ${X_LIBS} ${X_PRE_LIBS} -lXpm @XFT_LIBS@
+ ${X_LIBS} ${X_PRE_LIBS} -lXpm @XFT_LIBS@ @OSSAUDIO_LIBS@
xfsound_DEPENDENCIES = ../libs/libxfcecore.la ../libs/libxfwmcore.la

View File

@ -1,59 +0,0 @@
$OpenBSD: patch-xfsound_xfdsp_c,v 1.3 2002/11/28 20:35:43 margarida Exp $
--- xfsound/xfdsp.c.orig Wed Nov 21 13:36:39 2001
+++ xfsound/xfdsp.c Tue Nov 12 15:40:40 2002
@@ -66,6 +66,9 @@
#if defined(HAVE_ARTS)
#include <artsc.h>
#else
+#if defined(HAVE_SOUNDCARD_H)
+#include <soundcard.h>
+#else
#if defined(HAVE_SYS_SOUNDCARD_H)
#include <sys/soundcard.h>
#else
@@ -78,6 +81,7 @@
#endif
#endif
#endif
+#endif
#include "xfdsp.h"
@@ -89,6 +93,20 @@
# include "dmalloc.h"
#endif
+#ifdef __OpenBSD__
+static char *dsp[] = {
+ "/dev/sound",
+ "/dev/sound0",
+ "/dev/sound1",
+ "/dev/sound2",
+ "/dev/sound3",
+ "/dev/sound4",
+ "/dev/sound5",
+ "/dev/sound6",
+ "/dev/sound7",
+ NULL
+};
+#else
static char *dsp[] = {
"/dev/dsp",
"/dev/dsp0",
@@ -101,6 +119,7 @@ static char *dsp[] = {
"/dev/dsp7",
NULL
};
+#endif
void
sound_init (void)
@@ -119,7 +138,7 @@ sound_init (void)
#endif
}
-#if defined(HAVE_SYS_SOUNDCARD_H) || defined(HAVE_LINUX_SOUNDCARD_H) || defined(HAVE_MACHINE_SOUNDCARD_H) || defined(HAVE_ARTS)
+#if defined(HAVE_SOUNDCARD_H) || defined(HAVE_SYS_SOUNDCARD_H) || defined(HAVE_LINUX_SOUNDCARD_H) || defined(HAVE_MACHINE_SOUNDCARD_H) || defined(HAVE_ARTS)
#if !defined(HAVE_ARTS)
int masterfd;

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-xfsound_xfdsp_h,v 1.3 2002/11/28 20:35:43 margarida Exp $
--- xfsound/xfdsp.h.orig Mon Mar 25 15:59:16 2002
+++ xfsound/xfdsp.h Tue Nov 12 15:40:48 2002
@@ -22,7 +22,13 @@
#define XF_IND 1
#define ST_GET 0
+
+#ifdef __OpenBSD__
+#define DSP_NAME "/dev/sound"
+#else
#define DSP_NAME "/dev/dsp"
+#endif
+
#define ARTSD_CMD "exec artswrapper"
typedef int ST_CONFIG[3];

View File

@ -1,11 +0,0 @@
XFce is an easy-to-use and easy-to-configure environment for X11 released
under the terms of the GNU/GPL license, based on GTK+, with pulldown menus
and color icons, 3D widgets, etc.
XFce features now a set of applications including a powerful Window Manager
xfwm, a toolbar/application launcher, a backdrop manager, a system sound
manager for X11, a user friendly interface for mouse configuration, a
pager providing a miniature view of all XFce desktops, a clock/calendar
and at last but not least a filemanager, all sharing the same look'n feel.
WWW: ${HOMEPAGE}

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2002/03/30 01:27:41 brad Exp $
lib/gtk/themes/engines/libxfce.so

View File

@ -1,684 +0,0 @@
@comment $OpenBSD: PLIST,v 1.9 2002/11/28 20:35:43 margarida Exp $
bin/CDE2Xfcepal
bin/glob
bin/startxfce
bin/xfbd
bin/xfbdmgr
bin/xfce
bin/xfce_remove
bin/xfce_setup
bin/xfce_upgrade
bin/xfclock
bin/xfdiff
bin/xfglob
bin/xfgnome
bin/xfhelp
bin/xflock
bin/xfmenu
bin/xfmountdev
bin/xfmouse
bin/xfpager
bin/xfplay
bin/xfprint
bin/xfrun
bin/xfsamba
bin/xfskin
bin/xfsound
bin/xfterm
bin/xftrash
bin/xftree
bin/xfumed
bin/xfwm
lib/gtk/themes/engines/libxfce.a
lib/gtk/themes/engines/libxfce.la
%%SHARED%%
lib/xfce/Xclients
lib/xfce/fvwm2rc
lib/xfce/fvwmrc
lib/xfce/taskbarrc
lib/xfce/xfbdrc
lib/xfce/xfce3rc
lib/xfce/xfce3rc.cs
lib/xfce/xfce3rc.de
lib/xfce/xfce3rc.fr
lib/xfce/xfce3rc.hu
lib/xfce/xfce3rc.ja
lib/xfce/xfce3rc.ko
lib/xfce/xfce3rc.nl
lib/xfce/xfce3rc.sr
lib/xfce/xfce3rc.uk
lib/xfce/xfce3rc.zh_CN.GB2312
lib/xfce/xfce3rc.zh_TW.Big5
lib/xfce/xfclockrc
lib/xfce/xfmouserc
lib/xfce/xfsoundrc
lib/xfce/xfwmrc
lib/xfce/xinitrc
lib/xfce/xinitrc.mwm
lib/xfce/xsession
lib/xfce/xtree.reg
man/man1/glob.1
man/man1/xfbd.1
man/man1/xfce.1
man/man1/xfclock.1
man/man1/xfglob.1
man/man1/xfgnome.1
man/man1/xfhelp.1
man/man1/xflock.1
man/man1/xfmountdev.1
man/man1/xfmouse.1
man/man1/xfpager.1
man/man1/xfprint.1
man/man1/xfrun.1
man/man1/xfskin.1
man/man1/xfsound.1
man/man1/xfterm.1
man/man1/xftrash.1
man/man1/xftree.1
man/man1/xfumed.1
man/man1/xfwm.1
share/locale/bg/LC_MESSAGES/xfce.mo
share/locale/ca/LC_MESSAGES/xfce.mo
share/locale/cs/LC_MESSAGES/xfce.mo
share/locale/da/LC_MESSAGES/xfce.mo
share/locale/de/LC_MESSAGES/xfce.mo
share/locale/en_GB/LC_MESSAGES/xfce.mo
share/locale/es/LC_MESSAGES/xfce.mo
share/locale/et/LC_MESSAGES/xfce.mo
share/locale/fi/LC_MESSAGES/xfce.mo
share/locale/fr/LC_MESSAGES/xfce.mo
share/locale/gl/LC_MESSAGES/xfce.mo
share/locale/he/LC_MESSAGES/xfce.mo
share/locale/hu/LC_MESSAGES/xfce.mo
share/locale/it/LC_MESSAGES/xfce.mo
share/locale/ja/LC_MESSAGES/xfce.mo
share/locale/ms/LC_MESSAGES/xfce.mo
share/locale/nl/LC_MESSAGES/xfce.mo
share/locale/pl/LC_MESSAGES/xfce.mo
share/locale/pt_BR/LC_MESSAGES/xfce.mo
share/locale/ro/LC_MESSAGES/xfce.mo
share/locale/ru/LC_MESSAGES/xfce.mo
share/locale/sk/LC_MESSAGES/xfce.mo
share/locale/sr/LC_MESSAGES/xfce.mo
share/locale/sv/LC_MESSAGES/xfce.mo
share/locale/uk/LC_MESSAGES/xfce.mo
share/locale/zh/LC_MESSAGES/xfce.mo
share/locale/zh_CN/LC_MESSAGES/xfce.mo
share/locale/zh_TW.Big5/LC_MESSAGES/xfce.mo
share/xfce/COPYING
share/xfce/XFce3.logo
share/xfce/backdrops/A-Little-Exercise-3.jpg
share/xfce/backdrops/A-Little-Exercise.jpg
share/xfce/backdrops/Anneaux.xpm
share/xfce/backdrops/Arena.xpm
share/xfce/backdrops/Aurora.xpm
share/xfce/backdrops/BlackStripes.xpm
share/xfce/backdrops/Blue.list
share/xfce/backdrops/BlueSatin.xpm
share/xfce/backdrops/BlueSea.xpm
share/xfce/backdrops/BlueStripes.xpm
share/xfce/backdrops/BlueStucco.xpm
share/xfce/backdrops/Bluedrops.xpm
share/xfce/backdrops/Bluefalls.xpm
share/xfce/backdrops/Boucles.xpm
share/xfce/backdrops/Brownie.xpm
share/xfce/backdrops/Candies.xpm
share/xfce/backdrops/Cds.xpm
share/xfce/backdrops/Circle.xpm
share/xfce/backdrops/Cloth.xpm
share/xfce/backdrops/Clouds.xpm
share/xfce/backdrops/Cocoa.xpm
share/xfce/backdrops/Compute.xpm
share/xfce/backdrops/Concrete.xpm
share/xfce/backdrops/Darkblue2.xpm
share/xfce/backdrops/Default.xpm
share/xfce/backdrops/Desert2.xpm
share/xfce/backdrops/Dry.xpm
share/xfce/backdrops/Eyes.xpm
share/xfce/backdrops/Fire.xpm
share/xfce/backdrops/Flames.xpm
share/xfce/backdrops/Flow.xpm
share/xfce/backdrops/Flower.jpg
share/xfce/backdrops/Funkyblue.xpm
share/xfce/backdrops/Gallets.xpm
share/xfce/backdrops/Glasses.xpm
share/xfce/backdrops/Gold.xpm
share/xfce/backdrops/Gradient.xpm
share/xfce/backdrops/Green.xpm
share/xfce/backdrops/GreenStripes.xpm
share/xfce/backdrops/GreenStucco.xpm
share/xfce/backdrops/Greenslate.xpm
share/xfce/backdrops/Grey.xpm
share/xfce/backdrops/GreyArena.xpm
share/xfce/backdrops/Greydrops.xpm
share/xfce/backdrops/Greysea.xpm
share/xfce/backdrops/Hardblue.xpm
share/xfce/backdrops/Honey.xpm
share/xfce/backdrops/Horizon.png
share/xfce/backdrops/Leaves.xpm
share/xfce/backdrops/Linea.xpm
share/xfce/backdrops/Marbled.xpm
share/xfce/backdrops/Master-Plan.jpg
share/xfce/backdrops/Maze.xpm
share/xfce/backdrops/Metal-blue.jpg
share/xfce/backdrops/Nebula.xpm
share/xfce/backdrops/Notes.xpm
share/xfce/backdrops/Overdriven.jpg
share/xfce/backdrops/Pencils.xpm
share/xfce/backdrops/Plasma.xpm
share/xfce/backdrops/Pled.xpm
share/xfce/backdrops/Pool.xpm
share/xfce/backdrops/Psy.xpm
share/xfce/backdrops/Psy2.xpm
share/xfce/backdrops/Psy3.xpm
share/xfce/backdrops/Purple.xpm
share/xfce/backdrops/PurpleStripes.xpm
share/xfce/backdrops/Reader.xpm
share/xfce/backdrops/Rotin.xpm
share/xfce/backdrops/Rough.xpm
share/xfce/backdrops/Sandy-ridges.xpm
share/xfce/backdrops/Satin.xpm
share/xfce/backdrops/Satin2.xpm
share/xfce/backdrops/Satin3.xpm
share/xfce/backdrops/Sea.xpm
share/xfce/backdrops/Sky.xpm
share/xfce/backdrops/Sky2.xpm
share/xfce/backdrops/Sky3.jpg
share/xfce/backdrops/Slate.xpm
share/xfce/backdrops/Soft.xpm
share/xfce/backdrops/Softblue.xpm
share/xfce/backdrops/Softblue2.xpm
share/xfce/backdrops/Sol.xpm
share/xfce/backdrops/Solid.xpm
share/xfce/backdrops/Space.xpm
share/xfce/backdrops/Space2.xpm
share/xfce/backdrops/Storm.xpm
share/xfce/backdrops/Sunny.xpm
share/xfce/backdrops/Teal.xpm
share/xfce/backdrops/The-Good-Times.jpg
share/xfce/backdrops/TheLake.jpg
share/xfce/backdrops/Tiles.xpm
share/xfce/backdrops/Tiles2.xpm
share/xfce/backdrops/Tiles3.xpm
share/xfce/backdrops/Time-For-Expansion.jpg
share/xfce/backdrops/Time.xpm
share/xfce/backdrops/Toulouse-1.jpg
share/xfce/backdrops/Toulouse-2.jpg
share/xfce/backdrops/Toulouse-3.jpg
share/xfce/backdrops/Toulouse-4.jpg
share/xfce/backdrops/Toulouse.list
share/xfce/backdrops/Ufo.xpm
share/xfce/backdrops/Wall1.xpm
share/xfce/backdrops/Wall2.xpm
share/xfce/backdrops/Wall3.xpm
share/xfce/backdrops/WaterPurple.xpm
share/xfce/backdrops/Wax.xpm
share/xfce/backdrops/Weave-red.xpm
share/xfce/backdrops/Weird.xpm
share/xfce/backdrops/Whirl.xpm
share/xfce/backdrops/WhiteStripes.xpm
share/xfce/backdrops/WipeBlue.png
share/xfce/backdrops/Wood-floor.xpm
share/xfce/backdrops/Wood.xpm
share/xfce/backdrops/Wood2.xpm
share/xfce/backdrops/Worm.xpm
share/xfce/backdrops/Xfce.jpg
share/xfce/backdrops/Xfce.xpm
share/xfce/backdrops/XfceStellar.xpm
share/xfce/backdrops/Xfcelogo.xpm
share/xfce/backdrops/Xfcemice.jpg
share/xfce/cursors/cursor2.pcf
share/xfce/cursors/fonts.dir
share/xfce/fonts/fonts.dir
share/xfce/fonts/uniread-variable-05-b-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-05-b-i.pcf.gz
share/xfce/fonts/uniread-variable-05-b-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-05-b-r.pcf.gz
share/xfce/fonts/uniread-variable-05-m-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-05-m-i.pcf.gz
share/xfce/fonts/uniread-variable-05-m-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-05-m-r.pcf.gz
share/xfce/fonts/uniread-variable-07-b-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-07-b-i.pcf.gz
share/xfce/fonts/uniread-variable-07-b-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-07-b-r.pcf.gz
share/xfce/fonts/uniread-variable-07-m-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-07-m-i.pcf.gz
share/xfce/fonts/uniread-variable-07-m-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-07-m-r.pcf.gz
share/xfce/fonts/uniread-variable-09-b-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-09-b-i.pcf.gz
share/xfce/fonts/uniread-variable-09-b-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-09-b-r.pcf.gz
share/xfce/fonts/uniread-variable-09-m-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-09-m-i.pcf.gz
share/xfce/fonts/uniread-variable-09-m-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-09-m-r.pcf.gz
share/xfce/fonts/uniread-variable-10-b-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-10-b-i.pcf.gz
share/xfce/fonts/uniread-variable-10-b-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-10-b-r.pcf.gz
share/xfce/fonts/uniread-variable-10-m-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-10-m-i.pcf.gz
share/xfce/fonts/uniread-variable-10-m-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-10-m-r.pcf.gz
share/xfce/fonts/uniread-variable-12-b-i-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-12-b-i.pcf.gz
share/xfce/fonts/uniread-variable-12-b-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-12-b-r.pcf.gz
share/xfce/fonts/uniread-variable-12-m-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-12-m-r.pcf.gz
share/xfce/fonts/uniread-variable-14-b-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-14-b-r.pcf.gz
share/xfce/fonts/uniread-variable-14-m-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-14-m-r.pcf.gz
share/xfce/fonts/uniread-variable-18-m-r-ISO8859-1.pcf.gz
share/xfce/fonts/uniread-variable-18-m-r.pcf.gz
share/xfce/help/html/adv-wm-appearance.html
share/xfce/help/html/adv-wm-bindings.html
share/xfce/help/html/adv-wm-commands.html
share/xfce/help/html/adv-wm-defaults.html
share/xfce/help/html/adv-wm-examples.html
share/xfce/help/html/adv-wm-general.html
share/xfce/help/html/adv-wm-management.html
share/xfce/help/html/adv-wm-menus.html
share/xfce/help/html/adv-wm-style.html
share/xfce/help/html/adv-wm-xresources.html
share/xfce/help/html/advanced-wm.html
share/xfce/help/html/copyright.html
share/xfce/help/html/fileman.html
share/xfce/help/html/gpl.html
share/xfce/help/html/help.html
share/xfce/help/html/install.html
share/xfce/help/html/intro.html
share/xfce/help/html/license.html
share/xfce/help/html/ln9.html
share/xfce/help/html/overview.html
share/xfce/help/html/panel.html
share/xfce/help/html/resources.html
share/xfce/help/html/setup-startup.html
share/xfce/help/html/setup-wm.html
share/xfce/help/html/setup-xfce.html
share/xfce/help/html/setup.html
share/xfce/help/html/stylesheet-images/caution.gif
share/xfce/help/html/stylesheet-images/home.gif
share/xfce/help/html/stylesheet-images/important.gif
share/xfce/help/html/stylesheet-images/next.gif
share/xfce/help/html/stylesheet-images/note.gif
share/xfce/help/html/stylesheet-images/prev.gif
share/xfce/help/html/stylesheet-images/tip.gif
share/xfce/help/html/stylesheet-images/toc-blank.gif
share/xfce/help/html/stylesheet-images/toc-minus.gif
share/xfce/help/html/stylesheet-images/toc-plus.gif
share/xfce/help/html/stylesheet-images/up.gif
share/xfce/help/html/stylesheet-images/warning.gif
share/xfce/help/html/user-manual.html
share/xfce/help/html/utilities.html
share/xfce/help/html/utils-xfbdmgr.html
share/xfce/help/html/utils-xfclock.html
share/xfce/help/html/utils-xfdiff.html
share/xfce/help/html/utils-xfglob.html
share/xfce/help/html/utils-xfgnome.html
share/xfce/help/html/utils-xfmenu.html
share/xfce/help/html/utils-xfmouse.html
share/xfce/help/html/utils-xfpager.html
share/xfce/help/html/utils-xfrun.html
share/xfce/help/html/utils-xfsamba.html
share/xfce/help/html/utils-xfsound.html
share/xfce/help/html/utils-xfumed.html
share/xfce/help/html/wm-examples-2.html
share/xfce/help/html/wm.html
share/xfce/help/images/buttons.jpg
share/xfce/help/images/xfbd.jpg
share/xfce/help/images/xfbdmgr.jpg
share/xfce/help/images/xfce_panel.jpg
share/xfce/help/images/xfce_popup.jpg
share/xfce/help/images/xfce_setup1.jpg
share/xfce/help/images/xfce_setup2.jpg
share/xfce/help/images/xfce_setup3.jpg
share/xfce/help/images/xfce_setup4.jpg
share/xfce/help/images/xfce_slogan.jpg
share/xfce/help/images/xfce_snap.jpg
share/xfce/help/images/xfclock.jpg
share/xfce/help/images/xfdiff.jpg
share/xfce/help/images/xfglob.jpg
share/xfce/help/images/xfmouse.jpg
share/xfce/help/images/xfpager.jpg
share/xfce/help/images/xfrun.jpg
share/xfce/help/images/xfsamba.jpg
share/xfce/help/images/xfsound.jpg
share/xfce/help/images/xftree.jpg
share/xfce/help/images/xfumed.jpg
share/xfce/icons/3dpaint.xpm
share/xfce/icons/ABC.xpm
share/xfce/icons/AZ.xpm
share/xfce/icons/AceKingCards.xpm
share/xfce/icons/AntiVirus.xpm
share/xfce/icons/ArtFolderEmpty.xpm
share/xfce/icons/ArtFolderFull.xpm
share/xfce/icons/BWDialogEdit.xpm
share/xfce/icons/BWwidgets.xpm
share/xfce/icons/BallotBox.xpm
share/xfce/icons/Book.xpm
share/xfce/icons/BulletHole.xpm
share/xfce/icons/CDPlayer.xpm
share/xfce/icons/CPUChip.xpm
share/xfce/icons/Calculator.xpm
share/xfce/icons/CheckMarkMonitor.xpm
share/xfce/icons/ChiselChartSlide.xpm
share/xfce/icons/Clock.xpm
share/xfce/icons/ClosedPackageBox.xpm
share/xfce/icons/ColoredCompactDisc.xpm
share/xfce/icons/Connect.xpm
share/xfce/icons/CrashCartoon.xpm
share/xfce/icons/CylinderWrenchSpreadsheet.xpm
share/xfce/icons/DeskGlobe.xpm
share/xfce/icons/Director.xpm
share/xfce/icons/Disk-Blue.xpm
share/xfce/icons/DiskFloppy.xpm
share/xfce/icons/DiskHammer.xpm
share/xfce/icons/DiskHardDrive.xpm
share/xfce/icons/DiskOptical.xpm
share/xfce/icons/DisketteBoxEmpty.xpm
share/xfce/icons/DisketteBoxFull.xpm
share/xfce/icons/Document.xpm
share/xfce/icons/Edit.xpm
share/xfce/icons/Equation.xpm
share/xfce/icons/EscherCube.xpm
share/xfce/icons/EscherTriangle.xpm
share/xfce/icons/FaxRecieved.xpm
share/xfce/icons/FileAPP.xpm
share/xfce/icons/FileManager.xpm
share/xfce/icons/FilmNegative.xpm
share/xfce/icons/Folder.xpm
share/xfce/icons/FolderDeposit.xpm
share/xfce/icons/FolderOpen.xpm
share/xfce/icons/Folders.xpm
share/xfce/icons/ForwardBackwardPagesBook.xpm
share/xfce/icons/FreeBSD.xpm
share/xfce/icons/GIMP.xpm
share/xfce/icons/Game.xpm
share/xfce/icons/Gimp2.xpm
share/xfce/icons/Gnome-apps.xpm
share/xfce/icons/Gnome-logo.xpm
share/xfce/icons/Gnome-panel.xpm
share/xfce/icons/GoldenSatelliteDish.xpm
share/xfce/icons/HandOpen.xpm
share/xfce/icons/HandPointing.xpm
share/xfce/icons/HandPointingLeft.xpm
share/xfce/icons/HandPointingLeft2.xpm
share/xfce/icons/HandPunch.xpm
share/xfce/icons/HandReach.xpm
share/xfce/icons/Info.xpm
share/xfce/icons/Interface.xpm
share/xfce/icons/Keys.xpm
share/xfce/icons/KeysOnChain.xpm
share/xfce/icons/LeatherEmptyBag.xpm
share/xfce/icons/LeatherFullBag.xpm
share/xfce/icons/Lightbulb.xpm
share/xfce/icons/MaelstromInFrame.xpm
share/xfce/icons/MagnifyGlas.xpm
share/xfce/icons/Mail.xpm
share/xfce/icons/MailboxGoldGradientBackground.xpm
share/xfce/icons/MicroPhonePro.xpm
share/xfce/icons/Monalisa.xpm
share/xfce/icons/Mosaic.xpm
share/xfce/icons/Mouse.xpm
share/xfce/icons/Netscape3.xpm
share/xfce/icons/NetscapeLogo.xpm
share/xfce/icons/News.xpm
share/xfce/icons/OldBlueAddingMachine.xpm
share/xfce/icons/Pen.xpm
share/xfce/icons/Pencils.xpm
share/xfce/icons/Penguin.xpm
share/xfce/icons/PhonePortable.xpm
share/xfce/icons/PhoneTTOffhook.xpm
share/xfce/icons/Postit.xpm
share/xfce/icons/PrefsDock.xpm
share/xfce/icons/Printer.xpm
share/xfce/icons/RayTracedGear.xpm
share/xfce/icons/RecycleLogo.xpm
share/xfce/icons/Stoplight.xpm
share/xfce/icons/Tablet.xpm
share/xfce/icons/Terminal.xpm
share/xfce/icons/TextEditor.xpm
share/xfce/icons/TrueDie.xpm
share/xfce/icons/View.xpm
share/xfce/icons/Viewer.xpm
share/xfce/icons/WordProcessing.xpm
share/xfce/icons/XV.xpm
share/xfce/icons/X_server.xpm
share/xfce/icons/Xmix.xpm
share/xfce/icons/Xterm.xpm
share/xfce/icons/Xv.xpm
share/xfce/icons/playball.xpm
share/xfce/icons/xfsamba.xpm
share/xfce/icons/xfskin.xpm
share/xfce/palettes/Alpine
share/xfce/palettes/Altxfce
share/xfce/palettes/Altxfce2
share/xfce/palettes/Altxfce3
share/xfce/palettes/Aluminium
share/xfce/palettes/Analog
share/xfce/palettes/Anthracite
share/xfce/palettes/Bahamas
share/xfce/palettes/Basic
share/xfce/palettes/BeHappy
share/xfce/palettes/BeHappy2
share/xfce/palettes/BeHappy3
share/xfce/palettes/BeHappy4
share/xfce/palettes/Blue
share/xfce/palettes/BlueX
share/xfce/palettes/BlueX2
share/xfce/palettes/BlueX3
share/xfce/palettes/BlueX4
share/xfce/palettes/Bronze
share/xfce/palettes/Bronze2
share/xfce/palettes/Cadmium
share/xfce/palettes/CandyBox
share/xfce/palettes/CandyBox2
share/xfce/palettes/Cheese
share/xfce/palettes/Chrome
share/xfce/palettes/Citrouille
share/xfce/palettes/Classic
share/xfce/palettes/Classic2
share/xfce/palettes/Clinky
share/xfce/palettes/Craters
share/xfce/palettes/DarkMetal
share/xfce/palettes/Default
share/xfce/palettes/DefaultTextured
share/xfce/palettes/Defcon
share/xfce/palettes/Desert
share/xfce/palettes/Dolly
share/xfce/palettes/Dust
share/xfce/palettes/Eaz-l
share/xfce/palettes/Fall
share/xfce/palettes/GTK+Default
share/xfce/palettes/GTK+Default2
share/xfce/palettes/Glass
share/xfce/palettes/Golden
share/xfce/palettes/GoldenBoy
share/xfce/palettes/GoldenBoy2
share/xfce/palettes/Grayscale
share/xfce/palettes/GreenIron
share/xfce/palettes/GreySlate
share/xfce/palettes/Ground
share/xfce/palettes/GtkXfce
share/xfce/palettes/Helice
share/xfce/palettes/HiContrast
share/xfce/palettes/HiTech
share/xfce/palettes/HiTech2
share/xfce/palettes/Iceland
share/xfce/palettes/Jazza
share/xfce/palettes/Jazza2
share/xfce/palettes/KDE
share/xfce/palettes/KStyle2
share/xfce/palettes/KXfce
share/xfce/palettes/Kdetheme
share/xfce/palettes/Kindaker
share/xfce/palettes/LightBulb
share/xfce/palettes/LightBulb2
share/xfce/palettes/LightBulb3
share/xfce/palettes/Linea
share/xfce/palettes/Linea2
share/xfce/palettes/Linea3
share/xfce/palettes/Liquid
share/xfce/palettes/Liquid2
share/xfce/palettes/Mauve
share/xfce/palettes/Metal
share/xfce/palettes/Military
share/xfce/palettes/Modern
share/xfce/palettes/Modern2
share/xfce/palettes/Monkey
share/xfce/palettes/Moz9
share/xfce/palettes/Moz9-2
share/xfce/palettes/Nature
share/xfce/palettes/Nemo
share/xfce/palettes/Netsy
share/xfce/palettes/OldWood
share/xfce/palettes/Pale
share/xfce/palettes/Paper
share/xfce/palettes/Pelgrim
share/xfce/palettes/Pinky
share/xfce/palettes/Plum
share/xfce/palettes/Power
share/xfce/palettes/Power2
share/xfce/palettes/Prairie
share/xfce/palettes/Prune
share/xfce/palettes/PruneDark
share/xfce/palettes/Quartz
share/xfce/palettes/Reader
share/xfce/palettes/Redmond
share/xfce/palettes/Salmon
share/xfce/palettes/Salmon2
share/xfce/palettes/SaltLake
share/xfce/palettes/Sand
share/xfce/palettes/Silver
share/xfce/palettes/Silver2
share/xfce/palettes/Smooth
share/xfce/palettes/SmoothBW
share/xfce/palettes/SmoothGreen
share/xfce/palettes/SoftBlue
share/xfce/palettes/Spring
share/xfce/palettes/Standard
share/xfce/palettes/Standard2
share/xfce/palettes/Stellar
share/xfce/palettes/Stellar2
share/xfce/palettes/Stripe
share/xfce/palettes/Stripe2
share/xfce/palettes/Stripe3
share/xfce/palettes/Sunny
share/xfce/palettes/Symbiose
share/xfce/palettes/TBlue
share/xfce/palettes/Teal
share/xfce/palettes/Thinice
share/xfce/palettes/Tiny
share/xfce/palettes/Tommy
share/xfce/palettes/Tradition
share/xfce/palettes/Tradition2
share/xfce/palettes/Troica
share/xfce/palettes/Typhoon
share/xfce/palettes/Ultrafina
share/xfce/palettes/Vanadium
share/xfce/palettes/Win
share/xfce/palettes/Win2
share/xfce/palettes/Win3
share/xfce/palettes/XLight
share/xfce/palettes/Xfce-1
share/xfce/palettes/Xfce-2
share/xfce/palettes/Xfce-light
share/xfce/sounds/alert01.wav
share/xfce/sounds/beep01.wav
share/xfce/sounds/beep02.wav
share/xfce/sounds/beep03.wav
share/xfce/sounds/beep04.wav
share/xfce/sounds/beep05.wav
share/xfce/sounds/beep06.wav
share/xfce/sounds/beep07.wav
share/xfce/sounds/beep08.wav
share/xfce/sounds/beep09.wav
share/xfce/sounds/beep10.wav
share/xfce/sounds/beep11.wav
share/xfce/sounds/beep12.wav
share/xfce/sounds/bell01.wav
share/xfce/sounds/bell02.wav
share/xfce/sounds/bell03.wav
share/xfce/sounds/bell04.wav
share/xfce/sounds/bong01.wav
share/xfce/sounds/bong02.wav
share/xfce/sounds/bong03.wav
share/xfce/sounds/bong04.wav
share/xfce/sounds/bong05.wav
share/xfce/sounds/bong06.wav
share/xfce/sounds/bong07.wav
share/xfce/sounds/bong08.wav
share/xfce/sounds/bong09.wav
share/xfce/sounds/bong10.wav
share/xfce/sounds/bong11.wav
share/xfce/sounds/bong12.wav
share/xfce/sounds/crash01.wav
share/xfce/sounds/crash02.wav
share/xfce/sounds/crash04.wav
share/xfce/sounds/crash05.wav
share/xfce/sounds/crash06.wav
share/xfce/sounds/logon01.wav
share/xfce/sounds/logon02.wav
share/xfce/sounds/logout01.wav
share/xfce/sounds/ping01.wav
share/xfce/sounds/ping02.wav
share/xfce/sounds/ping03.wav
share/xfce/sounds/ping04.wav
share/xfce/sounds/pop01.wav
share/xfce/sounds/pop02.wav
share/xfce/sounds/sink01.wav
share/xfce/sounds/slide01.wav
share/xfce/sounds/slide02.wav
share/xfce/sounds/space01.wav
share/xfce/sounds/zap01.wav
share/xfce/sounds/zap02.wav
share/xfce/sounds/zap03.wav
share/xfce/sounds/zap04.wav
share/xfce/textures/Aluminium.xpm
share/xfce/textures/BWGrad.xpm
share/xfce/textures/BlueX.xpm
share/xfce/textures/BlueX2.xpm
share/xfce/textures/Bronze2.xpm
share/xfce/textures/Chrome.xpm
share/xfce/textures/DarkMetal.xpm
share/xfce/textures/DefaultGrad.xpm
share/xfce/textures/Glass.xpm
share/xfce/textures/GoldenBoy.xpm
share/xfce/textures/Kdetheme.xpm
share/xfce/textures/Liquid.xpm
share/xfce/textures/Modern.xpm
share/xfce/textures/Moz9.xpm
share/xfce/textures/Power.xpm
share/xfce/textures/Power2.xpm
share/xfce/textures/Smooth.xpm
share/xfce/textures/SmoothBW.xpm
share/xfce/textures/Ultrafina.xpm
share/xfce/textures/Xfcemetal.xpm
share/xfce/textures/bronze.xpm
share/xfce/textures/cheese.xpm
share/xfce/textures/craters.xpm
share/xfce/textures/ground.xpm
share/xfce/textures/hitech.xpm
share/xfce/textures/metal.xpm
share/xfce/textures/military.xpm
share/xfce/textures/oldwood.xpm
share/xfce/textures/paper.xpm
share/xfce/textures/silver.xpm
share/xfce/textures/stripe.xpm
@dirrm share/xfce/textures
@dirrm share/xfce/sounds
@dirrm share/xfce/palettes
@dirrm share/xfce/icons
@dirrm share/xfce/help/images
@dirrm share/xfce/help/html/stylesheet-images
@dirrm share/xfce/help/html
@dirrm share/xfce/help
@dirrm share/xfce/fonts
@dirrm share/xfce/cursors
@dirrm share/xfce/backdrops
@dirrm share/xfce
@dirrm lib/xfce