unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71871] [PATCH] gnu: libwacom: Update to 2.12.2.
@ 2024-07-01  8:17 Dariqq
  2024-07-01 14:58 ` jgart via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Dariqq @ 2024-07-01  8:17 UTC (permalink / raw)
  To: 71871; +Cc: Dariqq

* gnu/packages/xdisorg.scm (libwacom): Update to 2.12.2.

Change-Id: I7fd0c01e02185fdf731749ed1c5a3c84d98c428c
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9e1e9fbc6f..b5ce7a0e7f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1452,7 +1452,7 @@ (define-public xcape
 (define-public libwacom
   (package
     (name "libwacom")
-    (version "2.12.1")
+    (version "2.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1460,7 +1460,7 @@ (define-public libwacom
                     "libwacom-" version "/libwacom-" version ".tar.xz"))
               (sha256
                (base32
-                "0wjmv0rnxbd143cb5a73drflpdaxpb0mck0r9rsds08bs8l7l12v"))))
+                "003p245w1iqy1jyikn7hs46ckg93ki23y3cwhg8hbp8fqx09qcf8"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: ba6460900f052759fe82e4ceb606d25e19f02884
-- 
2.45.2





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

* [bug#71871] [PATCH] gnu: libwacom: Update to 2.12.2.
  2024-07-01  8:17 [bug#71871] [PATCH] gnu: libwacom: Update to 2.12.2 Dariqq
@ 2024-07-01 14:58 ` jgart via Guix-patches via
  2024-07-09  9:58   ` Christopher Baines
  0 siblings, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2024-07-01 14:58 UTC (permalink / raw)
  To: 71871; +Cc: Dariqq, Christopher Baines


Hi Christopher,

This requires building gnome and QA is in an unknown state.

What do you suggest I do in this case?

-- 
all the best,
jgart




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

* [bug#71871] [PATCH] gnu: libwacom: Update to 2.12.2.
  2024-07-01 14:58 ` jgart via Guix-patches via
@ 2024-07-09  9:58   ` Christopher Baines
  2024-07-09 14:17     ` jgart via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Baines @ 2024-07-09  9:58 UTC (permalink / raw)
  To: jgart; +Cc: Dariqq, 71871

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

jgart <jgart@dismail.de> writes:

> This requires building gnome and QA is in an unknown state.
>
> What do you suggest I do in this case?

Assuming guix refresh is correct (which I imagine it is in this case),
there are only 37 dependent packages, so maybe try building them locally
to check for any obvious breakages.

There's no requirement that QA gives the OK before merging though, so
it's up to you.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* [bug#71871] [PATCH] gnu: libwacom: Update to 2.12.2.
  2024-07-09  9:58   ` Christopher Baines
@ 2024-07-09 14:17     ` jgart via Guix-patches via
  2024-07-14  8:25       ` Dariqq
  0 siblings, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2024-07-09 14:17 UTC (permalink / raw)
  To: Christopher Baines; +Cc: Dariqq, Sharlatan Hellseher, 71871

> there are only 37 dependent packages, so maybe try building them locally
> 
> to check for any obvious breakages.

It requires building gnome and plasma. I tried already but it is taking quite a while on my machine and lots of resources.

Hi Sharlatan,

Would you be able to build this ticket's dependents on your machine?

thanks,

jgart




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

* [bug#71871] [PATCH] gnu: libwacom: Update to 2.12.2.
  2024-07-09 14:17     ` jgart via Guix-patches via
@ 2024-07-14  8:25       ` Dariqq
  0 siblings, 0 replies; 5+ messages in thread
From: Dariqq @ 2024-07-14  8:25 UTC (permalink / raw)
  To: jgart; +Cc: Christopher Baines, Sharlatan Hellseher, 71871

Hi jgart,

Thanks for looking into my patch. In case it helps i reconfigured my 
gnome system with the patch applied without issues before submitting 
(though as the submitter i am biased here).

Unfortunately this requires a rebuild of mutter which has a known flaky 
test. I can't speak for plasma because i am not using it and qa hasnt 
started processing it yet.

Have a nice day,
Dariqq

On 09.07.24 16:17, jgart wrote:
>> there are only 37 dependent packages, so maybe try building them locally
>>
>> to check for any obvious breakages.
> 
> It requires building gnome and plasma. I tried already but it is taking quite a while on my machine and lots of resources.
> 
> Hi Sharlatan,
> 
> Would you be able to build this ticket's dependents on your machine?
> 
> thanks,
> 
> jgart




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

end of thread, other threads:[~2024-07-14  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01  8:17 [bug#71871] [PATCH] gnu: libwacom: Update to 2.12.2 Dariqq
2024-07-01 14:58 ` jgart via Guix-patches via
2024-07-09  9:58   ` Christopher Baines
2024-07-09 14:17     ` jgart via Guix-patches via
2024-07-14  8:25       ` Dariqq

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).