Mate-themes: Difference between revisions
From LFScript
No edit summary |
|||
| Line 14: | Line 14: | ||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1.17 \ | |||
--localstatedir=/var \ | --localstatedir=/var \ | ||
-- | --mandir=/usr/share/man \ | ||
--libexecdir=/usr/lib/mate-icon-theme \ | |||
--disable-static \ | |||
--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 21:01, 27 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 \
--sysconfdir=/etc/mate/1.17 \
--localstatedir=/var \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/mate-icon-theme \
--disable-static \
--enable-all-themes &&
makeAs the root user:
make install
