Difference between revisions of "Nm-applet"

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...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Deleted Scripts]]
 +
'''This software is included in BLFS and therefore no longer maintained here.'''
 +
 
<scriptname>nm-applet</scriptname>
 
<scriptname>nm-applet</scriptname>
  
Line 7: Line 10:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency value="libnotify_compat"></dependency>[[libnotify]]
+
* <dependency>mate-conf</dependency>
* <dependency value="mate-conf"></dependency>[[MateConf]]
+
* <dependency>libmatekeyring</dependency>
* <dependency value="libmatekeyring"></dependency>[[libmatekeyring]]
+
* <dependency>iso-codes</dependency>
* <dependency value="wpa-supplicant"></dependency>[[wpa-supplicant]]
+
* <dependency>libnotify</dependency>
 
* <dependency>networkmanager</dependency>
 
* <dependency>networkmanager</dependency>
* <dependency>iso-codes</dependency>
+
* <dependency>wpa_supplicant</dependency>
  
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.
+
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.
  
 
== Installation ==
 
== Installation ==

Latest revision as of 11:37, 5 March 2017

This software is included in BLFS and therefore no longer maintained here.

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

Sources


MD5 Checksums:

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

Dependencies

  • mate-conf
  • libmatekeyring
  • iso-codes
  • libnotify
  • networkmanager
  • wpa_supplicant

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