summaryrefslogtreecommitdiff
path: root/x11/xfce
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-03-03 17:50:25 +0000
committerjwise <jwise@pkgsrc.org>2000-03-03 17:50:25 +0000
commit8ee966dad8d553266fe2bfe53c9055fc1cd8e379 (patch)
tree305c4132ed901b11cae5f3e720986d2bbfc54ceb /x11/xfce
parent7d2d40e35f036acc15a9b58200de115e8c161632 (diff)
downloadpkgsrc-8ee966dad8d553266fe2bfe53c9055fc1cd8e379.tar.gz
Update xfce to 3.3.1. Highlights of ChangeLog follow, for full ChangeLog,
see http://www.xfce.org/archive/ChangeLog. 01-MAR-2000: XFce 3.3.1 ======================= [Minor bugfixes] 27-FEB-2000: XFce 3.3.0 ======================= - xfwm * Added support for X session management (gnome-session, xsm, etc.) * Added builtin session management if X session management not available * New redesigned title bar (rounded frame, additionnal buttons, ...) * Various improvements for icon management (check overlapping icons, etc.) * Improved restart function so desktop state is restored properly - xfce * Add support for session management, allowing a session shutdown from xfce itself * Remove automatic "arrange icon" when user changes default icon location This allow to customize the desktop by placing the icons everywhere and the position is restored by session management. - xftree * Add new functionality to drag and drop : Pressing [CTRL+SHIFT] link destination items instead of copying. 20-JAN-2000: XFce 3.2.5 ======================= [distfile fix] 19-JAN-2000: XFce 3.2.4 ======================= [bug fixes] 04-JAN-2000: XFce 3.2.3 ======================= - xfwm * add a little engraved frame around the title bar of unselected windows * Remove continuous window update during opaque move. Increases speed and fixes a bug with XView applications - all * Improve tootips style - xfbd * Improved pixmap handling and GNOME (terminal transparency) compatibility. 12-DEC-1999: XFce 3.2.2 ======================= - xfce * Add a few new textured palettes (Cheese, Metal, OldWood, Paper, Craters, Ground and Military) * Add some textures (a few from GTK themes series, others made with GIMP) 30-NOV-1999: XFce 3.2.1 ======================= - xfwm * Display window geometry, window position and current desk during move/resize operations (with outline mode only, not opaque move/resize) * Add auto-switchdesk feature, by Guido Draheim <guidod@gmx.de> * Add Shift+click or middle mouse button click on window border perform move, handy when the window is moved off the screen. * Add more configuration sample in sample.xfwmrc 14-NOV-1999: XFce 3.2.0 ======================= - All * Graphic support managed by Imlib if available (most common types of image format can now be used in xfce/xfwm/xfbd thanks to Imlib) -xfgnome * A new optional GNOME compliancy module based on Gnome module for AfterStep by Rafal Wierzbicki <rafal@mcss.mcmaster.ca> - xfce * Added GNOME protocols. XFce panel now works with any GNOME compatible window manager (Icewm, Enlightenment, etc.) * Mail icons on the XFCE bar change to show if the user has any mail in their mailbox (patch contributed by Adam Sampson <azz@gnu.org>) * XFce can now read XFCE_DIR/sample.xfce3rc.[current locale] on XFce startup to improve MBS languages support (Yamahata Kenichiro <mogutan@din.or.jp>). - xfhelp * Add support for locale : Tries to load help.<$LANG>.html if available
Diffstat (limited to 'x11/xfce')
-rw-r--r--x11/xfce/Makefile8
-rw-r--r--x11/xfce/files/md54
-rw-r--r--x11/xfce/files/patch-sum8
-rw-r--r--x11/xfce/patches/patch-aa10
-rw-r--r--x11/xfce/patches/patch-ab29
-rw-r--r--x11/xfce/patches/patch-ac26
-rw-r--r--x11/xfce/patches/patch-ad9
-rw-r--r--x11/xfce/pkg/PLIST811
8 files changed, 459 insertions, 446 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile
index f69c5836343..bf291ed6d61 100644
--- a/x11/xfce/Makefile
+++ b/x11/xfce/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2000/01/10 19:11:10 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2000/03/03 17:50:25 jwise Exp $
-DISTNAME= xfce-3.1.2
+DISTNAME= xfce-3.3.1
CATEGORIES= x11
MASTER_SITES= http://www.xfce.org/archive/
@@ -9,13 +9,15 @@ HOMEPAGE= http://www.xfce.org/
DEPENDS+= gettext-0.10.*:../../devel/gettext
DEPENDS+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= imlib-1.9.*:../../graphics/imlib
DEPENDS+= xpm-3.4k:../../graphics/xpm
USE_X11= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= XFCE_LOCALE_DIR=${PREFIX}/share/locale
-CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share
+CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share \
+ --with-imlib=${X11BASE} --with-xpm=${X11BASE}
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xfce/files/md5 b/x11/xfce/files/md5
index f10fe6c408f..585a8e919aa 100644
--- a/x11/xfce/files/md5
+++ b/x11/xfce/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1999/10/18 23:16:55 jwise Exp $
+$NetBSD: md5,v 1.3 2000/03/03 17:50:28 jwise Exp $
-MD5 (xfce-3.1.2.tar.gz) = 2d971e658bbf5844b8951d28789d3cb6
+MD5 (xfce-3.3.1.tar.gz) = d1c96248f38c2faa7d57f88042a48df5
diff --git a/x11/xfce/files/patch-sum b/x11/xfce/files/patch-sum
index 24960bb37d1..2378a702f98 100644
--- a/x11/xfce/files/patch-sum
+++ b/x11/xfce/files/patch-sum
@@ -1,6 +1,4 @@
-$NetBSD: patch-sum,v 1.2 1999/11/12 15:54:07 rh Exp $
+$NetBSD: patch-sum,v 1.3 2000/03/03 17:50:28 jwise Exp $
-MD5 (patch-aa) = 96b6da442aca158fa745c1929bcfa0c0
-MD5 (patch-ab) = 607c530006d166afea1d81a326cf9de7
-MD5 (patch-ac) = 818428ca184723c7821b84694330f3d9
-MD5 (patch-ad) = 2730679fc8537ea36c1f7320f03c984b
+MD5 (patch-aa) = afcb38e11068b15d29378d67be815496
+MD5 (patch-ab) = 4e4e905cf934681ee2a337eff29212ac
diff --git a/x11/xfce/patches/patch-aa b/x11/xfce/patches/patch-aa
index f74a25600b7..82be0c948c8 100644
--- a/x11/xfce/patches/patch-aa
+++ b/x11/xfce/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/09/07 00:34:04 jwise Exp $
---- configure.orig Mon Sep 6 16:56:09 1999
-+++ configure Mon Sep 6 16:56:29 1999
-@@ -5222,7 +5222,7 @@
- XFCE_DIR="$datadir/XFCE"
+$NetBSD: patch-aa,v 1.2 2000/03/03 17:50:28 jwise Exp $
+--- configure.orig Fri Mar 3 11:52:48 2000
++++ configure Fri Mar 3 11:53:02 2000
+@@ -5508,7 +5508,7 @@
+ XFCE_DIR="$datadir/xfce"
fi
-XFCE_LOCALE_DIR="$XFCE_DIR/locale"
diff --git a/x11/xfce/patches/patch-ab b/x11/xfce/patches/patch-ab
index bf77edfffe8..86ab728b626 100644
--- a/x11/xfce/patches/patch-ab
+++ b/x11/xfce/patches/patch-ab
@@ -1,21 +1,10 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/09/07 00:34:04 jwise Exp $
---- scripts/xfhelp.in.orig Wed Aug 25 08:07:42 1999
-+++ scripts/xfhelp.in Mon Sep 6 19:27:21 1999
-@@ -21,7 +21,7 @@
+$NetBSD: patch-ab,v 1.2 2000/03/03 17:50:28 jwise Exp $
+--- other/sample.xfsoundrc.in.orig Fri Mar 3 12:38:11 2000
++++ other/sample.xfsoundrc.in Fri Mar 3 12:38:28 2000
+@@ -1,5 +1,5 @@
+ Play
+-esdplay
++/usr/bin/audioplay
+ XFCE_DIR/sounds/beep03.wav
+ XFCE_DIR/sounds/pop02.wav
- if [ "x$BROWSER" = "x" ]
- then
-- BROWSER=netscape
-+ BROWSER=communicator
- fi
-
- if [ -d $XFCE_DATA/help/ ]
-@@ -31,7 +31,7 @@
- HELP_FILE=XFCE_DIR/help/help.html
- fi
-
--if [ "x$BROWSER" = "xnetscape" ]
-+if [ "x$BROWSER" = "xnavigator" -o "x$BROWSER" = "xcommunicator" ]
- then
- $BROWSER -remote openurl\(file:///$HELP_FILE\) || $BROWSER $HELP_FILE
- else
diff --git a/x11/xfce/patches/patch-ac b/x11/xfce/patches/patch-ac
deleted file mode 100644
index a9028eac445..00000000000
--- a/x11/xfce/patches/patch-ac
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ac,v 1.2 1999/11/12 15:54:08 rh Exp $
-
---- other/sample.xfce3rc.in.orig Thu Sep 23 23:11:41 1999
-+++ other/sample.xfce3rc.in Fri Nov 12 16:49:20 1999
-@@ -63,7 +63,7 @@
- xcalc
- xfterm
- xfmouse -i
-- netscape
-+ communicator
- xfprint
- xfhelp
- xftrash
-@@ -121,10 +121,10 @@
- [Menu5]
- Netscape Browser
- XFCE_DIR/icons/Netscape3.xpm
-- netscape
-+ communicator
- Netscape Mail
- XFCE_DIR/icons/News.xpm
-- netscape -mail
-+ communicator -mail
- [Menu6]
- Printer
- XFCE_DIR/icons/Printer.xpm
diff --git a/x11/xfce/patches/patch-ad b/x11/xfce/patches/patch-ad
deleted file mode 100644
index ca6169517bd..00000000000
--- a/x11/xfce/patches/patch-ad
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/09/07 00:34:04 jwise Exp $
---- xfsound/xfplay.orig Wed Aug 25 08:07:46 1999
-+++ xfsound/xfplay Mon Sep 6 19:59:42 1999
-@@ -2,4 +2,4 @@
- #
- # This script is part of XFce
- #
--sox $1 -t .raw -r 8000 - > /dev/dsp
-+audioplay -i -q $1
diff --git a/x11/xfce/pkg/PLIST b/x11/xfce/pkg/PLIST
index accea7c47af..6ada2551707 100644
--- a/x11/xfce/pkg/PLIST
+++ b/x11/xfce/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1999/10/18 23:16:56 jwise Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/03/03 17:50:29 jwise Exp $
bin/xfce
bin/xfwm
bin/xftree
@@ -8,12 +8,15 @@ bin/xfbd
bin/xfclock
bin/xfsound
bin/xfplay
+bin/xfgnome
bin/xfhelp
bin/xfprint
bin/xftrash
bin/xfterm
+bin/xflock
bin/xfce_setup
bin/xfce_remove
+bin/startxfce
man/man1/xfce.1
man/man1/xfwm.1
man/man1/xftree.1
@@ -22,389 +25,445 @@ man/man1/xfmouse.1
man/man1/xfbd.1
man/man1/xfclock.1
man/man1/xfsound.1
+man/man1/xfgnome.1
man/man1/xfhelp.1
man/man1/xfprint.1
man/man1/xftrash.1
man/man1/xfterm.1
-share/XFCE/COPYING
-share/XFCE/XFce3.logo
-share/XFCE/sample.Xclients
-share/XFCE/sample.fvwm2rc
-share/XFCE/sample.fvwmrc
-share/XFCE/sample.xfwmrc
-share/XFCE/system.xfwmrc
-share/XFCE/sample.mwm.xinitrc
-share/XFCE/sample.xfbdrc
-share/XFCE/sample.xfce3rc
-share/XFCE/sample.xfce3rc.ja
-share/XFCE/sample.xfmouserc
-share/XFCE/sample.xfsoundrc
-share/XFCE/sample.xinitrc
-share/XFCE/sample.xsession
-share/XFCE/README.xfdefs.py
-share/XFCE/xfdefs.py
-share/XFCE/backdrops/Anneaux.xpm
-share/XFCE/backdrops/Arena.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/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/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/GreenStucco.xpm
-share/XFCE/backdrops/Greenslate.xpm
-share/XFCE/backdrops/Grey.xpm
-share/XFCE/backdrops/Greydrops.xpm
-share/XFCE/backdrops/Greysea.xpm
-share/XFCE/backdrops/Hardblue.xpm
-share/XFCE/backdrops/Honey.xpm
-share/XFCE/backdrops/Leaves.xpm
-share/XFCE/backdrops/Marbled.xpm
-share/XFCE/backdrops/Maze.xpm
-share/XFCE/backdrops/Notes.xpm
-share/XFCE/backdrops/Pencils.xpm
-share/XFCE/backdrops/Plasma.xpm
-share/XFCE/backdrops/Pool.xpm
-share/XFCE/backdrops/Psy.xpm
-share/XFCE/backdrops/Psy2.xpm
-share/XFCE/backdrops/Psy3.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/Slate.xpm
-share/XFCE/backdrops/Soft.xpm
-share/XFCE/backdrops/Softblue.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/Teal.xpm
-share/XFCE/backdrops/Tiles.xpm
-share/XFCE/backdrops/Tiles2.xpm
-share/XFCE/backdrops/Tiles3.xpm
-share/XFCE/backdrops/Time.xpm
-share/XFCE/backdrops/Ufo.xpm
-share/XFCE/backdrops/Wall1.xpm
-share/XFCE/backdrops/Wall2.xpm
-share/XFCE/backdrops/Wall3.xpm
-share/XFCE/backdrops/Wax.xpm
-share/XFCE/backdrops/Weave-red.xpm
-share/XFCE/backdrops/Weird.xpm
-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.xpm
-share/XFCE/icons/3dpaint.xpm
-share/XFCE/icons/ABC.xpm
-share/XFCE/icons/AZ.xpm
-share/XFCE/icons/AceKingCards.xpm
-share/XFCE/icons/Animator.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/BackUp.xpm
-share/XFCE/icons/Ballon.xpm
-share/XFCE/icons/BallotBox.xpm
-share/XFCE/icons/Binoculars.xpm
-share/XFCE/icons/Bomb.xpm
-share/XFCE/icons/Bomb2.xpm
-share/XFCE/icons/Book.xpm
-share/XFCE/icons/Box_empty.xpm
-share/XFCE/icons/Box_full.xpm
-share/XFCE/icons/BulletHole.xpm
-share/XFCE/icons/C++.xpm
-share/XFCE/icons/C.xpm
-share/XFCE/icons/CAD.xpm
-share/XFCE/icons/CAD2.xpm
-share/XFCE/icons/CDPlayer.xpm
-share/XFCE/icons/CPUChip.xpm
-share/XFCE/icons/Calculator.xpm
-share/XFCE/icons/Camera.xpm
-share/XFCE/icons/Cards.xpm
-share/XFCE/icons/Chart.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/Colormap.xpm
-share/XFCE/icons/CompactDisc.xpm
-share/XFCE/icons/Connect.xpm
-share/XFCE/icons/Copy.xpm
-share/XFCE/icons/CrashCartoon.xpm
-share/XFCE/icons/CylinderWrenchSpreadsheet.xpm
-share/XFCE/icons/Database.xpm
-share/XFCE/icons/Disks.xpm
-share/XFCE/icons/DeskGlobe.xpm
-share/XFCE/icons/Director.xpm
-share/XFCE/icons/DiskCopy.xpm
-share/XFCE/icons/DiskFloppy.xpm
-share/XFCE/icons/DiskHammer.xpm
-share/XFCE/icons/DiskHardDrive.xpm
-share/XFCE/icons/DiskOptical.xpm
-share/XFCE/icons/Disk_blue.xpm
-share/XFCE/icons/DisketteBoxEmpty.xpm
-share/XFCE/icons/DisketteBoxFull.xpm
-share/XFCE/icons/Document.xpm
-share/XFCE/icons/Drawing.xpm
-share/XFCE/icons/Drawing2.xpm
-share/XFCE/icons/Drawing3.xpm
-share/XFCE/icons/Dynamite.xpm
-share/XFCE/icons/Earth.xpm
-share/XFCE/icons/Edit.xpm
-share/XFCE/icons/Editres.xpm
-share/XFCE/icons/Equation.xpm
-share/XFCE/icons/EscherCube.xpm
-share/XFCE/icons/EscherTriangle.xpm
-share/XFCE/icons/Exit.xpm
-share/XFCE/icons/FAX.xpm
-share/XFCE/icons/FaxRecieved.xpm
-share/XFCE/icons/FileAPP.xpm
-share/XFCE/icons/FileManager.xpm
-share/XFCE/icons/Film.xpm
-share/XFCE/icons/Film2.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/FontDesigner.xpm
-share/XFCE/icons/Fonts.xpm
-share/XFCE/icons/Format.xpm
-share/XFCE/icons/ForwardBackwardPagesBook.xpm
-share/XFCE/icons/FreeBSD.xpm
-share/XFCE/icons/Ftp.xpm
-share/XFCE/icons/GIMP.xpm
-share/XFCE/icons/Game.xpm
-share/XFCE/icons/GoldenSatelliteDish.xpm
-share/XFCE/icons/Graph_bar.xpm
-share/XFCE/icons/Graph_pie.xpm
-share/XFCE/icons/Hammer.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/Key.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/Lightning.xpm
-share/XFCE/icons/Lock.xpm
-share/XFCE/icons/MaelstromInFrame.xpm
-share/XFCE/icons/Magnify.xpm
-share/XFCE/icons/MagnifyGlas.xpm
-share/XFCE/icons/Mail.xpm
-share/XFCE/icons/MailboxGoldGradientBackground.xpm
-share/XFCE/icons/Math4.xpm
-share/XFCE/icons/Meter.xpm
-share/XFCE/icons/MicroPhonePro.xpm
-share/XFCE/icons/Monalisa.xpm
-share/XFCE/icons/Mosaic.xpm
-share/XFCE/icons/Mouse.xpm
-share/XFCE/icons/Moviemaker2.xpm
-share/XFCE/icons/Music.xpm
-share/XFCE/icons/Music2.xpm
-share/XFCE/icons/Netscape.xpm
-share/XFCE/icons/Netscape3.xpm
-share/XFCE/icons/NetscapeLogo.xpm
-share/XFCE/icons/News.xpm
-share/XFCE/icons/No_drag.xpm
-share/XFCE/icons/OldBlueAddingMachine.xpm
-share/XFCE/icons/Packer.xpm
-share/XFCE/icons/Palette.xpm
-share/XFCE/icons/Pen.xpm
-share/XFCE/icons/Pencil.xpm
-share/XFCE/icons/Pencils.xpm
-share/XFCE/icons/Penguin.xpm
-share/XFCE/icons/PhonePortable.xpm
-share/XFCE/icons/PhoneTTOffhook.xpm
-share/XFCE/icons/Plug.xpm
-share/XFCE/icons/Postit.xpm
-share/XFCE/icons/PrefsDock.xpm
-share/XFCE/icons/Printer.xpm
-share/XFCE/icons/Radar.xpm
-share/XFCE/icons/RayTracedGear.xpm
-share/XFCE/icons/Raytracer.xpm
-share/XFCE/icons/Reader.xpm
-share/XFCE/icons/RecycleLogo.xpm
-share/XFCE/icons/Sound.xpm
-share/XFCE/icons/SoundEditor.xpm
-share/XFCE/icons/Stoplight.xpm
-share/XFCE/icons/TEX.xpm
-share/XFCE/icons/Tablet.xpm
-share/XFCE/icons/Tapes.xpm
-share/XFCE/icons/Telescope.xpm
-share/XFCE/icons/Temperature.xpm
-share/XFCE/icons/Terminal.xpm
-share/XFCE/icons/TextEditor.xpm
-share/XFCE/icons/XV.xpm
-share/XFCE/icons/Tic_tac_toe.xpm
-share/XFCE/icons/Tick.xpm
-share/XFCE/icons/Timer.xpm
-share/XFCE/icons/Torus.xpm
-share/XFCE/icons/TrueDie.xpm
-share/XFCE/icons/View.xpm
-share/XFCE/icons/Viewer.xpm
-share/XFCE/icons/Warning.xpm
-share/XFCE/icons/WordProcessing.xpm
-share/XFCE/icons/WordProcessing2.xpm
-share/XFCE/icons/WordProcessing3.xpm
-share/XFCE/icons/X_server.xpm
-share/XFCE/icons/Xmix.xpm
-share/XFCE/icons/Xterm.xpm
-share/XFCE/icons/Xv.xpm
-share/XFCE/palettes/Alpine
-share/XFCE/palettes/Anthracite
-share/XFCE/palettes/Bahamas
-share/XFCE/palettes/Citrouille
-share/XFCE/palettes/Dolly
-share/XFCE/palettes/Dust
-share/XFCE/palettes/Fall
-share/XFCE/palettes/Golden
-share/XFCE/palettes/Grayscale
-share/XFCE/palettes/HiContrast
-share/XFCE/palettes/Iceland
-share/XFCE/palettes/Mauve
-share/XFCE/palettes/Nature
-share/XFCE/palettes/Netsy
-share/XFCE/palettes/Plum
-share/XFCE/palettes/Prairie
-share/XFCE/palettes/Salmon
-share/XFCE/palettes/Sand
-share/XFCE/palettes/Spring
-share/XFCE/palettes/Sunny
-share/XFCE/palettes/TBlue
-share/XFCE/palettes/Teal
-share/XFCE/palettes/Tommy
-share/XFCE/palettes/Troica
-share/XFCE/palettes/Typhoon
-share/XFCE/palettes/Win
-share/XFCE/palettes/Xfce-1
-share/XFCE/palettes/Xfce-2
-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/help/help.html
-share/XFCE/help/slogan.gif
-share/XFCE/help/title_legend.gif
-share/XFCE/help/xfbd.gif
-share/XFCE/help/xfce.gif
-share/XFCE/help/xfce_action.gif
-share/XFCE/help/xfce_colorsel.gif
-share/XFCE/help/xfce_fontsel.gif
-share/XFCE/help/xfce_modify.gif
-share/XFCE/help/xfce_panel.gif
-share/XFCE/help/xfce_popup.gif
-share/XFCE/help/xfce_popup_detached.gif
-share/XFCE/help/xfce_screen.gif
-share/XFCE/help/xfce_setup1.gif
-share/XFCE/help/xfce_setup2.gif
-share/XFCE/help/xfce_setup3.gif
-share/XFCE/help/xfce_setup4.gif
-share/XFCE/help/xfce_snap.gif
-share/XFCE/help/xfmouse.gif
-share/XFCE/help/xfpager.gif
-share/XFCE/help/xfsound.gif
-share/XFCE/help/xftree.gif
-share/XFCE/help/xftree_menu.gif
-share/XFCE/help/xfwm_menu1.gif
-share/XFCE/help/xfwm_menu2.gif
-share/XFCE/help/xfwm_menu3.gif
-share/XFCE/help/xfwm_menu4.gif
-share/XFCE/help/xfwm_menu5.gif
+man/man1/xflock.1
+share/locale/ca/LC_MESSAGES/xfce.mo
+share/locale/da/LC_MESSAGES/xfce.mo
share/locale/de/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/hu/LC_MESSAGES/xfce.mo
share/locale/it/LC_MESSAGES/xfce.mo
share/locale/ja/LC_MESSAGES/xfce.mo
share/locale/pl/LC_MESSAGES/xfce.mo
share/locale/ru/LC_MESSAGES/xfce.mo
-share/locale/ca/LC_MESSAGES/xfce.mo
-@dirrm share/XFCE/backdrops
-@dirrm share/XFCE/icons
-@dirrm share/XFCE/palettes
-@dirrm share/XFCE/sounds
-@dirrm share/XFCE/help
-@dirrm share/XFCE
+share/locale/sk/LC_MESSAGES/xfce.mo
+share/locale/sv/LC_MESSAGES/xfce.mo
+share/locale/gl/LC_MESSAGES/xfce.mo
+share/locale/zh/LC_MESSAGES/xfce.mo
+share/xfce/COPYING
+share/xfce/XFce3.logo
+share/xfce/sample.Xclients
+share/xfce/sample.fvwm2rc
+share/xfce/sample.fvwmrc
+share/xfce/sample.xfwmrc
+share/xfce/system.xfwmrc
+share/xfce/sample.mwm.xinitrc
+share/xfce/sample.xfbdrc
+share/xfce/sample.xfce3rc
+share/xfce/sample.xfce3rc.ja
+share/xfce/sample.xfce3rc.ko
+share/xfce/sample.xfce3rc.zh_CN.GB2312
+share/xfce/sample.xfce3rc.zh_TW.Big5
+share/xfce/sample.xfmouserc
+share/xfce/sample.xfsoundrc
+share/xfce/sample.xinitrc
+share/xfce/sample.xsession
+share/xfce/xfdefs.py
+share/xfce/sample.xtree.reg
+share/xfce/README.xfdefs.py
+share/xfce/backdrops/A-Little-Exercise.jpg
+share/xfce/backdrops/A-Little-Exercise-3.jpg
+share/xfce/backdrops/Anneaux.xpm
+share/xfce/backdrops/Arena.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/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/GreenStucco.xpm
+share/xfce/backdrops/Greenslate.xpm
+share/xfce/backdrops/Grey.xpm
+share/xfce/backdrops/Greydrops.xpm
+share/xfce/backdrops/Greysea.xpm
+share/xfce/backdrops/Hardblue.xpm
+share/xfce/backdrops/Honey.xpm
+share/xfce/backdrops/Leaves.xpm
+share/xfce/backdrops/Marbled.xpm
+share/xfce/backdrops/Master-Plan.jpg
+share/xfce/backdrops/Maze.xpm
+share/xfce/backdrops/Notes.xpm
+share/xfce/backdrops/Pencils.xpm
+share/xfce/backdrops/Plasma.xpm
+share/xfce/backdrops/Pool.xpm
+share/xfce/backdrops/Psy.xpm
+share/xfce/backdrops/Psy2.xpm
+share/xfce/backdrops/Psy3.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/Slate.xpm
+share/xfce/backdrops/Soft.xpm
+share/xfce/backdrops/Softblue.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/Teal.xpm
+share/xfce/backdrops/The-Good-Times.jpg
+share/xfce/backdrops/Tiles.xpm
+share/xfce/backdrops/Tiles2.xpm
+share/xfce/backdrops/Tiles3.xpm
+share/xfce/backdrops/Time.xpm
+share/xfce/backdrops/Time-For-Expansion.jpg
+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/Ufo.xpm
+share/xfce/backdrops/Wall1.xpm
+share/xfce/backdrops/Wall2.xpm
+share/xfce/backdrops/Wall3.xpm
+share/xfce/backdrops/Wax.xpm
+share/xfce/backdrops/Weave-red.xpm
+share/xfce/backdrops/Weird.xpm
+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.xpm
+share/xfce/icons/3dpaint.xpm
+share/xfce/icons/ABC.xpm
+share/xfce/icons/AZ.xpm
+share/xfce/icons/AceKingCards.xpm
+share/xfce/icons/Animator.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/BackUp.xpm
+share/xfce/icons/Ballon.xpm
+share/xfce/icons/BallotBox.xpm
+share/xfce/icons/Binoculars.xpm
+share/xfce/icons/Bomb.xpm
+share/xfce/icons/Bomb2.xpm
+share/xfce/icons/Book.xpm
+share/xfce/icons/Box_empty.xpm
+share/xfce/icons/Box_full.xpm
+share/xfce/icons/BulletHole.xpm
+share/xfce/icons/C++.xpm
+share/xfce/icons/C.xpm
+share/xfce/icons/CAD.xpm
+share/xfce/icons/CAD2.xpm
+share/xfce/icons/CDPlayer.xpm
+share/xfce/icons/CPUChip.xpm
+share/xfce/icons/Calculator.xpm
+share/xfce/icons/Camera.xpm
+share/xfce/icons/Cards.xpm
+share/xfce/icons/Chart.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/Colormap.xpm
+share/xfce/icons/CompactDisc.xpm
+share/xfce/icons/Connect.xpm
+share/xfce/icons/Copy.xpm
+share/xfce/icons/CrashCartoon.xpm
+share/xfce/icons/CylinderWrenchSpreadsheet.xpm
+share/xfce/icons/Database.xpm
+share/xfce/icons/Disks.xpm
+share/xfce/icons/DeskGlobe.xpm
+share/xfce/icons/Director.xpm
+share/xfce/icons/DiskCopy.xpm
+share/xfce/icons/DiskFloppy.xpm
+share/xfce/icons/DiskHammer.xpm
+share/xfce/icons/DiskHardDrive.xpm
+share/xfce/icons/DiskOptical.xpm
+share/xfce/icons/Disk_blue.xpm
+share/xfce/icons/DisketteBoxEmpty.xpm
+share/xfce/icons/DisketteBoxFull.xpm
+share/xfce/icons/Document.xpm
+share/xfce/icons/Drawing.xpm
+share/xfce/icons/Drawing2.xpm
+share/xfce/icons/Drawing3.xpm
+share/xfce/icons/Dynamite.xpm
+share/xfce/icons/Earth.xpm
+share/xfce/icons/Edit.xpm
+share/xfce/icons/Editres.xpm
+share/xfce/icons/Equation.xpm
+share/xfce/icons/EscherCube.xpm
+share/xfce/icons/EscherTriangle.xpm
+share/xfce/icons/Exit.xpm
+share/xfce/icons/FAX.xpm
+share/xfce/icons/FaxRecieved.xpm
+share/xfce/icons/FileAPP.xpm
+share/xfce/icons/FileManager.xpm
+share/xfce/icons/Film.xpm
+share/xfce/icons/Film2.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/FontDesigner.xpm
+share/xfce/icons/Fonts.xpm
+share/xfce/icons/Format.xpm
+share/xfce/icons/ForwardBackwardPagesBook.xpm
+share/xfce/icons/FreeBSD.xpm
+share/xfce/icons/Ftp.xpm
+share/xfce/icons/GIMP.xpm
+share/xfce/icons/Gimp2.xpm
+share/xfce/icons/Game.xpm
+share/xfce/icons/Gnome-apps.xpm
+share/xfce/icons/Hammer.xpm
+share/xfce/icons/Gnome-logo.xpm
+share/xfce/icons/Gnome-panel.xpm
+share/xfce/icons/GoldenSatelliteDish.xpm
+share/xfce/icons/Graph_bar.xpm
+share/xfce/icons/Graph_pie.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/Key.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/Lightning.xpm
+share/xfce/icons/Lock.xpm
+share/xfce/icons/MaelstromInFrame.xpm
+share/xfce/icons/Magnify.xpm
+share/xfce/icons/MagnifyGlas.xpm
+share/xfce/icons/Mail.xpm
+share/xfce/icons/MailboxGoldGradientBackground.xpm
+share/xfce/icons/Math4.xpm
+share/xfce/icons/Meter.xpm
+share/xfce/icons/MicroPhonePro.xpm
+share/xfce/icons/Monalisa.xpm
+share/xfce/icons/Mosaic.xpm
+share/xfce/icons/Mouse.xpm
+share/xfce/icons/Moviemaker2.xpm
+share/xfce/icons/Music.xpm
+share/xfce/icons/Music2.xpm
+share/xfce/icons/Netscape.xpm
+share/xfce/icons/Netscape3.xpm
+share/xfce/icons/NetscapeLogo.xpm
+share/xfce/icons/News.xpm
+share/xfce/icons/No_drag.xpm
+share/xfce/icons/OldBlueAddingMachine.xpm
+share/xfce/icons/Packer.xpm
+share/xfce/icons/Palette.xpm
+share/xfce/icons/Pen.xpm
+share/xfce/icons/Pencil.xpm
+share/xfce/icons/Pencils.xpm
+share/xfce/icons/Penguin.xpm
+share/xfce/icons/PhonePortable.xpm
+share/xfce/icons/PhoneTTOffhook.xpm
+share/xfce/icons/Plug.xpm
+share/xfce/icons/Postit.xpm
+share/xfce/icons/PrefsDock.xpm
+share/xfce/icons/Printer.xpm
+share/xfce/icons/Radar.xpm
+share/xfce/icons/RayTracedGear.xpm
+share/xfce/icons/Raytracer.xpm
+share/xfce/icons/Reader.xpm
+share/xfce/icons/RecycleLogo.xpm
+share/xfce/icons/Sound.xpm
+share/xfce/icons/SoundEditor.xpm
+share/xfce/icons/Stoplight.xpm
+share/xfce/icons/TEX.xpm
+share/xfce/icons/Tablet.xpm
+share/xfce/icons/Tapes.xpm
+share/xfce/icons/XV.xpm
+share/xfce/icons/Telescope.xpm
+share/xfce/icons/Temperature.xpm
+share/xfce/icons/Terminal.xpm
+share/xfce/icons/TextEditor.xpm
+share/xfce/icons/Tic_tac_toe.xpm
+share/xfce/icons/Tick.xpm
+share/xfce/icons/Timer.xpm
+share/xfce/icons/Torus.xpm
+share/xfce/icons/TrueDie.xpm
+share/xfce/icons/View.xpm
+share/xfce/icons/Viewer.xpm
+share/xfce/icons/Warning.xpm
+share/xfce/icons/WordProcessing.xpm
+share/xfce/icons/WordProcessing2.xpm
+share/xfce/icons/WordProcessing3.xpm
+share/xfce/icons/X_server.xpm
+share/xfce/icons/Xmix.xpm
+share/xfce/icons/Xterm.xpm
+share/xfce/icons/Xv.xpm
+share/xfce/palettes/Alpine
+share/xfce/palettes/Analog
+share/xfce/palettes/Anthracite
+share/xfce/palettes/Bahamas
+share/xfce/palettes/Cheese
+share/xfce/palettes/Citrouille
+share/xfce/palettes/Clinky
+share/xfce/palettes/Craters
+share/xfce/palettes/Default
+share/xfce/palettes/Dolly
+share/xfce/palettes/Dust
+share/xfce/palettes/Fall
+share/xfce/palettes/Golden
+share/xfce/palettes/Grayscale
+share/xfce/palettes/Ground
+share/xfce/palettes/HiTech
+share/xfce/palettes/HiContrast
+share/xfce/palettes/Iceland
+share/xfce/palettes/Mauve
+share/xfce/palettes/Metal
+share/xfce/palettes/Military
+share/xfce/palettes/Nature
+share/xfce/palettes/Netsy
+share/xfce/palettes/OldWood
+share/xfce/palettes/Paper
+share/xfce/palettes/Plum
+share/xfce/palettes/Prairie
+share/xfce/palettes/Salmon
+share/xfce/palettes/Salmon2
+share/xfce/palettes/Sand
+share/xfce/palettes/Silver
+share/xfce/palettes/Spring
+share/xfce/palettes/Stellar
+share/xfce/palettes/Stripe
+share/xfce/palettes/Sunny
+share/xfce/palettes/Symbiose
+share/xfce/palettes/TBlue
+share/xfce/palettes/Teal
+share/xfce/palettes/Tommy
+share/xfce/palettes/Troica
+share/xfce/palettes/Typhoon
+share/xfce/palettes/Win
+share/xfce/palettes/Xfce-1
+share/xfce/palettes/Xfce-2
+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/help/help.html
+share/xfce/help/help.gl.html
+share/xfce/help/slogan.jpg
+share/xfce/help/title_legend.jpg
+share/xfce/help/xfbd.jpg
+share/xfce/help/xfce_action.jpg
+share/xfce/help/xfce_colorsel.jpg
+share/xfce/help/xfce_fontsel.jpg
+share/xfce/help/xfce_modify.jpg
+share/xfce/help/xfce_panel.jpg
+share/xfce/help/xfce_popup.jpg
+share/xfce/help/xfce_popup_detached.jpg
+share/xfce/help/xfce_screen.jpg
+share/xfce/help/xfce_setup1.jpg
+share/xfce/help/xfce_setup2.jpg
+share/xfce/help/xfce_setup3.jpg
+share/xfce/help/xfce_setup4.jpg
+share/xfce/help/xfce_snap.jpg
+share/xfce/help/xfmouse.jpg
+share/xfce/help/xfpager.jpg
+share/xfce/help/xfsound.jpg
+share/xfce/help/xftree.jpg
+share/xfce/help/xftree_menu.jpg
+share/xfce/help/xfwm_menu1.jpg
+share/xfce/help/xfwm_menu2.jpg
+share/xfce/help/xfwm_menu3.jpg
+share/xfce/help/xfwm_menu4.jpg
+share/xfce/help/xfwm_menu5.jpg
+share/xfce/textures/cheese.xpm
+share/xfce/textures/craters.xpm
+share/xfce/textures/hitech.xpm
+share/xfce/textures/ground.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/help
+@dirrm share/xfce/sounds
+@dirrm share/xfce/palettes
+@dirrm share/xfce/icons
+@dirrm share/xfce/backdrops
+@dirrm share/xfce