unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: dan <i@dan.games>
To: 69504@debbugs.gnu.org
Subject: [bug#69504] [PATCH v2] gnu: Add wbg.
Date: Sat, 25 May 2024 12:17:30 +0800	[thread overview]
Message-ID: <280add0be03067b816309257ba7385f1e9f02a41.1716610650.git.i@dan.games> (raw)
In-Reply-To: <ed742e3b23225a653b996b22d91dcb1c7db23e36.1709372736.git.i@dan.games>

* gnu/packages/wm.scm (wbg): New variable.

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8f74076cfd..c5194de1fc 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -72,6 +72,7 @@
 ;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik@erikeduardo.xyz>
 ;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
 ;;; Copyright © 2024 bigbug <bigbookofbug@proton.me>
+;;; Copyright © 2024 dan <i@dan.games>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3905,3 +3906,34 @@ (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
+  ;; This commit fixes a build error: https://codeberg.org/dnkl/wbg/issues/11
+  (let ((commit "dd36cce8c47bb0e17a789cf2bd95a51e29b59e78")
+        (revision "0"))
+    (package
+      (name "wbg")
+      (version (git-version "1.2.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://codeberg.org/dnkl/wbg")
+               (commit commit)))
+         (sha256
+          (base32 "0nsb8w3myprhnwr59i6g4nwkc8fx67d40l70svjmwfmhpqy6zc18"))))
+      (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: c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c
-- 
2.41.0





  reply	other threads:[~2024-05-25  4:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02  9:45 [bug#69504] [PATCH] gnu: Add wbg dan
2024-05-25  4:17 ` dan [this message]
2024-06-22 13:44   ` bug#69504: [PATCH v2] " Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=280add0be03067b816309257ba7385f1e9f02a41.1716610650.git.i@dan.games \
    --to=i@dan.games \
    --cc=69504@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).