diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-23 17:15:13 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:53 +0700 |
commit | 43732356f96d96f6833c52f5d9e5d4ec45b047d5 (patch) | |
tree | f7b3d259fb284ed8ef1f77585336c5accdebd4dc /desktop | |
parent | ada4dba7ab9c77a25f8919d6427b3074cada77ef (diff) |
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>
Diffstat (limited to 'desktop')
3 files changed, 12 insertions, 20 deletions
diff --git a/desktop/mate-desktop-environment/README b/desktop/mate-desktop-environment/README index 723e48925d3d..1bdb5770a7b6 100644 --- a/desktop/mate-desktop-environment/README +++ b/desktop/mate-desktop-environment/README @@ -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) diff --git a/desktop/mate-desktop-environment/mate-desktop-environment.SlackBuild b/desktop/mate-desktop-environment/mate-desktop-environment.SlackBuild index 2b2bd3e4c356..5a5fe695bde0 100644 --- a/desktop/mate-desktop-environment/mate-desktop-environment.SlackBuild +++ b/desktop/mate-desktop-environment/mate-desktop-environment.SlackBuild @@ -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} diff --git a/desktop/mate-desktop-environment/mate-desktop-environment.info b/desktop/mate-desktop-environment/mate-desktop-environment.info index 268951c77245..0cc9200e41f4 100644 --- a/desktop/mate-desktop-environment/mate-desktop-environment.info +++ b/desktop/mate-desktop-environment/mate-desktop-environment.info @@ -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" |