Difference between revisions of "Mate-panel"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-panel</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-panel-1.8.0.tar.xz</sourcecode> <md5>fe1a3...")
 
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-panel-1.8.0.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-panel-1.17.1.tar.xz</sourcecode>
  
<md5>fe1a3ff81a5d12cdbb8f3882cbb4f188 mate-panel-1.8.0.tar.xz</md5>
+
<md5>02ce98b42ca42c41492bbfda61247421 mate-panel-1.17.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.8 \
+
         --sysconfdir=/etc/mate/1.17 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 
         --libexecdir=/usr/lib/mate-panel \
 
         --libexecdir=/usr/lib/mate-panel \

Revision as of 21:36, 26 February 2017

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

Sources


MD5 Checksums:

02ce98b42ca42c41492bbfda61247421  mate-panel-1.17.1.tar.xz

Dependencies

Installation

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

As the root user:

make install