diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:44 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:44 +0200 |
commit | 76612c7937ffee69717c87fb9448ab0a8c527c63 (patch) | |
tree | d7255a9810a2fe9dad58a3b43855a5027118850c /libraries/libunique/slack-desc | |
parent | 1a7965f61f07392ee6b51ce251f7265006b1c31b (diff) |
libraries/libunique: Added to 12.2 repository
Diffstat (limited to 'libraries/libunique/slack-desc')
-rw-r--r-- | libraries/libunique/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libunique/slack-desc b/libraries/libunique/slack-desc new file mode 100644 index 000000000000..6df2361d323f --- /dev/null +++ b/libraries/libunique/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 ':'. + + |-----handy-ruler------------------------------------------------------| +libunique: libunique (library for writing single instance applications) +libunique: +libunique: Unique is a library for writing single instance applications. Unique +libunique: makes it easy to write this kind of applications, by providing a base +libunique: class, taking care of all the IPC machinery needed to send messages +libunique: to a running instance, and also handling the startup notification +libunique: side. +libunique: +libunique: Homepage: http://live.gnome.org/LibUnique +libunique: +libunique: |