Mate-polkit: Difference between revisions
From LFScript
No edit summary |
|||
Line 15: | Line 15: | ||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1.17 \ | |||
--localstatedir=/var \ | |||
--libexecdir=/usr/lib/polkit-mate \ | --libexecdir=/usr/lib/polkit-mate \ | ||
--disable-static && | --disable-static && | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 20:57, 27 February 2017
LFScript can find this software under the name mate-polkit
.
Sources
MD5 Checksums:
229198ca8f3cb6aa93779093c4ccc5fb mate-polkit-1.17.0.tar.xz
Dependencies
- mate-common
- gtk+3
- gtk-doc
- polkit
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --libexecdir=/usr/lib/polkit-mate \ --disable-static && make
As the root user:
make install