unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
- tighten RUN_DEPENDS
- no need to explicitly add /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH anymore
- explicitly install gnome2/xdm session files, and disable the kde4 one
- 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.
Sawfish is an extensible window manager which uses a Lisp-based
scripting language. All window decorations are configurable and the
basic idea is to have as much user-interface policy as possible
controlled through the Lisp language. Configuration can be
accomplished by writing Lisp code in a personal .sawfishrc file, or
using a GTK+ interface. Sawfish is mostly GNOME compliant
Submitted by: robbie@g7.org