diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-10-03 12:09:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-03 23:21:56 +0700 |
commit | f50f2d2fc789020b9d2f3728aabb93ae8b0835be (patch) | |
tree | 436b8c9bd45f35ed879b562f5a2bd97bca4a51bc /desktop | |
parent | 92d95c176239e8a57b00cd082ecaf84212729352 (diff) | |
download | slackbuilds-f50f2d2fc789020b9d2f3728aabb93ae8b0835be.tar.gz |
desktop/weston: Update for 10.0.2; Update README (EOL for 15.0)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/weston/README | 6 | ||||
-rw-r--r-- | desktop/weston/weston.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/weston/weston.info | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/desktop/weston/README b/desktop/weston/README index 797461b9ae..bff7472f5e 100644 --- a/desktop/weston/README +++ b/desktop/weston/README @@ -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. diff --git a/desktop/weston/weston.SlackBuild b/desktop/weston/weston.SlackBuild index 3f5580f60b..7285e2b4b4 100644 --- a/desktop/weston/weston.SlackBuild +++ b/desktop/weston/weston.SlackBuild @@ -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} diff --git a/desktop/weston/weston.info b/desktop/weston/weston.info index 98d84f452a..02e711d986 100644 --- a/desktop/weston/weston.info +++ b/desktop/weston/weston.info @@ -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="" |