void-packages/srcpkgs/libunique/template

25 lines
1,018 B
Text
Raw Normal View History

# Template file for 'libunique'.
pkgname=libunique
version=1.0.8
distfiles="${GNOME_SITE}/$pkgname/1.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Library for writing single instance applications"
maintainer="pancake <pancake@nopcode.org>"
checksum=d627a10f523af14e9ead655ebab3a26e7faeea006bdfa7739bc4c04058ddf4c6
long_desc="
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."
subpackages="$pkgname-devel"
Add_dependency full glibc
Add_dependency full gtk+
Add_dependency full dbus-glib