Difference between revisions of "Mate-themes"

From LFScript
Line 17: Line 17:
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 
         --mandir=/usr/share/man \
 
         --mandir=/usr/share/man \
         --libexecdir=/usr/lib/mate-icon-theme \
+
         --libexecdir=/usr/lib/mate-themes \
 
         --disable-static \
 
         --disable-static \
 
         --enable-all-themes &&
 
         --enable-all-themes &&

Revision as of 22:01, 27 February 2017

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

Sources


MD5 Checksums:

729880567b1ee1c295faa314134a1639  mate-themes-3.22.7.tar.xz

Dependencies

Installation

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

As the root user:

make install