diff --git a/srcpkgs/blueman/patches/musl.patch b/srcpkgs/blueman/patches/musl.patch deleted file mode 100644 index ba37b10dab5..00000000000 --- a/srcpkgs/blueman/patches/musl.patch +++ /dev/null @@ -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 - #include - #include -+#include - #include - #include - #include - ---- 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; - diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 596ea427cde..f59d3ccb980 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -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 " +maintainer="Frank Steinborn " 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