unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66791] [PATCH] gnu: labwc: Update to 0.6.5.
@ 2023-10-28 11:45 Ahmad Draidi via Guix-patches via
  2023-10-29 13:39 ` [bug#66791] [PATCH v2] " Ahmad Draidi via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2023-10-28 11:45 UTC (permalink / raw)
  To: 66791; +Cc: Ahmad Draidi

* gnu/packages/wm.scm (labwc): Update to 0.6.5.

Change-Id: I179130beeb03594d45f33e84a8bcb6d4a47abb59
---
 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 8576d0297d..b2697bb0f9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2943,7 +2943,7 @@ (define-public libucl
 (define-public labwc
   (package
     (name "labwc")
-    (version "0.6.4")
+    (version "0.6.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2952,7 +2952,7 @@ (define-public labwc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00ajr7s8qywdfa9vhlfc02p1wwdcqaaa09pm1im9w6mrvb904lzh"))))
+                "04401k1i6b9s2v6mbhw5llla8fdpkhmgz826iva246iqch9z20lx"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config gettext-minimal scdoc))

base-commit: c3cf04d05b452fee549bb84b323d056fd30cef45
-- 
2.41.0





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

* [bug#66791] [PATCH v2] gnu: labwc: Update to 0.6.5.
  2023-10-28 11:45 [bug#66791] [PATCH] gnu: labwc: Update to 0.6.5 Ahmad Draidi via Guix-patches via
@ 2023-10-29 13:39 ` Ahmad Draidi via Guix-patches via
  2023-10-30 11:34   ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2023-10-29 13:39 UTC (permalink / raw)
  To: 66791; +Cc: Ahmad Draidi

* gnu/packages/wm.scm (labwc): Update to 0.6.5.
[inputs]: Add librsvg.

Change-Id: I2812e78aa5ee6e2a19ed5e8756aac0e0f83610db
---
v2: Added new optional dependency on librsvg.

 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8576d0297d..f3997ad171 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2943,7 +2943,7 @@ (define-public libucl
 (define-public labwc
   (package
     (name "labwc")
-    (version "0.6.4")
+    (version "0.6.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2952,13 +2952,14 @@ (define-public labwc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00ajr7s8qywdfa9vhlfc02p1wwdcqaaa09pm1im9w6mrvb904lzh"))))
+                "04401k1i6b9s2v6mbhw5llla8fdpkhmgz826iva246iqch9z20lx"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config gettext-minimal scdoc))
     (inputs
      (list cairo
            glib
+           librsvg
            libxcb
            libxml2
            pango

base-commit: 1dae56618271e7c8b19155d7984b9386ecb661f6
-- 
2.41.0





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

* [bug#66791] [PATCH v2] gnu: labwc: Update to 0.6.5.
  2023-10-29 13:39 ` [bug#66791] [PATCH v2] " Ahmad Draidi via Guix-patches via
@ 2023-10-30 11:34   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2023-10-30 11:34 UTC (permalink / raw)
  To: Ahmad Draidi; +Cc: 66791, 66791-done

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


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

> * gnu/packages/wm.scm (labwc): Update to 0.6.5.
> [inputs]: Add librsvg.
>
> Change-Id: I2812e78aa5ee6e2a19ed5e8756aac0e0f83610db
> ---
> v2: Added new optional dependency on librsvg.
>
>  gnu/packages/wm.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

This looks good to me, I've pushed it to master as
500eee9c843d6ec45c4dd3f1b5eb9be1be69e5ad.

Thanks,

Chris

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

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

end of thread, other threads:[~2023-10-30 11:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-28 11:45 [bug#66791] [PATCH] gnu: labwc: Update to 0.6.5 Ahmad Draidi via Guix-patches via
2023-10-29 13:39 ` [bug#66791] [PATCH v2] " Ahmad Draidi via Guix-patches via
2023-10-30 11:34   ` Christopher Baines

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