ModemManager: updated to 1.4.8

This commit is contained in:
Philipp Hirsch 2015-04-28 09:40:01 +02:00
parent 313b5b8a09
commit 2b9d2bdd9f

View file

@ -1,13 +1,13 @@
# Template file for 'ModemManager'
pkgname=ModemManager
version=1.4.6
version=1.4.8
revision=1
build_options="gir systemd"
build_style=gnu-configure
configure_args="--disable-static --sbindir=/usr/bin
--with-udev-base-dir=/usr/lib/udev --with-polkit=permissive
$(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool glib-devel
hostmakedepends="pkg-config intltool glib-devel autoconf
$(vopt_if gir 'vala-devel gobject-introspection')"
makedepends="glib-devel libgudev-devel polkit-devel libqmi-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>"
homepage="http://www.freedesktop.org/wiki/Software/ModemManager/"
license="GPL-2"
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
checksum=0cedabf46310f8c56630b116944f54ee64369c76c2f35f5f460ca19a8bb5a5cd
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
checksum=d951eaffbe513bcde54f90602c6c423a49593f656d6485ba95f6fcb4bc1e8003
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"