- update sawfish to 1.5.2
- specify correct licenses please note: For people upgrading from sawfish 1.3.3 or older, you will have to manually migrate your existing configuration: $ mv ~/.sawmillrc ~/.sawfishrc If you configuration file contains the line: (require 'sawmill-defaults) please change it to: (require 'sawfish-defaults) And restart sawfish.
This commit is contained in:
parent
4ca43df7b1
commit
834cee5261
@ -1,30 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2009/09/27 16:56:40 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2009/10/09 13:06:30 jasper Exp $
|
||||
|
||||
COMMENT= extensible window manager
|
||||
|
||||
VERSION= 1.3.3
|
||||
VERSION= 1.5.2
|
||||
DISTNAME= sawfish-${VERSION}
|
||||
CATEGORIES= x11
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
HOMEPAGE= http://sawfish.wikia.com/
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
# Sounds: Artistic License 2.0
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :rep-gtk->=0.90.0:x11/rep-gtk
|
||||
RUN_DEPENDS= ::devel/desktop-file-utils \
|
||||
:rep-gtk->=0.90.0:x11/rep-gtk
|
||||
|
||||
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
||||
WANTLIB += Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
||||
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gdk_pixbuf_xlib-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png rep z pthread-stubs xcb
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :rep-gtk-*:x11/rep-gtk
|
||||
WANTLIB += gmp gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pangox-1.0 pangoxft-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread-stubs rep xcb z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
@ -34,18 +38,14 @@ SUBST_VARS= GNU_ARCH VERSION
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/etc
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --without-audiofile \
|
||||
--without-esd \
|
||||
--disable-capplet \
|
||||
--disable-themer \
|
||||
--disable-gnome-widgets \
|
||||
--disable-linguas
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I{X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
PKG_CONFIG_PATH="/usr/X11R6/lib/pkgconfig"
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--without-audiofile \
|
||||
--without-esd \
|
||||
--disable-linguas
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I{X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
PKG_CONFIG_PATH="/usr/X11R6/lib/pkgconfig"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (sawfish-1.3.3.tar.gz) = RWckx53bC3jQPUXcr/pBAw==
|
||||
RMD160 (sawfish-1.3.3.tar.gz) = gvERYwE8cRVZ/kjlGoX/mSYIb68=
|
||||
SHA1 (sawfish-1.3.3.tar.gz) = OncmfMiiAypaCBAHCyogD+SWElA=
|
||||
SHA256 (sawfish-1.3.3.tar.gz) = MEC67NSlIfAgZ/713p5OA/TuuVzi0p39q73KYsz+2zA=
|
||||
SIZE (sawfish-1.3.3.tar.gz) = 1805122
|
||||
MD5 (sawfish-1.5.2.tar.bz2) = omPD5UKL/vfe4oaY7D8Kow==
|
||||
RMD160 (sawfish-1.5.2.tar.bz2) = ej5p9GFBph8OhtFE4RY8+Emyut8=
|
||||
SHA1 (sawfish-1.5.2.tar.bz2) = eqTBZ1b0ZEcHvCG7THVgj8k7UQk=
|
||||
SHA256 (sawfish-1.5.2.tar.bz2) = NVLessRog6LXWu8o6FRXA13CNzbP3e0nfDSG6AU31LU=
|
||||
SIZE (sawfish-1.5.2.tar.bz2) = 3611940
|
||||
|
@ -1,6 +1,7 @@
|
||||
--- lisp/sawfish/ui/widgets/frame-style.jl.orig Sun Jul 29 11:45:04 2007
|
||||
+++ lisp/sawfish/ui/widgets/frame-style.jl Sun Sep 27 18:54:31 2009
|
||||
@@ -112,8 +112,7 @@
|
||||
$OpenBSD: patch-lisp_sawfish_ui_widgets_frame-style.jl,v 1.3 2009/10/09 13:06:30 jasper Exp $
|
||||
--- lisp/sawfish/ui/widgets/frame-style.jl.orig Sun Sep 20 11:42:02 2009
|
||||
+++ lisp/sawfish/ui/widgets/frame-style.jl Sun Sep 27 19:54:16 2009
|
||||
@@ -113,8 +113,7 @@
|
||||
(setq full dir)
|
||||
(throw 'out t))
|
||||
(error))))
|
||||
|
14
x11/sawfish/pkg/MESSAGE
Normal file
14
x11/sawfish/pkg/MESSAGE
Normal file
@ -0,0 +1,14 @@
|
||||
For people upgrading from sawfish 1.3.3 or older, you will have to
|
||||
manually migrate your existing configuration:
|
||||
|
||||
$ mv ~/.sawmillrc ~/.sawfishrc
|
||||
|
||||
If you configuration file contains the line:
|
||||
|
||||
(require 'sawmill-defaults)
|
||||
|
||||
please change it to:
|
||||
|
||||
(require 'sawfish-defaults)
|
||||
|
||||
And restart sawfish.
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2009/09/27 16:56:10 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2009/10/09 13:06:30 jasper Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/sawfish
|
||||
bin/sawfish-client
|
||||
bin/sawfish-ui
|
||||
@info info/sawfish.info
|
||||
lib/pkgconfig/sawfish.pc
|
||||
libexec/rep/${GNU_ARCH}/sawfish/
|
||||
libexec/rep/${GNU_ARCH}/sawfish/client.a
|
||||
libexec/rep/${GNU_ARCH}/sawfish/client.la
|
||||
@ -33,9 +34,14 @@ libexec/sawfish/${VERSION}/${GNU_ARCH}/selection.a
|
||||
libexec/sawfish/${VERSION}/${GNU_ARCH}/selection.la
|
||||
libexec/sawfish/${VERSION}/${GNU_ARCH}/x.a
|
||||
libexec/sawfish/${VERSION}/${GNU_ARCH}/x.la
|
||||
share/applications/sawfish.desktop
|
||||
share/apps/
|
||||
share/apps/ksmserver/
|
||||
share/apps/ksmserver/windowmanagers/
|
||||
share/apps/ksmserver/windowmanagers/sawfish.desktop
|
||||
share/gnome/
|
||||
share/gnome/wm-properties/
|
||||
share/gnome/wm-properties/Sawfish.desktop
|
||||
share/gnome/wm-properties/sawfish-wm.desktop
|
||||
share/locale/no/LC_MESSAGES/sawfish.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/sawfish-logo.png
|
||||
@ -84,10 +90,14 @@ 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/infinite-desktop.jl
|
||||
share/sawfish/${VERSION}/lisp/infinite-desktop.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/marks.jl
|
||||
share/sawfish/${VERSION}/lisp/marks.jlc
|
||||
share/sawfish/${VERSION}/lisp/match-window.jl
|
||||
share/sawfish/${VERSION}/lisp/match-window.jlc
|
||||
share/sawfish/${VERSION}/lisp/maximize.jl
|
||||
@ -103,9 +113,9 @@ share/sawfish/${VERSION}/lisp/prompt.jlc
|
||||
share/sawfish/${VERSION}/lisp/rects.jl
|
||||
share/sawfish/${VERSION}/lisp/rects.jlc
|
||||
share/sawfish/${VERSION}/lisp/sawfish/
|
||||
share/sawfish/${VERSION}/lisp/sawfish-defaults.jl
|
||||
share/sawfish/${VERSION}/lisp/sawfish-defaults.jlc
|
||||
share/sawfish/${VERSION}/lisp/sawfish/gtk/
|
||||
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
|
||||
@ -198,6 +208,8 @@ 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/shrink-yank.jl
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/commands/shrink-yank.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
|
||||
@ -235,6 +247,8 @@ 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/infinite-desktop.jl
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/ext/infinite-desktop.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
|
||||
@ -311,6 +325,11 @@ 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/tabs/
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/tabs/tab.jl
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/tabs/tab.jlc
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/tabs/tabgroup.jl
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/tabs/tabgroup.jlc
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/theming/
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/theming/make-theme-preview.jl
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/theming/make-theme-preview.jlc
|
||||
@ -339,6 +358,8 @@ 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/marks.jl
|
||||
share/sawfish/${VERSION}/lisp/sawfish/wm/util/marks.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
|
||||
@ -373,12 +394,16 @@ 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/shrink-yank.jl
|
||||
share/sawfish/${VERSION}/lisp/shrink-yank.jlc
|
||||
share/sawfish/${VERSION}/lisp/tab.jl
|
||||
share/sawfish/${VERSION}/lisp/tab.jlc
|
||||
share/sawfish/${VERSION}/lisp/tabgroup.jl
|
||||
share/sawfish/${VERSION}/lisp/tabgroup.jlc
|
||||
share/sawfish/${VERSION}/lisp/tooltips.jl
|
||||
share/sawfish/${VERSION}/lisp/tooltips.jlc
|
||||
share/sawfish/${VERSION}/lisp/viewport-linear.jl
|
||||
@ -395,231 +420,34 @@ share/sawfish/${VERSION}/lisp/x-cycle.jl
|
||||
share/sawfish/${VERSION}/lisp/x-cycle.jlc
|
||||
share/sawfish/${VERSION}/monitor.png
|
||||
share/sawfish/${VERSION}/sounds/
|
||||
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}/sounds/focused.wav
|
||||
share/sawfish/${VERSION}/sounds/iconify.wav
|
||||
share/sawfish/${VERSION}/sounds/map-transient.wav
|
||||
share/sawfish/${VERSION}/sounds/map.wav
|
||||
share/sawfish/${VERSION}/sounds/maximize.wav
|
||||
share/sawfish/${VERSION}/sounds/move-viewport.wav
|
||||
share/sawfish/${VERSION}/sounds/shade.wav
|
||||
share/sawfish/${VERSION}/sounds/switch-workspace.wav
|
||||
share/sawfish/${VERSION}/sounds/unfocused.wav
|
||||
share/sawfish/${VERSION}/sounds/uniconify.wav
|
||||
share/sawfish/${VERSION}/sounds/unmap-transient.wav
|
||||
share/sawfish/${VERSION}/sounds/unmap.wav
|
||||
share/sawfish/${VERSION}/sounds/unmaximize.wav
|
||||
share/sawfish/${VERSION}/sounds/unshade.wav
|
||||
share/sawfish/${VERSION}/themes/
|
||||
share/sawfish/${VERSION}/themes/Crux/
|
||||
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/
|
||||
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/
|
||||
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/
|
||||
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/
|
||||
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/
|
||||
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/
|
||||
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/
|
||||
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/
|
||||
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
|
||||
share/sawfish/${VERSION}/themes/Crux.tar.gz
|
||||
share/sawfish/${VERSION}/themes/Elberg-tabbed.tar.gz
|
||||
share/sawfish/${VERSION}/themes/absolute-e.tar.gz
|
||||
share/sawfish/${VERSION}/themes/brushed-metal.tar.gz
|
||||
share/sawfish/${VERSION}/themes/get-S-tabbed.tar.gz
|
||||
share/sawfish/${VERSION}/themes/gradient.tar.gz
|
||||
share/sawfish/${VERSION}/themes/gtk.tar.gz
|
||||
share/sawfish/${VERSION}/themes/microGUI.tar.gz
|
||||
share/sawfish/${VERSION}/themes/mono.tar.gz
|
||||
share/sawfish/${VERSION}/themes/mxflat.tar.gz
|
||||
share/sawfish/${VERSION}/themes/simple.tar.gz
|
||||
share/sawfish/${VERSION}/themes/smaker.tar.gz
|
||||
share/sawfish/sounds/
|
||||
share/sawfish/themes/
|
||||
share/xsessions/
|
||||
share/xsessions/sawfish.desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user