2009-05-15 17:09:20 +00:00
|
|
|
# Template file for 'libunique'.
|
|
|
|
pkgname=libunique
|
2011-06-20 14:49:42 +00:00
|
|
|
version=3.0.2
|
2011-04-05 08:29:18 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-10-28 15:30:41 +00:00
|
|
|
configure_args="--enable-bacon=yes --enable-dbus=yes"
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=3
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config libX11-devel atk-devel glib-devel pango-devel cairo-devel freetype-devel fontconfig-devel dbus-devel dbus-glib-devel gtk+3-devel gobject-introspection"
|
2009-05-15 17:09:20 +00:00
|
|
|
short_desc="Library for writing single instance applications"
|
2011-04-05 08:29:18 +00:00
|
|
|
maintainer="xtraeme <xtraeme@gmail.org>"
|
2011-06-20 14:49:42 +00:00
|
|
|
homepage="http://live.gnome.org/LibUnique"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=50269a87c7aabf1e25f01b3bbb280133138ffd7b6776289894c614a4b6ca968d
|
2009-05-15 17:09:20 +00:00
|
|
|
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."
|
|
|
|
|
2011-03-02 19:36:07 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-23 14:23:05 +00:00
|
|
|
|