2010-04-18 03:03:40 +02:00
|
|
|
# Template file for 'gnome-bluetooth'
|
|
|
|
pkgname=gnome-bluetooth
|
2013-09-26 18:34:36 +02:00
|
|
|
version=3.10.0
|
2012-09-25 18:04:45 +02:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-11-15 22:32:36 +01:00
|
|
|
configure_args="--disable-desktop-update --disable-schemas-compile
|
|
|
|
--disable-icon-update"
|
2013-03-28 16:02:43 +01:00
|
|
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection"
|
2013-09-27 08:56:06 +02:00
|
|
|
makedepends="libXi-devel gtk+3-devel>=3.8 libnotify-devel dconf-devel>=0.18 gvfs-devel>=1.18 bluez>=5"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="bluez>=5 dconf>=0.18 gvfs>=1.18 hicolor-icon-theme desktop-file-utils"
|
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"
|
2013-09-26 18:34:36 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
|
|
checksum=7ee4ad464abfed59f04d1a471eb25cfb95fc34eeefbe4c47580dbb50df2ab712
|
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
|
|
|
|
2013-04-12 15:11:12 +02:00
|
|
|
gnome-bluetooth-devel_package() {
|
|
|
|
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
2013-09-26 18:34:36 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 15:11:12 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
vmove usr/share/gtk-doc
|
2013-09-26 18:34:36 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 15:11:12 +02:00
|
|
|
}
|
|
|
|
}
|