Difference between revisions of "Mate-common"

From LFScript
(Update to 1.18.0)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-common-1.17.0.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-common-1.18.0.tar.xz</sourcecode>
  
<md5>fae1d5a0abb6433e3b841ccfffa0c2e3 mate-common-1.17.0.tar.xz</md5>
+
<md5>44994bb86daa8c7092f1e4784c399455 mate-common-1.18.0.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
Line 13: Line 13:
  
 
== Installation ==
 
== Installation ==
<build>./autogen.sh --prefix=/usr &&
+
<build>./autogen.sh --prefix=/usr \
 +
        --sysconfdir=/etc/mate/1.18 \
 +
        --localstatedir=/var \
 +
        --mandir=/usr/share/man \
 +
        --libexecdir=/usr/lib/mate-common \
 +
        --disable-static &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Latest revision as of 15:56, 28 April 2017

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

Sources


MD5 Checksums:

44994bb86daa8c7092f1e4784c399455  mate-common-1.18.0.tar.xz

Dependencies

  • which

The dependency which is used by all packages that require mate-common to locate it.

Installation

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

As the root user:

make install