Difference between revisions of "Caja-extensions"

From LFScript
(Update to 1.18.1)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/caja-extensions-1.17.0.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/caja-extensions-1.18.1.tar.xz</sourcecode>
  
<md5>901d4f960fe6d44e363e485d6abd82b2 sources/caja-extensions-1.17.0.tar.xz</md5>
+
<md5>e0717f239206baddf9f283ee41a4afd7 caja-extensions-1.18.1.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
+
* <dependency value="caja"></dependency>[[caja]]
  
 
== Installation ==
 
== Installation ==
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.17 \
+
         --sysconfdir=/etc/mate/1.18 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
 
         --mandir=/usr/share/man \
 
         --mandir=/usr/share/man \

Latest revision as of 17:19, 28 April 2017

LFScript can find this software under the name caja-extensions.

Sources


MD5 Checksums:

e0717f239206baddf9f283ee41a4afd7  caja-extensions-1.18.1.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.18 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/caja-extensions \
        --disable-static &&
make

As the root user:

make install