Mate-power-manager: Difference between revisions

From LFScript
Line 8: Line 8:


== Dependencies ==
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency value="mate-panel"></dependency>[[mate-panel]]
* <dependency value="libgnome-keyring"></dependency>[[libgnome-keyring]]
* <dependency>libnotify</dependency>
* <dependency>upower</dependency>


== Installation ==
== Installation ==

Revision as of 22:55, 28 February 2017

LFScript can find this software under the name mate-power-manager.

Sources


MD5 Checksums:

5aab49f8f3a9d57d7a1527b762e9b3b6  mate-power-manager-1.17.1.tar.xz

Dependencies

Installation

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

As the root user:

make install