all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72801] [PATCH] gnu: Update wlroots to 0.17.4.
@ 2024-08-25 11:15 Ahmad Draidi via Guix-patches via
  2024-08-30 21:26 ` Rodion Goritskov
  2024-09-05 16:44 ` Zheng Junjie
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-08-25 11:15 UTC (permalink / raw)
  To: 72801; +Cc: Ahmad Draidi

* gnu/packages/wm.scm (wlroots): Update to 0.17.4.

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e2d863a1a3..757d076903 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1727,7 +1727,7 @@ (define-public polybar
 (define-public wlroots
   (package
     (name "wlroots")
-    (version "0.17.1")
+    (version "0.17.4")
     (source
      (origin
        (method git-fetch)
@@ -1736,7 +1736,7 @@ (define-public wlroots
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hj4gq5vx8in65622yvjm8bwqkw2vpc556k9my997a0hn0ricj37"))
+        (base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83"))
          ;; This patch can be removed once hwdata in Guix supports pkg-config
          (patches (search-patches "wlroots-hwdata-fallback.patch"))))
     (build-system meson-build-system)

base-commit: d48af5cca84914d44b032d0bf0820640ebbe7a4b
-- 
2.45.2





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

* [bug#72801] [PATCH] gnu: Update wlroots to 0.17.4.
  2024-08-25 11:15 [bug#72801] [PATCH] gnu: Update wlroots to 0.17.4 Ahmad Draidi via Guix-patches via
@ 2024-08-30 21:26 ` Rodion Goritskov
  2024-09-05 16:44 ` Zheng Junjie
  1 sibling, 0 replies; 3+ messages in thread
From: Rodion Goritskov @ 2024-08-30 21:26 UTC (permalink / raw)
  To: 72801; +Cc: a.r.draidi, control

user guix
usertag 72801 + reviewed-looks-good
thanks

Guix QA review form submission:
Patch applies, wlroots and all dependent packages reported by guix refresh -l builds fine.

Items marked as checked: Lint warnings, Package builds, Commit messages




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

* [bug#72801] [PATCH] gnu: Update wlroots to 0.17.4.
  2024-08-25 11:15 [bug#72801] [PATCH] gnu: Update wlroots to 0.17.4 Ahmad Draidi via Guix-patches via
  2024-08-30 21:26 ` Rodion Goritskov
@ 2024-09-05 16:44 ` Zheng Junjie
  1 sibling, 0 replies; 3+ messages in thread
From: Zheng Junjie @ 2024-09-05 16:44 UTC (permalink / raw)
  To: 72801; +Cc: Ahmad Draidi, 72801-done

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

Ahmad Draidi via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/wm.scm (wlroots): Update to 0.17.4.
>
> Change-Id: I4b0f0c1eae71823d9fe7005ace52be862daf8f11
> ---
>  gnu/packages/wm.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index e2d863a1a3..757d076903 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1727,7 +1727,7 @@ (define-public polybar
>  (define-public wlroots
>    (package
>      (name "wlroots")
> -    (version "0.17.1")
> +    (version "0.17.4")
>      (source
>       (origin
>         (method git-fetch)
> @@ -1736,7 +1736,7 @@ (define-public wlroots
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1hj4gq5vx8in65622yvjm8bwqkw2vpc556k9my997a0hn0ricj37"))
> +        (base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83"))
>           ;; This patch can be removed once hwdata in Guix supports pkg-config
>           (patches (search-patches "wlroots-hwdata-fallback.patch"))))
>      (build-system meson-build-system)
>
> base-commit: d48af5cca84914d44b032d0bf0820640ebbe7a4b

push, close.

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

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

end of thread, other threads:[~2024-09-05 17:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-25 11:15 [bug#72801] [PATCH] gnu: Update wlroots to 0.17.4 Ahmad Draidi via Guix-patches via
2024-08-30 21:26 ` Rodion Goritskov
2024-09-05 16:44 ` Zheng Junjie

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.