[PATCH] gnu: wofi: Update to 1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 5 Nov 2022 02:50
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221105015032.29883-1-kiasoc5@disroot.org
* gnu/packages/xdisorg.scm (wofi): Update to 1.3.
[arguments]: Use new style for arguments.
[inputs]: Remove input labels.
---
gnu/packages/xdisorg.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1a868146a0..80a947194d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2923,7 +2923,7 @@ (define-public j4-dmenu-desktop
(define-public wofi
(package
(name "wofi")
- (version "1.2.4")
+ (version "1.3")
(source (origin
(method hg-fetch)
(uri (hg-reference
@@ -2932,15 +2932,14 @@ (define-public wofi
(file-name (git-file-name name version))
(sha256
(base32
- "1bnf078fg1kwslzwm1mjxwcqqq3bhk1dzymwfw9gk3brqbxrl75c"))))
+ "1k6b46n0vwdqrr6rfps0n8hghcgivnc42gc7z61phhjgf08j64qv"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t))
+ (list #:glib-or-gtk? #t))
(native-inputs
(list pkg-config))
(inputs
- `(("gtk3" ,gtk+)
- ("wayland" ,wayland)))
+ (list gtk+ wayland))
(synopsis "Launcher/menu program for wayland")
(description
"Wofi is a launcher/menu program for wlroots based wayland compositors

base-commit: 24f0c34ccb6b2d3f6504983dd56c87feba483aa2
--
2.38.0
L
L
Ludovic Courtès wrote on 11 Nov 2022 23:16
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 59035-done@debbugs.gnu.org)
875yfldtmf.fsf@gnu.org
Hi,

kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/xdisorg.scm (wofi): Update to 1.3.
> [arguments]: Use new style for arguments.
> [inputs]: Remove input labels.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59035@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59035
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch