Difference between revisions of "Mate-indicator-applet"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-indicator-applet</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-indicator-applet-1.17.1.tar.xz<...")
 
Line 10: Line 10:
 
== Installation ==
 
== Installation ==
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.16 \
+
         --sysconfdir=/etc/mate/1.17 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 
         --mandir=/usr/share/man \
 
         --mandir=/usr/share/man \

Revision as of 19:49, 1 March 2017

LFScript can find this software under the name mate-indicator-applet.

Sources

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-indicator-applet \
        --disable-static &&
make

As the root user:

make install