aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2005-10-21 13:50:27 +0000
committerCy Schubert <cy@FreeBSD.org>2005-10-21 13:50:27 +0000
commit67e885f961b354feb32b829ddc58d37b6fb0b089 (patch)
tree31ee58a9fcd387a30b315b72b734386541732eb6 /x11-wm
parentd324b55c3378d9ef9d3b6208a3d3c34db34f5419 (diff)
downloadports-67e885f961b354feb32b829ddc58d37b6fb0b089.tar.gz
ports-67e885f961b354feb32b829ddc58d37b6fb0b089.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm2-devel/Makefile75
-rw-r--r--x11-wm/fvwm2-devel/files/patch-configure192
-rw-r--r--x11-wm/fvwm2-devel/pkg-plist777
3 files changed, 417 insertions, 627 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile
index 97427128c0f5..dc439b2a9587 100644
--- a/x11-wm/fvwm2-devel/Makefile
+++ b/x11-wm/fvwm2-devel/Makefile
@@ -7,25 +7,38 @@
PORTNAME= fvwm
PORTVERSION= 2.5.14
-PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
http://www.fvwm.org/generated/icon_download/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+.if !defined(WITHOUT_ICONS)
+DISTFILES+= fvwm_icons.tgz
+.endif
+
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= cy@FreeBSD.org
COMMENT= Popular virtual window manager for X
+.if defined(WITHOUT_ICONV)
+CONFIGURE_ARGS+= --disable-iconv
+.else
+LIB_DEPENDS+= biconv.2:${PORTSDIR}/converters/iconv
+CONFIGURE_ARGS+= --with-iconv-library=${LOCALBASE}/lib \
+ --with-iconv-includes=${LOCALBASE}/include
+.endif
+
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
+.if defined(WITH_STROKE)
+LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke
+.endif
+
# Other ports this port cannot coexist with
CONFLICTS?= fvwm-1.* fvwm-2.4.*
NO_LATEST_LINK= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include
USE_REINPLACE= yes
USE_GMAKE= yes
USE_XPM= yes
@@ -33,43 +46,16 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
WANT_GNOME= yes
-OPTIONS= ICONS "Install default icon set" on \
- ICONV "Enable iconv character conversion support" on \
- STROKE "Enable support for mouse gestures" off \
- RPLAY "Enable RPlay support in FvwmEvent" off \
- SESSION_MGMT "Enable Session Management support" on \
- MULTIBYTE "Enable multibyte character support" on \
- PNG "Build with PNG graphics support" on \
- BIDI "Enable Asian bi-directional text support" off \
- NLS "Enable National Language Support" on \
- GNOME "Enable GNOME desktop support" off
-
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_ICONS)
-DISTFILES+= fvwm_icons.tgz
-.endif
-
-.if defined(WITHOUT_ICONV)
-CONFIGURE_ARGS+= --disable-iconv
-.else
-LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
-CONFIGURE_ARGS+= --with-iconv-library=${LOCALBASE}/lib \
- --with-iconv-includes=${LOCALBASE}/include
-.endif
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include
.if defined(WITH_STROKE)
-LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke
CONFIGURE_ARGS+= --with-stroke --with-stroke-library=${LOCALBASE}/lib \
--with-stroke-includes=${LOCALBASE}/include
.endif
-.if defined(WITH_RPLAY)
-LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay
-CONFIGURE_ARGS+= --with-rplay --with-rplay-library=${LOCALBASE}/lib \
- --with-rplay-includes=${LOCALBASE}/include
-.endif
-
.if defined(WITHOUT_SESSION_MGMT)
CONFIGURE_ARGS+= --disable-sm
.endif
@@ -85,18 +71,20 @@ CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \
.endif
.if defined(WITHOUT_BIDI)
-CONFIGURE_ARGS+= --disable-bidi
-.else
-LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
+CONFIGURE_ARGS+= --disable-bidi
+.endif
+
+.if defined(WITHOUT_XINERAMA)
+CONFIGURE_ARGS+= --disable-xinerama
.endif
PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
.if ${HAVE_GNOME:Mimlib}!=""
USE_GNOME= imlib
+PKGNAMESUFFIX= -imlib
CONFIGURE_ARGS+= --enable-gtktest --enable-imlibtest
PLIST_SUB+= GTK=""
-MAN1+= FvwmGtk.1
.else
CONFIGURE_ARGS+= --disable-gtktest --disable-imlibtest \
--with-gtk-prefix=/no/dir --with-imlib-prefix=/no/dir
@@ -104,23 +92,13 @@ PLIST_SUB+= GTK="@comment not installed: "
WITHOUT_GNOME= true
.endif
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-CONFIGURE_ARGS+= --with-intl --with-intl-library=${LOCALBASE}/lib \
- --with-intl-includes=${LOCALBASE}/include
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment not installed: "
-.endif
-
.if defined(WITHOUT_GNOME)
CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints
.else
CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints
.endif
-MAN1+= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
+MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \
FvwmDragWell.1 FvwmEvent.1 FvwmForm.1 FvwmIconBox.1 \
FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \
@@ -132,13 +110,14 @@ MAN1+= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
FvwmPerl.1 fvwm-perllib.1 FvwmProxy.1 FvwmWindowMenu.1 \
FvwmGtkDebug.1
+
.if !defined(WITHOUT_ICONS)
PLIST_SUB+= ICONS=""
post-extract:
@${MKDIR} ${WRKDIR}/icons
@${TAR} -xzf ${DISTDIR}/fvwm_icons.tgz -C ${WRKDIR}/icons
.else
-PLIST_SUB+= ICONS="@comment not installed: "
+PLIST_SUB+= ICONS="@comment not installed"
.endif
post-patch:
diff --git a/x11-wm/fvwm2-devel/files/patch-configure b/x11-wm/fvwm2-devel/files/patch-configure
index d100b5dcc82d..a25c9230691d 100644
--- a/x11-wm/fvwm2-devel/files/patch-configure
+++ b/x11-wm/fvwm2-devel/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Fri Oct 21 16:40:26 2005
-+++ configure Fri Oct 21 16:49:31 2005
-@@ -8640,17 +8640,17 @@
+--- configure.orig Fri Feb 28 02:13:12 2003
++++ configure Sun May 4 13:44:59 2003
+@@ -5430,17 +5430,17 @@
if test x$fc_config_exec_prefix != x ; then
fc_config_args="$fc_config_args --exec-prefix=$fc_config_exec_prefix"
if test x${FC_CONFIG+set} != xset ; then
@@ -22,9 +22,9 @@
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_FC_CONFIG+set}" = set; then
-@@ -8714,13 +8714,13 @@
- no_fc=yes
- fi
+@@ -5487,13 +5487,13 @@
+ if test "$FC_CONFIG" = "no" ; then
+ no_fc=yes
else
- FC_CFLAGS=`$FC_CONFIG $fc_config_args --cflags`
- FC_LIBS=`$FC_CONFIG $fc_config_args --libs`
@@ -41,16 +41,16 @@
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
fc_min_major_version=`echo $min_fc_version | \
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
-@@ -9781,7 +9781,7 @@
+@@ -6432,7 +6432,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpng ${png_LIBS} -lz -lm $LIBS"
+LIBS="-L%%LOCALBASE%%/lib -lpng ${png_LIBS} -lz -lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -10104,7 +10104,7 @@
+ #line $LINENO "configure"
+ #include "confdefs.h"
+@@ -6704,7 +6704,7 @@
#define HAVE_PNG 1
_ACEOF
@@ -59,175 +59,3 @@
problem_png=""
else
with_png=no
-@@ -13074,150 +13074,6 @@
-
- found_gettext=yes
-
-- $UNSET ac_cv_header_intl_h
-- $UNSET ac_cv_func_gettext
-- $UNSET ac_cv_func_bindtextdomain
-- $UNSET ac_cv_func_textdomain
-- $UNSET ac_cv_func_dgettext
-- #bind_textdomain_codeset
-- if test "${ac_cv_header_libintl_h+set}" = set; then
-- echo "$as_me:$LINENO: checking for libintl.h" >&5
--echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
--if test "${ac_cv_header_libintl_h+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--fi
--echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
--echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
--else
-- # Is the header compilable?
--echo "$as_me:$LINENO: checking libintl.h usability" >&5
--echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6
--cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h. */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h. */
--$ac_includes_default
--#include <libintl.h>
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-- (eval $ac_compile) 2>conftest.er1
-- ac_status=$?
-- grep -v '^ *+' conftest.er1 >conftest.err
-- rm -f conftest.er1
-- cat conftest.err >&5
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); } &&
-- { ac_try='test -z "$ac_c_werror_flag"
-- || test ! -s conftest.err'
-- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; } &&
-- { ac_try='test -s conftest.$ac_objext'
-- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; }; then
-- ac_header_compiler=yes
--else
-- echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--ac_header_compiler=no
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
--
--# Is the header present?
--echo "$as_me:$LINENO: checking libintl.h presence" >&5
--echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6
--cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h. */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h. */
--#include <libintl.h>
--_ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-- ac_status=$?
-- grep -v '^ *+' conftest.er1 >conftest.err
-- rm -f conftest.er1
-- cat conftest.err >&5
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); } >/dev/null; then
-- if test -s conftest.err; then
-- ac_cpp_err=$ac_c_preproc_warn_flag
-- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
-- else
-- ac_cpp_err=
-- fi
--else
-- ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-- ac_header_preproc=yes
--else
-- echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
-- ac_header_preproc=no
--fi
--rm -f conftest.err conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
--echo "${ECHO_T}$ac_header_preproc" >&6
--
--# So? What about this header?
--case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-- yes:no: )
-- { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
--echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-- { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
--echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
-- ac_header_preproc=yes
-- ;;
-- no:yes:* )
-- { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
--echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
-- { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5
--echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;}
-- { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
--echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
-- { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5
--echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;}
-- { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
--echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
-- { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
--echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
-- (
-- cat <<\_ASBOX
--## ------------------------------------------ ##
--## Report this to the AC_PACKAGE_NAME lists. ##
--## ------------------------------------------ ##
--_ASBOX
-- ) |
-- sed "s/^/$as_me: WARNING: /" >&2
-- ;;
--esac
--echo "$as_me:$LINENO: checking for libintl.h" >&5
--echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6
--if test "${ac_cv_header_libintl_h+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- ac_cv_header_libintl_h=$ac_header_preproc
--fi
--echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
--echo "${ECHO_T}$ac_cv_header_libintl_h" >&6
--
--fi
--if test $ac_cv_header_libintl_h = yes; then
-
-
-
-@@ -13857,7 +13713,7 @@
- fi
-
- if test "$no_dgettext" != "yes"; then
-- CFLAGS="$CFLAGS $intl_LIBS $iconv_LIBS"
-+ CFLAGS="$CFLAGS $intl_CFLAGS $iconv_CFLAGS"
- LIBS="$LIBS $intl_LIBS $iconv_LIBS"
- echo "$as_me:$LINENO: checking if a simple gettext program link" >&5
- echo $ECHO_N "checking if a simple gettext program link... $ECHO_C" >&6
-@@ -13935,10 +13791,8 @@
- else
- with_gettext="no"
- problem_gettext=": Failed to detected GNU gettext"
-+ USE_NLS=no
- fi
--else
-- USE_NLS=no
--fi
-
- # libs and buil
-
diff --git a/x11-wm/fvwm2-devel/pkg-plist b/x11-wm/fvwm2-devel/pkg-plist
index 497845a25a00..d694e95b3c68 100644
--- a/x11-wm/fvwm2-devel/pkg-plist
+++ b/x11-wm/fvwm2-devel/pkg-plist
@@ -58,402 +58,385 @@ libexec/fvwm/%%FVWM_VERSION%%/FvwmWindowMenu
man/man1/fvwm2.1.gz
man/man1/xpmroot.1.gz
@comment End of symlink list
-%%ICONS%%%%DATADIR%%/pixmaps/Jlock.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/Jnews.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/Jrecycle.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/Jxlock.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/Monitor.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/Mosaic.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/Xfm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/arrdown2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/arrows2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/arrup2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/banner.fvwm_blue_cursive.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/banner.fvwm_bracket.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/banner.fvwm_cat_thing.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/banner.fvwm_red_3D.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/banner.fvwm_red_cursive.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/banner.fvwm_tiger.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/banner.fvwm_tiger_tail.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/bckgnd1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/bckgnd3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/bell.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/bomb.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/button-close.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/button-horiz.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/button-max.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/button-vert.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/button.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/clamp.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/date.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/datebook.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/default.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/desk.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/desktop.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/dialog_box.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/display.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/documents.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/doomface.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/editres.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/eps.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/exit.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/find1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/flow_chart.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/folder.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/folder2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/folders.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/fvwm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/fvwm2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/fvwm2_big.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/fvwm3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/gimp.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/gnu-animal.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/graphs.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/gv.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/help.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/jx.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/keyboard.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/lemacs.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mag_glass.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mail1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mail2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/map.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/math4.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/menu.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.arch.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.audiovol.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.audiovol2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.ball.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.ball2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.bball.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.blah.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.bomb.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.bomb2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.book1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.book2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.book3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.book4.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.books.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.briefcase.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.bug1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.bug2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.bx2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.calc.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.calc2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.calendar.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.camera.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.cat.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.cave.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.cd.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.cdlabel.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.chart.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.checkmark.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.chinese.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.clipboard.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.clock.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.clock2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.colors.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.connect.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.crosbone.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.cross.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.cut.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.delete.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.desktop.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.destroy.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.diff.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.directory.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.dirlink.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.diskette.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.display.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.doc.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.doc1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.dog.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.ear.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.edit.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.espada.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.excl.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.exclam.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.exit.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.exp.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.eye.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.eye2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.eyes.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.f1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.fax.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.fdisk.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.file.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.filelink.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.filemgr.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.floppy.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.folder.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.font.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.fractal.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.frame.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.ftp.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.fvwm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.gball.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.gimp.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.gnome.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.gnu.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.go.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.gopher.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.graph.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.graph2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.gv.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.hammer.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.happy.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.hdisk.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.heart.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.hex.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.hextris.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.ibm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.iconify.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.iconify1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.icons.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.kde.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.keyboard.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.keys.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.letter.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.line.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.lock.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.lower.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.lower2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.lower3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.mag.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.mail.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.mail2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.manual.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.max1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maximize-horiz.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maximize-horiz1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maximize-vert.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maximize-vert1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maximize.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maximize1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maximize2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.maze.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.modules.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.monitor.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.mouse.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.move.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.move1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.move2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.move3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.mwm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.netscape.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.news.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.nscape.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.ofolder.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.olwm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.pager.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.paint.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.paint2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.palette.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.paper.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.pdf.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.pencil.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.penguin.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.perf.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.picture.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.question.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.rainbow.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.raise.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.raise2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.raise3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.ray.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.rball.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.refresh.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.resize.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.resize2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.resize3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.resize4.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.roach.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.run.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.sh.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.sh1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.shade1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.slon.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.sound.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.start.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.stick.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.stick1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.stick2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.stickpressed.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.stop.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.telnet.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.term.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.term2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.tetris.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.trebol.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.turn.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.twm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.winXX-close.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.winXX-maximize.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.winXX-minimize.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.winXX-normalize.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.winXX-sysmenu.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.window.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.window2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.windows.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.windowshade.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.x.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.x2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xaniroc.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xarchie.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xbiff.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xboing.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xfig.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xjewel.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xkeycaps.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xlander.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xlock.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xmag.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xmahjongg.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xman.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xpaint.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xsnow.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xterm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.xv.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.zircon.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/mini.zoom.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/modules.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/nscape.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/page.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/page2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/pointer.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/programs.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/ps.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/question.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/rbomb.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/rbomb2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/rcalc.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/rcalc2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/resize.rainbow.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/rterm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/rterm2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/run.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/screen.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/settings.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/shells.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/shutdown.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/shutdown2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/side.fvwm2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/side.fvwm2_1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/side.fvwm2_2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/side.utilities.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/small.Paint2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/small.Shell2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/small.exit.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/small.lock.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/small.man.next.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/small.note.next.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/small.tools2_3d.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/term.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/textedit.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/tiff2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/toolbox.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/unknown1.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/wierd_page3.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/window.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/word_processor.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/wterm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xcalc.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xemacs.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xlock.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xman.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xpaint.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-axp.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-blank.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-bsd.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-dec.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-linux.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-sgi.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-sol.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm-sun.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xterm.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xv.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xv2.xpm
-%%ICONS%%%%DATADIR%%/pixmaps/xview.xpm
-%%DATADIR%%/ConfigFvwmBacker
-%%DATADIR%%/ConfigFvwmButtons
-%%DATADIR%%/ConfigFvwmDefaults
-%%DATADIR%%/ConfigFvwmIconBox
-%%DATADIR%%/ConfigFvwmIconMan
-%%DATADIR%%/ConfigFvwmIdent
-%%DATADIR%%/ConfigFvwmPager
-%%DATADIR%%/ConfigFvwmScroll
-%%DATADIR%%/ConfigFvwmSetup
-%%DATADIR%%/ConfigFvwmTaskBar
-%%DATADIR%%/ConfigFvwmWinList
-%%DATADIR%%/FvwmForm-Capture
-%%DATADIR%%/FvwmForm-Form
-%%DATADIR%%/FvwmForm-QuitVerify
-%%DATADIR%%/FvwmForm-Rlogin
-%%DATADIR%%/FvwmForm-RootCursor
-%%DATADIR%%/FvwmForm-Setup
-%%DATADIR%%/FvwmForm-Talk
-%%DATADIR%%/FvwmForm-TalkHelp
-%%DATADIR%%/ConfigFvwmProxyDefaults
-%%DATADIR%%/FvwmScript-BaseConfig
-%%DATADIR%%/FvwmScript-BellSetup
-%%DATADIR%%/FvwmScript-Buttons
-%%DATADIR%%/FvwmScript-Colorset
-%%DATADIR%%/FvwmScript-ComExample
-%%DATADIR%%/FvwmScript-Date
-%%DATADIR%%/FvwmScript-FileBrowser
-%%DATADIR%%/FvwmScript-Find
-%%DATADIR%%/FvwmScript-KeyboardSetup
-%%DATADIR%%/FvwmScript-PointerSetup
-%%DATADIR%%/FvwmScript-Quit
-%%DATADIR%%/FvwmScript-ScreenDump
-%%DATADIR%%/FvwmScript-ScreenSetup
-%%DATADIR%%/FvwmScript-Setup95
-%%DATADIR%%/FvwmScript-WidgetDemo
-%%DATADIR%%/fvwm-script-ComExample.pl
-%%DATADIR%%/fvwm-script-setup95.pl
-%%DATADIR%%/system.fvwm2rc-sample-95
-%%DATADIR%%/perllib/FVWM/Commands.pm
-%%DATADIR%%/perllib/FVWM/Constants.pm
-%%DATADIR%%/perllib/FVWM/Event.pm
-%%DATADIR%%/perllib/FVWM/EventNames.pm
-%%DATADIR%%/perllib/FVWM/Module/Gtk.pm
-%%DATADIR%%/perllib/FVWM/Module/Gtk2.pm
-%%DATADIR%%/perllib/FVWM/Module/Tk.pm
-%%DATADIR%%/perllib/FVWM/Module/Toolkit.pm
-%%DATADIR%%/perllib/FVWM/Module/Terminal.pm
-%%DATADIR%%/perllib/FVWM/Module.pm
-%%DATADIR%%/perllib/FVWM/Tracker.pm
-%%DATADIR%%/perllib/FVWM/Tracker/Colorsets.pm
-%%DATADIR%%/perllib/FVWM/Tracker/GlobalConfig.pm
-%%DATADIR%%/perllib/FVWM/Tracker/ModuleConfig.pm
-%%DATADIR%%/perllib/FVWM/Tracker/PageInfo.pm
-%%DATADIR%%/perllib/FVWM/Tracker/Scheduler.pm
-%%DATADIR%%/perllib/FVWM/Tracker/WindowList.pm
-%%DATADIR%%/perllib/General/FileSystem.pm
-%%DATADIR%%/perllib/General/Parse.pm
-%%NLS%%share/locale/ar/LC_MESSAGES/fvwm.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/FvwmTaskBar.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/FvwmScript.mo
-%%NLS%%share/locale/de/LC_MESSAGES/fvwm.mo
-%%NLS%%share/locale/de/LC_MESSAGES/FvwmTaskBar.mo
-%%NLS%%share/locale/de/LC_MESSAGES/FvwmScript.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/fvwm.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/FvwmTaskBar.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/FvwmScript.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/fvwm.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/FvwmTaskBar.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/FvwmScript.mo
-%%NLS%%share/locale/sv_SE/LC_MESSAGES/fvwm.mo
-%%NLS%%share/locale/sv_SE/LC_MESSAGES/FvwmTaskBar.mo
-%%NLS%%share/locale/sv_SE/LC_MESSAGES/FvwmScript.mo
-@unexec rmdir %D/share/locale/sv_SE/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/sv_SE 2>/dev/null || true
-@dirrm %%DATADIR%%/perllib/General
-@dirrm %%DATADIR%%/perllib/FVWM/Tracker
-@dirrm %%DATADIR%%/perllib/FVWM/Module
-@dirrm %%DATADIR%%/perllib/FVWM
-@dirrm %%DATADIR%%/perllib
-%%ICONS%%@dirrm %%DATADIR%%/pixmaps
-@dirrm %%DATADIR%%
+%%ICONS%%share/fvwm/pixmaps/Jlock.xpm
+%%ICONS%%share/fvwm/pixmaps/Jnews.xpm
+%%ICONS%%share/fvwm/pixmaps/Jrecycle.xpm
+%%ICONS%%share/fvwm/pixmaps/Jxlock.xpm
+%%ICONS%%share/fvwm/pixmaps/Monitor.xpm
+%%ICONS%%share/fvwm/pixmaps/Mosaic.xpm
+%%ICONS%%share/fvwm/pixmaps/Xfm.xpm
+%%ICONS%%share/fvwm/pixmaps/arrdown2.xpm
+%%ICONS%%share/fvwm/pixmaps/arrows2.xpm
+%%ICONS%%share/fvwm/pixmaps/arrup2.xpm
+%%ICONS%%share/fvwm/pixmaps/banner.fvwm_blue_cursive.xpm
+%%ICONS%%share/fvwm/pixmaps/banner.fvwm_bracket.xpm
+%%ICONS%%share/fvwm/pixmaps/banner.fvwm_cat_thing.xpm
+%%ICONS%%share/fvwm/pixmaps/banner.fvwm_red_3D.xpm
+%%ICONS%%share/fvwm/pixmaps/banner.fvwm_red_cursive.xpm
+%%ICONS%%share/fvwm/pixmaps/banner.fvwm_tiger.xpm
+%%ICONS%%share/fvwm/pixmaps/banner.fvwm_tiger_tail.xpm
+%%ICONS%%share/fvwm/pixmaps/bckgnd1.xpm
+%%ICONS%%share/fvwm/pixmaps/bckgnd3.xpm
+%%ICONS%%share/fvwm/pixmaps/bell.xpm
+%%ICONS%%share/fvwm/pixmaps/bomb.xpm
+%%ICONS%%share/fvwm/pixmaps/button-close.xpm
+%%ICONS%%share/fvwm/pixmaps/button-horiz.xpm
+%%ICONS%%share/fvwm/pixmaps/button-max.xpm
+%%ICONS%%share/fvwm/pixmaps/button-vert.xpm
+%%ICONS%%share/fvwm/pixmaps/button.xpm
+%%ICONS%%share/fvwm/pixmaps/clamp.xpm
+%%ICONS%%share/fvwm/pixmaps/date.xpm
+%%ICONS%%share/fvwm/pixmaps/datebook.xpm
+%%ICONS%%share/fvwm/pixmaps/default.xpm
+%%ICONS%%share/fvwm/pixmaps/desk.xpm
+%%ICONS%%share/fvwm/pixmaps/desktop.xpm
+%%ICONS%%share/fvwm/pixmaps/dialog_box.xpm
+%%ICONS%%share/fvwm/pixmaps/display.xpm
+%%ICONS%%share/fvwm/pixmaps/documents.xpm
+%%ICONS%%share/fvwm/pixmaps/doomface.xpm
+%%ICONS%%share/fvwm/pixmaps/editres.xpm
+%%ICONS%%share/fvwm/pixmaps/eps.xpm
+%%ICONS%%share/fvwm/pixmaps/exit.xpm
+%%ICONS%%share/fvwm/pixmaps/find1.xpm
+%%ICONS%%share/fvwm/pixmaps/flow_chart.xpm
+%%ICONS%%share/fvwm/pixmaps/folder.xpm
+%%ICONS%%share/fvwm/pixmaps/folder2.xpm
+%%ICONS%%share/fvwm/pixmaps/folders.xpm
+%%ICONS%%share/fvwm/pixmaps/fvwm.xpm
+%%ICONS%%share/fvwm/pixmaps/fvwm2.xpm
+%%ICONS%%share/fvwm/pixmaps/fvwm2_big.xpm
+%%ICONS%%share/fvwm/pixmaps/fvwm3.xpm
+%%ICONS%%share/fvwm/pixmaps/gimp.xpm
+%%ICONS%%share/fvwm/pixmaps/gnu-animal.xpm
+%%ICONS%%share/fvwm/pixmaps/graphs.xpm
+%%ICONS%%share/fvwm/pixmaps/gv.xpm
+%%ICONS%%share/fvwm/pixmaps/help.xpm
+%%ICONS%%share/fvwm/pixmaps/jx.xpm
+%%ICONS%%share/fvwm/pixmaps/keyboard.xpm
+%%ICONS%%share/fvwm/pixmaps/lemacs.xpm
+%%ICONS%%share/fvwm/pixmaps/mag_glass.xpm
+%%ICONS%%share/fvwm/pixmaps/mail1.xpm
+%%ICONS%%share/fvwm/pixmaps/mail2.xpm
+%%ICONS%%share/fvwm/pixmaps/map.xpm
+%%ICONS%%share/fvwm/pixmaps/math4.xpm
+%%ICONS%%share/fvwm/pixmaps/menu.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.arch.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.audiovol.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.audiovol2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.ball.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.ball2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.bball.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.blah.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.bomb.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.bomb2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.book1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.book2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.book3.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.book4.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.books.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.briefcase.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.bug1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.bug2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.bx2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.calc.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.calc2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.calendar.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.camera.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.cat.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.cave.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.cd.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.cdlabel.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.chart.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.checkmark.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.chinese.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.clipboard.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.clock.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.clock2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.colors.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.connect.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.crosbone.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.cross.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.cut.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.delete.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.desktop.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.destroy.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.diff.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.directory.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.dirlink.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.diskette.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.display.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.doc.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.doc1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.dog.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.ear.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.edit.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.espada.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.excl.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.exclam.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.exit.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.exp.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.eye.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.eye2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.eyes.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.f1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.fax.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.fdisk.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.file.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.filelink.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.filemgr.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.floppy.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.folder.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.font.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.fractal.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.frame.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.ftp.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.fvwm.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.gball.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.gimp.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.gnome.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.gnu.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.go.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.gopher.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.graph.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.graph2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.gv.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.hammer.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.happy.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.hdisk.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.heart.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.hex.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.hextris.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.ibm.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.iconify.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.iconify1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.icons.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.kde.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.keyboard.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.keys.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.letter.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.line.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.lock.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.lower.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.lower2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.lower3.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.mag.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.mail.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.mail2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.manual.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.max1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maximize-horiz.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maximize-horiz1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maximize-vert.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maximize-vert1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maximize.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maximize1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maximize2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.maze.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.modules.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.monitor.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.mouse.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.move.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.move1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.move2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.move3.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.mwm.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.netscape.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.news.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.nscape.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.ofolder.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.olwm.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.pager.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.paint.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.paint2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.palette.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.paper.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.pdf.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.pencil.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.penguin.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.perf.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.picture.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.question.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.rainbow.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.raise.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.raise2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.raise3.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.ray.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.rball.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.refresh.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.resize.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.resize2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.resize3.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.resize4.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.roach.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.run.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.sh.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.sh1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.shade1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.slon.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.sound.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.start.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.stick.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.stick1.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.stick2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.stickpressed.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.stop.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.telnet.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.term.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.term2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.tetris.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.trebol.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.turn.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.twm.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.winXX-close.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.winXX-maximize.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.winXX-minimize.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.winXX-normalize.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.winXX-sysmenu.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.window.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.window2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.windows.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.windowshade.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.x.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.x2.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xaniroc.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xarchie.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xbiff.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xboing.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xfig.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xjewel.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xkeycaps.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xlander.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xlock.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xmag.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xmahjongg.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xman.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xpaint.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xsnow.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xterm.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.xv.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.zircon.xpm
+%%ICONS%%share/fvwm/pixmaps/mini.zoom.xpm
+%%ICONS%%share/fvwm/pixmaps/modules.xpm
+%%ICONS%%share/fvwm/pixmaps/nscape.xpm
+%%ICONS%%share/fvwm/pixmaps/page.xpm
+%%ICONS%%share/fvwm/pixmaps/page2.xpm
+%%ICONS%%share/fvwm/pixmaps/pointer.xpm
+%%ICONS%%share/fvwm/pixmaps/programs.xpm
+%%ICONS%%share/fvwm/pixmaps/ps.xpm
+%%ICONS%%share/fvwm/pixmaps/question.xpm
+%%ICONS%%share/fvwm/pixmaps/rbomb.xpm
+%%ICONS%%share/fvwm/pixmaps/rbomb2.xpm
+%%ICONS%%share/fvwm/pixmaps/rcalc.xpm
+%%ICONS%%share/fvwm/pixmaps/rcalc2.xpm
+%%ICONS%%share/fvwm/pixmaps/resize.rainbow.xpm
+%%ICONS%%share/fvwm/pixmaps/rterm.xpm
+%%ICONS%%share/fvwm/pixmaps/rterm2.xpm
+%%ICONS%%share/fvwm/pixmaps/run.xpm
+%%ICONS%%share/fvwm/pixmaps/screen.xpm
+%%ICONS%%share/fvwm/pixmaps/settings.xpm
+%%ICONS%%share/fvwm/pixmaps/shells.xpm
+%%ICONS%%share/fvwm/pixmaps/shutdown.xpm
+%%ICONS%%share/fvwm/pixmaps/shutdown2.xpm
+%%ICONS%%share/fvwm/pixmaps/side.fvwm2.xpm
+%%ICONS%%share/fvwm/pixmaps/side.fvwm2_1.xpm
+%%ICONS%%share/fvwm/pixmaps/side.fvwm2_2.xpm
+%%ICONS%%share/fvwm/pixmaps/side.utilities.xpm
+%%ICONS%%share/fvwm/pixmaps/small.Paint2.xpm
+%%ICONS%%share/fvwm/pixmaps/small.Shell2.xpm
+%%ICONS%%share/fvwm/pixmaps/small.exit.xpm
+%%ICONS%%share/fvwm/pixmaps/small.lock.xpm
+%%ICONS%%share/fvwm/pixmaps/small.man.next.xpm
+%%ICONS%%share/fvwm/pixmaps/small.note.next.xpm
+%%ICONS%%share/fvwm/pixmaps/small.tools2_3d.xpm
+%%ICONS%%share/fvwm/pixmaps/term.xpm
+%%ICONS%%share/fvwm/pixmaps/textedit.xpm
+%%ICONS%%share/fvwm/pixmaps/tiff2.xpm
+%%ICONS%%share/fvwm/pixmaps/toolbox.xpm
+%%ICONS%%share/fvwm/pixmaps/unknown1.xpm
+%%ICONS%%share/fvwm/pixmaps/wierd_page3.xpm
+%%ICONS%%share/fvwm/pixmaps/window.xpm
+%%ICONS%%share/fvwm/pixmaps/word_processor.xpm
+%%ICONS%%share/fvwm/pixmaps/wterm.xpm
+%%ICONS%%share/fvwm/pixmaps/xcalc.xpm
+%%ICONS%%share/fvwm/pixmaps/xemacs.xpm
+%%ICONS%%share/fvwm/pixmaps/xlock.xpm
+%%ICONS%%share/fvwm/pixmaps/xman.xpm
+%%ICONS%%share/fvwm/pixmaps/xpaint.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-axp.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-blank.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-bsd.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-dec.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-linux.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-sgi.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-sol.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm-sun.xpm
+%%ICONS%%share/fvwm/pixmaps/xterm.xpm
+%%ICONS%%share/fvwm/pixmaps/xv.xpm
+%%ICONS%%share/fvwm/pixmaps/xv2.xpm
+%%ICONS%%share/fvwm/pixmaps/xview.xpm
+share/fvwm/ConfigFvwmBacker
+share/fvwm/ConfigFvwmButtons
+share/fvwm/ConfigFvwmDefaults
+share/fvwm/ConfigFvwmIconBox
+share/fvwm/ConfigFvwmIconMan
+share/fvwm/ConfigFvwmIdent
+share/fvwm/ConfigFvwmPager
+share/fvwm/ConfigFvwmScroll
+share/fvwm/ConfigFvwmSetup
+share/fvwm/ConfigFvwmTaskBar
+share/fvwm/ConfigFvwmWinList
+share/fvwm/FvwmForm-Capture
+share/fvwm/FvwmForm-Form
+share/fvwm/FvwmForm-QuitVerify
+share/fvwm/FvwmForm-Rlogin
+share/fvwm/FvwmForm-RootCursor
+share/fvwm/FvwmForm-Setup
+share/fvwm/FvwmForm-Talk
+share/fvwm/FvwmForm-TalkHelp
+share/fvwm/ConfigFvwmProxyDefaults
+share/fvwm/FvwmScript-BaseConfig
+share/fvwm/FvwmScript-BellSetup
+share/fvwm/FvwmScript-Buttons
+share/fvwm/FvwmScript-Colorset
+share/fvwm/FvwmScript-ComExample
+share/fvwm/FvwmScript-Date
+share/fvwm/FvwmScript-FileBrowser
+share/fvwm/FvwmScript-Find
+share/fvwm/FvwmScript-KeyboardSetup
+share/fvwm/FvwmScript-PointerSetup
+share/fvwm/FvwmScript-Quit
+share/fvwm/FvwmScript-ScreenDump
+share/fvwm/FvwmScript-ScreenSetup
+share/fvwm/FvwmScript-Setup95
+share/fvwm/FvwmScript-WidgetDemo
+share/fvwm/fvwm-script-ComExample.pl
+share/fvwm/fvwm-script-setup95.pl
+share/fvwm/system.fvwm2rc-sample-95
+share/fvwm/perllib/FVWM/Commands.pm
+share/fvwm/perllib/FVWM/Constants.pm
+share/fvwm/perllib/FVWM/Event.pm
+share/fvwm/perllib/FVWM/EventNames.pm
+share/fvwm/perllib/FVWM/Module/Gtk.pm
+share/fvwm/perllib/FVWM/Module/Gtk2.pm
+share/fvwm/perllib/FVWM/Module/Tk.pm
+share/fvwm/perllib/FVWM/Module/Toolkit.pm
+share/fvwm/perllib/FVWM/Module/Terminal.pm
+share/fvwm/perllib/FVWM/Module.pm
+share/fvwm/perllib/FVWM/Tracker.pm
+share/fvwm/perllib/FVWM/Tracker/Colorsets.pm
+share/fvwm/perllib/FVWM/Tracker/GlobalConfig.pm
+share/fvwm/perllib/FVWM/Tracker/ModuleConfig.pm
+share/fvwm/perllib/FVWM/Tracker/PageInfo.pm
+share/fvwm/perllib/FVWM/Tracker/Scheduler.pm
+share/fvwm/perllib/FVWM/Tracker/WindowList.pm
+share/fvwm/perllib/General/FileSystem.pm
+share/fvwm/perllib/General/Parse.pm
+@dirrm share/fvwm/perllib/General
+@dirrm share/fvwm/perllib/FVWM/Tracker
+@dirrm share/fvwm/perllib/FVWM/Module
+@dirrm share/fvwm/perllib/FVWM
+@dirrm share/fvwm/perllib
+%%ICONS%%@dirrm share/fvwm/pixmaps
+@dirrm share/fvwm
@dirrm libexec/fvwm/%%FVWM_VERSION%%
@dirrm libexec/fvwm