NetworkManager: update to 0.9.2.0.

This commit is contained in:
Juan RP 2011-11-10 13:49:17 +01:00
parent 0e59c1ee07
commit 20459227a6

View file

@ -1,7 +1,6 @@
# Template file for 'NetworkManager' # Template file for 'NetworkManager'
pkgname=NetworkManager pkgname=NetworkManager
version=0.9.1.95 version=0.9.2.0
revision=3
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-distro=gentoo configure_args="--with-distro=gentoo
@ -13,7 +12,7 @@ short_desc="Network Management daemon"
maintainer="Juan RP <xtraeme@gmail.com>" 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"
checksum=4702c25324fc6c0e860a9be9860b898ce444333d084b0d5b86b069bbd5fee468 checksum=437af9132a6fe1ff603cd981c0cfaa4557592b34782f9705e708d61365226ddf
long_desc=" long_desc="
NetworkManager attempts to keep an active network connection available at all 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 times. It is intended only for the desktop use-case, and is not intended for
@ -66,6 +65,5 @@ post_install()
{ {
# Install config file. # Install config file.
install -m644 ${FILESDIR}/*.conf ${DESTDIR}/etc/NetworkManager install -m644 ${FILESDIR}/*.conf ${DESTDIR}/etc/NetworkManager
rm -rf ${DESTDIR}/var/run
rm -rf ${DESTDIR}/etc/init.d rm -rf ${DESTDIR}/etc/init.d
} }