Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-shell: update to 42.3.1
@ 2022-07-10  8:02 oreo639
  2022-07-10  9:49 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: oreo639 @ 2022-07-10  8:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1413 bytes --]

There is a new pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages gs
https://github.com/void-linux/void-packages/pull/37963

gnome-shell: update to 42.3.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

I chose to hold this back previously due to an issue with installing extensions which has since been resolved:
https://gitlab.gnome.org/Infrastructure/extensions-web/-/issues/194

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37963.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gs-37963.patch --]
[-- Type: text/x-diff, Size: 3036 bytes --]

From bcde790441f6f04bad524ad6ab00186dd2e8d364 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Sun, 10 Jul 2022 00:59:28 -0700
Subject: [PATCH] gnome-shell: update to 42.3.1

---
 ...-Fix-updating-suggestions-visibility.patch | 37 -------------------
 srcpkgs/gnome-shell/template                  |  8 ++--
 2 files changed, 4 insertions(+), 41 deletions(-)
 delete mode 100644 srcpkgs/gnome-shell/patches/keyboard-Fix-updating-suggestions-visibility.patch

diff --git a/srcpkgs/gnome-shell/patches/keyboard-Fix-updating-suggestions-visibility.patch b/srcpkgs/gnome-shell/patches/keyboard-Fix-updating-suggestions-visibility.patch
deleted file mode 100644
index b2e4df1052ae..000000000000
--- a/srcpkgs/gnome-shell/patches/keyboard-Fix-updating-suggestions-visibility.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From aca79c027483f86e85043f403321a8d8016ca007 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
-Date: Sun, 3 Jul 2022 16:44:39 +0200
-Subject: [PATCH] keyboard: Fix updating suggestions visibility
-
-Commit 237ba24dbeae added corresponding API to the keyboard actor,
-but ended up calling it on the KeyboardManager.
-
-Add the expected method to KeyboardManager that forwards the request
-to the keyboard.
-
-https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5630
-
-Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2359>
-(cherry picked from commit eff23a87c36a6a96c9abab09ab27a4bb35ab1b1f)
----
- js/ui/keyboard.js | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js
-index 9e5dbffbb1..e13652bdfe 100644
---- a/js/ui/keyboard.js
-+++ b/js/ui/keyboard.js
-@@ -1273,6 +1273,10 @@ var KeyboardManager = class KeyBoardManager {
-             this._keyboard.resetSuggestions();
-     }
- 
-+    setSuggestionsVisible(visible) {
-+        this._keyboard?.setSuggestionsVisible(visible);
-+    }
-+
-     maybeHandleEvent(event) {
-         if (!this._keyboard)
-             return false;
--- 
-GitLab
-
diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template
index e0a73c48c1a5..f273156d7138 100644
--- a/srcpkgs/gnome-shell/template
+++ b/srcpkgs/gnome-shell/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-shell'
 pkgname=gnome-shell
-version=42.3
-revision=2
+version=42.3.1
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dsystemd=false -Dtests=false"
@@ -20,8 +20,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/GnomeShell"
 changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/gnome-42/NEWS"
-distfiles="${GNOME_SITE}/gnome-shell/${version%.*}/gnome-shell-${version}.tar.xz"
-checksum=964f520c28d7f412254298676f9cceed6adf81ff489ff1ded69c42987d4c1888
+distfiles="${GNOME_SITE}/gnome-shell/${version%%.*}/gnome-shell-${version}.tar.xz"
+checksum=7dfab32dfac3cd64d4612918ca987cfb33238efa092798753c8845ff16935f7d
 
 do_check() {
 	mkdir /tmp/gnome-shell-xdg

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: gnome-shell: update to 42.3.1
  2022-07-10  8:02 [PR PATCH] gnome-shell: update to 42.3.1 oreo639
@ 2022-07-10  9:49 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-07-10  9:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

There's a merged pull request on the void-packages repository

gnome-shell: update to 42.3.1
https://github.com/void-linux/void-packages/pull/37963

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

I chose to hold this back previously due to an issue with installing extensions which has since been resolved:
https://gitlab.gnome.org/Infrastructure/extensions-web/-/issues/194

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-10  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-10  8:02 [PR PATCH] gnome-shell: update to 42.3.1 oreo639
2022-07-10  9:49 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).