all messages for Guix-related lists mirrored at yhetil.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
  2024-08-27 16:20 ` [bug#71871] [PATCH v2] " Dariqq
  0 siblings, 2 replies; 8+ 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] 8+ 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
  2024-08-27 16:20 ` [bug#71871] [PATCH v2] " Dariqq
  1 sibling, 1 reply; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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
  2024-08-21 12:01         ` Dariqq
  0 siblings, 1 reply; 8+ 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] 8+ messages in thread

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

Hi,

Has there been any progress on this? The issue seems to have vanished 
from the qa page which now claims

Issue not found

This could mean the issue does not exist, it has no patches or has been 
closed.

This also the case with other patches from me.

Dariqq

On 14.07.24 10:25, Dariqq wrote:
> 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] 8+ messages in thread

* [bug#71871] [PATCH v2] 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-08-27 16:20 ` Dariqq
  2024-08-28  2:38   ` bug#71871: " Z572
  1 sibling, 1 reply; 8+ messages in thread
From: Dariqq @ 2024-08-27 16:20 UTC (permalink / raw)
  To: 71871; +Cc: Dariqq

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

Change-Id: I7fd0c01e02185fdf731749ed1c5a3c84d98c428c
---
Resending to hopefully reregister patch with qa. Rebuilt gnome/mutter without issue.

 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 807dede0f8..49cb2bf2da 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1487,7 +1487,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
@@ -1495,7 +1495,7 @@ (define-public libwacom
                     "libwacom-" version "/libwacom-" version ".tar.xz"))
               (sha256
                (base32
-                "0wjmv0rnxbd143cb5a73drflpdaxpb0mck0r9rsds08bs8l7l12v"))))
+                "003p245w1iqy1jyikn7hs46ckg93ki23y3cwhg8hbp8fqx09qcf8"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: 1166035acb4e1b0dc61bf9122b68f2afa0c35790
-- 
2.45.2





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

* bug#71871: [PATCH v2] gnu: libwacom: Update to 2.12.2.
  2024-08-27 16:20 ` [bug#71871] [PATCH v2] " Dariqq
@ 2024-08-28  2:38   ` Z572
  0 siblings, 0 replies; 8+ messages in thread
From: Z572 @ 2024-08-28  2:38 UTC (permalink / raw)
  To: Dariqq; +Cc: 71871-done

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

Dariqq <dariqq@posteo.net> writes:

> * gnu/packages/xdisorg.scm (libwacom): Update to 2.12.2.
>
> Change-Id: I7fd0c01e02185fdf731749ed1c5a3c84d98c428c
> ---
> Resending to hopefully reregister patch with qa. Rebuilt gnome/mutter without issue.
>
>  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 807dede0f8..49cb2bf2da 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -1487,7 +1487,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
> @@ -1495,7 +1495,7 @@ (define-public libwacom
>                      "libwacom-" version "/libwacom-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0wjmv0rnxbd143cb5a73drflpdaxpb0mck0r9rsds08bs8l7l12v"))))
> +                "003p245w1iqy1jyikn7hs46ckg93ki23y3cwhg8hbp8fqx09qcf8"))))
>      (build-system meson-build-system)
>      (arguments
>       (list
>
> base-commit: 1166035acb4e1b0dc61bf9122b68f2afa0c35790

push, adjust source to git-fetch. close.

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

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

end of thread, other threads:[~2024-08-28  2:39 UTC | newest]

Thread overview: 8+ 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
2024-08-21 12:01         ` Dariqq
2024-08-27 16:20 ` [bug#71871] [PATCH v2] " Dariqq
2024-08-28  2:38   ` bug#71871: " Z572

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.