2013-03-21 18:54:27 +01:00
|
|
|
MATE SlackBuilds
|
|
|
|
================
|
|
|
|
|
2013-07-20 05:44:56 +02:00
|
|
|
This project provides SlackBuild scripts to build and install the MATE desktop
|
|
|
|
environment on Slackware (http://www.mate-desktop.org). Please check the main
|
2013-09-29 18:59:55 +02:00
|
|
|
project website at http://mateslackbuilds.github.io for screenshots and more
|
2013-07-20 05:44:56 +02:00
|
|
|
information. There is also a link to some MATE 1.6 binary packages for
|
2013-10-15 19:09:44 +02:00
|
|
|
Slackware 14.0 and Slackware 14.1.
|
2013-07-20 05:44:56 +02:00
|
|
|
|
|
|
|
Please read GIT_BRANCHES.TXT to make sure you are on the right branch of the
|
|
|
|
MSB repo before attempting to build from the scripts. After cloning the
|
|
|
|
initial Git repo, you will be using 'master' branch which will build the
|
|
|
|
development branch of MATE 1.7. Building from the development branch is not
|
|
|
|
supported and may or may not work at any given moment. Most users will want
|
|
|
|
to build from the stable branch which is MATE version 1.6, released on April
|
2013-10-01 04:57:02 +02:00
|
|
|
2, 2013. Checkout that branch using 'git checkout 14.1-mate-1.6' to build
|
2013-09-25 01:53:11 +02:00
|
|
|
from the stable MSB branch.
|
2013-07-20 05:44:56 +02:00
|
|
|
|
2013-10-01 04:57:02 +02:00
|
|
|
The rest of this README.TXT is specific to building from '14.1-mate-1.6' branch.
|
2013-03-22 17:18:56 +01:00
|
|
|
|
2013-04-05 05:44:29 +02:00
|
|
|
How to build and install the MATE packages using these scripts:
|
2013-03-22 17:18:56 +01:00
|
|
|
|
2013-07-17 02:01:44 +02:00
|
|
|
1. Clone the Git repo or download a tarball/zip of the repo.
|
|
|
|
|
2013-07-20 05:44:56 +02:00
|
|
|
2. Run the 'mate-build-base.sh' in the msb root directory which will build
|
2013-07-17 02:01:44 +02:00
|
|
|
and install all the base (required) packages, including necessary dependencies
|
2013-09-25 01:53:11 +02:00
|
|
|
in the /deps directory. There are a total of 23 packages and they do not
|
|
|
|
replace any stock Slackware packages. The SlackBuilds will use wget to download
|
|
|
|
the sources. Or, you can also manually download the sources from:
|
2013-04-03 23:48:40 +02:00
|
|
|
http://pub.mate-desktop.org/releases/1.6/ and the download locations for each
|
|
|
|
dependency and put each source into the corresponding directory within 'base'
|
|
|
|
and 'deps'.
|
2013-03-22 17:18:56 +01:00
|
|
|
|
2013-07-20 05:44:56 +02:00
|
|
|
3. Optionally, build and install any of the extra packages in the /extra
|
2013-03-25 16:55:57 +01:00
|
|
|
directory. If you want to build and install them all, then you can use the
|
|
|
|
'mate-build-extra.sh' script in the msb root directory. Otherwise, just go
|
|
|
|
into the directory of whatever package you want in /extra and run the
|
|
|
|
SlackBuild. As with 'base', each SlackBuild will download the source.
|
2013-03-22 17:18:56 +01:00
|
|
|
|
2013-07-20 05:44:56 +02:00
|
|
|
4. Once the base packages are built and installed, plus any from /extra, you
|
2013-03-22 17:18:56 +01:00
|
|
|
can use 'xwmconfig' to select the mate session. Or, if you use KDM, just log
|
|
|
|
out and select MATE from the KDM session dialog.
|
|
|
|
|
2013-07-20 05:44:56 +02:00
|
|
|
5. Check the 'startup applications' because there might be some duplicate or
|
2013-03-22 17:48:13 +01:00
|
|
|
conflicting entries. For example, there will be an entry for polkit-mate and
|
|
|
|
polkit-gnome, the result of which might be duplicate attempts at polkit
|
|
|
|
actions when inserting a usb stick, for example. You may want to disable
|
|
|
|
polkit-gnome and see if polkit-mate works by itself. Also, if you use
|
|
|
|
mate-power-manager from /extra then you might want to disable the Xfce power
|
2013-09-25 01:53:11 +02:00
|
|
|
manager if it is listed.
|
2013-03-22 17:48:13 +01:00
|
|
|
|
2013-09-25 01:53:11 +02:00
|
|
|
6. Enjoy and let us know of any issues. Email is: mateslackbuilds@gmail.com.
|
2013-04-11 16:45:46 +02:00
|
|
|
Thanks!
|