Difference between revisions of "Nm-applet"

From LFScript
m (→‎Dependencies: Unlink libnotify)
Line 8: Line 8:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency value="libnotify_compat"></dependency>[[libnotify]]
 
 
* <dependency value="mate-conf"></dependency>[[MateConf]]
 
* <dependency value="mate-conf"></dependency>[[MateConf]]
 
* <dependency value="libmatekeyring"></dependency>[[libmatekeyring]]
 
* <dependency value="libmatekeyring"></dependency>[[libmatekeyring]]
 +
* <dependency>iso-codes</dependency>
 +
* <dependency>libnotify</dependency>
 +
* <dependency>networkmanager</dependency>
 
* <dependency>wpa_supplicant</dependency>
 
* <dependency>wpa_supplicant</dependency>
* <dependency>networkmanager</dependency>
 
* <dependency>iso-codes</dependency>
 
  
 
The <code>wpa_supplicant</code> dependency is optional. However, if it is not present at run time, [[nm-applet]] will not be able to connect to any wireless network.
 
The <code>wpa_supplicant</code> dependency is optional. However, if it is not present at run time, [[nm-applet]] will not be able to connect to any wireless network.

Revision as of 11:15, 27 July 2014

LFScript can find this software under the name nm-applet.

Sources


MD5 Checksums:

9623aeb6c782a8d782500cf12c887b5b  network-manager-applet-0.9.2.0.tar.xz

Dependencies

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