SlackBuild scripts for the MATE desktop environment
Find a file
2013-03-25 23:28:57 -04:00
base ack - remove the deps and build scripts from /base and /extra 2013-03-25 11:02:30 -04:00
deps move testing/mate-text-editor into /extra; bring in new dependency gtksourceview which is required by mate-text-editor; modify various README's regarding the issue of building gtksourceview on Slackware 14.0 vs. -current; thanks to Willy Sudiarto Raharjo. 2013-03-25 23:28:57 -04:00
extra move testing/mate-text-editor into /extra; bring in new dependency gtksourceview which is required by mate-text-editor; modify various README's regarding the issue of building gtksourceview on Slackware 14.0 vs. -current; thanks to Willy Sudiarto Raharjo. 2013-03-25 23:28:57 -04:00
testing move testing/mate-text-editor into /extra; bring in new dependency gtksourceview which is required by mate-text-editor; modify various README's regarding the issue of building gtksourceview on Slackware 14.0 vs. -current; thanks to Willy Sudiarto Raharjo. 2013-03-25 23:28:57 -04:00
.gitignore Added .gitignore 2013-03-22 22:56:05 -04:00
CURRENT.TXT update CURRENT.TXT to list packages that need to be rebuilt with new dconf in -current; thanks to Willy Sudiarto Raharjo 2013-03-25 22:09:21 -04:00
KNOWN_ISSUES.TXT update KNOWN_ISSUES.TXT for /home/chess/.local 2013-03-24 00:09:46 -04:00
mate-build-base.sh move dependencies into new /deps directory; modify mate-build-base.sh and mate-build-extra.sh scripts to reflect the new location of these dependencies; thanks to Willy Sudiarto Raharjo for the suggestion. 2013-03-25 10:56:49 -04:00
mate-build-extra.sh move mate-image-viewer and mate-sensors-applet into /extra; update mate-build-extra.sh and testing/mate-build-testing.sh accordingly 2013-03-25 22:45:54 -04:00
README.TXT update README.TXT 2013-03-25 20:03:34 -04:00
TODO.TXT update READE.TXT, KNOWN_ISSUES.TXT, and TODO.TXT 2013-03-22 12:48:13 -04:00
TREE.TXT update TREE.TXT 2013-03-25 22:47:14 -04:00

MATE SlackBuilds
================

Here are some SlackBuild scripts to build and install the MATE desktop
environment on Slackware.  Currently, they build and install MATE 1.5 which is
the development branch of the upcoming 1.6 release, due at the end of March or
early April, 2013.

How to install:

1.  Clone the Git repo or download a tarball/zip of the repo. Run the
'mate-build-base.sh' in the msb root directory which will build and install
all the base (required) packages.  Note, there are also some dependencies in
the /deps directory.  There are a total of 25 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:
http://pub.mate-desktop.org/releases/1.5/ and the download locations for each
dependency and put each source into the corresponding directory within 'base'
and 'deps'.

2.  Optionally, build and install any of the extra packages in the /extra
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.

3.  Once the base packages are built and installed, plus any from /extra, 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.

4.  Check the 'startup applications' because there might be some duplicate 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.  Also, if you use
mate-power-manager from /extra then you might want to disable the Xfce power
manager if it is listed.  Same with mate-keyring from /extra - if you
installed that, you might want to disable the gnome-keyring entries.

5.  Enjoy and let me know of any issues.  Thanks!