Mate-settings-daemon: Difference between revisions
From LFScript
Update to 1.18.1 |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-settings-daemon-1.18.1.tar.xz</sourcecode> | ||
<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. | --sysconfdir=/etc/mate/1.18 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--mandir=/usr/share/man \ | |||
--libexecdir=/usr/lib/mate-settings-daemon \ | --libexecdir=/usr/lib/mate-settings-daemon \ | ||
--disable-static && | --disable-static && |
Latest revision as of 15: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
- mate-desktop
- libmatekbd
- dbus-glib
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