Difference between revisions of "Libmatekbd"

From LFScript
m
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/libmatekbd-1.8.0.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/libmatekbd-1.17.0.tar.xz</sourcecode>
  
<md5>e2d7c8ee6d5375ed923c2399eb63aeab libmatekbd-1.8.0.tar.xz</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.8 &&
+
         --sysconfdir=/etc/mate/1.17 &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 21:18, 26 February 2017

LFScript can find this software under the name libmatekbd.

Sources


MD5 Checksums:

0ac7858605ffc001f9f6ccc1afbd931e  libmatekbd-1.17.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 &&
make

As the root user:

make install