[arch-commits] Commit in gnome-bluetooth/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Mar 8 12:13:50 UTC 2011


    Date: Tuesday, March 8, 2011 @ 07:13:50
  Author: ibiru
Revision: 113302

upgpkg: gnome-bluetooth 2.91.91-2
add the path to ld because gnome-shell links to libgnome-bluetooth-applet.so.0 and is unable load it

Modified:
  gnome-bluetooth/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-08 12:11:08 UTC (rev 113301)
+++ PKGBUILD	2011-03-08 12:13:50 UTC (rev 113302)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-bluetooth
 pkgver=2.91.91
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Bluetooth Subsystem"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeBluetooth"
@@ -34,4 +34,6 @@
 
   install -m644 -D "${srcdir}/61-gnome-bluetooth-rfkill.rules" \
                      "${pkgdir}/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/usr/lib/gnome-bluetooth" > ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
 }




More information about the arch-commits mailing list