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..." |
No edit summary |
||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-control-center-1.17.3.tar.xz</sourcecode> | ||
<md5> | <md5>c1bc85187811c2ca713dd8eb262126c8 mate-control-center-1.17.3.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. | --sysconfdir=/etc/mate/1.17 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--libexecdir=/usr/lib/mate-control-center \ | --libexecdir=/usr/lib/mate-control-center \ |
Revision as of 19:29, 26 February 2017
LFScript can find this software under the name mate-control-center
.
Sources
MD5 Checksums:
c1bc85187811c2ca713dd8eb262126c8 mate-control-center-1.17.3.tar.xz
Dependencies
- mate-menus
- Marco
- mate-settings-daemon
- libunique
- shared-mime-info
- desktop-file-utils
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --libexecdir=/usr/lib/mate-control-center \ --disable-static && make
As the root user:
make install