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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59035 in the body.
You can then email your comments to 59035 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#59035
; Package
guix-patches
.
(Sat, 05 Nov 2022 01:52:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
kiasoc5 <kiasoc5 <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 05 Nov 2022 01:52:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 11 Nov 2022 22:17:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
kiasoc5 <kiasoc5 <at> disroot.org>
:
bug acknowledged by developer.
(Fri, 11 Nov 2022 22:17:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 59035-done <at> debbugs.gnu.org (full text, mbox):
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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 10 Dec 2022 12:24:10 GMT)
Full text and
rfc822 format available.
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.