network-manager-applet: update to 0.9.8.0.
This commit is contained in:
parent
002d1202d8
commit
34eefee559
3 changed files with 4 additions and 25 deletions
|
@ -1,10 +1,6 @@
|
||||||
# Template file for 'libnm-gtk'.
|
# Template file for 'libnm-gtk'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} - runtime library"
|
short_desc="${short_desc} - runtime library"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the GTK+ runtime library."
|
|
||||||
|
|
||||||
replaces="${sourcepkg}<0.9.1.95"
|
replaces="${sourcepkg}<0.9.1.95"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -2,11 +2,7 @@
|
||||||
#
|
#
|
||||||
depends="gtk+3-devel NetworkManager-devel>=${version}
|
depends="gtk+3-devel NetworkManager-devel>=${version}
|
||||||
libnm-gtk-${version}_${revision}"
|
libnm-gtk-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'network-manager-applet'
|
# Template file for 'network-manager-applet'
|
||||||
pkgname=network-manager-applet
|
pkgname=network-manager-applet
|
||||||
version=0.9.6.4
|
version=0.9.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-bluetooth"
|
configure_args="--disable-static --with-bluetooth"
|
||||||
|
@ -16,17 +16,4 @@ 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"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
||||||
checksum=ae5667b165f0f83244ec76c42f17553ec2169f5250e144904994497137374141
|
checksum=1afb6e736870ba95132bf0d211c46849e02a820ba3902a059a616be888053590
|
||||||
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
|
|
||||||
usage on servers. The point of NetworkManager is to make networking
|
|
||||||
configuration and setup as painless and automatic as possible. If using DHCP,
|
|
||||||
NetworkManager is _intended_ to replace default routes, obtain IP addresses
|
|
||||||
from a DHCP server, and change nameservers whenever it sees fit.
|
|
||||||
|
|
||||||
This package contains a systray applet for GNOME's notification area but it
|
|
||||||
also works for other desktop environments which provide a systray like KDE or
|
|
||||||
Xfce. It displays the available networks and allows to easily switch between
|
|
||||||
them. For encrypted networks it will prompt the user for the key/passphrase
|
|
||||||
and it can optionally store them in the gnome-keyring."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue