diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-07-14 21:03:57 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-07-14 21:03:57 +0000 |
commit | 0210a75037830dab44ff19a30a2ada8c5140ad36 (patch) | |
tree | 8fa17e72d271e3f7002e2a8f80397f6184250330 /x11/libunique3/PLIST | |
parent | eaa2887d1d74f268be56933480fa548b19facba2 (diff) | |
download | pkgsrc-0210a75037830dab44ff19a30a2ada8c5140ad36.tar.gz |
Import libunique3-3.0.2 as x11/libunique3
* This package is probably for gnome3.
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.
Unique aims to replace the BaconMessageConnection code that has
been copied by many projects and the code using Bonobo and D-Bus.
Diffstat (limited to 'x11/libunique3/PLIST')
-rw-r--r-- | x11/libunique3/PLIST | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/libunique3/PLIST b/x11/libunique3/PLIST new file mode 100644 index 00000000000..953326ad0c0 --- /dev/null +++ b/x11/libunique3/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/14 21:03:57 ryoon Exp $ +include/unique-3.0/unique/unique.h +include/unique-3.0/unique/uniqueapp.h +include/unique-3.0/unique/uniquebackend.h +include/unique-3.0/unique/uniqueenumtypes.h +include/unique-3.0/unique/uniquemessage.h +include/unique-3.0/unique/uniqueversion.h +lib/libunique-3.0.la +lib/pkgconfig/unique-3.0.pc +share/gtk-doc/html/unique-3.0/UniqueApp.html +share/gtk-doc/html/unique-3.0/UniqueBackend.html +share/gtk-doc/html/unique-3.0/home.png +share/gtk-doc/html/unique-3.0/index.html +share/gtk-doc/html/unique-3.0/index.sgml +share/gtk-doc/html/unique-3.0/ix01.html +share/gtk-doc/html/unique-3.0/left.png +share/gtk-doc/html/unique-3.0/license.html +share/gtk-doc/html/unique-3.0/right.png +share/gtk-doc/html/unique-3.0/style.css +share/gtk-doc/html/unique-3.0/unique-3.0.devhelp +share/gtk-doc/html/unique-3.0/unique-3.0.devhelp2 +share/gtk-doc/html/unique-3.0/unique-Message-Data.html +share/gtk-doc/html/unique-3.0/unique-Versioning-Information.html +share/gtk-doc/html/unique-3.0/unique-glossary.html +share/gtk-doc/html/unique-3.0/unique-overview.html +share/gtk-doc/html/unique-3.0/up.png |