diff options
author | Pierre Cazenave <pwcazenave {at] gmail dot} com> | 2012-08-07 17:14:34 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-09 14:32:21 -0500 |
commit | 22e83cda0cf5ac5962033393fa845c09f4578213 (patch) | |
tree | 22bcc7d786d38a0da5000568b758134c99cb7aa0 /libraries/notify-sharp/slack-desc | |
parent | 0200a0b548062d042251a13fe6e2a508d06e06d2 (diff) | |
download | slackbuilds-22e83cda0cf5ac5962033393fa845c09f4578213.tar.gz |
libraries/notify-sharp: Added (a notification daemon in C#)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/notify-sharp/slack-desc')
-rw-r--r-- | libraries/notify-sharp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/notify-sharp/slack-desc b/libraries/notify-sharp/slack-desc new file mode 100644 index 0000000000..2b2e72e460 --- /dev/null +++ b/libraries/notify-sharp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +notify-sharp: notify-sharp (a notification daemon in C#) +notify-sharp: +notify-sharp: notify-sharp is a C# client implementation for Desktop +notify-sharp: Notifications, i.e. notification-daemon. It is inspired by the +notify-sharp: libnotify API. +notify-sharp: +notify-sharp: Desktop Notifications provide a standard way of doing passive +notify-sharp: pop-up notifications on the Linux desktop. These are designed +notify-sharp: to notify the user of something without interrupting their +notify-sharp: work with a dialog box that they must close. Passive popups +notify-sharp: can automatically disappear after a short period of time. |