GNU bug report logs - #69504
[PATCH] gnu: Add wbg.

Previous Next

Package: guix-patches;

Reported by: dan <i <at> dan.games>

Date: Sat, 2 Mar 2024 09:47:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 69504 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69504; Package guix-patches. (Sat, 02 Mar 2024 09:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to dan <i <at> dan.games>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 02 Mar 2024 09:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: dan <i <at> dan.games>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add wbg.
Date: Sat,  2 Mar 2024 17:45:36 +0800
* gnu/packages/wm.scm (wbg): New variable.

Change-Id: Ib20af5fee37ab258224ead6caf35af3b9c78e802
---
 gnu/packages/wm.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8ed3ed1107..ce0ba981f5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -69,6 +69,7 @@
 ;;; Copyright © 2024 Timotej Lazar <timotej.lazar <at> araneo.si>
 ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
 ;;; Copyright © 2024 chris <chris <at> bumblehead.com>
+;;; Copyright © 2024 dan <i <at> dan.games>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3723,3 +3724,30 @@ (define-public yambar-wayland
 for short) for X11 and Wayland, that goes to great lengths to be both CPU and
 battery efficient---polling is only done when absolutely necessary.")
     (license license:expat)))
+
+(define-public wbg
+  (package
+    (name "wbg")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://codeberg.org/dnkl/wbg")
+             (commit version)))
+       (sha256
+        (base32 "0rq2m2cddggmxq77pfks1mga3y7a54pnm2linqipia1l4ylhi4i4"))))
+    (build-system meson-build-system)
+    (arguments
+     (list
+      #:build-type "release"
+      #:configure-flags #~(list "-Dpng=enabled" "-Djpeg=enabled"
+                                "-Dwebp=enabled")))
+    (native-inputs (list pkg-config tllist wayland-protocols))
+    (inputs (list libjpeg-turbo libpng libwebp pixman wayland))
+    (home-page "https://codeberg.org/dnkl/wbg")
+    (synopsis "Wallpaper application for Wayland compositors")
+    (description
+     "wbg is a super simple wallpaper application for Wayland compositors
+implementing the layer-shell protocol.")
+    (license license:expat)))

base-commit: 4a0549be52f3f46fbce61342d8de30f7b83130c5
-- 
2.41.0





This bug report was last modified 63 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.