mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/mutter: Updated for version 41.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ba30bc20f
commit
5a16116195
2 changed files with 5 additions and 6 deletions
|
@ -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}"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue