Mate-themes: Difference between revisions

From LFScript
Update to 3.22.10 (MATE 1.18)
 
Line 3: Line 3:


== Sources ==
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22.7.tar.xz</sourcecode>
* <sourcecode>http://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22.10.tar.xz</sourcecode>


<md5>729880567b1ee1c295faa314134a1639 mate-themes-3.22.7.tar.xz</md5>
<md5>5fd37a1afa37666d8d8bd8a94cf82cdf mate-themes-3.22.10.tar.xz</md5>


== Dependencies ==
== Dependencies ==
Line 14: Line 14:
== Installation ==
== Installation ==
<build>./autogen.sh --prefix=/usr \
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.17 \
         --sysconfdir=/etc/mate/1.18 \
         --localstatedir=/var \
         --localstatedir=/var \
         --mandir=/usr/share/man \
         --mandir=/usr/share/man \

Latest revision as of 15:11, 28 April 2017

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

Sources


MD5 Checksums:

5fd37a1afa37666d8d8bd8a94cf82cdf  mate-themes-3.22.10.tar.xz

Dependencies

Installation

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

As the root user:

make install