Difference between revisions of "Mate-icon-theme"

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

Revision as of 23:04, 27 February 2017

LFScript can find this software under the name mate-icon-theme.

Sources


MD5 Checksums:

6b4b63bce250e324fce6d9e5bb6c8a44  mate-icon-theme-1.17.0.tar.xz

Dependencies

Installation

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

As the root user:

make install