From a7b8a3774eacaab67ea7ef4ff63e42952e1f3c97 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 6 Jan 2015 09:18:21 +0100 Subject: [PATCH] blueman: use proper rdeps; I've just verified this. --- srcpkgs/blueman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 4af0531c538..e4a28484400 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,12 +1,12 @@ # Template file for 'blueman' pkgname=blueman version=1.99.alpha1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="intltool pkg-config Cython" makedepends="python-gobject-devel python-dbus-devel gtk+3-devel startup-notification-devel libbluetooth-devel" -depends="dbus bluez python-gobject python-dbus python-gconf python-notify" +depends="dbus bluez GConf python-gobject python-dbus python-cairo libnotify" pycompile_module="blueman" short_desc="A GTK+ Bluetooth Manager" maintainer="Juan RP "