Difference between revisions of "Mate-polkit"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-panel</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-polkit-1.8.0.tar.xz</sourcecode> <md5>bd7d...")
 
Line 1: Line 1:
 
[[Category:Scripts]]
 
[[Category:Scripts]]
<scriptname>mate-panel</scriptname>
+
<scriptname>mate-polkit</scriptname>
  
 
== Sources ==
 
== Sources ==

Revision as of 22:56, 29 July 2014

LFScript can find this software under the name mate-polkit.

Sources


MD5 Checksums:

bd7dfb225e1ba6aac3c5752d496071d8  mate-polkit-1.8.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --libexecdir=/usr/lib/polkit-mate \
        --localstatedir=/var \
        --sysconfdir=/etc/mate/1.8 \
        --disable-static &&
make

As the root user:

make install