From c0aba8e9d9ccc4b5d1359bac8bf0db6095084274 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 18 Nov 2018 17:16:32 -0800 Subject: [PATCH] blueman: remove obsolete runtime dependency on GConf --- srcpkgs/blueman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index e31db5b32c8..05fde37e0fc 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,14 +1,14 @@ # Template file for 'blueman' pkgname=blueman version=2.0.6 -revision=1 +revision=2 build_style=gnu-configure pycompile_module="blueman" configure_args="--disable-static" hostmakedepends="intltool pkg-config python-Cython" makedepends="gtk+3-devel libbluetooth-devel python-dbus-devel python-gobject-devel startup-notification-devel" -depends="GConf bluez libnotify python-dbus python-gobject" +depends="bluez libnotify python-dbus python-gobject" short_desc="A GTK+ Bluetooth Manager" maintainer="Juan RP " license="GPL-3.0-or-later"