Sawfish (git): New Package

Sawfish is a versatile, Lisp-based window manager

In that commit I include all Sawfish stack:
- librep, a lisp system;
- rep-gtk, bindings for gtk
- sawfish, the window manager
This commit is contained in:
AndersonTorres
2015-02-15 19:42:53 +03:00
committed by Arseniy Seroka
parent df0016a8ce
commit f19ed980a2
8 changed files with 156 additions and 0 deletions
@@ -0,0 +1,5 @@
addRepDLLoadPath () {
addToSearchPath REP_DL_LOAD_PATH $1/lib/rep
}
envHooks+=(addRepDLLoadPath)