NetworkManager: update to 0.9.0.
This commit is contained in:
parent
c4221f8c92
commit
53fff3d90c
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run libuuid-devel
|
||||
Add_dependency run nss-devel
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'NetworkManager'
|
||||
pkgname=NetworkManager
|
||||
version=0.8.9997
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
||||
version=0.9.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var --with-distro=gentoo
|
||||
--with-dhcpcd=/sbin/dhcpcd --with-dhclient=no --disable-wimax
|
||||
|
@ -11,7 +11,7 @@ short_desc="Network Management daemon"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/NetworkManager/"
|
||||
license="GPL"
|
||||
checksum=af2e08546cfcd51731be8f4d944b77876ba2eca93cf4f15509caf5572cac6596
|
||||
checksum=98d928684ab1707a8200aaeb07a648e214096b8f0fe56294a49f08c18e39714f
|
||||
long_desc="
|
||||
NetworkManager attempts to keep an active network connection available at all
|
||||
times. It is intended only for the desktop use-case, and is not intended for
|
||||
|
|
Loading…
Reference in New Issue