From 0b712afa85c2be2144994a09b23f6715e000d10d Mon Sep 17 00:00:00 2001 From: thegarlynch Date: Sat, 17 Jul 2021 02:34:23 +0700 Subject: [PATCH 1/2] gnome-shell: update to 40.3 --- srcpkgs/gnome-shell/template | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template index 0fb12cfa4698..d62240aeeafd 100644 --- a/srcpkgs/gnome-shell/template +++ b/srcpkgs/gnome-shell/template @@ -1,6 +1,6 @@ # Template file for 'gnome-shell' pkgname=gnome-shell -version=40.2 +version=40.3 revision=1 build_style=meson build_helper=gir @@ -20,17 +20,12 @@ short_desc="GNOME core user interface" maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://wiki.gnome.org/Projects/GnomeShell" -changelog="https://raw.githubusercontent.com/GNOME/gnome-shell/gnome-3-38/NEWS" -distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=4e9d829b039fa0add33bb6583fc7b4e028ed8dcff7af8a577e09cc66988c281c -_xdg_runtime_dir="/tmp/gnome-shell-xdg" +changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/gnome-40/NEWS" +distfiles="${GNOME_SITE}/gnome-shell/${version%.*}/gnome-shell-${version}.tar.xz" +checksum=7ab10c6ee9699828dd721ebf8ce1de464dcaaa91d495823bf4b84c89399e8c2b -pre_check() { - mkdir "$_xdg_runtime_dir" - export XDG_RUNTIME_DIR="$_xdg_runtime_dir" - make_cmd="xvfb-run ninja" -} - -post_check() { - rm -r "$_xdg_runtime_dir" +do_check() { + mkdir /tmp/gnome-shell-xdg + XDG_RUNTIME_DIR=/tmp xvfb-run ninja -C build test + rm -rf /tmp/gnome-shell-xdg } From 7f4b0c6686831508f4e382daea6f9ad55f93234d Mon Sep 17 00:00:00 2001 From: thegarlynch Date: Sat, 17 Jul 2021 03:39:28 +0700 Subject: [PATCH 2/2] gnome-shell-extensions: update to 40.3 --- srcpkgs/gnome-shell-extensions/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gnome-shell-extensions/template b/srcpkgs/gnome-shell-extensions/template index 101c2b9a9149..431ac5b9777c 100644 --- a/srcpkgs/gnome-shell-extensions/template +++ b/srcpkgs/gnome-shell-extensions/template @@ -1,6 +1,6 @@ # Template file for 'gnome-shell-extensions' pkgname=gnome-shell-extensions -version=40.2 +version=40.3 revision=1 build_style=meson configure_args="-Dextension_set=all" @@ -10,5 +10,6 @@ short_desc="Extensions for GNOME shell, including classic mode" maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://wiki.gnome.org/Projects/GnomeShell/Extensions" +changelog="https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/raw/gnome-40/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=a8518dd4c83a784fa8d39a5ed600bf81d637a18eebe590e3b627183e0bf914f8 +checksum=9df87fa9535201febca3d508fdbf7bad0171cf7a27cb664dd4e3c1f96c4ed04b