blob: 86a3a93bf5e876cc1bda5a47eb8a83faa769e455 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
mate-backgrounds
=================
Background images and data for MATE. The MATE backgrounds are a fork of
GNOME backgrounds.
* What is it ?
This module contains a set of backgrounds packaged with the MATE desktop.
* Home Page
http://www.mate-desktop.org/
* Repository
https://github.com/mate-desktop/mate-backgrounds/
* Licensing
This program is released under the terms of the GNU General Public
License (GNU GPL) version 2 or greater.
You can find a copy of the license in the file COPYING.
* Dependencies
In order to build this program from the source code you need a working
MATE environment, with the development tools installed properly.
* Install
./autogen.sh --prefix=/usr
make
make install
|