gnu: slim: Fix typo in synopsis and wrap description.
* gnu/packages/slim.scm (slim)[synopsis]: Fix typo. [description]: Fix two-space-after-end-of-sentence. Wrap to 80 characters.
This commit is contained in:
parent
36160ebbfb
commit
ae133b89cc
|
@ -78,15 +78,16 @@
|
||||||
"-DUSE_CONSOLEKIT=no")
|
"-DUSE_CONSOLEKIT=no")
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://slim.berlios.de/")
|
(home-page "http://slim.berlios.de/")
|
||||||
(synopsis "Desktop-independent graphcal login manager for X11")
|
(synopsis "Desktop-independent graphical login manager for X11")
|
||||||
(description
|
(description
|
||||||
"SLiM is a Desktop-independent graphical login manager for X11, derived
|
"SLiM is a Desktop-independent graphical login manager for X11, derived
|
||||||
from Login.app. It aims to be light and simple, although completely configurable
|
from Login.app. It aims to be light and simple, although completely
|
||||||
through themes and an option file; is suitable for machines on which remote login
|
configurable through themes and an option file; is suitable for machines on
|
||||||
functionalities are not needed.
|
which remote login functionalities are not needed.
|
||||||
|
|
||||||
Features included: PNG and XFT support for alpha transparency and antialiased fonts,
|
Features included: PNG and XFT support for alpha transparency and antialiased
|
||||||
External themes support, Configurable runtime options: X server -- login / shutdown / reboot
|
fonts, External themes support, Configurable runtime options: X server --
|
||||||
commands, Single (GDM-like) or double (XDM-like) input control, Can load predefined user at
|
login / shutdown / reboot commands, Single (GDM-like) or double (XDM-like)
|
||||||
startup, Configurable welcome / shutdown messages, Random theme selection")
|
input control, Can load predefined user at startup, Configurable welcome /
|
||||||
|
shutdown messages, Random theme selection")
|
||||||
(license l:gpl2)))
|
(license l:gpl2)))
|
||||||
|
|
Loading…
Reference in New Issue