desktop/weston: Update for 10.0.2; Update README (EOL for 15.0)

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Logan Rathbone 2022-10-03 12:09:13 -04:00 committed by Willy Sudiarto Raharjo
parent 92d95c1762
commit f50f2d2fc7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 4 deletions

View file

@ -19,3 +19,9 @@ many dependencies.
If you would like to enable colord functionality in this SlackBuild, set
the USE_COLORD variable to "true" before running the SlackBuild.
NOTE:
Weston 10.x is the last version of Weston to be supported on Slackware
15.0, as greater versions require a version of wayland-protocols which
is more recent than provided by Slackware 15.0.

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=weston
VERSION=${VERSION:-10.0.1}
VERSION=${VERSION:-10.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="weston"
VERSION="10.0.1"
VERSION="10.0.2"
HOMEPAGE="https://wayland.freedesktop.org/"
DOWNLOAD="https://github.com/wayland-project/weston/archive/10.0.1/weston-10.0.1.tar.gz"
MD5SUM="9b817a37e30047917c60e2295da62197"
DOWNLOAD="https://github.com/wayland-project/weston/archive/10.0.2/weston-10.0.2.tar.gz"
MD5SUM="f4f7aaede0cd14b58910be2f0eeb2efa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""