Mate-panel

From LFScript
Revision as of 22:41, 27 February 2017 by Marcel (talk | contribs) (→‎Installation)

LFScript can find this software under the name mate-panel.

Sources


MD5 Checksums:

02ce98b42ca42c41492bbfda61247421  mate-panel-1.17.1.tar.xz

Dependencies

Installation

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

As the root user:

make install