Mate-panel

From LFScript
Revision as of 22:51, 29 July 2014 by Marcel (talk | contribs) (Created page with "Category:Scripts <scriptname>mate-panel</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-panel-1.8.0.tar.xz</sourcecode> <md5>fe1a3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Sources


MD5 Checksums:

fe1a3ff81a5d12cdbb8f3882cbb4f188  mate-panel-1.8.0.tar.xz

Dependencies

Installation

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

As the root user:

make install