Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-shell: update to 46.5.
@ 2024-09-15 10:36 oreo639
  2024-09-15 19:42 ` [PR PATCH] [Updated] " oreo639
  2024-09-29  4:01 ` [PR PATCH] [Merged]: " oreo639
  0 siblings, 2 replies; 3+ messages in thread
From: oreo639 @ 2024-09-15 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gnome-shell
https://github.com/void-linux/void-packages/pull/52227

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/52227.patch is attached

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

From c91c02f4fcdf22b2ff097cf1402e86bacc022a8e Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 15 Sep 2024 03:14:31 -0700
Subject: [PATCH 1/2] mutter: update to 46.5.

---
 srcpkgs/mutter/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mutter/template b/srcpkgs/mutter/template
index 37cc72074780a2..ef7c47e2c96320 100644
--- a/srcpkgs/mutter/template
+++ b/srcpkgs/mutter/template
@@ -1,7 +1,7 @@
 # Template file for 'mutter'
 pkgname=mutter
-version=46.2
-revision=2
+version=46.5
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
@@ -22,7 +22,7 @@ homepage="https://wiki.gnome.org/Projects/Mutter/"
 #changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/mutter/${version%.*}/mutter-${version}.tar.xz"
-checksum=009baa77f8362612caa2e18c338a1b3c8aad3b5fe2964c2fef7824d321228983
+checksum=ce341e964254b713554419a529da8428da128ac04aa1bcc626111ebc03a8adcc
 shlib_provides="libmutter-clutter-14.so libmutter-cogl-14.so
  libmutter-cogl-pango-14.so libmutter-mtk-14.so"
 make_check=no # needs a full graphical session

From 470d49e0b4c5ef623a60b4741174bb0c89aaf378 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 15 Sep 2024 03:14:42 -0700
Subject: [PATCH 2/2] gnome-shell: update to 46.5.

---
 srcpkgs/gnome-shell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template
index a944388235d47c..81ea9b4770d89e 100644
--- a/srcpkgs/gnome-shell/template
+++ b/srcpkgs/gnome-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-shell'
 pkgname=gnome-shell
-version=46.2
+version=46.5
 revision=1
 build_style=meson
 build_helper=gir
@@ -22,7 +22,7 @@ homepage="https://wiki.gnome.org/Projects/GnomeShell"
 #changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/gnome-shell/${version%%.*}/gnome-shell-${version}.tar.xz"
-checksum=6b587101c04bfb364ab09cd38b5d93ebeeb4254754c807cf712fbc8ee3fde238
+checksum=3e640fa9ae9c7f66ba34d52a2e88b625e4d3636e2c0c6d8b9d13edda57d0cc18
 
 do_check() {
 	mkdir /tmp/gnome-shell-xdg

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

* Re: [PR PATCH] [Updated] gnome-shell: update to 46.5.
  2024-09-15 10:36 [PR PATCH] gnome-shell: update to 46.5 oreo639
@ 2024-09-15 19:42 ` oreo639
  2024-09-29  4:01 ` [PR PATCH] [Merged]: " oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-09-15 19:42 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages gnome-shell
https://github.com/void-linux/void-packages/pull/52227

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/52227.patch is attached

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

From 19f00e148644f695a3b31b1e231e44aad20ed6e7 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 15 Sep 2024 12:35:35 -0700
Subject: [PATCH 1/3] gnome-desktop: update to 44.1.

---
 srcpkgs/gnome-desktop/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-desktop/template b/srcpkgs/gnome-desktop/template
index f854dcb9bd7788..3852bd713f7e0f 100644
--- a/srcpkgs/gnome-desktop/template
+++ b/srcpkgs/gnome-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-desktop'
 pkgname=gnome-desktop
-version=44.0
+version=44.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -18,7 +18,7 @@ homepage="https://gitlab.gnome.org/GNOME/gnome-desktop"
 #changelog="https://gitlab.gnome.org/GNOME/gnome-desktop/-/raw/gnome-44/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/gnome-desktop/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/gnome-desktop/${version%.*}/gnome-desktop-${version}.tar.xz"
-checksum=42c773745d84ba14bc1cf1c4c6f4606148803a5cd337941c63964795f3c59d42
+checksum=ae7ca55dc9e08914999741523a17d29ce223915626bd2462a120bf96f47a79ab
 
 build_options="gir"
 build_options_default="gir"

From 5a0e7f9ebe02c2396ff838399c57f554462036e4 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 15 Sep 2024 03:14:31 -0700
Subject: [PATCH 2/3] mutter: update to 46.5.

---
 srcpkgs/mutter/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mutter/template b/srcpkgs/mutter/template
index 37cc72074780a2..ef7c47e2c96320 100644
--- a/srcpkgs/mutter/template
+++ b/srcpkgs/mutter/template
@@ -1,7 +1,7 @@
 # Template file for 'mutter'
 pkgname=mutter
-version=46.2
-revision=2
+version=46.5
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
@@ -22,7 +22,7 @@ homepage="https://wiki.gnome.org/Projects/Mutter/"
 #changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/mutter/${version%.*}/mutter-${version}.tar.xz"
-checksum=009baa77f8362612caa2e18c338a1b3c8aad3b5fe2964c2fef7824d321228983
+checksum=ce341e964254b713554419a529da8428da128ac04aa1bcc626111ebc03a8adcc
 shlib_provides="libmutter-clutter-14.so libmutter-cogl-14.so
  libmutter-cogl-pango-14.so libmutter-mtk-14.so"
 make_check=no # needs a full graphical session

From e39f85fad6bfdce2f6bab49a6887885996680e06 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 15 Sep 2024 03:14:42 -0700
Subject: [PATCH 3/3] gnome-shell: update to 46.5.

---
 srcpkgs/gnome-shell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template
index a944388235d47c..81ea9b4770d89e 100644
--- a/srcpkgs/gnome-shell/template
+++ b/srcpkgs/gnome-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-shell'
 pkgname=gnome-shell
-version=46.2
+version=46.5
 revision=1
 build_style=meson
 build_helper=gir
@@ -22,7 +22,7 @@ homepage="https://wiki.gnome.org/Projects/GnomeShell"
 #changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/main/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/gnome-46/NEWS"
 distfiles="${GNOME_SITE}/gnome-shell/${version%%.*}/gnome-shell-${version}.tar.xz"
-checksum=6b587101c04bfb364ab09cd38b5d93ebeeb4254754c807cf712fbc8ee3fde238
+checksum=3e640fa9ae9c7f66ba34d52a2e88b625e4d3636e2c0c6d8b9d13edda57d0cc18
 
 do_check() {
 	mkdir /tmp/gnome-shell-xdg

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

* Re: [PR PATCH] [Merged]: gnome-shell: update to 46.5.
  2024-09-15 10:36 [PR PATCH] gnome-shell: update to 46.5 oreo639
  2024-09-15 19:42 ` [PR PATCH] [Updated] " oreo639
@ 2024-09-29  4:01 ` oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2024-09-29  4:01 UTC (permalink / raw)
  To: ml

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

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

gnome-shell: update to 46.5.
https://github.com/void-linux/void-packages/pull/52227

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 3+ messages in thread

end of thread, other threads:[~2024-09-29  4:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-15 10:36 [PR PATCH] gnome-shell: update to 46.5 oreo639
2024-09-15 19:42 ` [PR PATCH] [Updated] " oreo639
2024-09-29  4:01 ` [PR PATCH] [Merged]: " oreo639

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).