summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-wm/sawfish2/Makefile54
-rw-r--r--x11-wm/sawfish2/distinfo1
-rw-r--r--x11-wm/sawfish2/files/patch-ac11
-rw-r--r--x11-wm/sawfish2/files/patch-ae16
-rw-r--r--x11-wm/sawfish2/files/patch-af11
-rw-r--r--x11-wm/sawfish2/files/patch-ag10
-rw-r--r--x11-wm/sawfish2/files/patch-configure23
-rw-r--r--x11-wm/sawfish2/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl13
-rw-r--r--x11-wm/sawfish2/pkg-comment1
-rw-r--r--x11-wm/sawfish2/pkg-descr3
-rw-r--r--x11-wm/sawfish2/pkg-plist680
11 files changed, 823 insertions, 0 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile
new file mode 100644
index 000000000..46ba114f0
--- /dev/null
+++ b/x11-wm/sawfish2/Makefile
@@ -0,0 +1,54 @@
+# New ports collection makefile for: sawfish
+# Date created: 13 September 1999
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-wm/sawfish2/Makefile,v 1.64 2002/09/20 17:07:45 marcus Exp $
+#
+
+PORTNAME= sawfish2
+PORTVERSION= 2.0
+PORTREVISION= 1
+PORTEPOCH= 1
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/sawfish/2.0
+DISTNAME= sawfish-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep
+BUILD_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2
+RUN_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gui/gtk-2/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk2
+
+GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
+PLIST_SUB= GNUHOST=${GNUHOST} VERSION=2.0
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
+CONFIGURE_ARGS= --with-readline \
+ --localstatedir=${PREFIX}/share \
+ --datadir=${PREFIX}/share \
+ --enable-capplet \
+ --disable-themer
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
+ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
+ s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
+
+post-install:
+ install-info --section="X11 window manager" \
+ --entry="* sawfish: (sawfish). sawfish programming manual" \
+ ${PREFIX}/info/sawfish.info ${PREFIX}/info/dir
+
+.include <bsd.port.mk>
diff --git a/x11-wm/sawfish2/distinfo b/x11-wm/sawfish2/distinfo
new file mode 100644
index 000000000..6f4dabfb1
--- /dev/null
+++ b/x11-wm/sawfish2/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/sawfish-2.0.tar.bz2) = 47f57179c50737992500dca7f2cab4b4
diff --git a/x11-wm/sawfish2/files/patch-ac b/x11-wm/sawfish2/files/patch-ac
new file mode 100644
index 000000000..28fdb0ae1
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-ac
@@ -0,0 +1,11 @@
+--- configure.in.orig Mon Dec 4 21:03:30 2000
++++ configure.in Tue Dec 5 14:57:18 2000
+@@ -56,7 +56,7 @@
+
+ sawfishdir='${datadir}/sawfish'
+ lispdir='${sawfishdir}/${version}/lisp'
+-localedir='${datadir}/locale'
++localedir='${prefix}/share/locale'
+ sawfishexecdir='${libexecdir}/sawfish/${version}/${host_type}'
+
+ dnl Checks for programs.
diff --git a/x11-wm/sawfish2/files/patch-ae b/x11-wm/sawfish2/files/patch-ae
new file mode 100644
index 000000000..991abde12
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-ae
@@ -0,0 +1,16 @@
+
+$FreeBSD: ports/x11-wm/sawfish2/files/patch-ae,v 1.2 2002/05/14 22:26:39 sobomax Exp $
+
+--- capplet/Makefile.in.orig Mon Apr 29 21:43:11 2002
++++ capplet/Makefile.in Mon Apr 29 21:44:12 2002
+@@ -26,8 +26,8 @@
+ srcdir=@srcdir@
+ VPATH=@srcdir@:@top_srcdir@
+
+-G_CC_DIR = $(GNOMEDIR)/share/control-center-2.0/capplets
+-G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps
++G_CC_DIR = $(GNOMEDIR)/share/gnome/control-center-2.0/capplets
++G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps
+
+ all :
+
diff --git a/x11-wm/sawfish2/files/patch-af b/x11-wm/sawfish2/files/patch-af
new file mode 100644
index 000000000..baaf30e26
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-af
@@ -0,0 +1,11 @@
+--- scripts/Makefile.in 2000/09/21 13:09:15 1.1
++++ scripts/Makefile.in 2000/09/21 13:09:33
+@@ -34,7 +34,7 @@
+ SUBSTS := -e "s|__lispdir__|$(lispdir)|" \
+ -e "s|__version__|$(version)|"
+
+-G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps
++G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps
+
+ %.jlc : %.jl
+ $(REP_ENVIRON) rep compiler -f compile-batch $<
diff --git a/x11-wm/sawfish2/files/patch-ag b/x11-wm/sawfish2/files/patch-ag
new file mode 100644
index 000000000..84c9ff349
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-ag
@@ -0,0 +1,10 @@
+--- build-info 2000/09/21 13:51:47 1.1
++++ build-info 2000/09/21 13:51:58
+@@ -13,7 +13,6 @@
+ || HOSTNAME=unknown
+
+ [ -n "$LOCALDOMAIN" ] \
+- || LOCALDOMAIN=`dnsdomainname` \
+ || LOCALDOMAIN=`domainname` \
+ || LOCALDOMAIN=unknown
+
diff --git a/x11-wm/sawfish2/files/patch-configure b/x11-wm/sawfish2/files/patch-configure
new file mode 100644
index 000000000..00a80b721
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-configure
@@ -0,0 +1,23 @@
+
+$FreeBSD: ports/x11-wm/sawfish2/files/patch-configure,v 1.1 2002/05/14 22:26:39 sobomax Exp $
+
+--- configure 2002/04/29 19:09:14 1.1
++++ configure 2002/04/29 19:08:47
+@@ -4607,7 +4607,7 @@
+ if test "$enable_themer" = yes; then
+ echo "$as_me:4608: checking for rep-gtk libglade wrapper" >&5
+ echo $ECHO_N "checking for rep-gtk libglade wrapper... $ECHO_C" >&6
+- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l libglade 2>&5; then
++ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gtk -l gui/gtk-2/libglade 2>&5; then
+ echo "$as_me:4611: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+ add_subdir "themer"
+@@ -4630,7 +4630,7 @@
+ if test "$enable_gnome_widgets" != "no"; then
+ echo "$as_me:4631: checking for rep-gtk GNOME wrappers" >&5
+ echo $ECHO_N "checking for rep-gtk GNOME wrappers... $ECHO_C" >&6
+- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gnomeui -l gdk-pixbuf -l gnome-canvas-pixbuf 2>&5; then
++ if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui/gtk-2/gnome-ui -l gui/gtk-2/gnome-canvas 2>&5; then
+ echo "$as_me:4634: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+ REP_GTK_GNOME=yes
diff --git a/x11-wm/sawfish2/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl b/x11-wm/sawfish2/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl
new file mode 100644
index 000000000..6da45a260
--- /dev/null
+++ b/x11-wm/sawfish2/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/x11-wm/sawfish2/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl,v 1.1 2002/05/14 22:26:39 sobomax Exp $
+
+--- lisp/sawfish/ui/widgets/workspace-geometry.jl 2002/04/29 19:16:50 1.1
++++ lisp/sawfish/ui/widgets/workspace-geometry.jl 2002/04/29 19:17:07
+@@ -28,7 +28,6 @@
+ (open rep
+ gui.gtk-2.gtk
+ gui.gtk-2.gnome-canvas
+- gui.gtk-2.gdk-pixbuf
+ rep.io.files
+ sawfish.gtk.widget
+ sawfish.ui.layout)
diff --git a/x11-wm/sawfish2/pkg-comment b/x11-wm/sawfish2/pkg-comment
new file mode 100644
index 000000000..7b3f278de
--- /dev/null
+++ b/x11-wm/sawfish2/pkg-comment
@@ -0,0 +1 @@
+Lisp configurable window manager
diff --git a/x11-wm/sawfish2/pkg-descr b/x11-wm/sawfish2/pkg-descr
new file mode 100644
index 000000000..0fba3f92c
--- /dev/null
+++ b/x11-wm/sawfish2/pkg-descr
@@ -0,0 +1,3 @@
+Lisp configurable window manager
+
+WWW: http://sawmill.sourceforge.net/
diff --git a/x11-wm/sawfish2/pkg-plist b/x11-wm/sawfish2/pkg-plist
new file mode 100644
index 000000000..15ade8487
--- /dev/null
+++ b/x11-wm/sawfish2/pkg-plist
@@ -0,0 +1,680 @@
+bin/sawfish
+bin/sawfish-client
+bin/sawfish-ui
+@unexec install-info --delete %D/info/sawfish.info %D/info/dir
+info/sawfish.info
+info/sawfish.info-1
+info/sawfish.info-2
+info/sawfish.info-3
+info/sawfish.info-4
+info/sawfish.info-5
+@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). sawfish programming manual" %D/info/sawfish.info %D/info/dir
+libexec/rep/%%GNUHOST%%/sawfish/client.la
+libexec/rep/%%GNUHOST%%/sawfish/client.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gradient.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gradient.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gtk-style
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish-about
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish-menu
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/flippers.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/flippers.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/gradient.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/gradient.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/play-sample.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/play-sample.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/selection.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/selection.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/x.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/x.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/selection.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/selection.so
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/x.la
+libexec/sawfish/%%VERSION%%/%%GNUHOST%%/x.so
+share/gnome/control-center-2.0/capplets/appearance-properties.desktop
+share/gnome/control-center-2.0/capplets/bindings-properties.desktop
+share/gnome/control-center-2.0/capplets/focus-properties.desktop
+share/gnome/control-center-2.0/capplets/match-properties.desktop
+share/gnome/control-center-2.0/capplets/maximize-properties.desktop
+share/gnome/control-center-2.0/capplets/misc-properties.desktop
+share/gnome/control-center-2.0/capplets/move-properties.desktop
+share/gnome/control-center-2.0/capplets/placement-properties.desktop
+share/gnome/control-center-2.0/capplets/sound-properties.desktop
+share/gnome/control-center-2.0/capplets/workspace-properties.desktop
+share/gnome/pixmaps/sawfish-appearance.png
+share/gnome/pixmaps/sawfish-edgeflip.png
+share/gnome/pixmaps/sawfish-focus.png
+share/gnome/pixmaps/sawfish-logo.png
+share/gnome/pixmaps/sawfish-matched.png
+share/gnome/pixmaps/sawfish-minmax.png
+share/gnome/pixmaps/sawfish-misc.png
+share/gnome/pixmaps/sawfish-moveresize.png
+share/gnome/pixmaps/sawfish-placement.png
+share/gnome/pixmaps/sawfish-shortcuts.png
+share/gnome/pixmaps/sawfish-tooltips.png
+share/gnome/pixmaps/sawfish-workspaces.png
+share/locale/az/LC_MESSAGES/sawfish.mo
+share/locale/bg/LC_MESSAGES/sawfish.mo
+share/locale/ca/LC_MESSAGES/sawfish.mo
+share/locale/cs/LC_MESSAGES/sawfish.mo
+share/locale/da/LC_MESSAGES/sawfish.mo
+share/locale/de/LC_MESSAGES/sawfish.mo
+share/locale/el/LC_MESSAGES/sawfish.mo
+share/locale/en_GB/LC_MESSAGES/sawfish.mo
+share/locale/es/LC_MESSAGES/sawfish.mo
+share/locale/et/LC_MESSAGES/sawfish.mo
+share/locale/eu/LC_MESSAGES/sawfish.mo
+share/locale/fi/LC_MESSAGES/sawfish.mo
+share/locale/fr/LC_MESSAGES/sawfish.mo
+share/locale/ga/LC_MESSAGES/sawfish.mo
+share/locale/gl/LC_MESSAGES/sawfish.mo
+share/locale/hu/LC_MESSAGES/sawfish.mo
+share/locale/it/LC_MESSAGES/sawfish.mo
+share/locale/ja/LC_MESSAGES/sawfish.mo
+share/locale/ko/LC_MESSAGES/sawfish.mo
+share/locale/lv/LC_MESSAGES/sawfish.mo
+share/locale/ms/LC_MESSAGES/sawfish.mo
+share/locale/nl/LC_MESSAGES/sawfish.mo
+share/locale/nn/LC_MESSAGES/sawfish.mo
+share/locale/no/LC_MESSAGES/sawfish.mo
+share/locale/pl/LC_MESSAGES/sawfish.mo
+share/locale/pt/LC_MESSAGES/sawfish.mo
+share/locale/pt_BR/LC_MESSAGES/sawfish.mo
+share/locale/ro/LC_MESSAGES/sawfish.mo
+share/locale/ru/LC_MESSAGES/sawfish.mo
+share/locale/sk/LC_MESSAGES/sawfish.mo
+share/locale/sl/LC_MESSAGES/sawfish.mo
+share/locale/sv/LC_MESSAGES/sawfish.mo
+share/locale/tr/LC_MESSAGES/sawfish.mo
+share/locale/uk/LC_MESSAGES/sawfish.mo
+share/locale/vi/LC_MESSAGES/sawfish.mo
+share/locale/wa/LC_MESSAGES/sawfish.mo
+share/locale/zh_CN/LC_MESSAGES/sawfish.mo
+share/locale/zh_TW/LC_MESSAGES/sawfish.mo
+share/sawfish/%%VERSION%%/lisp/anim-outline.jl
+share/sawfish/%%VERSION%%/lisp/anim-outline.jlc
+share/sawfish/%%VERSION%%/lisp/audio-events.jl
+share/sawfish/%%VERSION%%/lisp/audio-events.jlc
+share/sawfish/%%VERSION%%/lisp/auto-raise.jl
+share/sawfish/%%VERSION%%/lisp/auto-raise.jlc
+share/sawfish/%%VERSION%%/lisp/beos-window-menu.jl
+share/sawfish/%%VERSION%%/lisp/beos-window-menu.jlc
+share/sawfish/%%VERSION%%/lisp/custom.jl
+share/sawfish/%%VERSION%%/lisp/custom.jlc
+share/sawfish/%%VERSION%%/lisp/customize.jl
+share/sawfish/%%VERSION%%/lisp/customize.jlc
+share/sawfish/%%VERSION%%/lisp/cycle.jl
+share/sawfish/%%VERSION%%/lisp/cycle.jlc
+share/sawfish/%%VERSION%%/lisp/decode-events.jl
+share/sawfish/%%VERSION%%/lisp/decode-events.jlc
+share/sawfish/%%VERSION%%/lisp/describe.jl
+share/sawfish/%%VERSION%%/lisp/describe.jlc
+share/sawfish/%%VERSION%%/lisp/edge-flip.jl
+share/sawfish/%%VERSION%%/lisp/edge-flip.jlc
+share/sawfish/%%VERSION%%/lisp/edges.jl
+share/sawfish/%%VERSION%%/lisp/edges.jlc
+share/sawfish/%%VERSION%%/lisp/error-handler.jl
+share/sawfish/%%VERSION%%/lisp/error-handler.jlc
+share/sawfish/%%VERSION%%/lisp/gnome-commands.jl
+share/sawfish/%%VERSION%%/lisp/gnome-commands.jlc
+share/sawfish/%%VERSION%%/lisp/gnome-int.jl
+share/sawfish/%%VERSION%%/lisp/gnome-int.jlc
+share/sawfish/%%VERSION%%/lisp/gnome-match.jl
+share/sawfish/%%VERSION%%/lisp/gnome-match.jlc
+share/sawfish/%%VERSION%%/lisp/gnome-menu.jl
+share/sawfish/%%VERSION%%/lisp/gnome-menu.jlc
+share/sawfish/%%VERSION%%/lisp/gnome.jl
+share/sawfish/%%VERSION%%/lisp/gnome.jlc
+share/sawfish/%%VERSION%%/lisp/group-funs.jl
+share/sawfish/%%VERSION%%/lisp/group-funs.jlc
+share/sawfish/%%VERSION%%/lisp/groups.jl
+share/sawfish/%%VERSION%%/lisp/groups.jlc
+share/sawfish/%%VERSION%%/lisp/grow-pack.jl
+share/sawfish/%%VERSION%%/lisp/grow-pack.jlc
+share/sawfish/%%VERSION%%/lisp/gtkrc.jl
+share/sawfish/%%VERSION%%/lisp/gtkrc.jlc
+share/sawfish/%%VERSION%%/lisp/keymap.jl
+share/sawfish/%%VERSION%%/lisp/keymap.jlc
+share/sawfish/%%VERSION%%/lisp/make-theme.jl
+share/sawfish/%%VERSION%%/lisp/make-theme.jlc
+share/sawfish/%%VERSION%%/lisp/match-window.jl
+share/sawfish/%%VERSION%%/lisp/match-window.jlc
+share/sawfish/%%VERSION%%/lisp/maximize.jl
+share/sawfish/%%VERSION%%/lisp/maximize.jlc
+share/sawfish/%%VERSION%%/lisp/menus.jl
+share/sawfish/%%VERSION%%/lisp/menus.jlc
+share/sawfish/%%VERSION%%/lisp/move-resize.jl
+share/sawfish/%%VERSION%%/lisp/move-resize.jlc
+share/sawfish/%%VERSION%%/lisp/old-window-menu.jl
+share/sawfish/%%VERSION%%/lisp/old-window-menu.jlc
+share/sawfish/%%VERSION%%/lisp/prompt.jl
+share/sawfish/%%VERSION%%/lisp/prompt.jlc
+share/sawfish/%%VERSION%%/lisp/rects.jl
+share/sawfish/%%VERSION%%/lisp/rects.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/color-preview.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/color-preview.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/stock.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/stock.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-dialog.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-dialog.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-test.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-test.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/alist.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/alist.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/color.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/color.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/file.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/file.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/font.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/font.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/list.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/list.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/pair.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/pair.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/program.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/program.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/scheme-boolean.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/scheme-boolean.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/apply.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/apply.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/config.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/config.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/group.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/group.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/i18n.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/i18n.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/layout.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/layout.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/layouts/keymaps.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/layouts/keymaps.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/main.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/main.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/shell.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/shell.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/slot.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/slot.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/command.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/command.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/event.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/event.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/frame-style.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/frame-style.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/icon.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/icon.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/keymap.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/keymap.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/match-window.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/match-window.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/modifier-list.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/modifier-list.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/workspace-geometry.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/workspace-geometry.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/wm.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/ui/wm.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/animation/outline.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/animation/outline.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/autoload.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/cycle.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/cycle.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/describe.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/describe.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/gnome.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/gnome.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/groups.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/groups.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/grow-pack.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/grow-pack.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/help.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/help.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-cursor.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-cursor.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-resize.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-resize.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/raise-commands.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/raise-commands.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/x-cycle.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/x-cycle.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/xterm.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/xterm.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/cursors.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/cursors.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom-defaults.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom-defaults.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/customize.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/customize.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/defaults.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/defaults.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/3d-hack.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/3d-hack.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/audio-events.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/audio-events.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/auto-raise.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/auto-raise.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/beos-window-menu.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/beos-window-menu.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/edge-flip.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/edge-flip.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/error-handler.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/error-handler.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/hide-dialogs.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/hide-dialogs.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/match-window.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/match-window.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/old-window-menu.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/old-window-menu.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/shade-hover.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/shade-hover.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/tooltips.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/tooltips.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/window-history.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/window-history.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/focus.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/focus.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/frames.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/frames.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gaol.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gaol.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/integration.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/integration.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/match-window.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/match-window.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/menus.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/menus.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/keymaps.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/keymaps.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/menus.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/menus.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/init.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/init.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/load.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/load.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/save.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/save.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/stacking.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/stacking.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/configure.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/configure.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/gnome.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/gnome.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/iconify.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/iconify.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/ignored.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/ignored.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/maximize.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/maximize.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/mwm.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/mwm.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/open-look.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/open-look.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/shading.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/shading.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/transient.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/transient.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/wm-spec.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/wm-spec.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/swapper.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/swapper.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme-preview.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme-preview.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/user.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/user.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/compat.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/compat.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/decode-events.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/decode-events.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-window.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-window.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-wininfo.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-wininfo.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/edges.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/edges.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/groups.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/groups.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/gtkrc.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/gtkrc.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap-diff.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap-diff.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/nokogiri.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/nokogiri.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/ping.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/ping.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/play-audio.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/play-audio.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-extras.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-extras.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-wm.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-wm.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/recolor-image.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/recolor-image.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/rects.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/rects.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/stacking.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/stacking.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-order.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-order.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-outline.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-outline.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/with-output.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/with-output.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/workarea.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/workarea.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/viewport.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/viewport.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/window-anim.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/window-anim.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/windows.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/windows.jlc
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/workspace.jl
+share/sawfish/%%VERSION%%/lisp/sawfish/wm/workspace.jlc
+share/sawfish/%%VERSION%%/lisp/sawmill-defaults.jl
+share/sawfish/%%VERSION%%/lisp/sawmill-defaults.jlc
+share/sawfish/%%VERSION%%/lisp/shade-hover.jl
+share/sawfish/%%VERSION%%/lisp/shade-hover.jlc
+share/sawfish/%%VERSION%%/lisp/shading.jl
+share/sawfish/%%VERSION%%/lisp/shading.jlc
+share/sawfish/%%VERSION%%/lisp/tooltips.jl
+share/sawfish/%%VERSION%%/lisp/tooltips.jlc
+share/sawfish/%%VERSION%%/lisp/viewport-linear.jl
+share/sawfish/%%VERSION%%/lisp/viewport-linear.jlc
+share/sawfish/%%VERSION%%/lisp/window-history.jl
+share/sawfish/%%VERSION%%/lisp/window-history.jlc
+share/sawfish/%%VERSION%%/lisp/window-order.jl
+share/sawfish/%%VERSION%%/lisp/window-order.jlc
+share/sawfish/%%VERSION%%/lisp/window-outline.jl
+share/sawfish/%%VERSION%%/lisp/window-outline.jlc
+share/sawfish/%%VERSION%%/lisp/with-output.jl
+share/sawfish/%%VERSION%%/lisp/with-output.jlc
+share/sawfish/%%VERSION%%/lisp/x-cycle.jl
+share/sawfish/%%VERSION%%/lisp/x-cycle.jlc
+share/sawfish/%%VERSION%%/monitor.png
+share/sawfish/%%VERSION%%/sounds/activate.wav
+share/sawfish/%%VERSION%%/sounds/clicked.wav
+share/sawfish/%%VERSION%%/sounds/gameover.wav
+share/sawfish/%%VERSION%%/sounds/slide.wav
+share/sawfish/%%VERSION%%/sounds/toggled.wav
+share/sawfish/%%VERSION%%/themes/Crux/README
+share/sawfish/%%VERSION%%/themes/Crux/README.gl
+share/sawfish/%%VERSION%%/themes/Crux/active:bottom-left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:bottom-left-corner.png
+share/sawfish/%%VERSION%%/themes/Crux/active:bottom-right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:bottom-right-corner.png
+share/sawfish/%%VERSION%%/themes/Crux/active:button-hilight.png
+share/sawfish/%%VERSION%%/themes/Crux/active:button-pressed.png
+share/sawfish/%%VERSION%%/themes/Crux/active:button.png
+share/sawfish/%%VERSION%%/themes/Crux/active:close-button.png
+share/sawfish/%%VERSION%%/themes/Crux/active:left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:left-top-border-shaped.png
+share/sawfish/%%VERSION%%/themes/Crux/active:left-top-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:maximize-button.png
+share/sawfish/%%VERSION%%/themes/Crux/active:menu-button-hilight.png
+share/sawfish/%%VERSION%%/themes/Crux/active:menu-button-pressed.png
+share/sawfish/%%VERSION%%/themes/Crux/active:menu-button.png
+share/sawfish/%%VERSION%%/themes/Crux/active:minimize-button.png
+share/sawfish/%%VERSION%%/themes/Crux/active:right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:right-top-border-shaped.png
+share/sawfish/%%VERSION%%/themes/Crux/active:right-top-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:shade-button.png
+share/sawfish/%%VERSION%%/themes/Crux/active:top-center-left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:top-center-left.png
+share/sawfish/%%VERSION%%/themes/Crux/active:top-center-mid.png
+share/sawfish/%%VERSION%%/themes/Crux/active:top-center-right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:top-center-right.png
+share/sawfish/%%VERSION%%/themes/Crux/active:top-left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/active:top-right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-left-corner.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-right-corner.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:button-hilight.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:button-pressed.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:button.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:close-button.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:left-top-border-shaped.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:left-top-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:maximize-button.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:menu-button-hilight.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:menu-button-pressed.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:menu-button.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:minimize-button.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:right-top-border-shaped.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:right-top-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:shade-button.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-left.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-mid.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-right.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:top-left-border.png
+share/sawfish/%%VERSION%%/themes/Crux/inactive:top-right-border.png
+share/sawfish/%%VERSION%%/themes/Crux/theme.jl
+share/sawfish/%%VERSION%%/themes/absolute-e/README
+share/sawfish/%%VERSION%%/themes/absolute-e/README.gl
+share/sawfish/%%VERSION%%/themes/absolute-e/README.it
+share/sawfish/%%VERSION%%/themes/absolute-e/README.ja
+share/sawfish/%%VERSION%%/themes/absolute-e/README.pl
+share/sawfish/%%VERSION%%/themes/absolute-e/bar_clicked_active.png
+share/sawfish/%%VERSION%%/themes/absolute-e/bar_hilited_active.png
+share/sawfish/%%VERSION%%/themes/absolute-e/bar_normal.png
+share/sawfish/%%VERSION%%/themes/absolute-e/bar_normal_active.png
+share/sawfish/%%VERSION%%/themes/absolute-e/theme.jl
+share/sawfish/%%VERSION%%/themes/brushed-metal/README
+share/sawfish/%%VERSION%%/themes/brushed-metal/README.gl
+share/sawfish/%%VERSION%%/themes/brushed-metal/README.it
+share/sawfish/%%VERSION%%/themes/brushed-metal/README.ja
+share/sawfish/%%VERSION%%/themes/brushed-metal/README.pl
+share/sawfish/%%VERSION%%/themes/brushed-metal/b1-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b1.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b2-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b2.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b3-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b3.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b5-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b5.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b6-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b6.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b7-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/b7.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t1-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t1-b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t1.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t1b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t2-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t2.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t2s-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t2s.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t3-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t3-b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t3.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t3b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t4-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t4-b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t4.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t4b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t5-.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t5-b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t5.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/t5b.png
+share/sawfish/%%VERSION%%/themes/brushed-metal/theme.jl
+share/sawfish/%%VERSION%%/themes/gradient/README
+share/sawfish/%%VERSION%%/themes/gradient/README.gl
+share/sawfish/%%VERSION%%/themes/gradient/README.it
+share/sawfish/%%VERSION%%/themes/gradient/README.ja
+share/sawfish/%%VERSION%%/themes/gradient/README.pl
+share/sawfish/%%VERSION%%/themes/gradient/as_close-b.png
+share/sawfish/%%VERSION%%/themes/gradient/as_close.png
+share/sawfish/%%VERSION%%/themes/gradient/as_min-b.png
+share/sawfish/%%VERSION%%/themes/gradient/as_min.png
+share/sawfish/%%VERSION%%/themes/gradient/theme.jl
+share/sawfish/%%VERSION%%/themes/gtk/README
+share/sawfish/%%VERSION%%/themes/gtk/README.gl
+share/sawfish/%%VERSION%%/themes/gtk/README.it
+share/sawfish/%%VERSION%%/themes/gtk/README.ja
+share/sawfish/%%VERSION%%/themes/gtk/README.pl
+share/sawfish/%%VERSION%%/themes/gtk/as_close-b.png
+share/sawfish/%%VERSION%%/themes/gtk/as_close.png
+share/sawfish/%%VERSION%%/themes/gtk/as_min-b.png
+share/sawfish/%%VERSION%%/themes/gtk/as_min.png
+share/sawfish/%%VERSION%%/themes/gtk/theme.jl
+share/sawfish/%%VERSION%%/themes/microGUI/README
+share/sawfish/%%VERSION%%/themes/microGUI/README.gl
+share/sawfish/%%VERSION%%/themes/microGUI/README.it
+share/sawfish/%%VERSION%%/themes/microGUI/README.ja
+share/sawfish/%%VERSION%%/themes/microGUI/README.pl
+share/sawfish/%%VERSION%%/themes/microGUI/TODO
+share/sawfish/%%VERSION%%/themes/microGUI/bl.png
+share/sawfish/%%VERSION%%/themes/microGUI/bottom.png
+share/sawfish/%%VERSION%%/themes/microGUI/br.png
+share/sawfish/%%VERSION%%/themes/microGUI/close_active.png
+share/sawfish/%%VERSION%%/themes/microGUI/close_clicked.png
+share/sawfish/%%VERSION%%/themes/microGUI/close_normal.png
+share/sawfish/%%VERSION%%/themes/microGUI/left.png
+share/sawfish/%%VERSION%%/themes/microGUI/maximize_active.png
+share/sawfish/%%VERSION%%/themes/microGUI/maximize_clicked.png
+share/sawfish/%%VERSION%%/themes/microGUI/maximize_normal.png
+share/sawfish/%%VERSION%%/themes/microGUI/menu_active.png
+share/sawfish/%%VERSION%%/themes/microGUI/menu_clicked.png
+share/sawfish/%%VERSION%%/themes/microGUI/menu_normal.png
+share/sawfish/%%VERSION%%/themes/microGUI/minimize_active.png
+share/sawfish/%%VERSION%%/themes/microGUI/minimize_clicked.png
+share/sawfish/%%VERSION%%/themes/microGUI/minimize_normal.png
+share/sawfish/%%VERSION%%/themes/microGUI/right.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_bottom.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_bottom_left.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_bottom_right.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_close_active.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_close_clicked.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_close_normal.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_left.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_right.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_top.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_top_left.png
+share/sawfish/%%VERSION%%/themes/microGUI/t_top_right.png
+share/sawfish/%%VERSION%%/themes/microGUI/theme.jl
+share/sawfish/%%VERSION%%/themes/microGUI/top_blue.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_blue_inactive.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_curves.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_curves_inactive.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_grey.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_left.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_left_inactive.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_left_inactive_s.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_left_s.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_right.png
+share/sawfish/%%VERSION%%/themes/microGUI/top_right_s.png
+share/sawfish/%%VERSION%%/themes/mono/README
+share/sawfish/%%VERSION%%/themes/mono/README.gl
+share/sawfish/%%VERSION%%/themes/mono/README.it
+share/sawfish/%%VERSION%%/themes/mono/README.ja
+share/sawfish/%%VERSION%%/themes/mono/README.pl
+share/sawfish/%%VERSION%%/themes/mono/close-c.png
+share/sawfish/%%VERSION%%/themes/mono/close.png
+share/sawfish/%%VERSION%%/themes/mono/max-c.png
+share/sawfish/%%VERSION%%/themes/mono/max.png
+share/sawfish/%%VERSION%%/themes/mono/menu-c.png
+share/sawfish/%%VERSION%%/themes/mono/menu.png
+share/sawfish/%%VERSION%%/themes/mono/min-c.png
+share/sawfish/%%VERSION%%/themes/mono/min.png
+share/sawfish/%%VERSION%%/themes/mono/restore-c.png
+share/sawfish/%%VERSION%%/themes/mono/restore.png
+share/sawfish/%%VERSION%%/themes/mono/theme.jl
+share/sawfish/%%VERSION%%/themes/simple/README
+share/sawfish/%%VERSION%%/themes/simple/README.gl
+share/sawfish/%%VERSION%%/themes/simple/README.it
+share/sawfish/%%VERSION%%/themes/simple/README.ja
+share/sawfish/%%VERSION%%/themes/simple/README.pl
+share/sawfish/%%VERSION%%/themes/simple/as_close-b.png
+share/sawfish/%%VERSION%%/themes/simple/as_close.png
+share/sawfish/%%VERSION%%/themes/simple/as_min-b.png
+share/sawfish/%%VERSION%%/themes/simple/as_min.png
+share/sawfish/%%VERSION%%/themes/simple/theme.jl
+share/sawfish/%%VERSION%%/themes/smaker/README
+share/sawfish/%%VERSION%%/themes/smaker/README.gl
+share/sawfish/%%VERSION%%/themes/smaker/README.it
+share/sawfish/%%VERSION%%/themes/smaker/README.ja
+share/sawfish/%%VERSION%%/themes/smaker/README.pl
+share/sawfish/%%VERSION%%/themes/smaker/bar_clicked_active.png
+share/sawfish/%%VERSION%%/themes/smaker/bar_hilited_active.png
+share/sawfish/%%VERSION%%/themes/smaker/bar_normal.png
+share/sawfish/%%VERSION%%/themes/smaker/bar_normal_active.png
+share/sawfish/%%VERSION%%/themes/smaker/close.png
+share/sawfish/%%VERSION%%/themes/smaker/close_inv.png
+share/sawfish/%%VERSION%%/themes/smaker/min.png
+share/sawfish/%%VERSION%%/themes/smaker/min_inv.png
+share/sawfish/%%VERSION%%/themes/smaker/theme.jl
+@dirrm share/sawfish/themes
+@dirrm share/sawfish/sounds
+@dirrm share/sawfish/%%VERSION%%/themes/smaker
+@dirrm share/sawfish/%%VERSION%%/themes/simple
+@dirrm share/sawfish/%%VERSION%%/themes/mono
+@dirrm share/sawfish/%%VERSION%%/themes/microGUI
+@dirrm share/sawfish/%%VERSION%%/themes/gtk
+@dirrm share/sawfish/%%VERSION%%/themes/gradient
+@dirrm share/sawfish/%%VERSION%%/themes/brushed-metal
+@dirrm share/sawfish/%%VERSION%%/themes/absolute-e
+@dirrm share/sawfish/%%VERSION%%/themes/Crux
+@dirrm share/sawfish/%%VERSION%%/themes
+@dirrm share/sawfish/%%VERSION%%/sounds
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/util
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/state
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/session
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/animation
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/ui/layouts
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/ui
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/gtk
+@dirrm share/sawfish/%%VERSION%%/lisp/sawfish
+@dirrm share/sawfish/%%VERSION%%/lisp
+@dirrm share/sawfish/%%VERSION%%
+@dirrm share/sawfish
+@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util
+@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm
+@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish
+@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%
+@dirrm libexec/sawfish/%%VERSION%%
+@dirrm libexec/sawfish
+@dirrm libexec/rep/%%GNUHOST%%/sawfish