SlackBuild scripts for the MATE desktop environment
Find a file
Willy Sudiarto Raharjo 8bbd50f753 Updated README.TXT to reflect changes in master branch
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
2013-07-18 08:38:16 +07:00
base libmatekbd: Upgraded to 1.7.0 2013-07-18 08:22:23 +07:00
deps add README for /deps directory. 2013-04-13 00:08:00 -04:00
extra update mate-power-manager to 1.6.1; update TREE.TXT 2013-05-02 22:48:22 -04:00
testing add xdg-open.patch and update KNOWN_ISSUES.TXT for the xdg-open issue reported on LQ by Totoro-kun with the fix reported by T3slider. 2013-06-09 23:22:26 -04:00
.gitignore Added .gitignore 2013-03-22 22:56:05 -04:00
CURRENT.TXT update CURRENT.TXT and README.TXT 2013-06-23 23:48:16 -04:00
GIT_BRANCHES.TXT Fix typo on GIT_BRANCHES.TXT 2013-07-16 23:38:23 +07:00
KNOWN_ISSUES.TXT add xdg-open.patch and update KNOWN_ISSUES.TXT for the xdg-open issue reported on LQ by Totoro-kun with the fix reported by T3slider. 2013-06-09 23:22:26 -04:00
mate-build-base.sh fix minor typo in both build scripts 2013-05-28 23:21:26 -04:00
mate-build-extra.sh fix minor typo in both build scripts 2013-05-28 23:21:26 -04:00
README.TXT Updated README.TXT to reflect changes in master branch 2013-07-18 08:38:16 +07:00
TODO.TXT Update TODO to add dependencies for system-mate-monitor 2013-04-03 21:28:01 +07:00
TREE.TXT add GIT_BRANCHES.TXT; update README.TXT; update TREE.TXT 2013-07-16 12:31:38 -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.7 which is
the development release towards MATE 1.8. For those wanted to install MATE 1.6 
which was released on April 2, 2013, please checkout the '1.6' branch (See step 2). 
Please check the main project website at http://mateslackbuilds.github.com for 
screenshots and more information.  
There is also a link there to some binary packages for Slackware 14.0.

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.  Read GIT_BRANCHES.TXT to make sure you are on the right branch of the MSB
repo. After cloning the initial Git repo, you will be using 'master' branch 
which will build MATE 1.7 and considered development branch. The stable branch 
is '1.6'. Checkout that branch using 'git checkout 1.6' to build from the 
stable branch.

3.  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 is already included in Slackware so you do not need the dconf 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.6/ and the download locations for each
dependency and put each source into the corresponding directory within 'base'
and 'deps'.

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

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

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

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

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