Mate-power-manager: Difference between revisions

From LFScript
Created page with "Category:Scripts <scriptname>mate-power-manager</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/[fixme]</sourcecode> <md5>c1bc85187811..."
 
Update to 1.18.0
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Sources ==
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/[fixme]</sourcecode>
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-power-manager-1.18.0.tar.xz</sourcecode>


<md5>c1bc85187811c2ca713dd8eb262126c8 [fixme]</md5>
<md5>0752b149f3036fb0469afa57edf3d3a2 mate-power-manager-1.18.0.tar.xz</md5>


== 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 ==
<build>./autogen.sh --prefix=/usr \
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.17 \
         --sysconfdir=/etc/mate/1.18 \
         --localstatedir=/var \
         --localstatedir=/var \
        --mandir=/usr/share/man \
         --libexecdir=/usr/lib/mate-power-manager \
         --libexecdir=/usr/lib/mate-power-manager \
         --disable-static &&
         --disable-static &&

Latest revision as of 15:15, 28 April 2017

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

Sources


MD5 Checksums:

0752b149f3036fb0469afa57edf3d3a2  mate-power-manager-1.18.0.tar.xz

Dependencies

Installation

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

As the root user:

make install