msb/deps/libunique3
mara 1748ab5eab
added support for aarch64 architecture for assembly in slarm64
This platform is not officially supported by MSB team.

Fix #32.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2020-05-17 12:08:35 +07:00
..
config.guess-add-aarch64-support.patch added support for aarch64 architecture for assembly in slarm64 2020-05-17 12:08:35 +07:00
config.sub-add-aarch64-support.patch added support for aarch64 architecture for assembly in slarm64 2020-05-17 12:08:35 +07:00
libunique3.SlackBuild added support for aarch64 architecture for assembly in slarm64 2020-05-17 12:08:35 +07:00
README libunique3: Added. 2017-02-19 03:10:14 +07:00
slack-desc Switch to https. 2017-09-24 16:43:07 +07:00

Unique is a library for writing single instance application.
If you launch a single instance application twice, the second
instance will either just quit or will send a message to the
running instance.

Unique makes it easy to write this kind of applications, by
providing a base class, taking care of all the IPC machinery
needed to send messages to a running instance, and also handling
the startup notification side.

This is the gtk+3 version.