24 lines
884 B
Bash
24 lines
884 B
Bash
# Template file for 'blueman'
|
|
pkgname=blueman
|
|
version=2.3.4
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="intltool iproute2 pkg-config python3-Cython glib-devel
|
|
python3-devel"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/blueman-project/blueman/main/CHANGELOG.md"
|
|
distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz"
|
|
checksum=c20633821437f32c9d3d190ecd70d1e2f7255d74a7d6979f22711bdc2e560152
|
|
|
|
post_extract() {
|
|
# force regeneration of this file
|
|
rm module/_blueman.c
|
|
}
|