38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
# Template file for 'libunique'.
|
|
pkgname=libunique
|
|
version=3.0.2
|
|
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-bacon=yes --enable-dbus=yes"
|
|
revision=2
|
|
short_desc="Library for writing single instance applications"
|
|
maintainer="xtraeme <xtraeme@gmail.org>"
|
|
homepage="http://live.gnome.org/LibUnique"
|
|
license="LGPL-2.1"
|
|
checksum=50269a87c7aabf1e25f01b3bbb280133138ffd7b6776289894c614a4b6ca968d
|
|
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 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+3-devel
|
|
Add_dependency build gobject-introspection
|