Mate-menus: Difference between revisions
From LFScript
Created page with "Category:Scripts <scriptname>mate-menus</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-menus-1.8.0.tar.xz</sourcecode> <md5>360bb..." |
Update to 1.18.0 |
||
(5 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-menus-1.18.0.tar.xz</sourcecode> | ||
<md5> | <md5>b66092d08b7ec18845f04fcdf0b498d5 mate-menus-1.18.0.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 14: | Line 14: | ||
== 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 \ | ||
--mandir=/usr/share/man \ | |||
--libexecdir=/usr/lib/mate-menus \ | |||
--disable-static && | --disable-static && | ||
make</build> | make</build> | ||
Line 21: | Line 23: | ||
<build user="root">make install</build> | <build user="root">make install</build> | ||
= | <build user="root">echo "export XDG_CONFIG_DIRS=/etc/xdg:/etc/mate/1.18/xdg" \ | ||
> /etc/profile.d/mate.sh | |||
> /etc/profile.d/mate.sh | |||
echo "export XDG_DATA_DIRS=/usr/share:/usr/local/share" \ | |||
>> /etc/profile.d/mate.sh</ | >> /etc/profile.d/mate.sh</build> |
Latest revision as of 15:08, 28 April 2017
LFScript can find this software under the name mate-menus
.
Sources
MD5 Checksums:
b66092d08b7ec18845f04fcdf0b498d5 mate-menus-1.18.0.tar.xz
Dependencies
- mate-common
- glib2
- gobject-introspection
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.18 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mate-menus \ --disable-static && make
As the root user:
make install
As the root user:
echo "export XDG_CONFIG_DIRS=/etc/xdg:/etc/mate/1.18/xdg" \ > /etc/profile.d/mate.sh echo "export XDG_DATA_DIRS=/usr/share:/usr/local/share" \ >> /etc/profile.d/mate.sh