blueman: update to 2.1.1.

This commit is contained in:
Frank Steinborn 2019-08-18 22:07:59 +02:00 committed by John Zimmermann
parent a2dc4ac127
commit 3d56dcdfc0
2 changed files with 8 additions and 31 deletions

View File

@ -1,23 +0,0 @@
--- module/libblueman.c.orig 2016-03-27 09:13:07.203123088 +0200
+++ module/libblueman.c 2016-03-27 09:13:19.497969382 +0200
@@ -28,6 +28,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <unistd.h>
#include <linux/sockios.h>
#include <linux/if.h>
--- module/modem-prober.c.orig 2016-03-27 09:19:20.635454542 +0200
+++ module/modem-prober.c 2016-03-27 09:19:28.550355592 +0200
@@ -38,6 +38,10 @@
#define PyString_FromString PyUnicode_FromString
#endif
+#ifndef XCASE
+# define XCASE 4
+#endif
+
static gboolean verbose = FALSE;

View File

@ -1,22 +1,22 @@
# Template file for 'blueman'
pkgname=blueman
version=2.0.8
version=2.1.1
revision=1
build_style=gnu-configure
pycompile_module="blueman"
configure_args="--disable-static"
hostmakedepends="intltool pkg-config python-Cython"
makedepends="gtk+3-devel libbluetooth-devel python-dbus-devel
python-gobject-devel startup-notification-devel"
depends="bluez libnotify python-dbus python-gobject"
hostmakedepends="intltool iproute2 pkg-config python3-Cython"
makedepends="gtk+3-devel libbluetooth-devel python3-devel
python3-gobject-devel startup-notification-devel"
depends="bluez libnotify python3-gobject"
short_desc="GTK+ Bluetooth Manager"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/blueman-project/blueman"
distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz"
checksum=04afd07b4c900a401f39e711dedbf8b9cf12000ddeda0d8ef3c3327caf34704e
checksum=f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3
conf_files="/etc/dbus-1/system.d/org.blueman.Mechanism.conf"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python-dbus-devel"
hostmakedepends+=" glib-devel python3-devel"
fi