mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
92d95c1762
commit
f50f2d2fc7
3 changed files with 10 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue