Difference between revisions of "Mate-panel"

From LFScript
Line 23: Line 23:
 
         --mandir=/usr/share/man \
 
         --mandir=/usr/share/man \
 
         --disable-static \
 
         --disable-static \
         --enable-introspection &&
+
         --enable-introspection \
 +
        --enable-matecomponent &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 22:41, 27 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 \
        --enable-matecomponent &&
make

As the root user:

make install