2013-03-21 18:54:27 +01:00
|
|
|
MATE SlackBuilds
|
|
|
|
================
|
|
|
|
|
2014-03-02 23:11:54 +01:00
|
|
|
This project provides SlackBuild scripts to build and install the MATE
|
2014-03-03 04:56:35 +01:00
|
|
|
desktop environment (http://www.mate-desktop.org) on Slackware Linux.
|
2015-12-26 07:29:05 +01:00
|
|
|
Please check the main project website at https://mateslackbuilds.github.io
|
2017-03-14 02:33:47 +01:00
|
|
|
for screenshots and more information. There is also a link to MATE 1.18
|
2016-04-11 13:30:53 +02:00
|
|
|
binary packages for Slackware 14.2 and also older MATE packages for Slackware
|
2014-03-03 04:56:35 +01:00
|
|
|
14.0 and 14.1.
|
|
|
|
|
2014-03-03 04:57:29 +01: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.
|
2014-03-03 04:56:35 +01:00
|
|
|
|
|
|
|
After cloning the initial Git repo, you will be using 'master' branch which
|
2018-02-07 16:36:13 +01:00
|
|
|
will build the latest release or development branch for MATE desktop.
|
|
|
|
Building from the master 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
|
2022-02-05 02:21:31 +01:00
|
|
|
is MATE version 1.26, released in August 2021. Checkout that branch using 'git
|
2022-02-05 02:13:21 +01:00
|
|
|
checkout 15.0-mate-1.26' to build from the stable MSB branch.
|
2014-03-02 23:11:54 +01:00
|
|
|
|
|
|
|
The rest of this README.TXT is specific to building from the 'master'
|
2021-08-05 02:22:30 +02:00
|
|
|
branch which will build MATE 1.26, which is the latest stable version of MATE.
|
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-16 18:31:38 +02:00
|
|
|
1. Clone the Git repo or download a tarball/zip of the repo.
|
|
|
|
|
2014-03-05 15:15:38 +01:00
|
|
|
2. Run the 'mate-build-deps.sh' in the msb root directory which will build
|
2018-11-23 22:41:06 +01:00
|
|
|
and install all the necessary dependencies in the /deps directory.
|
|
|
|
Please use "su" or "su -" to build as root instead of using "sudo".
|
2014-03-05 15:15:38 +01:00
|
|
|
|
|
|
|
3. Run the 'mate-build-base.sh' in the msb root directory which will build
|
2022-02-05 02:13:21 +01:00
|
|
|
and install all the base (required) packages. There are a total of 25 packages
|
2014-03-05 15:15:38 +01:00
|
|
|
and they do not replace any stock Slackware packages. The SlackBuilds will use
|
2014-03-02 23:11:54 +01:00
|
|
|
wget to download the sources. Or, you can also manually download the
|
2022-02-05 02:13:21 +01:00
|
|
|
sources from: http://pub.mate-desktop.org/releases/1.26 and the download
|
2014-03-02 23:11:54 +01:00
|
|
|
locations for each dependency and put each source into the corresponding
|
|
|
|
directory within 'base' and 'deps'.
|
2013-03-22 17:18:56 +01:00
|
|
|
|
2014-03-05 15:15:38 +01:00
|
|
|
4. 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
|
|
|
|
2014-03-05 15:15:38 +01:00
|
|
|
5. Once the base packages are built and installed, plus any from /extra,
|
2014-03-02 23:11:54 +01:00
|
|
|
you 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-03-22 17:18:56 +01:00
|
|
|
|
2014-03-05 15:15:38 +01:00
|
|
|
6. Check the 'startup applications' because there might be some duplicate
|
2014-03-02 23:11:54 +01:00
|
|
|
or 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.
|
2015-05-11 02:43:13 +02:00
|
|
|
Also, if you use mate-power-manager then you might want to disable the Xfce
|
|
|
|
power manager if it is listed.
|
2013-03-22 17:48:13 +01:00
|
|
|
|
2016-03-18 20:04:15 +01:00
|
|
|
7. Check the 'preferred applications' in System > Preferences > Personal
|
|
|
|
menu to make sure you use the correct application. eg. caja for File Manager
|
|
|
|
instead of audacious.
|
|
|
|
|
|
|
|
8. Users running Slackware{64} -current are advised to read CURRENT.TXT.
|
2014-03-03 04:39:51 +01:00
|
|
|
It should also be noted that the target system for MATE SlackBuilds is a
|
|
|
|
full install of the latest official Slackware release. It might run on a
|
2013-06-24 05:48:16 +02:00
|
|
|
less-than-full install and it might run on -current. Or, it might not.
|
|
|
|
Neither of those are our official target systems.
|
2013-04-03 03:38:53 +02:00
|
|
|
|
2016-03-18 20:04:15 +01:00
|
|
|
9. Enjoy and let us know of any issues. Email is:
|
2014-03-02 23:11:54 +01:00
|
|
|
mateslackbuilds@gmail.com.
|
|
|
|
|
2013-04-11 16:45:46 +02:00
|
|
|
Thanks!
|
2014-03-03 04:56:35 +01:00
|
|
|
|
|
|
|
---
|
|
|
|
Chess Griffin
|
|
|
|
Willy Sudiarto Raharjo
|