void-packages/srcpkgs/gnome-bluetooth/template

68 lines
2 KiB
Plaintext
Raw Normal View History

# Template file for 'gnome-bluetooth'
pkgname=gnome-bluetooth
2011-10-20 21:30:13 +00:00
version=3.2.1
2011-09-30 09:51:53 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure
configure_args="--disable-desktop-update --disable-schemas-compile
--disable-icon-update"
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"
2011-10-20 21:30:13 +00:00
checksum=f67abc26e2a8003b5e3b58e1541ed3955e0ea05a08bfaa8d5dc4b2133d948df0
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."
gtk_iconcache_dirs="/usr/share/icons/hicolor"
subpackages="$pkgname-devel"
Add_dependency run glibc
2011-09-30 09:51:53 +00:00
Add_dependency run gtk+3
Add_dependency run atk
Add_dependency run pango
2011-09-30 09:51:53 +00:00
Add_dependency run gdk-pixbuf
Add_dependency run cairo
Add_dependency run freetype
Add_dependency run fontconfig
2011-09-30 09:51:53 +00:00
Add_dependency run glib
Add_dependency run dbus-glib
Add_dependency run dbus-libs
Add_dependency run libnotify
2011-09-30 09:51:53 +00:00
Add_dependency run dconf
Add_dependency run bluez ">=0"
Add_dependency run gvfs
Add_dependency run obexd-client ">=0"
Add_dependency run hicolor-icon-theme
Add_dependency run desktop-file-utils
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gnome-doc-utils
2011-09-30 09:51:53 +00:00
Add_dependency build gobject-introspection
2011-10-20 21:30:13 +00:00
Add_dependency build libnotify-devel
Add_dependency build dbus-glib-devel
Add_dependency build nautilus-sendto-devel
post_install()
{
2011-10-20 21:30:13 +00:00
vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules \
644 lib/udev/rules.d
install -d ${DESTDIR}/etc/ld.so.conf.d
echo "/usr/lib/gnome-bluetooth" > \
${DESTDIR}/etc/ld.so.conf.d/${pkgname}.conf
}
post_stow()
{
msg_normal "Updating ld.so(8) cache for ${pkgname}...\n"
ldconfig -f /etc/ld.so.conf.d/${pkgname}.conf
}