NetworkManager: update to 0.9.5.95; switch to /usr.
This commit is contained in:
parent
ab3f6ad85d
commit
11f2ad31aa
1 changed files with 11 additions and 7 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'NetworkManager'
|
# Template file for 'NetworkManager'
|
||||||
pkgname=NetworkManager
|
pkgname=NetworkManager
|
||||||
version=0.9.4.0
|
version=0.9.5.95
|
||||||
revision=4
|
revision=1
|
||||||
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 --enable-concheck
|
--with-crypto=nss --disable-static --enable-ppp --enable-concheck
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
--with-session-tracking=systemd"
|
--with-session-tracking=systemd --with-udev-dir=/usr/lib/udev
|
||||||
makedepends="pkg-config intltool gobject-introspection libuuid-devel nss-devel dbus-glib-devel libgudev-devel wireless_tools-devel libnl3-devel polkit-devel ppp-devel iptables-devel libsoup-devel systemd-devel"
|
--with-kernel-firmware-dir=/usr/lib/firmware
|
||||||
|
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.5"
|
||||||
|
makedepends="pkg-config intltool gobject-introspection libuuid-devel nss-devel
|
||||||
|
dbus-glib-devel libgudev-devel wireless_tools-devel libnl3-devel
|
||||||
|
polkit-devel ppp-devel iptables-devel libsoup-devel systemd-devel"
|
||||||
fulldepends="dbus>=0 iproute2 dhcpcd>=5.5.4_1 wpa_supplicant"
|
fulldepends="dbus>=0 iproute2 dhcpcd>=5.5.4_1 wpa_supplicant"
|
||||||
systemd_services="${pkgname}.service on"
|
systemd_services="${pkgname}.service on"
|
||||||
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
||||||
|
@ -19,7 +22,8 @@ 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=eb4f124008b3d855a37205d03ef035b7218639cd7332bdae5567095977e93e0f
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
||||||
|
checksum=f9994451e532c1e619e077c10069605dd727617ca8633fbdcd1c09c874614c81
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue