Difference between revisions of "Mate-desktop"

From LFScript
Line 18: Line 18:
 
         --sysconfdir=/etc/mate/1.17 \
 
         --sysconfdir=/etc/mate/1.17 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 +
        --mandir=/usr/share/man \
 
         --libexecdir=/usr/lib/mate-desktop \
 
         --libexecdir=/usr/lib/mate-desktop \
 
         --disable-static &&
 
         --disable-static &&

Revision as of 23:07, 27 February 2017

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

Sources


MD5 Checksums:

5ad99cb438a4afb78557612b4f29280f  mate-desktop-1.17.2.tar.xz

Dependencies

Installation

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

As the root user:

make install