NetworkManager: update to 0.9.8.8.

This commit is contained in:
Juan RP 2013-10-11 11:25:36 +02:00
parent 8679f1a9f8
commit a032c07cc2
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'NetworkManager' # Template file for 'NetworkManager'
pkgname=NetworkManager pkgname=NetworkManager
version=0.9.8.6 version=0.9.8.8
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no configure_args="--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org/projects/NetworkManager/" homepage="http://www.gnome.org/projects/NetworkManager/"
license="GPL-2" license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
checksum=2289800de66fd7f8c141e029923beb39f43952e442b3cb864e3bf73b26c0c369 checksum=8a0a3de9cd2897f778193aa5f04c8a6f6f87fe07f7a088aab26d2b35baa17a55
hostmakedepends="pkg-config intltool gobject-introspection" hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="libuuid-devel nss-devel dbus-glib-devel libgudev-devel makedepends="libuuid-devel nss-devel dbus-glib-devel libgudev-devel
@ -34,7 +34,7 @@ libnm_package() {
replaces="NetworkManager<0.9.1.90_1" replaces="NetworkManager<0.9.1.90_1"
short_desc+=" - shared libraries" short_desc+=" - shared libraries"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so.*"
vmove "usr/lib/girepository-*" vmove "usr/lib/girepository-*"
} }
} }