Mate-control-center: Difference between revisions

From LFScript
Update to 1.18.1
 
Line 3: Line 3:


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


<md5>c1bc85187811c2ca713dd8eb262126c8 mate-control-center-1.17.3.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.17 \
         --sysconfdir=/etc/mate/1.18 \
         --localstatedir=/var \
         --localstatedir=/var \
         --mandir=/usr/share/man \
         --mandir=/usr/share/man \

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