Difference between revisions of "Mate-panel"

From LFScript
(Update to 1.18.1)
 
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-panel-1.17.1.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-panel-1.18.1.tar.xz</sourcecode>
  
<md5>02ce98b42ca42c41492bbfda61247421 mate-panel-1.17.1.tar.xz</md5>
+
<md5>b01c3d72183b1a1e0ff627f17833c223 mate-panel-1.18.1.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
Line 18: Line 18:
 
== Installation ==
 
== Installation ==
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.17 \
+
         --sysconfdir=/etc/mate/1.18 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 
         --libexecdir=/usr/lib/mate-panel \
 
         --libexecdir=/usr/lib/mate-panel \

Latest revision as of 17:08, 28 April 2017

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

Sources


MD5 Checksums:

b01c3d72183b1a1e0ff627f17833c223  mate-panel-1.18.1.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.18 \
        --localstatedir=/var \
        --libexecdir=/usr/lib/mate-panel \
        --mandir=/usr/share/man \
        --disable-static \
        --enable-introspection \
        --enable-matecomponent &&
make

As the root user:

make install