void-packages/srcpkgs/libunique/template
Juan RP 8ad2504368 libunique: sanitize deps.
--HG--
extra : convert_revision : a4963c1997de08ccbd2d2c5b774002484183c45b
2010-02-28 14:42:02 +01:00

44 lines
1.6 KiB
Plaintext

# 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 run libX11
Add_dependency run atk
Add_dependency run glib
Add_dependency run pango
Add_dependency run cairo
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency run dbus-libs
Add_dependency run glibc
Add_dependency run gtk+
Add_dependency run dbus-glib
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build atk-devel
Add_dependency build glib-devel
Add_dependency build pango-devel
Add_dependency build cairo-devel
Add_dependency build freetype-devel
Add_dependency build fontconfig-devel
Add_dependency build dbus-devel
Add_dependency build dbus-glib-devel
Add_dependency build gtk+-devel