Mate-panel: Difference between revisions
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..." |
Update to 1.18.1 |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.18/mate-panel-1.18.1.tar.xz</sourcecode> | ||
<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> | * <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. | --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 15: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
- mate-desktop
- mate-menus
- libmateweather
- libwnck
- libcanberra
- dbus-glib
- librsvg
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