Caja: Difference between revisions
From LFScript
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.18/caja-1.18.2.tar.xz</sourcecode> | ||
<md5> | <md5>90841d4db2860ae662586cd40519da11 caja-1.18.2.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 17: | Line 17: | ||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1. | --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 15: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
- mate-desktop
- libnotify
- libunique
- shared-mime-info
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