summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:24:24 +0000
commit1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch)
treebc3c1101d22e55deb5237ef53fbde0f33806170a /x11-wm
parentAdd in PCI bridge support. It's a run-time option, too, and is required for (diff)
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes: svn path=/head/; revision=84937
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/sawfish/Makefile66
-rw-r--r--x11-wm/sawfish/distinfo1
-rw-r--r--x11-wm/sawfish/files/patch-ac11
-rw-r--r--x11-wm/sawfish/files/patch-ae13
-rw-r--r--x11-wm/sawfish/files/patch-af11
-rw-r--r--x11-wm/sawfish/files/patch-ag10
-rw-r--r--x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl14
-rw-r--r--x11-wm/sawfish/files/patch-lisp::sawfish::wm.jl16
-rw-r--r--x11-wm/sawfish/files/patch-man::Makefile.in11
-rw-r--r--x11-wm/sawfish/pkg-descr3
-rw-r--r--x11-wm/sawfish/pkg-plist696
12 files changed, 0 insertions, 853 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 01671e0c987d..6c1f5babe15e 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -75,7 +75,6 @@
SUBDIR += ratpoison
SUBDIR += sapphire
SUBDIR += sapphire-themes
- SUBDIR += sawfish
SUBDIR += sawfish2
SUBDIR += scwm
SUBDIR += spager
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile
deleted file mode 100644
index 6f0325422db7..000000000000
--- a/x11-wm/sawfish/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New ports collection makefile for: sawfish
-# Date created: 13 September 1999
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sawfish
-PORTVERSION= 1.2
-PORTREVISION= 1
-CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= sawmill
-DISTNAME= ${PORTNAME}-${PORTVERSION}-gtk1
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Lisp configurable window manager
-
-LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep \
- Xft.2:${PORTSDIR}/x11-fonts/Xft
-BUILD_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
-RUN_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
-
-GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
-PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION}
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-WANT_GNOME= yes
-USE_GNOME= gnomehack gnomehier gtk12 imlib esound
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-readline
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
- -I${LOCALBASE}/include/freetype2" LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
-
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-.undef WITHOUT_GNOME
-.undef WITHOUT_ALL
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mlibcapplet}!="" && ${HAVE_GNOME:Mgdkpixbuf}!=""
-USE_GNOME+= libcapplet gdkpixbuf
-PKGNAMESUFFIX= -gnome
-CONFIGURE_ARGS+=--enable-capplet
-.else
-CONFIGURE_ARGS+=--disable-capplet \
- --disable-gnome-widgets \
- --without-gdk-pixbuf
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '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.post.mk>
diff --git a/x11-wm/sawfish/distinfo b/x11-wm/sawfish/distinfo
deleted file mode 100644
index cc132ade472d..000000000000
--- a/x11-wm/sawfish/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome/sawfish-1.2-gtk1.tar.gz) = b557f4e2cc91a6d2351ed374ebd5b5f4
diff --git a/x11-wm/sawfish/files/patch-ac b/x11-wm/sawfish/files/patch-ac
deleted file mode 100644
index 28fdb0ae1294..000000000000
--- a/x11-wm/sawfish/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/sawfish/files/patch-ae b/x11-wm/sawfish/files/patch-ae
deleted file mode 100644
index de7e1b297997..000000000000
--- a/x11-wm/sawfish/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
---- capplet/Makefile.in.orig Wed Apr 26 21:12:29 2000
-+++ capplet/Makefile.in Tue Jun 13 16:02:14 2000
-@@ -29,9 +29,9 @@
- override CFLAGS += $(GNOME_CC_CFLAGS)
- override LIBS += $(GNOME_CC_LIBS)
-
--G_CC_DIR = $(GNOMEDIR)/share/control-center
-+G_CC_DIR = $(GNOMEDIR)/share/gnome/control-center
- G_MENU_DIR = $(GNOMEDIR)/share/gnome/apps/Settings
--G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps
-+G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps
-
- all : sawfish-capplet
diff --git a/x11-wm/sawfish/files/patch-af b/x11-wm/sawfish/files/patch-af
deleted file mode 100644
index baaf30e26c3a..000000000000
--- a/x11-wm/sawfish/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/sawfish/files/patch-ag b/x11-wm/sawfish/files/patch-ag
deleted file mode 100644
index 84c9ff349bdd..000000000000
--- a/x11-wm/sawfish/files/patch-ag
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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/sawfish/files/patch-lisp::sawfish::ui::i18n.jl b/x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl
deleted file mode 100644
index c723c1fc5f66..000000000000
--- a/x11-wm/sawfish/files/patch-lisp::sawfish::ui::i18n.jl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- lisp/sawfish/ui/i18n.jl 2002/07/01 07:59:43 1.1
-+++ lisp/sawfish/ui/i18n.jl 2002/07/01 07:59:56
-@@ -59,6 +59,6 @@
- (let ((locale-dir (wm-locale-dir)))
- (when locale-dir
- (bindtextdomain "sawfish" locale-dir)
-- (when (boundp 'bindtextdomaincodeset)
-- (bindtextdomaincodeset "sawfish" "UTF-8"))
-+;; (when (boundp 'bindtextdomaincodeset)
-+;; (bindtextdomaincodeset "sawfish" "UTF-8"))
- (textdomain "sawfish"))))))
diff --git a/x11-wm/sawfish/files/patch-lisp::sawfish::wm.jl b/x11-wm/sawfish/files/patch-lisp::sawfish::wm.jl
deleted file mode 100644
index 3332943003e2..000000000000
--- a/x11-wm/sawfish/files/patch-lisp::sawfish::wm.jl
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- lisp/sawfish/wm.jl.orig Tue May 7 06:35:59 2002
-+++ lisp/sawfish/wm.jl Mon Jul 1 11:16:13 2002
-@@ -46,8 +46,8 @@
- (when (and lang (not disable-nls) (not (string= lang "C")))
- (require 'rep.i18n.gettext)
- (bindtextdomain "sawfish" sawfish-locale-directory)
-- (when (boundp 'bindtextdomaincodeset)
-- (bindtextdomaincodeset "sawfish" "UTF-8"))
-+;; (when (boundp 'bindtextdomaincodeset)
-+;; (bindtextdomaincodeset "sawfish" "UTF-8"))
- (textdomain "sawfish"))))
-
- ;; ignore file errors on stdio streams
diff --git a/x11-wm/sawfish/files/patch-man::Makefile.in b/x11-wm/sawfish/files/patch-man::Makefile.in
deleted file mode 100644
index 7837a94d98ac..000000000000
--- a/x11-wm/sawfish/files/patch-man::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- man/Makefile.in.orig Mon Apr 15 05:01:49 2002
-+++ man/Makefile.in Thu Jul 10 18:05:27 2003
-@@ -27,7 +27,7 @@
-
- SRCS = sawmill.texi news.texi faq.texi
-
--MAKEINFO = makeinfo
-+MAKEINFO = makeinfo --no-split
-
- #MAKEINFOFLAGS = --no-validate
- MAKEINFOFLAGS =
diff --git a/x11-wm/sawfish/pkg-descr b/x11-wm/sawfish/pkg-descr
deleted file mode 100644
index 0fba3f92c0f4..000000000000
--- a/x11-wm/sawfish/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Lisp configurable window manager
-
-WWW: http://sawmill.sourceforge.net/
diff --git a/x11-wm/sawfish/pkg-plist b/x11-wm/sawfish/pkg-plist
deleted file mode 100644
index 96242181ebe5..000000000000
--- a/x11-wm/sawfish/pkg-plist
+++ /dev/null
@@ -1,696 +0,0 @@
-bin/sawfish
-%%GNOME:%%bin/sawfish-capplet
-bin/sawfish-client
-%%GNOME:%%bin/sawfish-themer
-bin/sawfish-ui
-@unexec install-info --delete %D/info/sawfish.info %D/info/dir
-info/sawfish.info
-@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
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/.directory
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/.order
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/appearance-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/bindings-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/focus-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/match-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/maximize-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/misc-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/move-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/placement-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/sound-properties.desktop
-%%GNOME:%%share/gnome/apps/Settings/Sawfish/workspace-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/.directory
-%%GNOME:%%share/gnome/control-center/Sawfish/.order
-%%GNOME:%%share/gnome/control-center/Sawfish/appearance-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/bindings-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/focus-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/match-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/maximize-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/misc-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/move-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/placement-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/sound-properties.desktop
-%%GNOME:%%share/gnome/control-center/Sawfish/workspace-properties.desktop
-%%GNOME:%%share/gnome/pixmaps/sawfish-appearance.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-edgeflip.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-focus.png
-share/gnome/pixmaps/sawfish-logo.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-matched.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-minmax.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-misc.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-moveresize.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-placement.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-shortcuts.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-tooltips.png
-%%GNOME:%%share/gnome/pixmaps/sawfish-workspaces.png
-share/gnome/wm-properties/Sawfish.desktop
-share/locale/az/LC_MESSAGES/sawfish.mo
-share/locale/bg/LC_MESSAGES/sawfish.mo
-share/locale/bs/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/ext/workspace-grid.jl
-share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/workspace-grid.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/font.jl
-share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/font.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
-%%GNOME:%%share/sawfish/%%VERSION%%/themer.glade
-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/%%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%%
-%%GNOME:%%@dirrm share/gnome/control-center/Sawfish
-%%GNOME:%%@dirrm share/gnome/apps/Settings/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/rep/%%GNUHOST%%/sawfish