ports/159499: Update port: x11-wm/golem to 0.0.6

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 3 18:40:40 UTC 2011


>Number:         159499
>Category:       ports
>Synopsis:       Update port: x11-wm/golem to 0.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 18:40:39 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.0.6

Remove file:
files/patch-plugins::Makefile.plugin.in
files/patch-plugins::pier::parseparams.c
files/patch-plugins::simple_menus::parseparams.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/golem/Makefile x11-wm/golem/Makefile
--- /usr/ports/x11-wm/golem/Makefile	2008-04-20 10:22:28.000000000 +0900
+++ x11-wm/golem/Makefile	2011-07-17 22:22:11.000000000 +0900
@@ -6,31 +6,55 @@
 #
 
 PORTNAME=	golem
-PORTVERSION=	0.0.5
-PORTREVISION=	2
+PORTVERSION=	0.0.6
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small window manager with themes and plugins
 
-.if defined(WANT_SOUND)
-LIB_DEPENDS=	esd.2:${PORTSDIR}/audio/esound
-CONFIGURE_ARGS=	--enable-sound
-PLIST_SUB+=	NO_SOUND=""
-.else
-PLIST_SUB+=	NO_SOUND="@comment "
-.endif
+OPTIONS=	ESOUND "Build sound plugin (requires EsounD)" off \
+		XINERAMA "Enable Xinerama extension support" on
 
-USE_XORG=	x11 xext xpm
-GNU_CONFIGURE=	yes
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-.if defined(WANT_XINERAMA)
-CONFIGURE_ARGS+=	--enable-xinerama
-USE_XORG+=	xinerama
-.endif
+USE_BZIP2=	yes
+USE_XORG=	xpm
+WANT_GNOME=	yes
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-i18n
+MAKE_ARGS=	DEVEL=1
 
 MANCOMPRESSED=	yes
 MAN1=		golem.1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_ESOUND)
+USE_GNOME+=	esound
+CONFIGURE_ARGS+=--enable-sound
+PLIST_SUB+=	ESOUND=""
+.else
+PLIST_SUB+=	ESOUND="@comment "
+.endif
+
+.if !defined(WITHOUT_XINERAMA)
+CONFIGURE_ARGS+=--enable-xinerama
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/cl_thread.c/d' ${WRKSRC}/complib/user/Makefile
+
+# avoid using standard MAKE_ENV
+do-build:
+	@cd ${BUILD_WRKSRC}; \
+		${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
+
+do-install:
+	@cd ${INSTALL_WRKSRC}; \
+		${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
+
+.include <bsd.port.post.mk>
diff -urN /usr/ports/x11-wm/golem/distinfo x11-wm/golem/distinfo
--- /usr/ports/x11-wm/golem/distinfo	2011-03-21 02:55:53.000000000 +0900
+++ x11-wm/golem/distinfo	2011-08-04 03:09:13.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (golem-0.0.5.tar.gz) = 88d7421e4afac9a57272fc380578caff64fcbf08266d2c3e38a118446b7f1c21
-SIZE (golem-0.0.5.tar.gz) = 748348
+SHA256 (golem-0.0.6.tar.bz2) = f4993307b4f90c07ad3b5e958af02ecceb1cc16b9fb3dc24f26338100e355715
+SIZE (golem-0.0.6.tar.bz2) = 1298466
diff -urN /usr/ports/x11-wm/golem/files/patch-plugins::Makefile.plugin.in x11-wm/golem/files/patch-plugins::Makefile.plugin.in
--- /usr/ports/x11-wm/golem/files/patch-plugins::Makefile.plugin.in	2004-03-20 08:01:48.000000000 +0900
+++ x11-wm/golem/files/patch-plugins::Makefile.plugin.in	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
---- plugins/Makefile.plugin.in.orig	Fri Mar 19 15:00:46 2004
-+++ plugins/Makefile.plugin.in	Fri Mar 19 15:00:57 2004
-@@ -1,6 +1,6 @@
- # plugin makefiles include this
- CC=		@CC@
--CFLAGS=		@CFLAGS@ -I../../src/ -I../include/ @X_CFLAGS@
-+CFLAGS=		@CFLAGS@ -I../../src/ -I../include/ -fPIC @X_CFLAGS@
- CFLAGS+=	@DEFS@
- LDFLAGS=	@SHARED_FLAG@
- 
diff -urN /usr/ports/x11-wm/golem/files/patch-plugins::pier::parseparams.c x11-wm/golem/files/patch-plugins::pier::parseparams.c
--- /usr/ports/x11-wm/golem/files/patch-plugins::pier::parseparams.c	2004-08-04 19:00:02.000000000 +0900
+++ x11-wm/golem/files/patch-plugins::pier::parseparams.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
---- plugins/pier/parseparams.c.old	Wed Aug  4 05:00:10 2004
-+++ plugins/pier/parseparams.c	Wed Aug  4 05:00:25 2004
-@@ -161,6 +161,7 @@
- 			}
- 			PWARN("ignoring unknown pier item type %s", itemparam->value);
- found:
-+	continue;
- 		}
- 	}
- }
diff -urN /usr/ports/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c
--- /usr/ports/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c	2004-08-04 19:00:02.000000000 +0900
+++ x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,9 +0,0 @@
---- plugins/simple_menus/parseparams.c.orig	Wed Nov 28 01:44:35 2001
-+++ plugins/simple_menus/parseparams.c	Wed Aug  4 04:58:14 2004
-@@ -166,5 +166,6 @@
- 		}
- 		PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
- found:
-+	continue;
- 	}
- }
diff -urN /usr/ports/x11-wm/golem/pkg-plist x11-wm/golem/pkg-plist
--- /usr/ports/x11-wm/golem/pkg-plist	2001-12-22 23:35:13.000000000 +0900
+++ x11-wm/golem/pkg-plist	2011-07-17 22:02:54.000000000 +0900
@@ -3,268 +3,352 @@
 lib/golem/plugins/animations.so
 lib/golem/plugins/box_iconify.so
 lib/golem/plugins/gnome.so
-lib/golem/plugins/mwm_hints.so
+lib/golem/plugins/netwm.so
 lib/golem/plugins/pager.so
 lib/golem/plugins/pier.so
+lib/golem/plugins/session.so
 lib/golem/plugins/setroot.so
 lib/golem/plugins/simple_menus.so
-%%NO_SOUND%%lib/golem/plugins/sound.so
+%%ESOUND%%lib/golem/plugins/sound.so
 lib/golem/plugins/start_slide.so
+lib/golem/plugins/tasklist.so
 lib/golem/plugins/wmclass_defs.so
-share/golem/golemrc
-share/golem/plugins/animations/rc
-share/golem/plugins/box_iconify/rc
-share/golem/plugins/box_iconify/tile.xpm
-share/golem/plugins/gnome/rc
-share/golem/plugins/mwm_hints/rc
-share/golem/plugins/pager/rc
-share/golem/plugins/pier/daemon.xpm
-share/golem/plugins/pier/netscape.xpm
-share/golem/plugins/pier/rc
-share/golem/plugins/setroot/rc
-share/golem/plugins/simple_menus/rc
-%%NO_SOUND%%share/golem/plugins/sound/rc
-share/golem/plugins/start_slide/README
-share/golem/plugins/start_slide/rc
-share/golem/plugins/wmclass_defs/rc
-share/golem/themes/AbsoluteE/bar_focused_far.xpm
-share/golem/themes/AbsoluteE/bar_focused_mid.xpm
-share/golem/themes/AbsoluteE/bar_focused_near.xpm
-share/golem/themes/AbsoluteE/bar_normal_far.xpm
-share/golem/themes/AbsoluteE/bar_normal_mid.xpm
-share/golem/themes/AbsoluteE/bar_normal_near.xpm
-share/golem/themes/AbsoluteE/border_horiz_far.xpm
-share/golem/themes/AbsoluteE/border_horiz_far_foc.xpm
-share/golem/themes/AbsoluteE/border_horiz_mid.xpm
-share/golem/themes/AbsoluteE/border_horiz_mid_foc.xpm
-share/golem/themes/AbsoluteE/border_horiz_near.xpm
-share/golem/themes/AbsoluteE/border_horiz_near_foc.xpm
-share/golem/themes/AbsoluteE/border_vert_far.xpm
-share/golem/themes/AbsoluteE/border_vert_far_foc.xpm
-share/golem/themes/AbsoluteE/border_vert_mid.xpm
-share/golem/themes/AbsoluteE/border_vert_mid_foc.xpm
-share/golem/themes/AbsoluteE/border_vert_near.xpm
-share/golem/themes/AbsoluteE/border_vert_near_foc.xpm
-share/golem/themes/AbsoluteE/forplug/setroot/bg.jpg
-share/golem/themes/AbsoluteE/forplug/setroot/bg_2.jpg
-share/golem/themes/AbsoluteE/forplug/setroot/bg_v.jpg
-share/golem/themes/AbsoluteE/forplug/setroot/rc
-share/golem/themes/AbsoluteE/rc
-share/golem/themes/MudGolem/README
-share/golem/themes/MudGolem/forplug/pager/focpagedwin.xpm
-share/golem/themes/MudGolem/forplug/pager/nonsel.xpm
-share/golem/themes/MudGolem/forplug/pager/sel.xpm
-share/golem/themes/MudGolem/forplug/pager/pagedwin.xpm
-share/golem/themes/MudGolem/forplug/pager/rc
-share/golem/themes/MudGolem/forplug/pier/rc
-share/golem/themes/MudGolem/forplug/pier/tile.xpm
-share/golem/themes/MudGolem/forplug/setroot/Enigmas-Oven-2.jpg
-share/golem/themes/MudGolem/forplug/setroot/rc
-share/golem/themes/MudGolem/forplug/simple_menus/rc
-share/golem/themes/MudGolem/forplug/simple_menus/submenu.xpm
-share/golem/themes/MudGolem/forplug/start_slide/bg.xpm
-share/golem/themes/MudGolem/forplug/start_slide/logo.xpm
-share/golem/themes/MudGolem/forplug/start_slide/rc
-share/golem/themes/MudGolem/forplug/start_slide/trim.xpm
-share/golem/themes/MudGolem/forplug/wmclass_defs/rc
-share/golem/themes/MudGolem/images/foc/bar_bottom.xpm
-share/golem/themes/MudGolem/images/foc/bar_bottom_far.xpm
-share/golem/themes/MudGolem/images/foc/bar_bottom_near.xpm
-share/golem/themes/MudGolem/images/foc/bar_left.xpm
-share/golem/themes/MudGolem/images/foc/bar_right.xpm
-share/golem/themes/MudGolem/images/foc/bar_top.xpm
-share/golem/themes/MudGolem/images/foc/bar_top_far.xpm
-share/golem/themes/MudGolem/images/foc/bar_top_near.xpm
-share/golem/themes/MudGolem/images/foc/button.xpm
-share/golem/themes/MudGolem/images/foc/left_button.xpm
-share/golem/themes/MudGolem/images/foc/title_left.xpm
-share/golem/themes/MudGolem/images/foc/title_left_far.xpm
-share/golem/themes/MudGolem/images/foc/title_left_near.xpm
-share/golem/themes/MudGolem/images/foc/title_top.xpm
-share/golem/themes/MudGolem/images/foc/title_top_far.xpm
-share/golem/themes/MudGolem/images/foc/title_top_near.xpm
-share/golem/themes/MudGolem/images/pressed/button.xpm
-share/golem/themes/MudGolem/images/pressed/left_button.xpm
-share/golem/themes/MudGolem/images/unf/bar_bottom.xpm
-share/golem/themes/MudGolem/images/unf/bar_bottom_far.xpm
-share/golem/themes/MudGolem/images/unf/bar_bottom_near.xpm
-share/golem/themes/MudGolem/images/unf/bar_left.xpm
-share/golem/themes/MudGolem/images/unf/bar_right.xpm
-share/golem/themes/MudGolem/images/unf/bar_top.xpm
-share/golem/themes/MudGolem/images/unf/bar_top_far.xpm
-share/golem/themes/MudGolem/images/unf/bar_top_near.xpm
-share/golem/themes/MudGolem/images/unf/button.xpm
-share/golem/themes/MudGolem/images/unf/left_button.xpm
-share/golem/themes/MudGolem/images/unf/title_left.xpm
-share/golem/themes/MudGolem/images/unf/title_left_far.xpm
-share/golem/themes/MudGolem/images/unf/title_left_near.xpm
-share/golem/themes/MudGolem/images/unf/title_top.xpm
-share/golem/themes/MudGolem/images/unf/title_top_far.xpm
-share/golem/themes/MudGolem/images/unf/title_top_near.xpm
-share/golem/themes/MudGolem/rc
-share/golem/themes/MudGolem/styles/common.rc
-share/golem/themes/MudGolem/styles/default.rc
-share/golem/themes/MudGolem/styles/leftside.rc
-share/golem/themes/MudGolem/styles/small.rc
-share/golem/themes/eBlueSteel/forplug/pier/rc
-share/golem/themes/eBlueSteel/forplug/pier/tile.xpm
-share/golem/themes/eBlueSteel/forplug/setroot/All-Good-People-4.jpg
-share/golem/themes/eBlueSteel/forplug/setroot/Enigmas-Oven-2.jpg
-share/golem/themes/eBlueSteel/forplug/setroot/rc
-share/golem/themes/eBlueSteel/forplug/simple_menus/rc
-share/golem/themes/eBlueSteel/forplug/simple_menus/submenu.xpm
-share/golem/themes/eBlueSteel/forplug/start_slide/black.xpm
-share/golem/themes/eBlueSteel/forplug/start_slide/logo.xpm
-share/golem/themes/eBlueSteel/forplug/start_slide/rc
-share/golem/themes/eBlueSteel/forplug/start_slide/trim.xpm
-share/golem/themes/eBlueSteel/images/foc/border_bottom.xpm
-share/golem/themes/eBlueSteel/images/foc/border_bottom_far.xpm
-share/golem/themes/eBlueSteel/images/foc/border_bottom_near.xpm
-share/golem/themes/eBlueSteel/images/foc/border_left.xpm
-share/golem/themes/eBlueSteel/images/foc/border_left_far.xpm
-share/golem/themes/eBlueSteel/images/foc/border_right.xpm
-share/golem/themes/eBlueSteel/images/foc/border_right_far.xpm
-share/golem/themes/eBlueSteel/images/foc/border_top.xpm
-share/golem/themes/eBlueSteel/images/foc/border_top_far.xpm
-share/golem/themes/eBlueSteel/images/foc/border_top_near.xpm
-share/golem/themes/eBlueSteel/images/foc/delete.xpm
-share/golem/themes/eBlueSteel/images/foc/iconify.xpm
-share/golem/themes/eBlueSteel/images/foc/title.xpm
-share/golem/themes/eBlueSteel/images/foc/title_slant.xpm
-share/golem/themes/eBlueSteel/images/foc/top_far_empty.xpm
-share/golem/themes/eBlueSteel/images/foc/top_steel.xpm
-share/golem/themes/eBlueSteel/images/foc/trim_bottom_far.xpm
-share/golem/themes/eBlueSteel/images/foc/trim_left_near.xpm
-share/golem/themes/eBlueSteel/images/foc/trim_right_far.xpm
-share/golem/themes/eBlueSteel/images/foc/trim_top_mid.xpm
-share/golem/themes/eBlueSteel/images/foc/zoom.xpm
-share/golem/themes/eBlueSteel/images/pressed/delete.xpm
-share/golem/themes/eBlueSteel/images/pressed/iconify.xpm
-share/golem/themes/eBlueSteel/images/pressed/zoom.xpm
-share/golem/themes/eBlueSteel/images/unf/border_bottom.xpm
-share/golem/themes/eBlueSteel/images/unf/border_bottom_far.xpm
-share/golem/themes/eBlueSteel/images/unf/border_bottom_near.xpm
-share/golem/themes/eBlueSteel/images/unf/border_left.xpm
-share/golem/themes/eBlueSteel/images/unf/border_left_far.xpm
-share/golem/themes/eBlueSteel/images/unf/border_right.xpm
-share/golem/themes/eBlueSteel/images/unf/border_right_far.xpm
-share/golem/themes/eBlueSteel/images/unf/border_top.xpm
-share/golem/themes/eBlueSteel/images/unf/border_top_far.xpm
-share/golem/themes/eBlueSteel/images/unf/border_top_near.xpm
-share/golem/themes/eBlueSteel/images/unf/delete.xpm
-share/golem/themes/eBlueSteel/images/unf/iconify.xpm
-share/golem/themes/eBlueSteel/images/unf/title.xpm
-share/golem/themes/eBlueSteel/images/unf/title_slant.xpm
-share/golem/themes/eBlueSteel/images/unf/top_far_empty.xpm
-share/golem/themes/eBlueSteel/images/unf/top_steel.xpm
-share/golem/themes/eBlueSteel/images/unf/trim_bottom_far.xpm
-share/golem/themes/eBlueSteel/images/unf/trim_left_near.xpm
-share/golem/themes/eBlueSteel/images/unf/trim_right_far.xpm
-share/golem/themes/eBlueSteel/images/unf/trim_top_mid.xpm
-share/golem/themes/eBlueSteel/images/unf/zoom.xpm
-share/golem/themes/eBlueSteel/rc
-share/golem/themes/eBlueSteel/styles/common.rc
-share/golem/themes/eBlueSteel/styles/default.rc
-share/golem/themes/eBlueSteel/styles/small.rc
-share/golem/themes/eBlueSteel/styles/transient.rc
-share/golem/themes/eBlueSteel/styles/verysmall.rc
-share/golem/themes/eBlueSteel/vixar.ttf
-share/golem/themes/microGUI/bar_left_top.xpm
-share/golem/themes/microGUI/bar_left_top_unfoc.xpm
-share/golem/themes/microGUI/bar_vert.xpm
-share/golem/themes/microGUI/bottom.xpm
-share/golem/themes/microGUI/bottom_far.xpm
-share/golem/themes/microGUI/bottom_near.xpm
-share/golem/themes/microGUI/close.xpm
-share/golem/themes/microGUI/close_clicked.xpm
-share/golem/themes/microGUI/close_unfoc.xpm
-share/golem/themes/microGUI/forplug/pager/rc
-share/golem/themes/microGUI/forplug/pager/focpagedwin.xpm
-share/golem/themes/microGUI/forplug/pager/pagedwin.xpm
-share/golem/themes/microGUI/forplug/pier/rc
-share/golem/themes/microGUI/forplug/pier/tile.xpm
-share/golem/themes/microGUI/forplug/start_slide/greybg.xpm
-share/golem/themes/microGUI/forplug/start_slide/logo.xpm
-share/golem/themes/microGUI/forplug/start_slide/rc
-share/golem/themes/microGUI/forplug/start_slide/trim.xpm
-share/golem/themes/microGUI/maximize.xpm
-share/golem/themes/microGUI/maximize_clicked.xpm
-share/golem/themes/microGUI/maximize_unfoc.xpm
-share/golem/themes/microGUI/minimize.xpm
-share/golem/themes/microGUI/minimize_clicked.xpm
-share/golem/themes/microGUI/minimize_unfoc.xpm
-share/golem/themes/microGUI/rc
-share/golem/themes/microGUI/top_blue.xpm
-share/golem/themes/microGUI/top_blue_unfoc.xpm
-share/golem/themes/microGUI/top_bluetowhite.xpm
-share/golem/themes/microGUI/top_bluetowhite_unfoc.xpm
-share/golem/themes/microGUI/top_far.xpm
-share/golem/themes/microGUI/top_near.xpm
-share/golem/themes/microGUI/top_near_unfoc.xpm
-share/golem/themes/microGUI/top_white.xpm
-share/golem/themes/microGUI/transient_top.xpm
-share/golem/themes/microGUI/transient_top_far.xpm
-share/golem/themes/microGUI/transient_top_near.xpm
-share/golem/themes/twm/barchecker.xpm
-share/golem/themes/twm/bborder.xpm
-share/golem/themes/twm/bborder_unf.xpm
-share/golem/themes/twm/forplug/simple_menus/rc
-share/golem/themes/twm/iconify.xpm
-share/golem/themes/twm/lborder.xpm
-share/golem/themes/twm/lborder_unf.xpm
-share/golem/themes/twm/rborder.xpm
-share/golem/themes/twm/rborder_unf.xpm
-share/golem/themes/twm/rc
-share/golem/themes/twm/resize.xpm
-share/golem/themes/twm/topbar.xpm
+%%DATADIR%%/golemrc
+%%DATADIR%%/plugins/animations/rc
+%%DATADIR%%/plugins/box_iconify/rc
+%%DATADIR%%/plugins/box_iconify/tile.xpm
+%%DATADIR%%/plugins/gnome/rc
+%%DATADIR%%/plugins/mwm_hints/rc
+%%DATADIR%%/plugins/netwm/rc
+%%DATADIR%%/plugins/pager/rc
+%%DATADIR%%/plugins/pier/daemon.xpm
+%%DATADIR%%/plugins/pier/netscape.xpm
+%%DATADIR%%/plugins/pier/rc
+%%DATADIR%%/plugins/session/rc
+%%DATADIR%%/plugins/setroot/rc
+%%DATADIR%%/plugins/simple_menus/rc
+%%ESOUND%%%%DATADIR%%/plugins/sound/rc
+%%DATADIR%%/plugins/start_slide/README
+%%DATADIR%%/plugins/start_slide/rc
+%%DATADIR%%/plugins/tasklist/rc
+%%DATADIR%%/plugins/wmclass_defs/rc
+%%DATADIR%%/themes/AbsoluteE/bar_focused_far.xpm
+%%DATADIR%%/themes/AbsoluteE/bar_focused_mid.xpm
+%%DATADIR%%/themes/AbsoluteE/bar_focused_near.xpm
+%%DATADIR%%/themes/AbsoluteE/bar_normal_far.xpm
+%%DATADIR%%/themes/AbsoluteE/bar_normal_mid.xpm
+%%DATADIR%%/themes/AbsoluteE/bar_normal_near.xpm
+%%DATADIR%%/themes/AbsoluteE/border_horiz_far.xpm
+%%DATADIR%%/themes/AbsoluteE/border_horiz_far_foc.xpm
+%%DATADIR%%/themes/AbsoluteE/border_horiz_mid.xpm
+%%DATADIR%%/themes/AbsoluteE/border_horiz_mid_foc.xpm
+%%DATADIR%%/themes/AbsoluteE/border_horiz_near.xpm
+%%DATADIR%%/themes/AbsoluteE/border_horiz_near_foc.xpm
+%%DATADIR%%/themes/AbsoluteE/border_vert_far.xpm
+%%DATADIR%%/themes/AbsoluteE/border_vert_far_foc.xpm
+%%DATADIR%%/themes/AbsoluteE/border_vert_mid.xpm
+%%DATADIR%%/themes/AbsoluteE/border_vert_mid_foc.xpm
+%%DATADIR%%/themes/AbsoluteE/border_vert_near.xpm
+%%DATADIR%%/themes/AbsoluteE/border_vert_near_foc.xpm
+%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg.jpg
+%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg_2.jpg
+%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg_v.jpg
+%%DATADIR%%/themes/AbsoluteE/forplug/setroot/rc
+%%DATADIR%%/themes/AbsoluteE/rc
+%%DATADIR%%/themes/MudGolem/README
+%%DATADIR%%/themes/MudGolem/forplug/pager/focpagedwin.xpm
+%%DATADIR%%/themes/MudGolem/forplug/pager/nonsel.xpm
+%%DATADIR%%/themes/MudGolem/forplug/pager/pagedwin.xpm
+%%DATADIR%%/themes/MudGolem/forplug/pager/rc
+%%DATADIR%%/themes/MudGolem/forplug/pager/sel.xpm
+%%DATADIR%%/themes/MudGolem/forplug/pier/rc
+%%DATADIR%%/themes/MudGolem/forplug/pier/tile.xpm
+%%DATADIR%%/themes/MudGolem/forplug/setroot/Enigmas-Oven-2.jpg
+%%DATADIR%%/themes/MudGolem/forplug/setroot/rc
+%%DATADIR%%/themes/MudGolem/forplug/simple_menus/rc
+%%DATADIR%%/themes/MudGolem/forplug/simple_menus/submenu.xpm
+%%DATADIR%%/themes/MudGolem/forplug/start_slide/bg.xpm
+%%DATADIR%%/themes/MudGolem/forplug/start_slide/logo.xpm
+%%DATADIR%%/themes/MudGolem/forplug/start_slide/rc
+%%DATADIR%%/themes/MudGolem/forplug/start_slide/trim.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom_far.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom_near.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_left.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_right.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_top.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_top_far.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/bar_top_near.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/button.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/left_button.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/title_left.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/title_left_far.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/title_left_near.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/title_top.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/title_top_far.xpm
+%%DATADIR%%/themes/MudGolem/images/foc/title_top_near.xpm
+%%DATADIR%%/themes/MudGolem/images/pressed/button.xpm
+%%DATADIR%%/themes/MudGolem/images/pressed/left_button.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom_far.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom_near.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_left.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_right.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_top.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_top_far.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/bar_top_near.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/button.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/left_button.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/title_left.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/title_left_far.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/title_left_near.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/title_top.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/title_top_far.xpm
+%%DATADIR%%/themes/MudGolem/images/unf/title_top_near.xpm
+%%DATADIR%%/themes/MudGolem/rc
+%%DATADIR%%/themes/MudGolem/styles/common.rc
+%%DATADIR%%/themes/MudGolem/styles/default.rc
+%%DATADIR%%/themes/MudGolem/styles/leftside.rc
+%%DATADIR%%/themes/MudGolem/styles/small.rc
+%%DATADIR%%/themes/eBlueSteel/Vera.ttf
+%%DATADIR%%/themes/eBlueSteel/forplug/pier/rc
+%%DATADIR%%/themes/eBlueSteel/forplug/pier/tile.xpm
+%%DATADIR%%/themes/eBlueSteel/forplug/setroot/All-Good-People-4.jpg
+%%DATADIR%%/themes/eBlueSteel/forplug/setroot/Enigmas-Oven-2.jpg
+%%DATADIR%%/themes/eBlueSteel/forplug/setroot/rc
+%%DATADIR%%/themes/eBlueSteel/forplug/simple_menus/rc
+%%DATADIR%%/themes/eBlueSteel/forplug/simple_menus/submenu.xpm
+%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/black.xpm
+%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/logo.xpm
+%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/rc
+%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/trim.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom_near.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_left.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_left_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_right.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_right_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_top.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_top_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/border_top_near.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/delete.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/iconify.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/title.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/title_slant.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/top_far_empty.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/top_steel.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/trim_bottom_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/trim_left_near.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/trim_right_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/trim_top_mid.xpm
+%%DATADIR%%/themes/eBlueSteel/images/foc/zoom.xpm
+%%DATADIR%%/themes/eBlueSteel/images/pressed/delete.xpm
+%%DATADIR%%/themes/eBlueSteel/images/pressed/iconify.xpm
+%%DATADIR%%/themes/eBlueSteel/images/pressed/zoom.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom_near.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_left.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_left_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_right.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_right_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_top.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_top_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/border_top_near.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/delete.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/iconify.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/title.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/title_slant.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/top_far_empty.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/top_steel.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/trim_bottom_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/trim_left_near.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/trim_right_far.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/trim_top_mid.xpm
+%%DATADIR%%/themes/eBlueSteel/images/unf/zoom.xpm
+%%DATADIR%%/themes/eBlueSteel/rc
+%%DATADIR%%/themes/eBlueSteel/styles/common.rc
+%%DATADIR%%/themes/eBlueSteel/styles/default.rc
+%%DATADIR%%/themes/eBlueSteel/styles/small.rc
+%%DATADIR%%/themes/eBlueSteel/styles/transient.rc
+%%DATADIR%%/themes/eBlueSteel/styles/verysmall.rc
+%%DATADIR%%/themes/microGUI/bar_left_top.xpm
+%%DATADIR%%/themes/microGUI/bar_left_top_unfoc.xpm
+%%DATADIR%%/themes/microGUI/bar_vert.xpm
+%%DATADIR%%/themes/microGUI/bottom.xpm
+%%DATADIR%%/themes/microGUI/bottom_far.xpm
+%%DATADIR%%/themes/microGUI/bottom_near.xpm
+%%DATADIR%%/themes/microGUI/close.xpm
+%%DATADIR%%/themes/microGUI/close_clicked.xpm
+%%DATADIR%%/themes/microGUI/close_unfoc.xpm
+%%DATADIR%%/themes/microGUI/forplug/pager/focpagedwin.xpm
+%%DATADIR%%/themes/microGUI/forplug/pager/pagedwin.xpm
+%%DATADIR%%/themes/microGUI/forplug/pager/rc
+%%DATADIR%%/themes/microGUI/forplug/pier/rc
+%%DATADIR%%/themes/microGUI/forplug/pier/tile.xpm
+%%DATADIR%%/themes/microGUI/forplug/start_slide/greybg.xpm
+%%DATADIR%%/themes/microGUI/forplug/start_slide/logo.xpm
+%%DATADIR%%/themes/microGUI/forplug/start_slide/rc
+%%DATADIR%%/themes/microGUI/forplug/start_slide/trim.xpm
+%%DATADIR%%/themes/microGUI/maximize.xpm
+%%DATADIR%%/themes/microGUI/maximize_clicked.xpm
+%%DATADIR%%/themes/microGUI/maximize_unfoc.xpm
+%%DATADIR%%/themes/microGUI/minimize.xpm
+%%DATADIR%%/themes/microGUI/minimize_clicked.xpm
+%%DATADIR%%/themes/microGUI/minimize_unfoc.xpm
+%%DATADIR%%/themes/microGUI/rc
+%%DATADIR%%/themes/microGUI/top_blue.xpm
+%%DATADIR%%/themes/microGUI/top_blue_unfoc.xpm
+%%DATADIR%%/themes/microGUI/top_bluetowhite.xpm
+%%DATADIR%%/themes/microGUI/top_bluetowhite_unfoc.xpm
+%%DATADIR%%/themes/microGUI/top_far.xpm
+%%DATADIR%%/themes/microGUI/top_near.xpm
+%%DATADIR%%/themes/microGUI/top_near_unfoc.xpm
+%%DATADIR%%/themes/microGUI/top_white.xpm
+%%DATADIR%%/themes/microGUI/transient_top.xpm
+%%DATADIR%%/themes/microGUI/transient_top_far.xpm
+%%DATADIR%%/themes/microGUI/transient_top_near.xpm
+%%DATADIR%%/themes/microGUI-shading/bar_left_top.xpm
+%%DATADIR%%/themes/microGUI-shading/bar_left_top_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/bar_vert.xpm
+%%DATADIR%%/themes/microGUI-shading/bottom.xpm
+%%DATADIR%%/themes/microGUI-shading/bottom_far.xpm
+%%DATADIR%%/themes/microGUI-shading/bottom_near.xpm
+%%DATADIR%%/themes/microGUI-shading/close.xpm
+%%DATADIR%%/themes/microGUI-shading/close_clicked.xpm
+%%DATADIR%%/themes/microGUI-shading/close_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/pager/focpagedwin.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/pager/pagedwin.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/pager/rc
+%%DATADIR%%/themes/microGUI-shading/forplug/pier/rc
+%%DATADIR%%/themes/microGUI-shading/forplug/pier/tile.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_left_top.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_left_top_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_vert.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom_far.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom_near.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close_clicked.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize_clicked.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize_clicked.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/rc
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/submenu.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_blue.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_blue_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_bluetowhite.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_bluetowhite_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_far.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_near.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_near_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_white.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top_far.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top_near.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/greybg.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/logo.xpm
+%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/rc
+%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/trim.xpm
+%%DATADIR%%/themes/microGUI-shading/maximize.xpm
+%%DATADIR%%/themes/microGUI-shading/maximize_clicked.xpm
+%%DATADIR%%/themes/microGUI-shading/maximize_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/minimize.xpm
+%%DATADIR%%/themes/microGUI-shading/minimize_clicked.xpm
+%%DATADIR%%/themes/microGUI-shading/minimize_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/rc
+%%DATADIR%%/themes/microGUI-shading/top_blue.xpm
+%%DATADIR%%/themes/microGUI-shading/top_blue_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/top_bluetowhite.xpm
+%%DATADIR%%/themes/microGUI-shading/top_bluetowhite_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/top_far.xpm
+%%DATADIR%%/themes/microGUI-shading/top_near.xpm
+%%DATADIR%%/themes/microGUI-shading/top_near_unfoc.xpm
+%%DATADIR%%/themes/microGUI-shading/top_white.xpm
+%%DATADIR%%/themes/microGUI-shading/transient_top.xpm
+%%DATADIR%%/themes/microGUI-shading/transient_top_far.xpm
+%%DATADIR%%/themes/microGUI-shading/transient_top_near.xpm
+%%DATADIR%%/themes/twm/barchecker.xpm
+%%DATADIR%%/themes/twm/bborder.xpm
+%%DATADIR%%/themes/twm/bborder_unf.xpm
+%%DATADIR%%/themes/twm/forplug/simple_menus/rc
+%%DATADIR%%/themes/twm/iconify.xpm
+%%DATADIR%%/themes/twm/lborder.xpm
+%%DATADIR%%/themes/twm/lborder_unf.xpm
+%%DATADIR%%/themes/twm/rborder.xpm
+%%DATADIR%%/themes/twm/rborder_unf.xpm
+%%DATADIR%%/themes/twm/rc
+%%DATADIR%%/themes/twm/resize.xpm
+%%DATADIR%%/themes/twm/topbar.xpm
+ at dirrm %%DATADIR%%/themes/xterm
+ at dirrm %%DATADIR%%/themes/twm/forplug/simple_menus
+ at dirrm %%DATADIR%%/themes/twm/forplug
+ at dirrm %%DATADIR%%/themes/twm
+ at dirrm %%DATADIR%%/themes/small-e
+ at dirrm %%DATADIR%%/themes/microGUI/forplug/start_slide
+ at dirrm %%DATADIR%%/themes/microGUI/forplug/simple_menus
+ at dirrm %%DATADIR%%/themes/microGUI/forplug/pier
+ at dirrm %%DATADIR%%/themes/microGUI/forplug/pager
+ at dirrm %%DATADIR%%/themes/microGUI/forplug
+ at dirrm %%DATADIR%%/themes/microGUI-shading/forplug/start_slide
+ at dirrm %%DATADIR%%/themes/microGUI-shading/forplug/simple_menus
+ at dirrm %%DATADIR%%/themes/microGUI-shading/forplug/pier
+ at dirrm %%DATADIR%%/themes/microGUI-shading/forplug/pager
+ at dirrm %%DATADIR%%/themes/microGUI-shading/forplug
+ at dirrm %%DATADIR%%/themes/microGUI-shading
+ at dirrm %%DATADIR%%/themes/microGUI
+ at dirrm %%DATADIR%%/themes/glass
+ at dirrm %%DATADIR%%/themes/eBlueSteel/styles
+ at dirrm %%DATADIR%%/themes/eBlueSteel/images/unf
+ at dirrm %%DATADIR%%/themes/eBlueSteel/images/pressed
+ at dirrm %%DATADIR%%/themes/eBlueSteel/images/foc
+ at dirrm %%DATADIR%%/themes/eBlueSteel/images
+ at dirrm %%DATADIR%%/themes/eBlueSteel/forplug/start_slide
+ at dirrm %%DATADIR%%/themes/eBlueSteel/forplug/simple_menus
+ at dirrm %%DATADIR%%/themes/eBlueSteel/forplug/setroot
+ at dirrm %%DATADIR%%/themes/eBlueSteel/forplug/pier
+ at dirrm %%DATADIR%%/themes/eBlueSteel/forplug
+ at dirrm %%DATADIR%%/themes/eBlueSteel
+ at dirrm %%DATADIR%%/themes/MudGolem/styles
+ at dirrm %%DATADIR%%/themes/MudGolem/images/unf
+ at dirrm %%DATADIR%%/themes/MudGolem/images/pressed
+ at dirrm %%DATADIR%%/themes/MudGolem/images/foc
+ at dirrm %%DATADIR%%/themes/MudGolem/images
+ at dirrm %%DATADIR%%/themes/MudGolem/forplug/wmclass_defs
+ at dirrm %%DATADIR%%/themes/MudGolem/forplug/start_slide
+ at dirrm %%DATADIR%%/themes/MudGolem/forplug/simple_menus
+ at dirrm %%DATADIR%%/themes/MudGolem/forplug/setroot
+ at dirrm %%DATADIR%%/themes/MudGolem/forplug/pier
+ at dirrm %%DATADIR%%/themes/MudGolem/forplug/pager
+ at dirrm %%DATADIR%%/themes/MudGolem/forplug
+ at dirrm %%DATADIR%%/themes/MudGolem
+ at dirrm %%DATADIR%%/themes/BlueSteel
+ at dirrm %%DATADIR%%/themes/Aqua
+ at dirrm %%DATADIR%%/themes/AbsoluteE/forplug/setroot
+ at dirrm %%DATADIR%%/themes/AbsoluteE/forplug
+ at dirrm %%DATADIR%%/themes/AbsoluteE/backgrounds
+ at dirrm %%DATADIR%%/themes/AbsoluteE
+ at dirrm %%DATADIR%%/themes
+ at dirrm %%DATADIR%%/plugins/wmclass_defs
+ at dirrm %%DATADIR%%/plugins/tasklist
+ at dirrm %%DATADIR%%/plugins/start_slide
+%%ESOUND%%@dirrm %%DATADIR%%/plugins/sound
+ at dirrm %%DATADIR%%/plugins/simple_menus
+ at dirrm %%DATADIR%%/plugins/setroot
+ at dirrm %%DATADIR%%/plugins/session
+ at dirrm %%DATADIR%%/plugins/pier
+ at dirrm %%DATADIR%%/plugins/pager
+ at dirrm %%DATADIR%%/plugins/netwm
+ at dirrm %%DATADIR%%/plugins/mwm_hints
+ at dirrm %%DATADIR%%/plugins/gnome
+ at dirrm %%DATADIR%%/plugins/box_iconify
+ at dirrm %%DATADIR%%/plugins/animations
+ at dirrm %%DATADIR%%/plugins
+ at dirrm %%DATADIR%%
 @dirrm lib/golem/plugins
 @dirrm lib/golem
- at dirrm share/golem/plugins/animations
- at dirrm share/golem/plugins/box_iconify
- at dirrm share/golem/plugins/gnome
- at dirrm share/golem/plugins/mwm_hints
- at dirrm share/golem/plugins/pager
- at dirrm share/golem/plugins/pier
- at dirrm share/golem/plugins/setroot
- at dirrm share/golem/plugins/simple_menus
-%%NO_SOUND%%@dirrm share/golem/plugins/sound
- at dirrm share/golem/plugins/start_slide
- at dirrm share/golem/plugins/wmclass_defs
- at dirrm share/golem/plugins
- at dirrm share/golem/themes/AbsoluteE/forplug/setroot
- at dirrm share/golem/themes/AbsoluteE/forplug
- at dirrm share/golem/themes/AbsoluteE
- at dirrm share/golem/themes/MudGolem/forplug/pager
- at dirrm share/golem/themes/MudGolem/forplug/pier
- at dirrm share/golem/themes/MudGolem/forplug/setroot
- at dirrm share/golem/themes/MudGolem/forplug/simple_menus
- at dirrm share/golem/themes/MudGolem/forplug/start_slide
- at dirrm share/golem/themes/MudGolem/forplug/wmclass_defs
- at dirrm share/golem/themes/MudGolem/forplug
- at dirrm share/golem/themes/MudGolem/images/foc
- at dirrm share/golem/themes/MudGolem/images/pressed
- at dirrm share/golem/themes/MudGolem/images/unf
- at dirrm share/golem/themes/MudGolem/images
- at dirrm share/golem/themes/MudGolem/styles
- at dirrm share/golem/themes/MudGolem
- at dirrm share/golem/themes/eBlueSteel/forplug/pier
- at dirrm share/golem/themes/eBlueSteel/forplug/setroot
- at dirrm share/golem/themes/eBlueSteel/forplug/simple_menus
- at dirrm share/golem/themes/eBlueSteel/forplug/start_slide
- at dirrm share/golem/themes/eBlueSteel/forplug
- at dirrm share/golem/themes/eBlueSteel/images/foc
- at dirrm share/golem/themes/eBlueSteel/images/pressed
- at dirrm share/golem/themes/eBlueSteel/images/unf
- at dirrm share/golem/themes/eBlueSteel/images
- at dirrm share/golem/themes/eBlueSteel/styles
- at dirrm share/golem/themes/eBlueSteel
- at dirrm share/golem/themes/microGUI/forplug/pager
- at dirrm share/golem/themes/microGUI/forplug/pier
- at dirrm share/golem/themes/microGUI/forplug/start_slide
- at dirrm share/golem/themes/microGUI/forplug
- at dirrm share/golem/themes/microGUI
- at dirrm share/golem/themes/twm/forplug/simple_menus
- at dirrm share/golem/themes/twm/forplug
- at dirrm share/golem/themes/twm
- at dirrm share/golem/themes
- at dirrm share/golem
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list