Libmatekbd: Difference between revisions
From LFScript
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.17/libmatekbd-1.17.0.tar.xz</sourcecode> | ||
<md5> | <md5>0ac7858605ffc001f9f6ccc1afbd931e libmatekbd-1.17.0.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 14: | Line 14: | ||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1. | --sysconfdir=/etc/mate/1.17 && | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 19:18, 26 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+2
- libxklavier
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 && make
As the root user:
make install