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..." |
No edit summary |
||
| Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-panel-1.17.1.tar.xz</sourcecode> | ||
<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. | --sysconfdir=/etc/mate/1.17 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--libexecdir=/usr/lib/mate-panel \ | --libexecdir=/usr/lib/mate-panel \ | ||
Revision as of 19: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
- mate-desktop
- mate-menus
- libmateweather
- libwnck2
- libcanberra
- dbus-glib
- librsvg
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 &&
makeAs the root user:
make install
