SlackBuild scripts for the MATE desktop environment
Find a file
Willy Sudiarto Raharjo 47c1b5dd2f Upgrade base/ to 1.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
2014-02-24 00:55:35 +07:00
base Upgrade base/ to 1.8.0 2014-02-24 00:55:35 +07:00
deps gksu: Re-Added 2014-02-14 19:10:44 +07:00
extra mate-system-tools: Upgraded to 1.7.90 2014-02-20 08:44:01 +07:00
testing Update KNOWN ISSUES and Remove Shadow Patch 2014-02-20 12:02:56 +07:00
.gitignore Added mate-build-all.sh to gitignore. 2013-10-07 19:34:01 +07:00
CURRENT.TXT Update Documentation about Packages Available in 14.1 2013-11-16 02:03:54 +07:00
GIT_BRANCHES.TXT Update Branch information 2013-11-08 16:59:39 +07:00
KNOWN_ISSUES.TXT Update Known Issues for potential solution 2014-02-24 00:55:12 +07:00
MATE-1.8-CHANGES.TXT mate-bluetooth: Removed (broken) 2014-02-19 22:33:06 +07:00
MATE-1.8-DEPS.TXT Update mate-applets dependencies 2014-02-20 08:13:57 +07:00
mate-build-base.sh pangox-compat: Added 2014-02-10 15:04:55 +07:00
mate-build-extra.sh re-arrange mate-build-extra to have all deps built first 2014-02-20 08:23:56 +07:00
README.TXT Update number of packages in base/ 2014-02-21 08:32:31 +07:00
TODO.TXT Update Documentation About GIT Branch for Stable Releases 2013-10-01 09:59:36 +07:00
UPGRADE.TXT Update UPGRADE.TXT for mate-bluetooth removal 2014-02-19 22:35:13 +07:00

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

This project provides SlackBuild scripts to build and install the MATE desktop
environment on Slackware (http://www.mate-desktop.org).  Please check the main
project website at http://mateslackbuilds.github.io for screenshots and more
information.  There is also a link to some MATE 1.6 binary packages for
Slackware 14.0 and Slackware 14.1.

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
2, 2013.  Checkout that branch using 'git checkout 14.1-mate-1.6' to build from 
the stable MSB branch.

The rest of this README.TXT is specific to building from the 'master' branch.

How to build and install the MATE packages using these scripts:

1.  Clone the Git repo or download a tarball/zip of the repo.

2.  Run the 'mate-build-base.sh' in the msb root directory which will build
and install all the base (required) packages, including necessary dependencies
in the /deps directory.  There are a total of 24 packages and they do not
replace any stock Slackware packages. (If you are building on -current, then
dconf and itstool are already included in Slackware so you do not need them
here in the git repo -- see CURRENT.TXT).  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.7/ and the download locations for each
dependency and put each source into the corresponding directory within 'base'
and 'deps'.

3.  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.

4.  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.

5.  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.

6.  Users running Slackware{64}-Current are advised to read CURRENT.TXT.  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
less-than-full install and it might run on -current.  Or, it might not.
Neither of those are our official target systems.

7.  Enjoy and let us know of any issues.  Email is: mateslackbuilds@gmail.com.
Thanks!