mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
ModemManager: update to 1.24.0.
This commit is contained in:
parent
e3bf101e7f
commit
b19b5fdb7c
1 changed files with 12 additions and 17 deletions
|
@ -1,35 +1,30 @@
|
|||
# Template file for 'ModemManager'
|
||||
pkgname=ModemManager
|
||||
version=1.18.12
|
||||
version=1.24.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-static --with-polkit=permissive
|
||||
--with-udev-base-dir=/usr/lib/udev --enable-plugin-qcom-soc
|
||||
$(vopt_enable gir introspection) $(vopt_enable gir vala)"
|
||||
hostmakedepends="pkg-config autoconf $(vopt_if gir vala-devel)
|
||||
glib-devel libxslt-devel"
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dpolkit=permissive -Dsystemdsystemunitdir=no
|
||||
-Ddbus_policy_dir=/usr/share/dbus-1/system.d -Dsystemd_journal=false
|
||||
-Dintrospection=true -Dvapi=true -Dudevdir=/usr/lib/udev
|
||||
-Dplugin_qcom_soc=enabled"
|
||||
hostmakedepends="pkg-config $(vopt_if gir vala-devel)
|
||||
glib-devel libxslt-devel gettext"
|
||||
makedepends="libglib-devel libgudev-devel polkit-devel libqmi-devel
|
||||
libmbim-devel libxslt-devel ppp $(vopt_if gir vala-devel)
|
||||
python3-gobject-devel python3-dbus-devel"
|
||||
python3-gobject-devel python3-dbus-devel bash-completion elogind-devel"
|
||||
depends="hicolor-icon-theme ppp"
|
||||
checkdepends="dbus"
|
||||
short_desc="Mobile broadband modem management service"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.freedesktop.org/wiki/Software/ModemManager/"
|
||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=b464e4925d955a6ca86dd08616e763b26ae46d7fd37dbe281678e34065b1e430
|
||||
distfiles="https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/${version}/ModemManager-${version}.tar.bz2"
|
||||
checksum=2d5acabacfc0ab4f621dde674a6ab54439c7aca18d80454d749a7651573c6b14
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
pre_configure() {
|
||||
# Werror ___Guarantees___ failure to build for any non-trivial project
|
||||
# in any machine that doesn't run the same software as upstream
|
||||
vsed -i configure -e"s; -Werror;;g"
|
||||
}
|
||||
|
||||
ModemManager-devel_package() {
|
||||
depends="libmm-glib>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue