Difference between revisions of "Mate-user-share"

From LFScript
Line 4: Line 4:
 
== Sources ==
 
== Sources ==
 
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-user-share-1.17.0.tar.xz</sourcecode>
 
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-user-share-1.17.0.tar.xz</sourcecode>
 +
 +
<md5>b845c0d02aa5151c8395625cc45a3891  mate-user-share-1.17.0.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 12:43, 5 March 2017

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

Sources


MD5 Checksums:

b845c0d02aa5151c8395625cc45a3891  mate-user-share-1.17.0.tar.xz

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