gnome-bluetooth: convert rundeps to fulldeps.

This commit is contained in:
Juan RP 2012-02-09 17:06:58 +01:00
parent f222433cfb
commit 9bc562e605

View file

@ -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
}