8c404386fe
Fixes CVE-2020-15238 [ci skip]
25 lines
887 B
Bash
25 lines
887 B
Bash
# Template file for 'blueman'
|
|
pkgname=blueman
|
|
version=2.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
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="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=1d9c3d39a564d88851aa8de509f16bfa586b0b50f4307dc6c6347ba4833664da
|
|
conf_files="/etc/dbus-1/system.d/org.blueman.Mechanism.conf"
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" glib-devel python3-devel"
|
|
fi
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
|
}
|