void-packages/srcpkgs/gnome-bluetooth/template
2013-03-28 16:02:43 +01:00

31 lines
1.1 KiB
Plaintext

# Template file for 'gnome-bluetooth'
pkgname=gnome-bluetooth
version=3.8.0
revision=1
build_style=gnu-configure
configure_args="--disable-desktop-update --disable-schemas-compile
--disable-icon-update"
subpackages="$pkgname-devel"
depends="dconf gvfs hicolor-icon-theme desktop-file-utils"
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection"
makedepends="libXi-devel gtk+3-devel>=3.8 libnotify-devel"
short_desc="The GNOME Bluetooth Subsystem"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/GnomeBluetooth"
license="GPL, LGPL"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=70f275922f10ac9f40eb7d57f89193502ee490894b5b721d0f6273432fc97f82
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."
post_install() {
vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules 644 usr/lib/udev/rules.d
}