mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-13 08:01:08 +01:00
Update MATE 1.14 CHANGES.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
fe7cd208af
commit
c10cd3d185
2 changed files with 18 additions and 17 deletions
|
@ -1,13 +1,14 @@
|
|||
New Packages in MATE 1.12:
|
||||
New Packages in MATE 1.14:
|
||||
libwnck3
|
||||
|
||||
Renamed Packages in MATE 1.12:
|
||||
Renamed Packages in MATE 1.14:
|
||||
|
||||
Packages removed in MATE 1.14:
|
||||
mate-netspeed (merged into mate-applets)
|
||||
perl-xml-twig (dep of mate-system-tools)
|
||||
perl-net-dbus (dep of mate-system-tools)
|
||||
system-tools-backends (dep of mate-system-tools)
|
||||
liboobs (dep of mate-system-tools)
|
||||
mate-system-tools
|
||||
gnome-main-menu
|
||||
|
||||
Packages removed in MATE 1.12:
|
||||
libgnomecanvas (no longer needed)
|
||||
atkmm (included in 14.2)
|
||||
cairomm (included in 14.2)
|
||||
glibmm (included in 14.2)
|
||||
libsigc++ (included in 14.2)
|
||||
pangomm (included in 14.2)
|
||||
gtkmm (included in 14.2 named gtkmm2)
|
||||
mm-common (no longer needed)
|
||||
|
|
12
README.TXT
12
README.TXT
|
@ -4,8 +4,8 @@ MATE SlackBuilds
|
|||
This project provides SlackBuild scripts to build and install the MATE
|
||||
desktop environment (http://www.mate-desktop.org) on Slackware Linux.
|
||||
Please check the main project website at https://mateslackbuilds.github.io
|
||||
for screenshots and more information. There is also a link to MATE 1.12
|
||||
binary packages for Slackware 14.1 and also older MATE packages for Slackware
|
||||
for screenshots and more information. There is also a link to MATE 1.14
|
||||
binary packages for Slackware 14.2 and also older MATE packages for Slackware
|
||||
14.0 and 14.1.
|
||||
|
||||
Please read GIT_BRANCHES.TXT to make sure you are on the right branch of
|
||||
|
@ -15,8 +15,8 @@ After cloning the initial Git repo, you will be using 'master' branch which
|
|||
will build the development branch for MATE desktop. 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.12, released in November 2015. Checkout that branch using 'git
|
||||
checkout 14.1-mate-1.12' to build from the stable MSB branch.
|
||||
version 1.14, released in April 2016. Checkout that branch using 'git
|
||||
checkout 14.2-mate-1.14' to build from the stable MSB branch.
|
||||
|
||||
The rest of this README.TXT is specific to building from the 'master'
|
||||
branch.
|
||||
|
@ -27,14 +27,14 @@ How to build and install the MATE packages using these scripts:
|
|||
|
||||
2. Run the 'mate-build-deps.sh' in the msb root directory which will build
|
||||
and install all the necessary dependencies in the /deps directory. There are
|
||||
a total of 20 packages. Please use "su" or "su -" to build as root instead
|
||||
a total of 17 packages. Please use "su" or "su -" to build as root instead
|
||||
of using "sudo".
|
||||
|
||||
3. Run the 'mate-build-base.sh' in the msb root directory which will build
|
||||
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
|
||||
wget to download the sources. Or, you can also manually download the
|
||||
sources from: http://pub.mate-desktop.org/releases/1.12 and the download
|
||||
sources from: http://pub.mate-desktop.org/releases/1.14 and the download
|
||||
locations for each dependency and put each source into the corresponding
|
||||
directory within 'base' and 'deps'.
|
||||
|
||||
|
|
Loading…
Reference in a new issue