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...")
 
(Update to 3.22.10 (MATE 1.18))
 
(3 intermediate revisions by the same user not shown)
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.10.tar.xz</sourcecode>
  
<md5>5c348c11eb78c0ee0442ee429132d2c7 mate-themes-1.8.1.tar.xz</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.18 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \
         --sysconfdir=/etc/mate/1.8 \
+
         --mandir=/usr/share/man \
 +
        --libexecdir=/usr/lib/mate-themes \
 +
        --disable-static \
 
         --enable-all-themes &&
 
         --enable-all-themes &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Latest revision as of 17: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

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