NetworkManager: update to 0.9.3.997.
This commit is contained in:
parent
a83f02a252
commit
11f7ffa957
5 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'NetworkManager-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} (development files)"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run libnm
|
||||
Add_dependency run libnm ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -24,3 +24,4 @@ libplds4.so
|
|||
libplc4.so
|
||||
libnspr4.so
|
||||
librt.so.1
|
||||
libnl-genl-3.so.200
|
||||
|
|
|
@ -16,3 +16,4 @@ libgthread-2.0.so.0
|
|||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libgio-2.0.so.0
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Template file for 'libnm'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} - shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
@ -9,9 +8,7 @@ long_desc="${long_desc}
|
|||
|
||||
replaces="NetworkManager<0.9.1.90_1"
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
vmove "usr/lib/girepository-*" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'NetworkManager'
|
||||
pkgname=NetworkManager
|
||||
version=0.9.2.0
|
||||
version=0.9.3.997
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=gentoo
|
||||
|
@ -8,12 +8,11 @@ configure_args="--with-distro=gentoo
|
|||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||
--with-crypto=nss --disable-static --enable-ppp
|
||||
--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
revision=3
|
||||
short_desc="Network Management daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/NetworkManager/"
|
||||
license="GPL-2"
|
||||
checksum=437af9132a6fe1ff603cd981c0cfaa4557592b34782f9705e708d61365226ddf
|
||||
checksum=27bf47926fe43e32bca3b5f64e9eb8f18f4be0ea120493bcbfe2a88cd2602494
|
||||
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 a new issue