mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
gnome-bluetooth: update to 3.32.0.
This commit is contained in:
parent
402330c81b
commit
fac93196cd
1 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'gnome-bluetooth'
|
# Template file for 'gnome-bluetooth'
|
||||||
pkgname=gnome-bluetooth
|
pkgname=gnome-bluetooth
|
||||||
version=3.28.2
|
version=3.32.0
|
||||||
revision=1
|
revision=1
|
||||||
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dicon-update=false -Dgtk_doc=false
|
configure_args="-Dicon-update=false -Dgtk_doc=false
|
||||||
-Dintrospection=$(vopt_if gir true 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
|
makedepends="libXi-devel gtk+3-devel libnotify-devel dconf-devel
|
||||||
gvfs-devel bluez eudev-libudev-devel libcanberra-devel"
|
gvfs-devel bluez eudev-libudev-devel libcanberra-devel"
|
||||||
depends="bluez>=5 dconf>=0.20 gvfs>=1.20 hicolor-icon-theme desktop-file-utils"
|
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>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
homepage="https://wiki.gnome.org/Projects/GnomeBluetooth"
|
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
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"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1f4961ac33b5f9ce5e6e01ea2c08ad29cc98ed2b8878e38da867235b28a50732
|
checksum=ab8fa07613aa6b92be6151b1e2063cad5349bc1a8314eb091a0e62be2ea03e52
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
build_options_default+=" gir"
|
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
||||||
fi
|
*-musl) ;;
|
||||||
|
*) build_options_default+=" gir" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
gnome-bluetooth-devel_package() {
|
gnome-bluetooth-devel_package() {
|
||||||
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
depends="glib-devel gtk+3-devel ${sourcepkg}>=${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue