Mate-icon-theme: Difference between revisions

From LFScript
No edit summary
Line 12: Line 12:


== Installation ==
== Installation ==
<build>./autogen.sh --prefix=/usr &&
<build>./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --libexecdir=/usr/lib/mate-icon-theme \
        --disable-static &&
make</build>
make</build>


<build user="root">make install</build>
<build user="root">make install</build>

Revision as of 20:57, 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 \
        --libexecdir=/usr/lib/mate-icon-theme \
        --disable-static &&
make

As the root user:

make install