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> ...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Scripts]]
 
[[Caja]] is the MATE desktop file manager.
 
[[Caja]] is the MATE desktop file manager.
  
Line 4: Line 5:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/caja-1.8.1.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/caja-1.18.2.tar.xz</sourcecode>
  
<md5>e81bbec307c8aafd9663f4927f309ba4 caja-1.8.1.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 15: 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 17: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