diff --git a/GIT_BRANCHES.TXT b/GIT_BRANCHES.TXT index 47ad7e6..2def237 100644 --- a/GIT_BRANCHES.TXT +++ b/GIT_BRANCHES.TXT @@ -47,6 +47,12 @@ Currently, there are three branches in the MSB GIT repository: longer updated. - 14.2-mate-1.14: The MSB stable branch for Slackware 14.2. + This is the previously supported branch and only receives bug fix updates. + The MSB 1.14 binary packages for Slackware 14.2 are built from this branch. + Since MATE 1.16 has been released as the next stable release then this branch + is considered obsoleted and no longer updated. + +- 14.2-mate-1.16: The MSB stable branch for Slackware 14.2. This is the currently supported branch and only receives bug fix updates. The MSB 1.14 binary packages for Slackware 14.2 are built from this branch. You might want to use this branch if you enjoy stable releases. @@ -65,13 +71,14 @@ Example output of 'git branch': 14.1-mate-1.10 14.1-mate-1.12 14.2-mate-1.14 + 14.2-mate-1.16 * master This output indicates that you are now in the 'master' branch. To switch to another branch, use 'git checkout '. Example: -$ git checkout 14.2-mate-1.14 +$ git checkout 14.2-mate-1.16 $ git branch 14.0-mate-1.6 @@ -79,8 +86,9 @@ $ git branch 14.1-mate-1.8 14.1-mate-1.10 14.1-mate-1.12 -* 14.2-mate-1.14 + 14.2-mate-1.14 + 14.2-mate-1.16 master -You have now switched from the 'master' branch to the '14.2-mate-1.14' +You have now switched from the 'master' branch to the '14.2-mate-1.16' branch. diff --git a/README.TXT b/README.TXT index 54dd37a..eee8db0 100644 --- a/README.TXT +++ b/README.TXT @@ -4,7 +4,7 @@ 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.14 +for screenshots and more information. There is also a link to MATE 1.16 binary packages for Slackware 14.2 and also older MATE packages for Slackware 14.0 and 14.1. @@ -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.14, released in April 2016. Checkout that branch using 'git -checkout 14.2-mate-1.14' to build from the stable MSB branch. +version 1.16, released in September 2016. Checkout that branch using 'git +checkout 14.2-mate-1.16' to build from the stable MSB branch. The rest of this README.TXT is specific to building from the 'master' branch. @@ -27,7 +27,7 @@ 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 17 packages. Please use "su" or "su -" to build as root instead +a total of 20 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 diff --git a/UPGRADE.TXT b/UPGRADE.TXT index 81eeffb..0580e4f 100644 --- a/UPGRADE.TXT +++ b/UPGRADE.TXT @@ -1,16 +1,11 @@ -MATE 1.12 to 1.14 Upgrade HOWTO +MATE 1.14 to 1.16 Upgrade HOWTO -This document explains how to upgrade from MATE 1.12 on Slackware 14.1 to -MATE 1.14 on Slackware Linux 14.2. +This document explains how to upgrade from MATE 1.14 on MATE 1.16 on +Slackware Linux 14.2. ---------------------------------------------------------------------------- -NOTE: -This procedure assumes you are upgrading from Slackware 14.1 to Slackware 14.2. -If you install Slackware 14.2 using a clean installation procedure, simply -use installpkg to install all packages in deps, base, and extra directory. - Before you begin, we strongly recommend making a backup of your system, or, if not the entire system, at least the /etc and your home directory. You might find that you need to refer to a few things after the upgrade process @@ -18,36 +13,28 @@ is complete. Back it up, or take your chances. OK, now that everything is safely backed up, let's proceed. :-) -You will need the MATE 1.14 packages available on your local system. Grab +You will need the MATE 1.16 packages available on your local system. Grab them from the official repository at http://www.slackware.uk/msb/ or -any of the mirror sites. Please note that MATE 1.14 has new and obsoleted -packages. +any of the mirror sites. Please note that MATE 1.16 has new packages. -0. Reboot after upgrading your Slackware 14.1 -> Slackware 14.2 - -1. Upgrade and install all new MATE 1.14 packages: +1. Upgrade and install all new MATE 1.16 packages: upgradepkg --install-new --reinstall /path/to/deps/*.txz upgradepkg --install-new --reinstall /path/to/base/*.txz upgradepkg --install-new --reinstall /path/to/extra/*.txz -2. Remove obsolete packages: - - removepkg mate-netspeed perl-xml-twig perl-net-dbus system-tools-backends - removepkg liboobs mate-system-tools gnome-main-menu - -3. Run xwmconfig and select xinitrc.mate-session. This ensures you get the +2. Run xwmconfig and select xinitrc.mate-session. This ensures you get the latest copy of xinitrc.mate-session due to changes in mate-session- manager. ALWAYS run this command for both new installations or upgrades from MATE 1.14 -At this point you should be running MATE 1.14 on Slackware 14.2. :-) If +At this point you should be running MATE 1.16 on Slackware 14.2. :-) If you have installed everything from /base and /extra (which will include -packages from the /deps directory) then you should have a total of 51 +packages from the /deps directory) then you should have a total of 54 packages: $ ls /var/log/packages | grep _msb | wc -l - 51 + 54 We wish everyone good luck with this! Please report any issues to mateslackbuilds@gmail.com. diff --git a/base/caja/caja.SlackBuild b/base/caja/caja.SlackBuild index 0c47f70..3e2aa4c 100644 --- a/base/caja/caja.SlackBuild +++ b/base/caja/caja.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=caja -VERSION=${VERSION:-1.15.4} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/engrampa/engrampa.SlackBuild b/base/engrampa/engrampa.SlackBuild index b4c465e..4a8cae0 100644 --- a/base/engrampa/engrampa.SlackBuild +++ b/base/engrampa/engrampa.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=engrampa -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/eom/eom.SlackBuild b/base/eom/eom.SlackBuild index 70c825a..059c8bc 100644 --- a/base/eom/eom.SlackBuild +++ b/base/eom/eom.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=eom -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/libmatekbd/libmatekbd.SlackBuild b/base/libmatekbd/libmatekbd.SlackBuild index a31be68..d372418 100644 --- a/base/libmatekbd/libmatekbd.SlackBuild +++ b/base/libmatekbd/libmatekbd.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libmatekbd -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz diff --git a/base/libmatemixer/libmatemixer.SlackBuild b/base/libmatemixer/libmatemixer.SlackBuild index 9040cca..7fa26b1 100644 --- a/base/libmatemixer/libmatemixer.SlackBuild +++ b/base/libmatemixer/libmatemixer.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libmatemixer -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz diff --git a/base/libmateweather/libmateweather.SlackBuild b/base/libmateweather/libmateweather.SlackBuild index 9fa1c9b..3a5c1fc 100644 --- a/base/libmateweather/libmateweather.SlackBuild +++ b/base/libmateweather/libmateweather.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libmateweather -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/marco/marco.SlackBuild b/base/marco/marco.SlackBuild index c5f6997..4a24c55 100644 --- a/base/marco/marco.SlackBuild +++ b/base/marco/marco.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=marco -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz diff --git a/base/mate-backgrounds/mate-backgrounds.SlackBuild b/base/mate-backgrounds/mate-backgrounds.SlackBuild index 81395ff..07bb0a4 100644 --- a/base/mate-backgrounds/mate-backgrounds.SlackBuild +++ b/base/mate-backgrounds/mate-backgrounds.SlackBuild @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-backgrounds -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} ARCH=noarch -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-common/mate-common.SlackBuild b/base/mate-common/mate-common.SlackBuild index ae9eef4..f083ea0 100644 --- a/base/mate-common/mate-common.SlackBuild +++ b/base/mate-common/mate-common.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-common -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-control-center/mate-control-center.SlackBuild b/base/mate-control-center/mate-control-center.SlackBuild index 489ae73..0419ce0 100644 --- a/base/mate-control-center/mate-control-center.SlackBuild +++ b/base/mate-control-center/mate-control-center.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-control-center -VERSION=${VERSION:-1.15.2} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-desktop/mate-desktop.SlackBuild b/base/mate-desktop/mate-desktop.SlackBuild index 8893638..32386a3 100644 --- a/base/mate-desktop/mate-desktop.SlackBuild +++ b/base/mate-desktop/mate-desktop.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-desktop -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz diff --git a/base/mate-icon-theme/mate-icon-theme.SlackBuild b/base/mate-icon-theme/mate-icon-theme.SlackBuild index 8427f5e..3810c28 100644 --- a/base/mate-icon-theme/mate-icon-theme.SlackBuild +++ b/base/mate-icon-theme/mate-icon-theme.SlackBuild @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-icon-theme -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} ARCH=noarch -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-media/mate-media.SlackBuild b/base/mate-media/mate-media.SlackBuild index 961299a..68047dd 100644 --- a/base/mate-media/mate-media.SlackBuild +++ b/base/mate-media/mate-media.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-media -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-menus/mate-menus.SlackBuild b/base/mate-menus/mate-menus.SlackBuild index d99eb13..3f12fde 100644 --- a/base/mate-menus/mate-menus.SlackBuild +++ b/base/mate-menus/mate-menus.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-menus -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-notification-daemon/mate-notification-daemon.SlackBuild b/base/mate-notification-daemon/mate-notification-daemon.SlackBuild index 1722d76..553e091 100644 --- a/base/mate-notification-daemon/mate-notification-daemon.SlackBuild +++ b/base/mate-notification-daemon/mate-notification-daemon.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-notification-daemon -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz diff --git a/base/mate-panel/mate-panel.SlackBuild b/base/mate-panel/mate-panel.SlackBuild index d591acc..5caebc6 100644 --- a/base/mate-panel/mate-panel.SlackBuild +++ b/base/mate-panel/mate-panel.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-panel -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-polkit/mate-polkit.SlackBuild b/base/mate-polkit/mate-polkit.SlackBuild index c128345..4dd92dd 100644 --- a/base/mate-polkit/mate-polkit.SlackBuild +++ b/base/mate-polkit/mate-polkit.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-polkit -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-power-manager/mate-power-manager.SlackBuild b/base/mate-power-manager/mate-power-manager.SlackBuild index 63d7d67..ab18016 100644 --- a/base/mate-power-manager/mate-power-manager.SlackBuild +++ b/base/mate-power-manager/mate-power-manager.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-power-manager -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-screensaver/mate-screensaver.SlackBuild b/base/mate-screensaver/mate-screensaver.SlackBuild index 2e23273..8df458d 100644 --- a/base/mate-screensaver/mate-screensaver.SlackBuild +++ b/base/mate-screensaver/mate-screensaver.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-screensaver -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-session-manager/mate-session-manager.SlackBuild b/base/mate-session-manager/mate-session-manager.SlackBuild index 3e49aa9..95338c5 100644 --- a/base/mate-session-manager/mate-session-manager.SlackBuild +++ b/base/mate-session-manager/mate-session-manager.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-session-manager -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-settings-daemon/mate-settings-daemon.SlackBuild b/base/mate-settings-daemon/mate-settings-daemon.SlackBuild index 1bbb186..e1ad4e6 100644 --- a/base/mate-settings-daemon/mate-settings-daemon.SlackBuild +++ b/base/mate-settings-daemon/mate-settings-daemon.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-settings-daemon -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/base/mate-system-monitor/mate-system-monitor.SlackBuild b/base/mate-system-monitor/mate-system-monitor.SlackBuild index e60ad82..9142637 100644 --- a/base/mate-system-monitor/mate-system-monitor.SlackBuild +++ b/base/mate-system-monitor/mate-system-monitor.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-system-monitor -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz diff --git a/base/mate-terminal/mate-terminal.SlackBuild b/base/mate-terminal/mate-terminal.SlackBuild index f485159..947e210 100644 --- a/base/mate-terminal/mate-terminal.SlackBuild +++ b/base/mate-terminal/mate-terminal.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-terminal -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/atril/atril.SlackBuild b/extra/atril/atril.SlackBuild index 6a3faee..33ab0a5 100644 --- a/extra/atril/atril.SlackBuild +++ b/extra/atril/atril.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=atril -VERSION=${VERSION:-1.15.3} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/caja-dropbox/caja-dropbox.SlackBuild b/extra/caja-dropbox/caja-dropbox.SlackBuild index 4068792..04c2b96 100644 --- a/extra/caja-dropbox/caja-dropbox.SlackBuild +++ b/extra/caja-dropbox/caja-dropbox.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=caja-dropbox -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/caja-extensions/caja-extensions.SlackBuild b/extra/caja-extensions/caja-extensions.SlackBuild index 7e0c759..54b6938 100644 --- a/extra/caja-extensions/caja-extensions.SlackBuild +++ b/extra/caja-extensions/caja-extensions.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=caja-extensions -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/mate-applets/mate-applets.SlackBuild b/extra/mate-applets/mate-applets.SlackBuild index fc386f5..318e0c6 100644 --- a/extra/mate-applets/mate-applets.SlackBuild +++ b/extra/mate-applets/mate-applets.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-applets -VERSION=${VERSION:-1.15.2} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/mate-icon-theme-faenza/mate-icon-theme-faenza.SlackBuild b/extra/mate-icon-theme-faenza/mate-icon-theme-faenza.SlackBuild index b6c6669..6fcae82 100644 --- a/extra/mate-icon-theme-faenza/mate-icon-theme-faenza.SlackBuild +++ b/extra/mate-icon-theme-faenza/mate-icon-theme-faenza.SlackBuild @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-icon-theme-faenza -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} ARCH=noarch -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/mate-sensors-applet/mate-sensors-applet.SlackBuild b/extra/mate-sensors-applet/mate-sensors-applet.SlackBuild index 4ca7168..ba08c12 100644 --- a/extra/mate-sensors-applet/mate-sensors-applet.SlackBuild +++ b/extra/mate-sensors-applet/mate-sensors-applet.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-sensors-applet -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/mate-utils/mate-utils.SlackBuild b/extra/mate-utils/mate-utils.SlackBuild index 592dd19..577f5b8 100644 --- a/extra/mate-utils/mate-utils.SlackBuild +++ b/extra/mate-utils/mate-utils.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-utils -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/mozo/mozo.SlackBuild b/extra/mozo/mozo.SlackBuild index 346bf31..beedfc3 100644 --- a/extra/mozo/mozo.SlackBuild +++ b/extra/mozo/mozo.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mozo -VERSION=${VERSION:-1.15.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/extra/pluma/pluma.SlackBuild b/extra/pluma/pluma.SlackBuild index 1269a22..3e277c9 100644 --- a/extra/pluma/pluma.SlackBuild +++ b/extra/pluma/pluma.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pluma -VERSION=${VERSION:-1.15.2} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild b/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild index 8880536..350c34e 100644 --- a/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild +++ b/testing/mate-indicator-applet/mate-indicator-applet.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-indicator-applet -VERSION=${VERSION:-1.14.1} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.14/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/testing/mate-user-guide/mate-user-guide.SlackBuild b/testing/mate-user-guide/mate-user-guide.SlackBuild index 603193d..6e1265c 100644 --- a/testing/mate-user-guide/mate-user-guide.SlackBuild +++ b/testing/mate-user-guide/mate-user-guide.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-user-guide -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.15/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb} diff --git a/testing/mate-user-share/mate-user-share.SlackBuild b/testing/mate-user-share/mate-user-share.SlackBuild index a35f0c3..174f16e 100644 --- a/testing/mate-user-share/mate-user-share.SlackBuild +++ b/testing/mate-user-share/mate-user-share.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-user-share -VERSION=${VERSION:-1.14.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://pub.mate-desktop.org/releases/1.14/$PRGNAM-$VERSION.tar.xz +wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/msb}