Difference between revisions of "Mate-themes"

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...")
 
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-themes-1.8.1.tar.xz</sourcecode>
+
* <sourcecode>http://pub.mate-desktop.org/releases/themes/3.22/mate-themes-3.22.7.tar.xz</sourcecode>
  
<md5>5c348c11eb78c0ee0442ee429132d2c7 mate-themes-1.8.1.tar.xz</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.8 \
+
         --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 21: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

Installation

./autogen.sh --prefix=/usr \
        --localstatedir=/var \
        --sysconfdir=/etc/mate/1.17 \
        --enable-all-themes &&
make

As the root user:

make install