PACKAGE NAME:  libunique-1.1.6-arm-2rl.txz
PACKAGE LOCATION:  ./salix/gnome
PACKAGE SIZE (compressed):  133 K
PACKAGE SIZE (uncompressed):  532 K
PACKAGE REQUIRED:  atk,bzip2,cairo,cxxlibs|gcc-g++,dbus,dbus-glib,expat,fontconfig,freetype,gcc,gdk-pixbuf2,glib2,gtk+2,libX11,libXau,libXcomposite,libXcursor,libXdamage,libXdmcp,libXext,libXfixes,libXi,libXinerama,libXrandr,libXrender,libffi,libpng,libxcb,pango,pixman,zlib
PACKAGE CONFLICTS:  
PACKAGE SUGGESTS:  
PACKAGE DESCRIPTION:
libunique: libunique (a library for writing single instance applications)
libunique: 
libunique: Unique is a library for writing single instance application. If you
libunique: launch a single instance application twice, the second instance will
libunique: either just quit or will send a message to the running instance.
libunique: Unique makes it easy to write this kind of applications, by providing
libunique: a base class, taking care of all the IPC machinery needed to send
libunique: messages to a running instance, and also handling the startup
libunique: notification side.
libunique: 
libunique: