Difference between revisions of "Marco"

From LFScript
(Update to 1.18.0)
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.17/marco-1.17.1.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/1.18/marco-1.18.0.tar.xz</sourcecode>
  
<md5>8ca5ce913ac15d3e07dd222a78062e5c marco-1.17.1.tar.xz</md5>
+
<md5>c0d14cd1d2524e460cb84819cbd863ea marco-1.18.0.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
Line 11: Line 11:
 
* <dependency>libcanberra</dependency>
 
* <dependency>libcanberra</dependency>
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency value="yelp-tools"></dependency>[[yelp-tools]]
+
* <dependency value="yelp-tools"></dependency>[[Yelp Tools]]
* <dependency value="zenity"></dependency>[[zenity]]
+
* <dependency value="zenity"></dependency>[[Zenity]]
  
 
== Installation ==
 
== Installation ==
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
         --sysconfdir=/etc/mate/1.17 \
+
         --sysconfdir=/etc/mate/1.18 \
 +
        --localstatedir=/var \
 +
        --mandir=/usr/share/man \
 
         --libexecdir=/usr/lib/marco \
 
         --libexecdir=/usr/lib/marco \
        --localstatedir=/var \
 
 
         --disable-static &&
 
         --disable-static &&
 
make</build>
 
make</build>

Latest revision as of 16:05, 28 April 2017

LFScript can find this software under the name marco.

Sources


MD5 Checksums:

c0d14cd1d2524e460cb84819cbd863ea  marco-1.18.0.tar.xz

Dependencies

Installation

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

As the root user:

make install

As the root user:

install -v -m755 -d /usr/share/doc/marco
install -v -m644 README rationales.txt doc/*.txt \
        /usr/share/doc/marco

As the root user:

cat > ~/.xinitrc << "EOF"
xterm &
exec marco
EOF