Difference between revisions of "Caja"

From LFScript
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/caja-1.17.3.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/caja-1.18.2.tar.xz</sourcecode>
  
<md5>b15532e37c274d759cd97ea68cc5192d caja-1.17.3.tar.xz</md5>
+
<md5>90841d4db2860ae662586cd40519da11 caja-1.18.2.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency value="mate-desktop"></dependency>[[mate-desktop]]
 
* <dependency value="mate-desktop"></dependency>[[mate-desktop]]
 +
* <dependency>libnotify</dependency>
 
* <dependency>libunique</dependency>
 
* <dependency>libunique</dependency>
 
* <dependency>shared-mime-info</dependency>
 
* <dependency>shared-mime-info</dependency>
Line 16: Line 17:
 
== Installation ==
 
== Installation ==
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.8 \
+
         --sysconfdir=/etc/mate/1.18 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 +
        --mandir=/usr/share/man \
 
         --libexecdir=/usr/lib/caja \
 
         --libexecdir=/usr/lib/caja \
 
         --disable-static &&
 
         --disable-static &&

Latest revision as of 16:03, 28 April 2017

Caja is the MATE desktop file manager.

LFScript can find this software under the name caja.

Sources


MD5 Checksums:

90841d4db2860ae662586cd40519da11  caja-1.18.2.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.18 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --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