desktop/scrotwm: Updated for version 0.9.26.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
45004f6b09
commit
81d35be8ae
|
@ -1,12 +1,9 @@
|
|||
Scrotwm is a small dynamic tiling window manager for X11. It tries to stay out
|
||||
of the way so that valuable screen real estate can be used for much more
|
||||
important stuff. It has sane defaults and does not require one to learn a
|
||||
language to do any configuration. It was written by hackers for hackers and it
|
||||
strives to be small, compact and fast.
|
||||
Scrotwm is a small dynamic tiling window manager for X11. It tries
|
||||
to stay out of the way so that valuable screen real estate can be
|
||||
used for much more important stuff. It has sane defaults and does
|
||||
not require one to learn a language to do any configuration. It
|
||||
was written by hackers for hackers and it strives to be small,
|
||||
compact and fast.
|
||||
|
||||
It was largely inspired by xmonad and dwm. Both are fine products but suffer
|
||||
from things like: crazy-unportable-language-syndrome, silly defaults,
|
||||
asymmetrical window layout, "how hard can it be?" and good old NIH. Nevertheless
|
||||
dwm was a phenomenal resource and many good ideas and code was borrowed from it.
|
||||
On the other hand xmonad has great defaults, key bindings and xinerama support,
|
||||
but is crippled by not being written in C.
|
||||
This package contains an example scrotwm.conf and shell scripts
|
||||
for it.
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# Build script for scrotwm
|
||||
|
||||
PRGNAM=scrotwm
|
||||
VERSION=0.9.23
|
||||
VERSION=0.9.26
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="scrotwm"
|
||||
VERSION="0.9.23"
|
||||
VERSION="0.9.26"
|
||||
HOMEPAGE="http://scrotwm.org"
|
||||
DOWNLOAD="http://scrotwm.org/snapshot/scrotwm-0.9.23.tgz"
|
||||
MD5SUM="7d24853051c63f8a03ff0adc92a0df35"
|
||||
DOWNLOAD="http://opensource.conformal.com/snapshots/scrotwm/scrotwm-0.9.26.tgz"
|
||||
MD5SUM="dde9cba003af593780070861b0cbcb86"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniel LEVAI"
|
||||
EMAIL="leva@ecentrum.hu"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
scrotwm: Scrotwm (small tiling window manager)
|
||||
scrotwm: scrotwm (small dynamic tiling window manager)
|
||||
scrotwm:
|
||||
scrotwm: Scrotwm is a small dynamic tiling window manager for X11.
|
||||
scrotwm: It tries to stay out of the way so that valuable screen real estate
|
||||
scrotwm: can be used for much more important stuff. It has sane defaults and
|
||||
scrotwm: does not require one to learn a language to do any configuration.
|
||||
scrotwm: It was written by hackers for hackers and it strives to be small,
|
||||
scrotwm: Scrotwm is a small dynamic tiling window manager for X11. It tries
|
||||
scrotwm: to stay out of the way so that valuable screen real estate can be
|
||||
scrotwm: used for much more important stuff. It has sane defaults and does
|
||||
scrotwm: not require one to learn a language to do any configuration. It
|
||||
scrotwm: was written by hackers for hackers and it strives to be small,
|
||||
scrotwm: compact and fast.
|
||||
scrotwm:
|
||||
scrotwm: Homepage (with screenshots): http://www.scrotwm.org/
|
||||
scrotwm:
|
||||
scrotwm: This package contains an example scrotwm.conf and shell scripts.
|
||||
scrotwm: Homepage: http://www.scrotwm.org/
|
||||
|
|
Loading…
Reference in New Issue