Mate-themes: Difference between revisions
From LFScript
Update to 3.22.10 (MATE 1.18) |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22. | * <sourcecode>http://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22.10.tar.xz</sourcecode> | ||
<md5> | <md5>5fd37a1afa37666d8d8bd8a94cf82cdf mate-themes-3.22.10.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 14: | Line 14: | ||
== 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 \ | --mandir=/usr/share/man \ | ||
--libexecdir=/usr/lib/mate- | --libexecdir=/usr/lib/mate-themes \ | ||
--disable-static \ | --disable-static \ | ||
--enable-all-themes && | --enable-all-themes && |
Latest revision as of 15:11, 28 April 2017
LFScript can find this software under the name mate-themes
.
Sources
MD5 Checksums:
5fd37a1afa37666d8d8bd8a94cf82cdf mate-themes-3.22.10.tar.xz
Dependencies
- mate-common
- gtk+2
- icon-naming-utils
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.18 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mate-themes \ --disable-static \ --enable-all-themes && make
As the root user:
make install