GNU bug report logs -
#72318
[PATCH v2] gnu: Add fyi.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Sat, 27 Jul 2024 10:29:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 72318 in the body.
You can then email your comments to 72318 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#72318
; Package
guix-patches
.
(Sat, 27 Jul 2024 10:29:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 27 Jul 2024 10:29:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xdisorg.scm (fyi): New variable.
Change-Id: I8bbc45324495cc0248bedd793b1a951aa0126706
---
gnu/packages/xdisorg.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4c12835b24..dd6f265daf 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2022 Mehmet Tekman <mtekman89 <at> gmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2024 Igor Goryachev <igor <at> goryachev.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3852,3 +3853,24 @@ (define-public xxkb
accepts events from XKB. That means that it will work with the existing
setup of your X Server without any modifications.")
(license license:artistic2.0)))
+
+(define-public fyi
+ (package
+ (name "fyi")
+ (version "1.0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://codeberg.org/dnkl/fyi")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "19l1w30wsm3gac0s1f81jxgmibi3qgx8f73hi047ykbxiwdccvqz"))))
+ (build-system meson-build-system)
+ (inputs (list dbus))
+ (native-inputs (list pkg-config))
+ (home-page "https://codeberg.org/dnkl/fyi")
+ (synopsis "A lightweight alternative to notify-send")
+ (description "FYI (for your information) is a command line utility to send
+desktop notifications to the user via a notification daemon implementing XDG desktop
+notifications.")
+ (license license:expat)))
base-commit: c6ff1d6ff761af0bd9bac5403fd834f04a14a192
--
2.45.2
Information forwarded
to
ashish.is <at> lostca.se, guix-patches <at> gnu.org
:
bug#72318
; Package
guix-patches
.
(Fri, 02 Aug 2024 22:03:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 72318 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xdisorg.scm (fyi): New variable.
Change-Id: I8bbc45324495cc0248bedd793b1a951aa0126706
---
gnu/packages/xdisorg.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4c12835b24..67cd491f66 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2022 Mehmet Tekman <mtekman89 <at> gmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2024 Igor Goryachev <igor <at> goryachev.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3852,3 +3853,24 @@ (define-public xxkb
accepts events from XKB. That means that it will work with the existing
setup of your X Server without any modifications.")
(license license:artistic2.0)))
+
+(define-public fyi
+ (package
+ (name "fyi")
+ (version "1.0.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://codeberg.org/dnkl/fyi")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "29l1w30wsm3gac0s1f81jxgmibi3qgx8f73hi047ykbxiwdccvqz"))))
+ (build-system meson-build-system)
+ (inputs (list dbus))
+ (native-inputs (list pkg-config))
+ (home-page "https://codeberg.org/dnkl/fyi")
+ (synopsis "A lightweight alternative to notify-send")
+ (description "FYI (for your information) is a command line utility to send
+desktop notifications to the user via a notification daemon implementing XDG desktop
+notifications.")
+ (license license:expat)))
base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
--
2.46.0
Changed bug title to '[PATCH v2] gnu: Add fyi.' from '[PATCH] gnu: Add fyi.'
Request was from
Ashish <ashish.is <at> lostca.se>
to
control <at> debbugs.gnu.org
.
(Fri, 02 Aug 2024 22:08:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72318
; Package
guix-patches
.
(Mon, 19 Aug 2024 18:09:01 GMT)
Full text and
rfc822 format available.
Message #13 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/xdisorg.scm (fyi): New variable.
Thank you. Applied with the following changes.
> +(define-public fyi
> + (package
> + (name "fyi")
> + (version "1.0.2")
I updated it to 1.0.3.
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://codeberg.org/dnkl/fyi")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256 (base32 "29l1w30wsm3gac0s1f81jxgmibi3qgx8f73hi047ykbxiwdccvqz"))))
I updated this accordingly, but this hash was also wrong for the version
1.0.2, FWIW.
> + (synopsis "A lightweight alternative to notify-send")
I removed the article "A" at the beginning of the synopsis.
> + (description "FYI (for your information) is a command line utility to send
I used @acronym{...} Texinfo command here.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 19 Aug 2024 18:09:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
bug acknowledged by developer.
(Mon, 19 Aug 2024 18:09:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 17 Sep 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.