diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | mandrake_desk.spec | 5 | ||||
-rw-r--r-- | window-managers | 6 |
3 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-02-02 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * window-managers: Add a sawmill entry (V.Danen). + 2000-01-27 Chmouel Boudjnah <chmouel@mandrakesoft.com> * mandrake_desk.spec: Remove the mandrake_background.xpm * backgrounds/mandrake_background_*: add background from helene. diff --git a/mandrake_desk.spec b/mandrake_desk.spec index ead3a6b..cd56c71 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ # DO NOT MODIFY THE VERSION HERE, modify in the CVS %define version 1.0.1 # -%define release 18mdk +%define release 19mdk %define name mandrake_desk Summary: The Desktop configuration files for Linux Mandrake. @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT /usr/man/*/* %changelog +* Wed Feb 2 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0.1-19mdk +- window-managers: Add a sawmill entry (V.Danen). + * Thu Jan 27 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0.1-18mdk - backgrounds/mandrake_background_*: add background from helene. - mandrake_desk.spec: Remove the mandrake_background.xpm diff --git a/window-managers b/window-managers index cfb1d48..7ca0b6c 100644 --- a/window-managers +++ b/window-managers @@ -29,6 +29,12 @@ SCRIPT: } exec /usr/bin/enlightenment --@@-- +NAME=sawmill +DESC=A new lightweight window manager +EXEC=/usr/bin/sawmill +SCRIPT: +exec sawmill +--@@-- NAME=BlackBox ICON=BlackBox.xpm EXEC=/usr/X11R6/bin/blackbox |