diff options
author | slakmagik <slakmagik@gmail.com> | 2011-03-01 09:34:36 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-01 09:34:36 -0600 |
commit | dd3b109091b5f407b318843ad2c98a875b240869 (patch) | |
tree | 62bc649d8da6d73328694d145124a99c8cfd0ad7 /misc/gxmessage/README | |
parent | 99c68a8498ff0c4be00fb2be5680f931d84ce5cc (diff) | |
download | slackbuilds-dd3b109091b5f407b318843ad2c98a875b240869.tar.gz |
misc/gxmessage: Miscellaneous cleanups
Expand the previously terse README/slack-desc. Remove unneeded comments
and configure flags. Move the NLS setting to my usual settings location
so people who hand-edit don't have to look for magic settings. Make the
chmod boilerplate fit within 80 columns like all my other scripts. Use
'install-strip'. Fix old-style man page handling. Join a uselessly split
line.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/gxmessage/README')
-rw-r--r-- | misc/gxmessage/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/gxmessage/README b/misc/gxmessage/README index 227cce0654..684ac412e9 100644 --- a/misc/gxmessage/README +++ b/misc/gxmessage/README @@ -1,3 +1,7 @@ -gxmessage is a GTK based xmessage clone. +Gxmessage is an xmessage clone for GTK based desktops. Gxmessage pops up +a dialog window, displays a given message or question, then waits for +the user's response. That response is returned as the program's exit +code. Because gxmessage is a drop-in alternative to xmessage, gxmessage +accepts any option xmessage would, and returns the same exit codes. If you wish to disable NLS, pass 'NLS=disable' to the SlackBuild. |