# Description: Sous-système Bluetooth de Gnome # URL: http://live.gnome.org/GnomeBluetooth # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: telepathy-glib, evolution-data-server, gnokii, gnome-bluetooth, gnome-icon-theme, libcanberra, gnome-common # Run on: telepathy-glib,evolution-data-server,gnokii,gnome-bluetooth,gnome-icon-theme,libcanberra name=gnome-phone-manager version=0.68 release=2 source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.xz gnome-bluetooth-3.3.patch) build() { cd $name-$version patch -p1 < ../gnome-bluetooth-3.3.patch autoconf ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install install -m755 -d $PKG/usr/share/gconf/schemas gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain $name $PKG/etc/gconf/schemas/*.schemas rm -f $PKG/etc/gconf/schemas/*.schemas }