2010-04-18 01:03:40 +00:00
|
|
|
# Template file for 'gnome-bluetooth'
|
|
|
|
pkgname=gnome-bluetooth
|
2013-03-28 15:02:43 +00:00
|
|
|
version=3.8.0
|
2012-09-25 16:04:45 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-11-15 21:32:36 +00:00
|
|
|
configure_args="--disable-desktop-update --disable-schemas-compile
|
|
|
|
--disable-icon-update"
|
2013-03-28 15:02:43 +00:00
|
|
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection"
|
|
|
|
makedepends="libXi-devel gtk+3-devel>=3.8 libnotify-devel"
|
2010-04-18 01:03:40 +00:00
|
|
|
short_desc="The GNOME Bluetooth Subsystem"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 19:44:19 +00:00
|
|
|
homepage="http://live.gnome.org/GnomeBluetooth"
|
|
|
|
license="GPL, LGPL"
|
2013-03-28 15:02:43 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
|
|
|
checksum=70f275922f10ac9f40eb7d57f89193502ee490894b5b721d0f6273432fc97f82
|
2010-04-18 01:03:40 +00: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 16:27:04 +00:00
|
|
|
|
2012-02-09 16:06:58 +00:00
|
|
|
post_install() {
|
2012-07-10 07:20:50 +00:00
|
|
|
vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules 644 usr/lib/udev/rules.d
|
2011-05-26 08:13:37 +00:00
|
|
|
}
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
gnome-bluetooth-devel_package() {
|
|
|
|
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
gnome-bluetooth_package() {
|
|
|
|
depends="dconf gvfs hicolor-icon-theme desktop-file-utils"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|