gnome-shell: update to 40.3

This commit is contained in:
thegarlynch 2021-07-17 02:34:23 +07:00 committed by Michal Vasilek
parent 3513d395bf
commit f97cb05ba1

View file

@ -1,6 +1,6 @@
# Template file for 'gnome-shell' # Template file for 'gnome-shell'
pkgname=gnome-shell pkgname=gnome-shell
version=40.2 version=40.3
revision=1 revision=1
build_style=meson build_style=meson
build_helper=gir build_helper=gir
@ -20,17 +20,12 @@ short_desc="GNOME core user interface"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/GnomeShell" homepage="https://wiki.gnome.org/Projects/GnomeShell"
changelog="https://raw.githubusercontent.com/GNOME/gnome-shell/gnome-3-38/NEWS" changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/gnome-40/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/gnome-shell/${version%.*}/gnome-shell-${version}.tar.xz"
checksum=4e9d829b039fa0add33bb6583fc7b4e028ed8dcff7af8a577e09cc66988c281c checksum=7ab10c6ee9699828dd721ebf8ce1de464dcaaa91d495823bf4b84c89399e8c2b
_xdg_runtime_dir="/tmp/gnome-shell-xdg"
pre_check() { do_check() {
mkdir "$_xdg_runtime_dir" mkdir /tmp/gnome-shell-xdg
export XDG_RUNTIME_DIR="$_xdg_runtime_dir" XDG_RUNTIME_DIR=/tmp xvfb-run ninja -C build test
make_cmd="xvfb-run ninja" rm -rf /tmp/gnome-shell-xdg
}
post_check() {
rm -r "$_xdg_runtime_dir"
} }