libunique: update to 1.1.6.

--HG--
extra : convert_revision : 216c6ff3d87f0ff577c28b6825cc29c9c3472632
This commit is contained in:
Juan RP 2010-04-14 16:55:34 +02:00
parent 3f3f4d56dc
commit 492243a145
1 changed files with 10 additions and 8 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'libunique'. # Template file for 'libunique'.
pkgname=libunique pkgname=libunique
version=1.0.8 version=1.1.6
distfiles="${GNOME_SITE}/$pkgname/1.0/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/1.1/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-introspection=no --enable-bacon=yes --enable-dbus=yes"
short_desc="Library for writing single instance applications" short_desc="Library for writing single instance applications"
maintainer="pancake <pancake@nopcode.org>" maintainer="pancake <pancake@nopcode.org>"
checksum=d627a10f523af14e9ead655ebab3a26e7faeea006bdfa7739bc4c04058ddf4c6 checksum=e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb
long_desc=" long_desc="
Unique is a library for writing single instance application. If you launch a Unique is a library for writing single instance application. If you launch a
single instance application twice, the second instance will either just quit single instance application twice, the second instance will either just quit
@ -19,17 +20,18 @@ long_desc="
by many projects and the code using Bonobo and D-Bus." by many projects and the code using Bonobo and D-Bus."
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run libX11 Add_dependency run glibc
Add_dependency run atk
Add_dependency run glib Add_dependency run glib
Add_dependency run dbus-libs
Add_dependency run dbus-glib
Add_dependency run atk
Add_dependency run pango Add_dependency run pango
Add_dependency run cairo Add_dependency run cairo
Add_dependency run freetype Add_dependency run freetype
Add_dependency run fontconfig Add_dependency run fontconfig
Add_dependency run dbus-libs Add_dependency run libX11
Add_dependency run glibc
Add_dependency run gtk+ Add_dependency run gtk+
Add_dependency run dbus-glib
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build libX11-devel Add_dependency build libX11-devel
Add_dependency build atk-devel Add_dependency build atk-devel