Mate-system-monitor: Difference between revisions
From LFScript
Created page with "Category:Scripts <scriptname>mate-system-monitor</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-system-monitor-1.17.0.tar.xz</sou..." |
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. | * <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-system-monitor-1.18.0.tar.xz</sourcecode> | ||
<md5> | <md5>387c84dbf751bd292f2c04d3d98bd335 mate-system-monitor-1.18.0.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="mate-common"></dependency>[[mate-common]] | * <dependency value="mate-common"></dependency>[[mate-common]] | ||
* <dependency value="yelp-tools"></dependency>[[Yelp Tools]] | |||
* <dependency>gtkmm3</dependency> | |||
* <dependency>libgtop</dependency> | |||
* <dependency>librsvg</dependency> | |||
* <dependency>libwnck</dependency> | |||
== 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 \ | --mandir=/usr/share/man \ |
Latest revision as of 15:16, 28 April 2017
LFScript can find this software under the name mate-system-monitor
.
Sources
MD5 Checksums:
387c84dbf751bd292f2c04d3d98bd335 mate-system-monitor-1.18.0.tar.xz
Dependencies
- mate-common
- Yelp Tools
- gtkmm3
- libgtop
- librsvg
- libwnck
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.18 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mate-system-monitor \ --disable-static && make
As the root user:
make install