mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libmbim: update to 1.32.0.
This commit is contained in:
parent
b19b5fdb7c
commit
b3eb8fd56e
1 changed files with 8 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'libmbim'
|
||||
pkgname=libmbim
|
||||
version=1.26.4
|
||||
version=1.32.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper=gir
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="glib-devel libgudev-devel"
|
||||
build_style=meson
|
||||
build_helper="gir qemu"
|
||||
configure_args="-Dintrospection=true"
|
||||
hostmakedepends="pkg-config help2man"
|
||||
makedepends="glib-devel libgudev-devel bash-completion"
|
||||
short_desc="MBIM modem protocol helper library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://www.freedesktop.org/wiki/Software/libmbim/"
|
||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f688cec4c4586a17575f5e327448ce62f2000ef6a07c9e4589873d4a68568ad9
|
||||
distfiles="https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/${version}/libmbim-${version}.tar.bz2"
|
||||
checksum=47228f0c07dfb2fbf51e35eb60f12c22113ef6923a0e23fcae3b2a4efee5ed29
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
|
Loading…
Add table
Reference in a new issue