Difference between revisions of "Caja"

From LFScript
(Created page with "Caja is the MATE desktop file manager. <scriptname>caja</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/caja-1.8.1.tar.xz</sourcecode> ...")
 
m
Line 1: Line 1:
 +
[[Category:Scripts]]
 
[[Caja]] is the MATE desktop file manager.
 
[[Caja]] is the MATE desktop file manager.
  

Revision as of 16:51, 29 July 2014

Caja is the MATE desktop file manager.

LFScript can find this software under the name caja.

Sources


MD5 Checksums:

e81bbec307c8aafd9663f4927f309ba4  caja-1.8.1.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.8 \
        --localstatedir=/var \
        --libexecdir=/usr/lib/caja \
        --disable-static &&
make

As the root user:

make install

As the root user:

install -v -m755 -d /usr/share/doc/caja
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} \
        /usr/share/doc/caja