Mate-user-share: Difference between revisions

From LFScript
Created page with "Category:Scripts <scriptname>mate-user-share</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-user-share-1.17.0.tar.xz</sourcecode>..."
 
Line 6: Line 6:


== Dependencies ==
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency value="caja"></dependency>[[caja]]
* <dependency>dbus-glib</dependency>
* <dependency>libcanberra</dependency>


== Installation ==
== Installation ==

Revision as of 10:42, 5 March 2017

LFScript can find this software under the name mate-user-share.

Sources

Dependencies

  • caja
  • dbus-glib
  • libcanberra

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-user-share \
        --disable-static &&
make

As the root user:

make install