GNU bug report logs -
#74592
[PATCH] gnu: ghc-xmobar: Update to 0.48.1.
Previous Next
Reported by: hiecaq <this <at> hiecaq.org>
Date: Thu, 28 Nov 2024 15:15:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
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 74592 in the body.
You can then email your comments to 74592 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#74592
; Package
guix-patches
.
(Thu, 28 Nov 2024 15:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
hiecaq <this <at> hiecaq.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 28 Nov 2024 15:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (ghc-xmobar): Update to 0.48.1.
[inputs]: Add ghc-extra.
[home-page]: Point to the actual project home-page.
Change-Id: I4a43c774a00853eb15a0874d5228729867d0606e
---
gnu/packages/wm.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2c3a0911ac..a76d58105a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -909,13 +909,13 @@ (define-public xmonad
(define-public ghc-xmobar
(package
(name "ghc-xmobar")
- (version "0.46")
+ (version "0.48.1")
(source (origin
(method url-fetch)
(uri (hackage-uri "xmobar" version))
(sha256
(base32
- "0glpiq7c0qwfcxnc2flgzj7afm5m1a9ghzwwcq7f8q27m21kddrd"))))
+ "1infcisv7l00a4z4byjwjisg4yndk0cymibfii1c7yzyzrlvavhl"))))
(build-system haskell-build-system)
(properties '((upstream-name . "xmobar")))
(native-inputs
@@ -924,6 +924,7 @@ (define-public ghc-xmobar
(list ghc-alsa-core
ghc-alsa-mixer
ghc-dbus
+ ghc-extra
ghc-hinotify
ghc-http-client-tls
ghc-http-conduit
@@ -957,7 +958,7 @@ (define-public ghc-xmobar
(lambda _
(substitute* "src/Xmobar/X11/CairoSurface.hsc"
(("cairo/cairo-xlib.h") "cairo-xlib.h")))))))
- (home-page "https://xmobar.org")
+ (home-page "https://codeberg.org/xmobar/xmobar")
(synopsis "Haskell library for minimalistic text based status bars")
(description
"@code{ghc-xmobar} is the haskell library that @code{xmobar} is based on.
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74592
; Package
guix-patches
.
(Thu, 28 Nov 2024 15:39:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74592 <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
I've just sent 3 separate patches, including this one, to update
xmonad,
ghc-xmonad-contrib and ghc-xmobar.
I've been using these 3 latest versions for the last week, and
they are
pretty stable as far as I can tell.
To ghc-xmobar there are notably 2 extra changes:
1. The home-page in the old version seems irrelevant, so I pointed
it to
the repository. Arch also points to this page.
2. ghc-extra is added as a new input, which in upstream was added
to
xmobar.cabal in the commit
7c778511f296c74f36c2b4967707c87ebf2fb808
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Thu, 16 Jan 2025 05:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
hiecaq <this <at> hiecaq.org>
:
bug acknowledged by developer.
(Thu, 16 Jan 2025 05:46:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 74592-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
hiecaq <this <at> hiecaq.org> writes:
> * gnu/packages/wm.scm (ghc-xmobar): Update to 0.48.1.
> [inputs]: Add ghc-extra.
> [home-page]: Point to the actual project home-page.
>
> Change-Id: I4a43c774a00853eb15a0874d5228729867d0606e
> ---
> gnu/packages/wm.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 2c3a0911ac..a76d58105a 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -909,13 +909,13 @@ (define-public xmonad
> (define-public ghc-xmobar
> (package
> (name "ghc-xmobar")
> - (version "0.46")
> + (version "0.48.1")
> (source (origin
> (method url-fetch)
> (uri (hackage-uri "xmobar" version))
> (sha256
> (base32
> - "0glpiq7c0qwfcxnc2flgzj7afm5m1a9ghzwwcq7f8q27m21kddrd"))))
> + "1infcisv7l00a4z4byjwjisg4yndk0cymibfii1c7yzyzrlvavhl"))))
> (build-system haskell-build-system)
> (properties '((upstream-name . "xmobar")))
> (native-inputs
> @@ -924,6 +924,7 @@ (define-public ghc-xmobar
> (list ghc-alsa-core
> ghc-alsa-mixer
> ghc-dbus
> + ghc-extra
> ghc-hinotify
> ghc-http-client-tls
> ghc-http-conduit
> @@ -957,7 +958,7 @@ (define-public ghc-xmobar
> (lambda _
> (substitute* "src/Xmobar/X11/CairoSurface.hsc"
> (("cairo/cairo-xlib.h") "cairo-xlib.h")))))))
> - (home-page "https://xmobar.org")
> + (home-page "https://codeberg.org/xmobar/xmobar")
> (synopsis "Haskell library for minimalistic text based status bars")
> (description
> "@code{ghc-xmobar} is the haskell library that @code{xmobar} is based on.
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 13 Feb 2025 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.