diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 14:23:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 14:23:01 +0800 |
commit | 71714a6e6f894ab0923f3a422194d6749dc6ea56 (patch) | |
tree | 6424d581ead4721e9c8b33736e4e20aa4ad3bbfb /x11-wm/sawfish | |
parent | 84a953570c0ef142ebd08e414e796ebebad092be (diff) | |
download | freebsd-ports-gnome-71714a6e6f894ab0923f3a422194d6749dc6ea56.tar.gz freebsd-ports-gnome-71714a6e6f894ab0923f3a422194d6749dc6ea56.tar.zst freebsd-ports-gnome-71714a6e6f894ab0923f3a422194d6749dc6ea56.zip |
x11-wm/sawfish2 -> x11-wm/sawfish
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/Makefile | 49 | ||||
-rw-r--r-- | x11-wm/sawfish/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-ae | 13 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-af | 11 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-ag | 10 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-configure | 20 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-functions.c | 14 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl | 13 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::wm-spec.jl | 11 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-sawmill.h | 11 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-scripts_sawfish-menu.jl | 12 | ||||
-rw-r--r-- | x11-wm/sawfish/files/patch-src_fonts.c | 11 | ||||
-rw-r--r-- | x11-wm/sawfish/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/sawfish/pkg-plist | 682 |
14 files changed, 863 insertions, 0 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile new file mode 100644 index 000000000000..d0ed1c41e51e --- /dev/null +++ b/x11-wm/sawfish/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: sawfish +# Date created: 13 September 1999 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sawfish +PORTVERSION= 1.3 +PORTREVISION= 12 +PORTEPOCH= 2 +CATEGORIES= x11-wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sawmill +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Lisp configurable window manager + +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=${PORTVERSION} + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomehier gnomehack esound +WANT_GNOME= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-readline \ + --localstatedir=${PREFIX}/share \ + --datadir=${PREFIX}/share \ + --enable-capplet \ + --disable-themer \ + --with-esd +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} + +INFO= sawfish + +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 + +.include <bsd.port.mk> diff --git a/x11-wm/sawfish/distinfo b/x11-wm/sawfish/distinfo new file mode 100644 index 000000000000..558034bc95fe --- /dev/null +++ b/x11-wm/sawfish/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/sawfish-1.3.tar.gz) = 9e5ce5e76c60acecdb1889c1f173295a +SHA256 (gnome2/sawfish-1.3.tar.gz) = c53cd96d03c584cf3570cb92fc03c8b2af4e68fa86f19259535d4a7b178faa87 +SIZE (gnome2/sawfish-1.3.tar.gz) = 1582279 diff --git a/x11-wm/sawfish/files/patch-ae b/x11-wm/sawfish/files/patch-ae new file mode 100644 index 000000000000..9ad8909b2ac8 --- /dev/null +++ b/x11-wm/sawfish/files/patch-ae @@ -0,0 +1,13 @@ +--- capplet/Makefile.in.orig Sun Jan 12 21:30:41 2003 ++++ capplet/Makefile.in Wed Feb 8 04:25:14 2006 +@@ -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/applications ++G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps + + all : + diff --git a/x11-wm/sawfish/files/patch-af b/x11-wm/sawfish/files/patch-af new file mode 100644 index 000000000000..baaf30e26c3a --- /dev/null +++ b/x11-wm/sawfish/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/sawfish/files/patch-ag b/x11-wm/sawfish/files/patch-ag new file mode 100644 index 000000000000..84c9ff349bdd --- /dev/null +++ b/x11-wm/sawfish/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/sawfish/files/patch-configure b/x11-wm/sawfish/files/patch-configure new file mode 100644 index 000000000000..0ab207a9c96b --- /dev/null +++ b/x11-wm/sawfish/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Tue Nov 12 16:10:53 2002 ++++ configure Tue Nov 12 16:12:11 2002 +@@ -2688,7 +2688,7 @@ + (error + (throw 'quit 1))) + EOF +-if REP_GTK_DONT_INITIALIZE=1 rep ./conftest 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 "$ac_t""yes" 1>&6 + else + echo "$ac_t""no" 1>&6 +@@ -3387,7 +3387,7 @@ + if test "$enable_themer" = yes; then + echo $ac_n "checking for rep-gtk libglade wrapper""... $ac_c" 1>&6 + echo "configure:3390: checking for rep-gtk libglade wrapper" >&5 +- if REP_GTK_DONT_INITIALIZE=1 rep --batch -l gui.gtk.libglade 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 "$ac_t""yes" 1>&6 + add_subdir "themer" + else diff --git a/x11-wm/sawfish/files/patch-functions.c b/x11-wm/sawfish/files/patch-functions.c new file mode 100644 index 000000000000..ac580c26c823 --- /dev/null +++ b/x11-wm/sawfish/files/patch-functions.c @@ -0,0 +1,14 @@ +--- src/functions.c 3 Nov 2002 21:00:36 -0000 1.98 ++++ src/functions.c 30 Oct 2003 05:35:18 -0000 1.99 +@@ -704,8 +704,10 @@ + repv name; + if (type == XA_ATOM && (name = x_atom_symbol (l_data[i])) != Qnil) + rep_VECTI(ret_data, i) = name; ++ else if (type == XA_INTEGER) ++ rep_VECTI(ret_data, i) = rep_make_long_int((long) l_data[i]); + else +- rep_VECTI(ret_data, i) = rep_make_long_uint(l_data[i]); ++ rep_VECTI(ret_data, i) = rep_make_long_uint(l_data[i] & 0xffffffffUL); + } + break; + } diff --git a/x11-wm/sawfish/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl b/x11-wm/sawfish/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl new file mode 100644 index 000000000000..232fd5e6bc62 --- /dev/null +++ b/x11-wm/sawfish/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl @@ -0,0 +1,13 @@ + +$FreeBSD: /tmp/pcvs/ports/x11-wm/sawfish/files/Attic/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl,v 1.1 2006-05-29 06:23:01 mezz 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/sawfish/files/patch-lisp::sawfish::wm::state::wm-spec.jl b/x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::wm-spec.jl new file mode 100644 index 000000000000..c51fd1a5a8bd --- /dev/null +++ b/x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::wm-spec.jl @@ -0,0 +1,11 @@ +--- lisp/sawfish/wm/state/wm-spec.jl.orig Sun Sep 28 22:51:20 2003 ++++ lisp/sawfish/wm/state/wm-spec.jl Sun Sep 28 22:52:10 2003 +@@ -125,7 +125,7 @@ + _NET_WM_WINDOW_TYPE_UTILITY + _NET_WM_WINDOW_TYPE_SPLASH]) + +- (defvar wm-spec-below-depth +2) ++ (defvar wm-spec-below-depth -2) + (defvar wm-spec-above-depth +2) + + (define supported-states '()) diff --git a/x11-wm/sawfish/files/patch-sawmill.h b/x11-wm/sawfish/files/patch-sawmill.h new file mode 100644 index 000000000000..6c044e3638b7 --- /dev/null +++ b/x11-wm/sawfish/files/patch-sawmill.h @@ -0,0 +1,11 @@ +--- src/sawmill.h.orig Mon Jan 13 05:35:23 2003 ++++ src/sawmill.h Mon May 8 11:52:40 2006 +@@ -153,7 +153,7 @@ + /* Frame data */ + Window frame; + struct frame_part *frame_parts; +- u_int frame_x, frame_y; /* relative to client-window */ ++ int frame_x, frame_y; /* relative to client-window */ + u_int frame_width, frame_height; + void (*destroy_frame)(struct lisp_window *w); + void (*focus_change)(struct lisp_window *w); diff --git a/x11-wm/sawfish/files/patch-scripts_sawfish-menu.jl b/x11-wm/sawfish/files/patch-scripts_sawfish-menu.jl new file mode 100644 index 000000000000..af52f34579a5 --- /dev/null +++ b/x11-wm/sawfish/files/patch-scripts_sawfish-menu.jl @@ -0,0 +1,12 @@ +--- scripts/sawfish-menu.jl.orig Tue May 20 11:49:42 2003 ++++ scripts/sawfish-menu.jl Tue May 20 11:50:54 2003 +@@ -106,7 +106,8 @@ + (g-signal-connect menu "deactivate" gtk-main-quit) + (setq menu-selected nil) + (gtk-menu-popup-interp menu nil nil 0 (or timestamp 0) position) +- (gtk-main) ++ (when (memq 'visible (GTK-WIDGET-FLAGS menu)) ++ (gtk-main)) + menu-selected)) + + diff --git a/x11-wm/sawfish/files/patch-src_fonts.c b/x11-wm/sawfish/files/patch-src_fonts.c new file mode 100644 index 000000000000..efcdf25019fa --- /dev/null +++ b/x11-wm/sawfish/files/patch-src_fonts.c @@ -0,0 +1,11 @@ +--- src/fonts.c.orig Sun Nov 3 22:00:36 2002 ++++ src/fonts.c Wed Feb 8 04:22:13 2006 +@@ -131,7 +131,7 @@ + if (end == 0) + end = p + strlen (p); + len = end - (p + 1); +- buf = malloc (len); ++ buf = malloc (len + 1); + memcpy (buf, p + 1, len); + buf[len] = 0; + return buf; diff --git a/x11-wm/sawfish/pkg-descr b/x11-wm/sawfish/pkg-descr new file mode 100644 index 000000000000..0fba3f92c0f4 --- /dev/null +++ b/x11-wm/sawfish/pkg-descr @@ -0,0 +1,3 @@ +Lisp configurable window manager + +WWW: http://sawmill.sourceforge.net/ diff --git a/x11-wm/sawfish/pkg-plist b/x11-wm/sawfish/pkg-plist new file mode 100644 index 000000000000..28cb4449e642 --- /dev/null +++ b/x11-wm/sawfish/pkg-plist @@ -0,0 +1,682 @@ +bin/sawfish +bin/sawfish-client +bin/sawfish-ui +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/applications/appearance-properties.desktop +share/gnome/applications/bindings-properties.desktop +share/gnome/applications/focus-properties.desktop +share/gnome/applications/match-properties.desktop +share/gnome/applications/maximize-properties.desktop +share/gnome/applications/misc-properties.desktop +share/gnome/applications/move-properties.desktop +share/gnome/applications/placement-properties.desktop +share/gnome/applications/sound-properties.desktop +share/gnome/applications/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/gnome/wm-properties/Sawfish.desktop +share/locale/am/LC_MESSAGES/sawfish.mo +share/locale/az/LC_MESSAGES/sawfish.mo +share/locale/be/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 +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 +@exec mkdir -p %D/share/sawfish/sounds +@exec mkdir -p %D/share/sawfish/themes +@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 |