Libmatekbd: Difference between revisions
From LFScript
Line 17: | Line 17: | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--mandir=/usr/share/man \ | --mandir=/usr/share/man \ | ||
--libexecdir=/usr/lib/mate- | --libexecdir=/usr/lib/mate-kbd \ | ||
--disable-static && | --disable-static && | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 21:06, 27 February 2017
LFScript can find this software under the name libmatekbd
.
Sources
MD5 Checksums:
0ac7858605ffc001f9f6ccc1afbd931e libmatekbd-1.17.0.tar.xz
Dependencies
- mate-common
- gtk+3
- libxklavier
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mate-kbd \ --disable-static && make
As the root user:
make install