From 9bc562e6058438ed95167c78439d6669ce7ff8fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 9 Feb 2012 17:06:58 +0100 Subject: [PATCH] gnome-bluetooth: convert rundeps to fulldeps. --- srcpkgs/gnome-bluetooth/template | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/srcpkgs/gnome-bluetooth/template b/srcpkgs/gnome-bluetooth/template index 49a932ce8f5..8b996a26503 100644 --- a/srcpkgs/gnome-bluetooth/template +++ b/srcpkgs/gnome-bluetooth/template @@ -24,13 +24,6 @@ long_desc=" gtk_iconcache_dirs="/usr/share/icons/hicolor" subpackages="$pkgname-devel" -Add_dependency run dconf -Add_dependency run bluez ">=0" -Add_dependency run gvfs -Add_dependency run obexd-client ">=0" -Add_dependency run hicolor-icon-theme -Add_dependency run desktop-file-utils - Add_dependency build pkg-config Add_dependency build intltool Add_dependency build gnome-doc-utils @@ -39,17 +32,22 @@ Add_dependency build libnotify-devel Add_dependency build dbus-glib-devel Add_dependency build nautilus-sendto-devel -post_install() -{ +Add_dependency full dconf +Add_dependency full bluez ">=0" +Add_dependency full gvfs +Add_dependency full obexd-client ">=0" +Add_dependency full hicolor-icon-theme +Add_dependency full desktop-file-utils + +post_install() { vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules \ 644 lib/udev/rules.d - install -d ${DESTDIR}/etc/ld.so.conf.d + vmkdir etc/ld.so.conf.d echo "/usr/lib/gnome-bluetooth" > \ ${DESTDIR}/etc/ld.so.conf.d/${pkgname}.conf } -post_stow() -{ +post_stow() { msg_normal "Updating ld.so(8) cache for ${pkgname}...\n" ldconfig -f /etc/ld.so.conf.d/${pkgname}.conf }