Difference between revisions of "Mate-settings-daemon"

From LFScript
(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.17/mate-settings-daemon-1.17.1.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-settings-daemon-1.18.1.tar.xz</sourcecode>
  
<md5>cc3f34b6fd5b49b2570cb41c26457524 mate-settings-daemon-1.17.1.tar.xz</md5>
+
<md5>b7d4c903f941715bfff7b2c95f2c32bd mate-settings-daemon-1.18.1.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
Line 14: Line 14:
 
== Installation ==
 
== Installation ==
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.17 \
+
         --sysconfdir=/etc/mate/1.18 \
 +
        --localstatedir=/var \
 +
        --mandir=/usr/share/man \
 
         --libexecdir=/usr/lib/mate-settings-daemon \
 
         --libexecdir=/usr/lib/mate-settings-daemon \
        --localstatedir=/var \
 
 
         --disable-static &&
 
         --disable-static &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Latest revision as of 17:06, 28 April 2017

LFScript can find this software under the name mate-settings-daemon.

Sources


MD5 Checksums:

b7d4c903f941715bfff7b2c95f2c32bd  mate-settings-daemon-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-settings-daemon \
        --disable-static &&
make

As the root user:

make install