gnome-bluetooth: update to 3.32.0.

This commit is contained in:
Rasmus Thomsen 2019-03-11 16:13:44 +01:00 committed by maxice8
parent 402330c81b
commit fac93196cd

View file

@ -1,7 +1,8 @@
# Template file for 'gnome-bluetooth'
pkgname=gnome-bluetooth
version=3.28.2
version=3.32.0
revision=1
build_helper="gir"
build_style=meson
configure_args="-Dicon-update=false -Dgtk_doc=false
-Dintrospection=$(vopt_if gir true false)"
@ -9,17 +10,19 @@ hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection
makedepends="libXi-devel gtk+3-devel libnotify-devel dconf-devel
gvfs-devel bluez eudev-libudev-devel libcanberra-devel"
depends="bluez>=5 dconf>=0.20 gvfs>=1.20 hicolor-icon-theme desktop-file-utils"
short_desc="The GNOME Bluetooth Subsystem"
short_desc="GNOME Bluetooth Subsystem"
maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="https://wiki.gnome.org/Projects/GnomeBluetooth"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/GnomeBluetooth"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=1f4961ac33b5f9ce5e6e01ea2c08ad29cc98ed2b8878e38da867235b28a50732
checksum=ab8fa07613aa6b92be6151b1e2063cad5349bc1a8314eb091a0e62be2ea03e52
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gir"
fi
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
*-musl) ;;
*) build_options_default+=" gir" ;;
esac
gnome-bluetooth-devel_package() {
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"