NetworkManager: update to 0.9.4.0.
This commit is contained in:
parent
8707041971
commit
681a935de8
4 changed files with 12 additions and 6 deletions
|
@ -8,8 +8,9 @@ long_desc="${long_desc}
|
||||||
Add_dependency run dbus-glib-devel
|
Add_dependency run dbus-glib-devel
|
||||||
Add_dependency run libnm ">=${version}"
|
Add_dependency run libnm ">=${version}"
|
||||||
|
|
||||||
do_install()
|
noarch=yes
|
||||||
{
|
|
||||||
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/gir-1.0 usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
|
|
@ -25,3 +25,5 @@ libplc4.so
|
||||||
libnspr4.so
|
libnspr4.so
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libnl-genl-3.so.200
|
libnl-genl-3.so.200
|
||||||
|
libsystemd-login.so.0
|
||||||
|
libsoup-2.4.so.1
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=0.9.1.90"
|
abi_depends=">=0.9.1.90"
|
||||||
api_depends=">=0.9.1.95" # -devel subpkg with reduced rundeps.
|
api_depends=">=0.9.4.0"
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'NetworkManager'
|
# Template file for 'NetworkManager'
|
||||||
pkgname=NetworkManager
|
pkgname=NetworkManager
|
||||||
version=0.9.3.997
|
version=0.9.4.0
|
||||||
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
|
||||||
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
|
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
|
||||||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||||
--with-crypto=nss --disable-static --enable-ppp
|
--with-crypto=nss --disable-static --enable-ppp
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system"
|
--with-systemdsystemunitdir=/lib/systemd/system
|
||||||
|
--with-session-tracking=systemd --enable-concheck"
|
||||||
short_desc="Network Management daemon"
|
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=27bf47926fe43e32bca3b5f64e9eb8f18f4be0ea120493bcbfe2a88cd2602494
|
checksum=eb4f124008b3d855a37205d03ef035b7218639cd7332bdae5567095977e93e0f
|
||||||
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
|
||||||
|
@ -36,6 +37,8 @@ Add_dependency build libnl3-devel
|
||||||
Add_dependency build polkit-devel
|
Add_dependency build polkit-devel
|
||||||
Add_dependency build ppp-devel
|
Add_dependency build ppp-devel
|
||||||
Add_dependency build iptables-devel
|
Add_dependency build iptables-devel
|
||||||
|
Add_dependency build systemd-devel
|
||||||
|
Add_dependency build libsoup-devel
|
||||||
|
|
||||||
Add_dependency full dbus ">=0"
|
Add_dependency full dbus ">=0"
|
||||||
Add_dependency full iproute2
|
Add_dependency full iproute2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue