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..."
 
Update to 1.18.1
 
(2 intermediate revisions by the same user not shown)
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.18/mate-control-center-1.18.1.tar.xz</sourcecode>


<md5>d6c98a8b230090e4728853f07efcb558 mate-control-center-1.8.2.tar.xz</md5>
<md5>e79f8536426365d265cf60a7d7530a17 mate-control-center-1.18.1.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.18 \
         --localstatedir=/var \
         --localstatedir=/var \
        --mandir=/usr/share/man \
         --libexecdir=/usr/lib/mate-control-center \
         --libexecdir=/usr/lib/mate-control-center \
         --disable-static &&
         --disable-static &&

Latest revision as of 15:12, 28 April 2017

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

Sources


MD5 Checksums:

e79f8536426365d265cf60a7d7530a17  mate-control-center-1.18.1.tar.xz

Dependencies

Installation

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

As the root user:

make install