Marco: Difference between revisions
From LFScript
Line 12: | Line 12: | ||
* <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>[[ | * <dependency value="zenity"></dependency>[[Zenity]] | ||
== Installation == | == Installation == |
Revision as of 19:25, 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