Marco: Difference between revisions
From LFScript
Created page with "Category:Scripts <scriptname>marco</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/marco-1.8.1.tar.xz</sourcecode> <md5>453245abd553594..." |
No edit summary |
||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.17/marco-1.17.1.tar.xz</sourcecode> | ||
<md5> | <md5>8ca5ce913ac15d3e07dd222a78062e5c marco-1.17.1.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
* <dependency | * <dependency>gtk+3</dependency> | ||
* <dependency>libcanberra</dependency> | * <dependency>libcanberra</dependency> | ||
* <dependency value="mate-common"></dependency>[[mate-common]] | |||
* <dependency value="yelp-tools"></dependency>[[yelp-tools]] | |||
* <dependency value="zenity"></dependency>[[zenity]] | |||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1. | --sysconfdir=/etc/mate/1.17 \ | ||
--libexecdir=/usr/lib/marco \ | --libexecdir=/usr/lib/marco \ | ||
--localstatedir=/var \ | --localstatedir=/var \ |
Revision as of 19:22, 26 February 2017
LFScript can find this software under the name marco
.
Sources
MD5 Checksums:
8ca5ce913ac15d3e07dd222a78062e5c marco-1.17.1.tar.xz
Dependencies
- gtk+3
- libcanberra
- mate-common
- yelp-tools
- zenity
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --libexecdir=/usr/lib/marco \ --localstatedir=/var \ --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