2010-04-18 03:03:40 +02:00
|
|
|
# Template file for 'gnome-bluetooth'
|
|
|
|
pkgname=gnome-bluetooth
|
2012-03-22 09:25:16 +01:00
|
|
|
version=3.3.92
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-03-08 17:18:13 +01:00
|
|
|
configure_args="--disable-desktop-update --disable-schemas-compile
|
2011-10-16 19:46:38 +02:00
|
|
|
--disable-icon-update"
|
2010-04-18 03:03:40 +02:00
|
|
|
short_desc="The GNOME Bluetooth Subsystem"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 21:44:19 +02:00
|
|
|
homepage="http://live.gnome.org/GnomeBluetooth"
|
|
|
|
license="GPL, LGPL"
|
2012-03-22 09:25:16 +01:00
|
|
|
checksum=081834f33a45829a108dab33e7d6bdeef9efdde9741bb55208327b38f425343c
|
2010-04-18 03:03:40 +02:00
|
|
|
long_desc="
|
|
|
|
This package contains tools for managing and manipulating Bluetooth devices
|
|
|
|
using the GNOME desktop.
|
|
|
|
|
|
|
|
bluetooth-applet provides an agent to ask for PIN and managing pairing with
|
|
|
|
devices, together with bluetooth-properties.
|
|
|
|
|
|
|
|
bluetooth-sendto is also included for sending files to Bluetooth devices
|
|
|
|
via OBEX."
|
2010-10-25 18:27:04 +02:00
|
|
|
|
2010-04-18 03:03:40 +02:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-18 03:03:40 +02:00
|
|
|
|
2012-03-22 09:25:16 +01:00
|
|
|
Add_dependency build which
|
2010-04-18 03:03:40 +02:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
2011-09-30 11:51:53 +02:00
|
|
|
Add_dependency build gobject-introspection
|
2012-02-21 20:36:47 +01:00
|
|
|
Add_dependency build libXi-devel
|
|
|
|
Add_dependency build gtk+3-devel
|
2011-10-20 23:30:13 +02:00
|
|
|
Add_dependency build libnotify-devel
|
2011-03-08 17:18:13 +01:00
|
|
|
Add_dependency build nautilus-sendto-devel
|
2010-04-18 03:03:40 +02:00
|
|
|
|
2012-03-22 09:25:16 +01:00
|
|
|
Add_dependency run dconf
|
|
|
|
Add_dependency run bluez
|
|
|
|
Add_dependency run gvfs
|
|
|
|
Add_dependency run obexd-client
|
|
|
|
Add_dependency run hicolor-icon-theme
|
|
|
|
Add_dependency run desktop-file-utils
|
2012-02-09 17:06:58 +01:00
|
|
|
|
|
|
|
post_install() {
|
2011-10-20 23:30:13 +02:00
|
|
|
vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules \
|
|
|
|
644 lib/udev/rules.d
|
2012-02-09 17:06:58 +01:00
|
|
|
vmkdir etc/ld.so.conf.d
|
2011-05-26 10:13:37 +02:00
|
|
|
echo "/usr/lib/gnome-bluetooth" > \
|
|
|
|
${DESTDIR}/etc/ld.so.conf.d/${pkgname}.conf
|
|
|
|
}
|