mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
msb: Update documentation.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
335f9cc3f6
commit
6bc0c3f293
5 changed files with 16 additions and 21 deletions
|
@ -1,6 +0,0 @@
|
||||||
New Packages in MATE 1.23:
|
|
||||||
autoconf-archive
|
|
||||||
|
|
||||||
Renamed Packages in MATE 1.23:
|
|
||||||
|
|
||||||
Packages removed in MATE 1.23:
|
|
6
MATE-1.24-CHANGES.TXT
Normal file
6
MATE-1.24-CHANGES.TXT
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
New Packages in MATE 1.24:
|
||||||
|
autoconf-archive
|
||||||
|
|
||||||
|
Renamed Packages in MATE 1.24:
|
||||||
|
|
||||||
|
Packages removed in MATE 1.24:
|
|
@ -19,7 +19,7 @@ is MATE version 1.18, released in March 2017. Checkout that branch using 'git
|
||||||
checkout 14.2-mate-1.18' to build from the stable MSB branch.
|
checkout 14.2-mate-1.18' to build from the stable MSB branch.
|
||||||
|
|
||||||
The rest of this README.TXT is specific to building from the 'master'
|
The rest of this README.TXT is specific to building from the 'master'
|
||||||
branch which will build MATE 1.23, which is a development version of MATE.
|
branch which will build MATE 1.24, which is the latest stable version of MATE.
|
||||||
|
|
||||||
How to build and install the MATE packages using these scripts:
|
How to build and install the MATE packages using these scripts:
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Please use "su" or "su -" to build as root instead of using "sudo".
|
||||||
and install all the base (required) packages. There are a total of 24 packages
|
and install all the base (required) packages. There are a total of 24 packages
|
||||||
and they do not replace any stock Slackware packages. The SlackBuilds will use
|
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
|
wget to download the sources. Or, you can also manually download the
|
||||||
sources from: http://pub.mate-desktop.org/releases/1.23 and the download
|
sources from: http://pub.mate-desktop.org/releases/1.24 and the download
|
||||||
locations for each dependency and put each source into the corresponding
|
locations for each dependency and put each source into the corresponding
|
||||||
directory within 'base' and 'deps'.
|
directory within 'base' and 'deps'.
|
||||||
|
|
||||||
|
|
21
UPGRADE.TXT
21
UPGRADE.TXT
|
@ -1,7 +1,7 @@
|
||||||
MATE 1.20 to 1.22 Upgrade HOWTO
|
MATE 1.22 to 1.24 Upgrade HOWTO
|
||||||
<mateslackbuilds@gmail.com>
|
<mateslackbuilds@gmail.com>
|
||||||
|
|
||||||
This document explains how to upgrade from MATE 1.20 on MATE 1.22 on
|
This document explains how to upgrade from MATE 1.22 on MATE 1.24 on
|
||||||
Slackware Linux Current
|
Slackware Linux Current
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
@ -13,27 +13,22 @@ is complete. Back it up, or take your chances.
|
||||||
|
|
||||||
OK, now that everything is safely backed up, let's proceed. :-)
|
OK, now that everything is safely backed up, let's proceed. :-)
|
||||||
|
|
||||||
You will need the MATE 1.22 packages available on your local system. Grab
|
You will need the MATE 1.24 packages available on your local system. Grab
|
||||||
them from the official repository at http://www.slackware.uk/msb/ or
|
them from the official repository at http://www.slackware.uk/msb/ or
|
||||||
any of the mirror sites. Please note that MATE 1.22 has no new package, but
|
any of the mirror sites. Please note that MATE 1.24 has one new package.
|
||||||
two packages need to be removed as it no longer built on -current and dropped
|
|
||||||
from upstream project.
|
|
||||||
|
|
||||||
1. Upgrade and install all new MATE 1.22 packages:
|
1. Upgrade and install all new MATE 1.24 packages:
|
||||||
|
|
||||||
upgradepkg --install-new --reinstall /path/to/deps/*.txz
|
upgradepkg --install-new --reinstall /path/to/deps/*.txz
|
||||||
upgradepkg --install-new --reinstall /path/to/base/*.txz
|
upgradepkg --install-new --reinstall /path/to/base/*.txz
|
||||||
upgradepkg --install-new --reinstall /path/to/extra/*.txz
|
upgradepkg --install-new --reinstall /path/to/extra/*.txz
|
||||||
|
|
||||||
2. Remove deprecated packages
|
2. Run xwmconfig and select xinitrc.mate-session. This ensures you get the
|
||||||
removepkg caja-actions mate-icon-theme-faenza
|
|
||||||
|
|
||||||
3. Run xwmconfig and select xinitrc.mate-session. This ensures you get the
|
|
||||||
latest copy of xinitrc.mate-session due to changes in mate-session-
|
latest copy of xinitrc.mate-session due to changes in mate-session-
|
||||||
manager. ALWAYS run this command for both new installations or upgrades
|
manager. ALWAYS run this command for both new installations or upgrades
|
||||||
from MATE 1.20
|
from MATE 1.22
|
||||||
|
|
||||||
At this point you should be running MATE 1.22 on Slackware Current. :-)
|
At this point you should be running MATE 1.24 on Slackware Current. :-)
|
||||||
|
|
||||||
We wish everyone good luck with this! Please report any issues to
|
We wish everyone good luck with this! Please report any issues to
|
||||||
mateslackbuilds@gmail.com.
|
mateslackbuilds@gmail.com.
|
||||||
|
|
Loading…
Reference in a new issue