Difference between revisions of "Mate-panel"

From LFScript
(Update to 1.18.1)
 
(2 intermediate revisions by the same user not shown)
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 11: Line 11:
 
* <dependency value="mate-menus"></dependency>[[mate-menus]]
 
* <dependency value="mate-menus"></dependency>[[mate-menus]]
 
* <dependency value="libmateweather"></dependency>[[libmateweather]]
 
* <dependency value="libmateweather"></dependency>[[libmateweather]]
* <dependency>libwnck2</dependency>
+
* <dependency>libwnck</dependency>
 
* <dependency>libcanberra</dependency>
 
* <dependency>libcanberra</dependency>
 
* <dependency>dbus-glib</dependency>
 
* <dependency>dbus-glib</dependency>
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 \
 
         --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>

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