mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
blueman: update to 2.0.6.
This commit is contained in:
parent
6ce8512a84
commit
0147040beb
1 changed files with 8 additions and 5 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'blueman'
|
# Template file for 'blueman'
|
||||||
pkgname=blueman
|
pkgname=blueman
|
||||||
version=2.0.5
|
version=2.0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
pycompile_module="blueman"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="intltool pkg-config python-Cython"
|
hostmakedepends="intltool pkg-config python-Cython"
|
||||||
makedepends="python-gobject-devel python-dbus-devel gtk+3-devel startup-notification-devel libbluetooth-devel"
|
makedepends="gtk+3-devel libbluetooth-devel python-dbus-devel
|
||||||
depends="dbus bluez GConf python-gobject python-dbus python-cairo libnotify"
|
python-gobject-devel startup-notification-devel"
|
||||||
|
depends="GConf bluez libnotify python-dbus python-gobject"
|
||||||
pycompile_module="blueman"
|
pycompile_module="blueman"
|
||||||
short_desc="A GTK+ Bluetooth Manager"
|
short_desc="A GTK+ Bluetooth Manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/blueman-project/blueman"
|
homepage="https://github.com/blueman-project/blueman"
|
||||||
distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz"
|
distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz"
|
||||||
checksum=2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca
|
checksum=728d7f21906a03644f7f19bce42535a71370d7e9d5702b834b2faf29b5a3812d
|
||||||
|
conf_files="/etc/dbus-1/system.d/org.blueman.Mechanism.conf"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" python-dbus-devel"
|
hostmakedepends+=" python-dbus-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue