emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69504: closed ([PATCH] gnu: Add wbg.)


From: GNU bug Tracking System
Subject: bug#69504: closed ([PATCH] gnu: Add wbg.)
Date: Sat, 22 Jun 2024 13:45:02 +0000

Your message dated Sat, 22 Jun 2024 21:44:05 +0800
with message-id <87le2x149m.fsf@iscas.ac.cn>
and subject line Re: [bug#69504] [PATCH v2] gnu: Add wbg.
has caused the debbugs.gnu.org bug report #69504,
regarding [PATCH] gnu: Add wbg.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69504: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69504
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@araneo.si>
 ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
 ;;; Copyright © 2024 chris <chris@bumblehead.com>
+;;; Copyright © 2024 dan <i@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69504] [PATCH v2] gnu: Add wbg. Date: Sat, 22 Jun 2024 21:44:05 +0800 User-agent: mu4e 1.12.4; emacs 30.0.50
dan <i@dan.games> writes:

> * 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

move before wsbg, and add (file-name (git-file-name name version)).

push, see 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8ed430586466d8ada91d6d252bfafe4b244e731d

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]