Nm-applet: Difference between revisions
From LFScript
Created page with "<scriptname>nm-applet</scriptname> == Sources == * <sourcecode>http://ftp.acc.umu.se/pub/GNOME/sources/network-manager-applet/0.9/network-manager-applet-0.9.2.0.tar.xz</sourc..." |
m →Dependencies: Correct WPA supplicant link |
||
Line 10: | Line 10: | ||
* <dependency value="mate-conf"></dependency>[[MateConf]] | * <dependency value="mate-conf"></dependency>[[MateConf]] | ||
* <dependency value="libmatekeyring"></dependency>[[libmatekeyring]] | * <dependency value="libmatekeyring"></dependency>[[libmatekeyring]] | ||
* <dependency value="wpa-supplicant"></dependency>[[ | * <dependency value="wpa-supplicant"></dependency>[[WPA Supplicant]] | ||
* <dependency>networkmanager</dependency> | * <dependency>networkmanager</dependency> | ||
* <dependency>iso-codes</dependency> | * <dependency>iso-codes</dependency> |
Revision as of 21:25, 14 February 2012
LFScript can find this software under the name nm-applet
.
Sources
MD5 Checksums:
9623aeb6c782a8d782500cf12c887b5b network-manager-applet-0.9.2.0.tar.xz
Dependencies
- libnotify
- MateConf
- libmatekeyring
- WPA Supplicant
- networkmanager
- iso-codes
The wpa-supplicant dependency is optional. However, if it is not present at run time, nm-applet will not be able to connect to any wireless network.
Installation
convertToMate
./configure --prefix=/usr \ --sysconfdir=/etc \ --with-mateconf-schema-file-dir=/etc/mate/${MATE_RELEASE}/mateconf/schemas && make
As the root user:
make install