Merge pull request #1443 from hanspolo/ModemManager
ModemManager: updated to 1.4.8
This commit is contained in:
commit
3ee72704e3
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'ModemManager'
|
# Template file for 'ModemManager'
|
||||||
pkgname=ModemManager
|
pkgname=ModemManager
|
||||||
version=1.4.6
|
version=1.4.8
|
||||||
revision=1
|
revision=1
|
||||||
build_options="gir systemd"
|
build_options="gir systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --sbindir=/usr/bin
|
configure_args="--disable-static --sbindir=/usr/bin
|
||||||
--with-udev-base-dir=/usr/lib/udev --with-polkit=permissive
|
--with-udev-base-dir=/usr/lib/udev --with-polkit=permissive
|
||||||
$(vopt_enable gir introspection)"
|
$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool glib-devel
|
hostmakedepends="pkg-config intltool glib-devel autoconf
|
||||||
$(vopt_if gir 'vala-devel gobject-introspection')"
|
$(vopt_if gir 'vala-devel gobject-introspection')"
|
||||||
makedepends="glib-devel libgudev-devel polkit-devel libqmi-devel
|
makedepends="glib-devel libgudev-devel polkit-devel libqmi-devel
|
||||||
libmbim-devel ppp libqmi-devel $(vopt_if systemd systemd-devel)"
|
libmbim-devel ppp libqmi-devel $(vopt_if systemd systemd-devel)"
|
||||||
|
@ -16,8 +16,8 @@ short_desc="Mobile broadband modem management service"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/ModemManager/"
|
homepage="http://www.freedesktop.org/wiki/Software/ModemManager/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=0cedabf46310f8c56630b116944f54ee64369c76c2f35f5f460ca19a8bb5a5cd
|
checksum=d951eaffbe513bcde54f90602c6c423a49593f656d6485ba95f6fcb4bc1e8003
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Reference in a new issue