Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mutter: update to 40.3.
@ 2021-08-17 21:21 paper42
  2021-08-17 21:56 ` [PR PATCH] [Updated] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2021-08-17 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages mutter-40.3
https://github.com/void-linux/void-packages/pull/32557

mutter: update to 40.3.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 0f2442a85482c518d27117cb4789989a16f67440 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 7 Aug 2021 20:20:33 +0200
Subject: [PATCH] mutter: update to 40.3.

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

diff --git a/srcpkgs/mutter/template b/srcpkgs/mutter/template
index fb42f099faaa..5e0a4e917c99 100644
--- a/srcpkgs/mutter/template
+++ b/srcpkgs/mutter/template
@@ -1,9 +1,7 @@
 # Template file for 'mutter'
-reverts="40.2_1"
-
 pkgname=mutter
-version=40.1
-revision=2
+version=40.3
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
@@ -16,12 +14,14 @@ makedepends="elogind-devel glib-devel gnome-desktop-devel graphene-devel
  libinput-devel MesaLib-devel pipewire-devel startup-notification-devel
  wayland-protocols gnome-settings-daemon-devel"
 depends="gsettings-desktop-schemas desktop-file-utils zenity"
+checkdepends="xvfb-run"
 short_desc="Lightweight GTK+3 window manager"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/Mutter/"
+changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/gnome-40/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=a65f3272961133829687d4107267e4e19290e6d86e7807fad87eab0831c1e0c0
+checksum=5b15cf8f41da281424bb381ddcd0defc2e17b944b552f77df2fac5e2b34cb005
 shlib_provides="libmutter-clutter-8.so libmutter-cogl-8.so
  libmutter-cogl-pango-8.so"
 
@@ -31,9 +31,8 @@ pre_build() {
 	ninja ${makejobs} -C build src/meta-dbus-display-config.h
 }
 
-# needs X
 do_check() {
-	:
+	xvfb-run ninja -C build test
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] mutter: update to 40.3.
  2021-08-17 21:21 [PR PATCH] mutter: update to 40.3 paper42
@ 2021-08-17 21:56 ` paper42
  2021-08-17 22:12 ` kedodrill
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-08-17 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages mutter-40.3
https://github.com/void-linux/void-packages/pull/32557

mutter: update to 40.3.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 748da93c3753b2afd13eb137d2e08f85c5caddc9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 7 Aug 2021 20:20:33 +0200
Subject: [PATCH] mutter: update to 40.3.

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

diff --git a/srcpkgs/mutter/template b/srcpkgs/mutter/template
index fb42f099faaa..952bf115cdf3 100644
--- a/srcpkgs/mutter/template
+++ b/srcpkgs/mutter/template
@@ -1,9 +1,7 @@
 # Template file for 'mutter'
-reverts="40.2_1"
-
 pkgname=mutter
-version=40.1
-revision=2
+version=40.3
+revision=1
 build_helper="gir"
 build_style=meson
 configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
@@ -16,14 +14,17 @@ makedepends="elogind-devel glib-devel gnome-desktop-devel graphene-devel
  libinput-devel MesaLib-devel pipewire-devel startup-notification-devel
  wayland-protocols gnome-settings-daemon-devel"
 depends="gsettings-desktop-schemas desktop-file-utils zenity"
+checkdepends="xvfb-run"
 short_desc="Lightweight GTK+3 window manager"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/Mutter/"
+changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/gnome-40/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=a65f3272961133829687d4107267e4e19290e6d86e7807fad87eab0831c1e0c0
+checksum=5b15cf8f41da281424bb381ddcd0defc2e17b944b552f77df2fac5e2b34cb005
 shlib_provides="libmutter-clutter-8.so libmutter-cogl-8.so
  libmutter-cogl-pango-8.so"
+make_check=no # needs a full graphical session
 
 # Upstream keeps pulling generated headers even though it can cause race
 # conditions in meson/ninja
@@ -31,11 +32,6 @@ pre_build() {
 	ninja ${makejobs} -C build src/meta-dbus-display-config.h
 }
 
-# needs X
-do_check() {
-	:
-}
-
 post_install() {
 	# modify the pkg-config files to respect ${pc_sysrootdir} for variables that are
 	# meant to be called with 'pkg-config --variable'

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

* Re: mutter: update to 40.3.
  2021-08-17 21:21 [PR PATCH] mutter: update to 40.3 paper42
  2021-08-17 21:56 ` [PR PATCH] [Updated] " paper42
@ 2021-08-17 22:12 ` kedodrill
  2021-08-17 22:24 ` paper42
  2021-08-19 21:28 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: kedodrill @ 2021-08-17 22:12 UTC (permalink / raw)
  To: ml

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

New comment by kedodrill on void-packages repository

https://github.com/void-linux/void-packages/pull/32557#issuecomment-900666010

Comment:
fwiw, I've been using mutter 40.3 with GNOME on wayland via xbps-src for a few weeks now and haven't had issues. I needed it for a drawing tablet fix. Haven't had any issues, but all I did was update the version/checksum.

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

* Re: mutter: update to 40.3.
  2021-08-17 21:21 [PR PATCH] mutter: update to 40.3 paper42
  2021-08-17 21:56 ` [PR PATCH] [Updated] " paper42
  2021-08-17 22:12 ` kedodrill
@ 2021-08-17 22:24 ` paper42
  2021-08-19 21:28 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-08-17 22:24 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32557#issuecomment-900671415

Comment:
> fwiw, I've been using mutter 40.3 with GNOME on wayland via xbps-src for a few weeks now and haven't had issues. I needed it for a drawing tablet fix. Haven't had any issues, but all I did was update the version/checksum.

Thanks for the feedback. The only important changes are bumping the version and fixing the checksum, other changes don't do anything.

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

* Re: [PR PATCH] [Merged]: mutter: update to 40.3.
  2021-08-17 21:21 [PR PATCH] mutter: update to 40.3 paper42
                   ` (2 preceding siblings ...)
  2021-08-17 22:24 ` paper42
@ 2021-08-19 21:28 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-08-19 21:28 UTC (permalink / raw)
  To: ml

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

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

mutter: update to 40.3.
https://github.com/void-linux/void-packages/pull/32557

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-08-19 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 21:21 [PR PATCH] mutter: update to 40.3 paper42
2021-08-17 21:56 ` [PR PATCH] [Updated] " paper42
2021-08-17 22:12 ` kedodrill
2021-08-17 22:24 ` paper42
2021-08-19 21:28 ` [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).