desktop/mate-desktop-environment: Updated for version 1.28.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2024-02-23 17:15:13 +09:00 committed by Willy Sudiarto Raharjo
parent ada4dba7ab
commit 43732356f9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 12 additions and 20 deletions

View File

@ -5,20 +5,12 @@ desktop environment using traditional metaphors for Linux and
other Unix-like operating systems while preserving a traditional
desktop experience.
By installing all packages listed by REQUIRES,
a functional basic mate desktop is obtained.
By installing the packages listed by REQUIRES, a MATE Desktop with
similar user experience as with the xfce-install-set is obtained.
To get a similar user experience as with the xfce-install-set,
additional packages(provided by SBo) are recommended:
-leafpad(minimal graphical text editor)
-mate-control-center
-mate-power-manager(policy agent on top of UPower)
-mate-terminal
-mate-utils(screenshot, disk-usage-analyzer, ...)
-mozo(menu editor using the freedesktop.org menu specification)
To bring even more mate flavour to your desktop, you might want
To bring even more MATE flavour to your desktop, you might want
to install additional packages from the MATE-project(provided by SBo):
-atril(document viewer)
-engrampa(file archiver)
-mate-calc(graphical calculator)
-atril (document viewer)
-engrampa (file archiver)
-mate-calc (graphical calculator)
-mozo (menu editor using the freedesktop.org menu specification)

View File

@ -2,7 +2,7 @@
# Slackware build script for mate-desktop-environment
# Copyright 2023 Johannes Schoepfer, Germany
# Copyright 2023-2024 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mate-desktop-environment
VERSION=${VERSION:-1.26}
VERSION=${VERSION:-1.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="mate-desktop-environment"
VERSION="1.26"
VERSION="1.28"
HOMEPAGE="https://www.mate-desktop.org/"
DOWNLOAD="https://mate-desktop.org/assets/img/mate/yerba.jpg"
MD5SUM="89c19598ef1150e00d9b88dcfb46ecea"
MD5SUM="7de8598303485009db26b3ca0efed98c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="caja mate-media mate-screensaver mate-session-manager"
REQUIRES="caja leafpad mate-control-center mate-media mate-power-manager mate-system-monitor mate-screensaver mate-session-manager mate-settings-daemon mate-terminal mate-utils"
MAINTAINER="Johannes Schoepfer"
EMAIL="slackbuilds@schoepfer.info"