diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-10-08 09:39:17 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-10-08 09:39:17 -0500 |
commit | ae133b89cc20025cae6de26794d9578cd9bf52a2 (patch) | |
tree | 27590586aca0cd815deec8dc413834d1da804ea0 /gnu/packages | |
parent | 36160ebbfbbb886bc799770ddb834f4b7ddffda3 (diff) | |
download | guix-ae133b89cc20025cae6de26794d9578cd9bf52a2.tar.gz guix-ae133b89cc20025cae6de26794d9578cd9bf52a2.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/slim.scm | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/slim.scm b/gnu/packages/slim.scm index 70aab8cc96..1f0d53ce60 100644 --- a/gnu/packages/slim.scm +++ b/gnu/packages/slim.scm @@ -78,15 +78,16 @@ "-DUSE_CONSOLEKIT=no") #:tests? #f)) (home-page "http://slim.berlios.de/") - (synopsis "Desktop-independent graphcal login manager for X11") + (synopsis "Desktop-independent graphical login manager for X11") (description "SLiM is a Desktop-independent graphical login manager for X11, derived -from Login.app. It aims to be light and simple, although completely configurable -through themes and an option file; is suitable for machines on which remote login -functionalities are not needed. +from Login.app. It aims to be light and simple, although completely +configurable through themes and an option file; is suitable for machines on +which remote login functionalities are not needed. -Features included: PNG and XFT support for alpha transparency and antialiased fonts, -External themes support, Configurable runtime options: X server -- login / shutdown / reboot -commands, Single (GDM-like) or double (XDM-like) input control, Can load predefined user at -startup, Configurable welcome / shutdown messages, Random theme selection") +Features included: PNG and XFT support for alpha transparency and antialiased +fonts, External themes support, Configurable runtime options: X server -- +login / shutdown / reboot commands, Single (GDM-like) or double (XDM-like) +input control, Can load predefined user at startup, Configurable welcome / +shutdown messages, Random theme selection") (license l:gpl2))) |