Mate-control-center: Difference between revisions

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


== Sources ==
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-control-center-1.8.2.tar.xz</sourcecode>
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-control-center-1.17.3.tar.xz</sourcecode>


<md5>d6c98a8b230090e4728853f07efcb558 mate-control-center-1.8.2.tar.xz</md5>
<md5>c1bc85187811c2ca713dd8eb262126c8 mate-control-center-1.17.3.tar.xz</md5>


== Dependencies ==
== Dependencies ==
Line 17: Line 17:
== 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 \
         --libexecdir=/usr/lib/mate-control-center \
         --libexecdir=/usr/lib/mate-control-center \

Revision as of 19:29, 26 February 2017

LFScript can find this software under the name mate-control-center.

Sources


MD5 Checksums:

c1bc85187811c2ca713dd8eb262126c8  mate-control-center-1.17.3.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --libexecdir=/usr/lib/mate-control-center \
        --disable-static &&
make

As the root user:

make install