Mate-polkit

From LFScript
Revision as of 22:52, 29 July 2014 by Marcel (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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