Mate-themes: Difference between revisions
From LFScript
Created page with "Category:Scripts <scriptname>mate-themes</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-themes-1.8.1.tar.xz</sourcecode> <md5>5c3..." |
No edit summary |
||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/ | * <sourcecode>http://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22.7.tar.xz</sourcecode> | ||
<md5> | <md5>729880567b1ee1c295faa314134a1639 mate-themes-3.22.7.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 15: | Line 15: | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--sysconfdir=/etc/mate/1. | --sysconfdir=/etc/mate/1.17 \ | ||
--enable-all-themes && | --enable-all-themes && | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 19:40, 26 February 2017
LFScript can find this software under the name mate-themes
.
Sources
MD5 Checksums:
729880567b1ee1c295faa314134a1639 mate-themes-3.22.7.tar.xz
Dependencies
- mate-common
- gtk+2
- icon-naming-utils
Installation
./autogen.sh --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc/mate/1.17 \ --enable-all-themes && make
As the root user:
make install