desktop/mutter: Updated for version 41.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bob Funk 2022-11-18 05:50:44 +00:00 committed by Willy Sudiarto Raharjo
parent 2ba30bc20f
commit 5a16116195
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 6 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mutter
VERSION=${VERSION:-40.10}
VERSION=${VERSION:-41.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -89,7 +89,6 @@ cd build
--prefix=/usr \
--sysconfdir=/etc \
-Dstrip=true \
-Dtests=false \
-Dprofiler=false \
-Dsystemd=false
"${NINJA:=ninja}"

View File

@ -1,10 +1,10 @@
PRGNAM="mutter"
VERSION="40.10"
VERSION="41.9"
HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter"
DOWNLOAD="https://download.gnome.org/sources/mutter/40/mutter-40.10.tar.xz"
MD5SUM="b0e1ae1e9540f47c8c1d13e00b98d9ad"
DOWNLOAD="https://download.gnome.org/sources/mutter/41/mutter-41.9.tar.xz"
MD5SUM="450ca77637be962cb8bd35bd1c3dec98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-settings-daemon"
REQUIRES="gnome-settings-daemon xvfb-run"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"