summaryrefslogtreecommitdiff
path: root/wm/golem/patches/patch-ac
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-15 11:19:39 +0000
committersalo <salo@pkgsrc.org>2003-05-15 11:19:39 +0000
commit49220ac82629e82e6c9ed3fc0979dad10ec7f91c (patch)
tree4ca76f898b5e2de2c54ad578a9d17b7a7d4f1211 /wm/golem/patches/patch-ac
parent8e9a97d3055ae36b0813b808a881cd17f3a80110 (diff)
downloadpkgsrc-49220ac82629e82e6c9ed3fc0979dad10ec7f91c.tar.gz
Import of golem-0.0.5: Fast and lightweight yet customizable window manager.
Golem is an X11 Window Manager. Design goals are that it be fast and lightweight, as well as very customizable in any way that will not prevent the first goal from being realized. Notable features: - Small memory footprint - Multiple disjoint large virtual desktops - Xinerama support for multimonitor screens - Supports various focusing styles (sloppy, pointer, click) - Useful stuff for multiscreen displays (special focus cycling modes, etc) - Window decoration customization (theming) with multiple decoration styles (dgroups) - Hotkeys - Plugins Package submited by Erik Reid via pkgsrc-wip with modifications by me.
Diffstat (limited to 'wm/golem/patches/patch-ac')
-rw-r--r--wm/golem/patches/patch-ac49
1 files changed, 49 insertions, 0 deletions
diff --git a/wm/golem/patches/patch-ac b/wm/golem/patches/patch-ac
new file mode 100644
index 00000000000..cd075c6f080
--- /dev/null
+++ b/wm/golem/patches/patch-ac
@@ -0,0 +1,49 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/05/15 11:19:43 salo Exp $
+
+--- sample.golem/golemrc.orig 2001-12-08 07:08:39.000000000 +0100
++++ sample.golem/golemrc 2003-05-15 12:23:37.000000000 +0200
+@@ -5,11 +5,11 @@
+ #
+ # Include theme rcfile
+ #
+-.include "themes/MudGolem/rc"
+-#.include "themes/eBlueSteel/rc"
+-#.include "themes/twm/rc"
+-#.include "themes/AbsoluteE/rc"
+-#.include "themes/microGUI/rc"
++.include "@PREFIX@/share/golem/themes/MudGolem/rc"
++#.include "@PREFIX@/share/golem/themes/eBlueSteel/rc"
++#.include "@PREFIX@/share/golem/themes/twm/rc"
++#.include "@PREFIX@/share/golem/themes/AbsoluteE/rc"
++#.include "@PREFIX@/share/golem/themes/microGUI/rc"
+
+ #
+ # Define general options.
+@@ -160,16 +160,16 @@
+ # wmclass_defs after mwm_hints if you want it to override
+ # what mwmhints has set.
+ #
+-.include "plugins/pier/rc"
+-.include "plugins/simple_menus/rc"
+-.include "plugins/pager/rc"
+-.include "plugins/box_iconify/rc"
+-.include "plugins/animations/rc"
+-.include "plugins/mwm_hints/rc"
++.include "@PREFIX@/share/golem/plugins/pier/rc"
++.include "@PREFIX@/share/golem/plugins/simple_menus/rc"
++.include "@PREFIX@/share/golem/plugins/pager/rc"
++.include "@PREFIX@/share/golem/plugins/box_iconify/rc"
++.include "@PREFIX@/share/golem/plugins/animations/rc"
++.include "@PREFIX@/share/golem/plugins/mwm_hints/rc"
+
+ # other plugins you may be interested in
+-#.include "plugins/sound/rc"
+-#.include "plugins/gnome/rc"
+-#.include "plugins/setroot/rc"
+-#.include "plugins/wmclass_defs/rc"
+-#.include "plugins/start_slide/rc"
++#.include "@PREFIX@/share/golem/plugins/sound/rc"
++#.include "@PREFIX@/share/golem/plugins/gnome/rc"
++#.include "@PREFIX@/share/golem/plugins/setroot/rc"
++#.include "@PREFIX@/share/golem/plugins/wmclass_defs/rc"
++#.include "@PREFIX@/share/golem/plugins/start_slide/rc"