Ultimately, I have decided to stick with MATE 1.4 as the official version for Salix/Slackware 14.0. I had already a large number of packages for 1.4 ready and uploaded in the Salix repositories and upgrading those to 1.6 would mean breaking lots of configurations and settings in the process. However, I have also built packages for MATE 1.5 and I will build packages for MATE 1.6, when it is released, which I'll be keeping in a separate "unofficial" repository.
MATE 1.4 packages for Slackware 14.0
MATE 1.4 is the latest stable release of MATE.
The easiest way to install MATE 1.4 in a Slackware system is to have slapt-get installed and add the salix repositories in your /etc/slapt-getrc file.
For 32-bit systems, add this to your slapt-getrc:
Code:
SOURCE=http://slackware.org.uk/salix/i486/14.0/:PREFERRED
and for 64-bit systems, add this to your slapt-getrc:
Code:
SOURCE=http://slackware.org.uk/salix/x86_64/14.0/:PREFERRED
You can replace the slackware.org.uk server with any of the mirrors that carry the salix repositories. Find a list here:
http://www.salixos.org/wiki/index.ph...sitory_mirrors
If you want to everything manually, without slapt-get, you can just download and install all packages from one of those mirrors and inside the $arch/14.0/mate directory. In that case, you will additionally need the following packages that are not part of a stock Slackware installation and which you can also find in the Salix repos (under different directories):
Code:
atkmm
cairomm
dconf
glibmm
gtkmm
libgtop
libsigc++
libunique
pangomm
MATE 1.5 packages for Slackware 14.0
MATE 1.5 is a development release, which will eventually lead to the 1.6 stable release. It is not complete yet, some parts are still missing. The most important is probably mate-terminal 1.5 which has not been released yet, but you all probably have alternatives for that. Once the MATE developers release a working tarball, I'll add this to the packages that I'm providing. Otherwise, MATE 1.5 seems to work fine here, no obvious problems that I can find until now. You can install these packages if you want to have a peek at what the 1.6 version will bring and report any issues you might have to the MATE developers, so that the 1.6 release will be the best that it can be.
You can also install MATE 1.5 using slapt-get, but you'll need to add both the salix repositories and my private MATE 1.5 repository to the list of sources in /etc/slapt-getrc.
For 32-bit systems, add this to your slapt-getrc:
Code:
SOURCE=http://slackware.org.uk/salix/i486/14.0/:PREFERRED
SOURCE=http://people.salixos.org/gapan/mate_1.5_for_slack14.0/i486/:CUSTOM
and for 64-bit systems, add this to your slapt-getrc:
Code:
SOURCE=http://slackware.org.uk/salix/x86_64/14.0/:PREFERRED
SOURCE=http://people.salixos.org/gapan/mate_1.5_for_slack14.0/x86_64/:CUSTOM
and install with
Code:
slapt-get --install-set mate
the downside is that will also grab a few MATE 1.4 packages that have been deprecated in 1.5. You can easily remove those by running:
Code:
removepkg /var/log/packages/*mate*1.4*
Otherwise you can just grab the packages from the following location and install manually:
http://people.salixos.org/gapan/mate_1.5_for_slack14.0/
Additional packages not present in a stock slackware installation are listed under that URL.
Please report any issues you might find and hope you enjoy MATE on your Slackware.
