GNU bug report logs -
#59035
[PATCH] gnu: wofi: Update to 1.3.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 5 Nov 2022 01:52:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 11 Nov 2022 23:16:40 +0100
with message-id <875yfldtmf.fsf <at> gnu.org>
and subject line Re: bug#59035: [PATCH] gnu: wofi: Update to 1.3.
has caused the debbugs.gnu.org bug report #59035,
regarding [PATCH] gnu: wofi: Update to 1.3.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59035: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59035
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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(-)
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
[Message part 3 (message/rfc822, inline)]
Hi,
kiasoc5 <kiasoc5 <at> disroot.org> skribis:
> * gnu/packages/xdisorg.scm (wofi): Update to 1.3.
> [arguments]: Use new style for arguments.
> [inputs]: Remove input labels.
Applied, thanks!
This bug report was last modified 2 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.