From unknown Sat Jun 21 03:31:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72318] [PATCH] gnu: Add fyi. Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Jul 2024 10:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72318 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72318@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172207610319990 (code B ref -1); Sat, 27 Jul 2024 10:29:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jul 2024 10:28:23 +0000 Received: from localhost ([127.0.0.1]:40607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXef1-0005C9-Du for submit@debbugs.gnu.org; Sat, 27 Jul 2024 06:28:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:49000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXeew-0005BW-1N for submit@debbugs.gnu.org; Sat, 27 Jul 2024 06:28:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sXeel-0003xx-HC for guix-patches@gnu.org; Sat, 27 Jul 2024 06:28:07 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sXeej-0005Er-EQ for guix-patches@gnu.org; Sat, 27 Jul 2024 06:28:07 -0400 Received: from sofia.fritz.box (unknown [IPv6:2a10:3781:35df:1:b142:e9f9:52db:7a1e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 4ECFA1D558; Sat, 27 Jul 2024 10:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1722076071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Tbi4HzUUKElLOVpGkXHVNBLuaPImHToJUyRHPC8ayu4=; b=hyVbXltVS2TKBdG4HS4RcpN94Rtp5byOigh6l3/2WnO+cwx13HV2NP59FZGXCcQ7G8wUNa yzaJmToj6SjLiIImjGfZedR1UXQCvLeo4mKGa2TyOap7bzT8J6stTbDU3YYAebtTfk7Bh5 LOydONZBmkccvQBwU6GA32dtnYVb2VU= From: Ashish SHUKLA Date: Sat, 27 Jul 2024 12:27:34 +0200 Message-ID: <7f4f0623340ad0ad914963b8eb7dbb85a2986c08.1722076054.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 ;;; Copyright © 2024 Artyom V. Poptsov ;;; Copyright © 2024 Igor Goryachev +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; 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 From unknown Sat Jun 21 03:31:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72318] [PATCH v2] gnu: Add fyi. References: <7f4f0623340ad0ad914963b8eb7dbb85a2986c08.1722076054.git.ashish.is@lostca.se> In-Reply-To: <7f4f0623340ad0ad914963b8eb7dbb85a2986c08.1722076054.git.ashish.is@lostca.se> Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: ashish.is@lostca.se, guix-patches@gnu.org Resent-Date: Fri, 02 Aug 2024 22:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72318 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72318@debbugs.gnu.org Cc: Ashish SHUKLA , Ashish SHUKLA X-Debbugs-Original-Xcc: Ashish SHUKLA Received: via spool by 72318-submit@debbugs.gnu.org id=B72318.172263615324038 (code B ref 72318); Fri, 02 Aug 2024 22:03:02 +0000 Received: (at 72318) by debbugs.gnu.org; 2 Aug 2024 22:02:33 +0000 Received: from localhost ([127.0.0.1]:53842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sa0M4-0006Fe-UG for submit@debbugs.gnu.org; Fri, 02 Aug 2024 18:02:33 -0400 Received: from anamika.lostca.se ([65.21.75.227]:51026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sa0Lz-0006FI-G6 for 72318@debbugs.gnu.org; Fri, 02 Aug 2024 18:02:31 -0400 Received: from localhost.localdomain (101.red-81-34-50.dynamicip.rima-tde.net [81.34.50.101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 67B721F31A; Fri, 2 Aug 2024 22:02:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1722636121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7R91Sxa/O2AoZgzFI1TITSxrcPlSf1pIkGqCQxLR4d0=; b=aU10ZUzcgwOJxh8VAwbkRDUXIsMuztnQ/NFbTBafVxnNV7VwRQfpYuPKMSTsq5zjKSnQ0z vtCdg+auleQbDsiXw87IsNnNJd4LGml3gilYIahBt+JqnzOjOVPKqgFsatQb70oWpOu8ND hMXSM8m41jrxK50WZd1B4AcWMcesyS4= From: Ashish SHUKLA Date: Sat, 3 Aug 2024 00:01:35 +0200 Message-ID: <76bc139042603c6a91d2e46ef834cea1a9d07c3a.1722635856.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * 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 ;;; Copyright © 2024 Artyom V. Poptsov ;;; Copyright © 2024 Igor Goryachev +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 02 18:07:53 2024 Received: (at control) by debbugs.gnu.org; 2 Aug 2024 22:07:53 +0000 Received: from localhost ([127.0.0.1]:53847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sa0RE-0006NE-QW for submit@debbugs.gnu.org; Fri, 02 Aug 2024 18:07:53 -0400 Received: from anamika.lostca.se ([65.21.75.227]:55832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sa0RC-0006N0-ME for control@debbugs.gnu.org; Fri, 02 Aug 2024 18:07:51 -0400 Received: from sofia (101.red-81-34-50.dynamicip.rima-tde.net [81.34.50.101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 690831F2B4 for ; Fri, 2 Aug 2024 22:07:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1722636445; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=aYnkajCpLTEn+HKYoj172H6xi6uRsYeWk4O9l6hZVe8=; b=f071V9bCq2Uc/+/txx2L0lupwjDcL3VCTU2yGUdVVJF/9GFJstZkrw5JuzMAmwrOun86dk Y+miA+C2dlkpl6tsYLesEOFUgjLYjtnKGcncE2a9K7gNgPEOWQvQA+Pb/xj0tnS7JIrvNe SD+JC3h36vegtI2zM3f4MFNRoxUc85g= Date: Fri, 2 Aug 2024 22:07:10 +0000 From: Ashish To: control@debbugs.gnu.org Subject: retitle bug report Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20230517 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) retitle 72318 [PATCH v2] gnu: Add fyi. quit From unknown Sat Jun 21 03:31:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72318] [PATCH v2] gnu: Add fyi. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 19 Aug 2024 18:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72318 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72318@debbugs.gnu.org Cc: Ashish SHUKLA , 72318-done@debbugs.gnu.org X-Debbugs-Original-To: Ashish SHUKLA via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.172409093216185 (code B ref -1); Mon, 19 Aug 2024 18:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 19 Aug 2024 18:08:52 +0000 Received: from localhost ([127.0.0.1]:59234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sg6oG-0004Cy-DK for submit@debbugs.gnu.org; Mon, 19 Aug 2024 14:08:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:42866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sg6oE-0004Cr-UB for submit@debbugs.gnu.org; Mon, 19 Aug 2024 14:08:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sg6nY-0002d7-Nu for guix-patches@gnu.org; Mon, 19 Aug 2024 14:08:08 -0400 Received: from msg-1.mailo.com ([213.182.54.11] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sg6nX-00066a-2h for guix-patches@gnu.org; Mon, 19 Aug 2024 14:08:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1724090884; bh=b6RX2WKKoezaH0+kFtMPyu//ujk6N0B9MU6SQ0CM/JA=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=VSERwkeuYaoR9kKmlpd0bZ2kaCY6AOSBYclh42kQJ2oFaUj5TqrYbrcXFKRZTkOy5 C+iMlD5kqFIzBbg9yHUsIm9b9xqs6wy2qMg5Nes78pObxhQV8GWmW0sbruC/skD5d2 uUbPIe220mpNW0DzACGmA98gT8+ZLMtWBcQN2qyA= Received: by b-1.in.mailobj.net [192.168.90.11] with ESMTP via ip-20.mailobj.net [213.182.54.20] Mon, 19 Aug 2024 20:08:04 +0200 (CEST) X-EA-Auth: WiPu5ZmUQINFFiDRYSB7gb4TCmz1KneAf+P/icjN0/QVCOVsSXx8ycm8Z9FG+ucA3j5YukSlw8raDmMaeUzWa31L3PfGYlbaW55JXCrHeNs= From: Nicolas Goaziou In-Reply-To: <76bc139042603c6a91d2e46ef834cea1a9d07c3a.1722635856.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Sat, 3 Aug 2024 00:01:35 +0200") References: <7f4f0623340ad0ad914963b8eb7dbb85a2986c08.1722076054.git.ashish.is@lostca.se> <76bc139042603c6a91d2e46ef834cea1a9d07c3a.1722635856.git.ashish.is@lostca.se> Date: Mon, 19 Aug 2024 20:07:49 +0200 Message-ID: <87plq4peru.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=213.182.54.11; envelope-from=mail@nicolasgoaziou.fr; helo=mailo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello, Ashish SHUKLA via Guix-patches via 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 From unknown Sat Jun 21 03:31:30 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ashish SHUKLA Subject: bug#72318: closed (Re: [bug#72318] [PATCH v2] gnu: Add fyi.) Message-ID: References: <87plq4peru.fsf@nicolasgoaziou.fr> <7f4f0623340ad0ad914963b8eb7dbb85a2986c08.1722076054.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 72318 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72318@debbugs.gnu.org Date: Mon, 19 Aug 2024 18:09:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1724090942-16223-1" This is a multi-part message in MIME format... ------------=_1724090942-16223-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72318: [PATCH v2] gnu: Add fyi. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72318@debbugs.gnu.org. --=20 72318: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72318 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1724090942-16223-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72318-done) by debbugs.gnu.org; 19 Aug 2024 18:08:58 +0000 Received: from localhost ([127.0.0.1]:59237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sg6oL-0004DH-Nn for submit@debbugs.gnu.org; Mon, 19 Aug 2024 14:08:58 -0400 Received: from msg-1.mailo.com ([213.182.54.11]:42976 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sg6oK-0004Cq-BK for 72318-done@debbugs.gnu.org; Mon, 19 Aug 2024 14:08:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1724090884; bh=b6RX2WKKoezaH0+kFtMPyu//ujk6N0B9MU6SQ0CM/JA=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=VSERwkeuYaoR9kKmlpd0bZ2kaCY6AOSBYclh42kQJ2oFaUj5TqrYbrcXFKRZTkOy5 C+iMlD5kqFIzBbg9yHUsIm9b9xqs6wy2qMg5Nes78pObxhQV8GWmW0sbruC/skD5d2 uUbPIe220mpNW0DzACGmA98gT8+ZLMtWBcQN2qyA= Received: by b-1.in.mailobj.net [192.168.90.11] with ESMTP via ip-20.mailobj.net [213.182.54.20] Mon, 19 Aug 2024 20:08:04 +0200 (CEST) X-EA-Auth: WiPu5ZmUQINFFiDRYSB7gb4TCmz1KneAf+P/icjN0/QVCOVsSXx8ycm8Z9FG+ucA3j5YukSlw8raDmMaeUzWa31L3PfGYlbaW55JXCrHeNs= From: Nicolas Goaziou To: Ashish SHUKLA via Guix-patches via Subject: Re: [bug#72318] [PATCH v2] gnu: Add fyi. In-Reply-To: <76bc139042603c6a91d2e46ef834cea1a9d07c3a.1722635856.git.ashish.is@lostca.se> (Ashish SHUKLA via Guix-patches via's message of "Sat, 3 Aug 2024 00:01:35 +0200") References: <7f4f0623340ad0ad914963b8eb7dbb85a2986c08.1722076054.git.ashish.is@lostca.se> <76bc139042603c6a91d2e46ef834cea1a9d07c3a.1722635856.git.ashish.is@lostca.se> Date: Mon, 19 Aug 2024 20:07:49 +0200 Message-ID: <87plq4peru.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72318-done Cc: Ashish SHUKLA , 72318-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Ashish SHUKLA via Guix-patches via 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 ------------=_1724090942-16223-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Jul 2024 10:28:23 +0000 Received: from localhost ([127.0.0.1]:40607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXef1-0005C9-Du for submit@debbugs.gnu.org; Sat, 27 Jul 2024 06:28:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:49000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXeew-0005BW-1N for submit@debbugs.gnu.org; Sat, 27 Jul 2024 06:28:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sXeel-0003xx-HC for guix-patches@gnu.org; Sat, 27 Jul 2024 06:28:07 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sXeej-0005Er-EQ for guix-patches@gnu.org; Sat, 27 Jul 2024 06:28:07 -0400 Received: from sofia.fritz.box (unknown [IPv6:2a10:3781:35df:1:b142:e9f9:52db:7a1e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 4ECFA1D558; Sat, 27 Jul 2024 10:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1722076071; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Tbi4HzUUKElLOVpGkXHVNBLuaPImHToJUyRHPC8ayu4=; b=hyVbXltVS2TKBdG4HS4RcpN94Rtp5byOigh6l3/2WnO+cwx13HV2NP59FZGXCcQ7G8wUNa yzaJmToj6SjLiIImjGfZedR1UXQCvLeo4mKGa2TyOap7bzT8J6stTbDU3YYAebtTfk7Bh5 LOydONZBmkccvQBwU6GA32dtnYVb2VU= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: Add fyi. Date: Sat, 27 Jul 2024 12:27:34 +0200 Message-ID: <7f4f0623340ad0ad914963b8eb7dbb85a2986c08.1722076054.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 ;;; Copyright © 2024 Artyom V. Poptsov ;;; Copyright © 2024 Igor Goryachev +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; 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 ------------=_1724090942-16223-1--