gnome-bluetooth: update to 3.2.1.
This commit is contained in:
parent
f8bc7c982e
commit
1763e7e601
|
@ -5,7 +5,9 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run gnome-bluetooth
|
||||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run bgnome-bluetooth
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gnome-bluetooth'
|
||||
pkgname=gnome-bluetooth
|
||||
version=3.2.0
|
||||
version=3.2.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-desktop-update --disable-schemas-compile
|
||||
|
@ -9,7 +9,7 @@ short_desc="The GNOME Bluetooth Subsystem"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/GnomeBluetooth"
|
||||
license="GPL, LGPL"
|
||||
checksum=7f8f35baf4a785a4d966257c31ce6ee8eb4fe21bc83b26cadc55c244f583bbca
|
||||
checksum=f67abc26e2a8003b5e3b58e1541ed3955e0ea05a08bfaa8d5dc4b2133d948df0
|
||||
long_desc="
|
||||
This package contains tools for managing and manipulating Bluetooth devices
|
||||
using the GNOME desktop.
|
||||
|
@ -47,11 +47,14 @@ Add_dependency build pkg-config
|
|||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build libnotify-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build nautilus-sendto-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
vinstall ${FILESDIR}/61-gnome-bluetooth-rfkill.rules 644 lib/udev/rules.d
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue