Mate-desktop: Difference between revisions

From LFScript
Created page with "Category:Scripts <scriptname>mate-desktop</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-desktop-1.8.1.tar.xz</sourcecode> <md5>9..."
 
No edit summary
Line 3: Line 3:


== Sources ==
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-desktop-1.8.1.tar.xz</sourcecode>
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-desktop-1.17.2.tar.xz</sourcecode>


<md5>985c9396685bf31217f5322a6e3cbaff mate-desktop-1.8.1.tar.xz</md5>
<md5>5ad99cb438a4afb78557612b4f29280f mate-desktop-1.17.2.tar.xz</md5>


== Dependencies ==
== Dependencies ==
Line 16: Line 16:
== Installation ==
== Installation ==
<build>./autogen.sh --prefix=/usr \
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.8 \
         --sysconfdir=/etc/mate/1.17 \
         --localstatedir=/var \
         --localstatedir=/var \
         --disable-static &&
         --disable-static &&

Revision as of 19:31, 26 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 \
        --disable-static &&
make

As the root user:

make install