From unknown Fri Jun 20 07:11:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61031 <61031@debbugs.gnu.org> To: bug#61031 <61031@debbugs.gnu.org> Subject: Status: [PATCH] Add emacs-kodi-remote. Reply-To: bug#61031 <61031@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:11:49 +0000 retitle 61031 [PATCH] Add emacs-kodi-remote. reassign 61031 guix-patches submitter 61031 Matthieu Lemerre severity 61031 normal tag 61031 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 23 17:39:57 2023 Received: (at submit) by debbugs.gnu.org; 23 Jan 2023 22:39:57 +0000 Received: from localhost ([127.0.0.1]:55525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pK5To-0003i2-P1 for submit@debbugs.gnu.org; Mon, 23 Jan 2023 17:39:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:33066) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pK5Tn-0003hu-9b for submit@debbugs.gnu.org; Mon, 23 Jan 2023 17:39:55 -0500 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 1pK5Tn-00061F-3s for guix-patches@gnu.org; Mon, 23 Jan 2023 17:39:55 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pK5Tk-0004oG-Rb for guix-patches@gnu.org; Mon, 23 Jan 2023 17:39:54 -0500 Received: (Authenticated sender: matthieu@lemer.re) by mail.gandi.net (Postfix) with ESMTPSA id BCB3720003 for ; Mon, 23 Jan 2023 22:39:47 +0000 (UTC) From: Matthieu Lemerre To: guix-patches@gnu.org Subject: [PATCH] Add emacs-kodi-remote. Date: Mon, 23 Jan 2023 23:39:43 +0100 Message-ID: <877cxcg9jk.fsf@cea.fr> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: neutral client-ip=217.70.183.200; envelope-from=racin@free.fr; helo=relay7-d.mail.gandi.net X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NEUTRAL=0.779, SPOOFED_FREEMAIL=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit 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.6 (--) Hi Guix! This emacs package allows to control Kodi remotely -- I use it every day and it is very handy! The guix installation works well. Best regards, Matthieu --- gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c2be7eac57..e2efaaf47d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26708,6 +26708,34 @@ (define-public emacs-mpdel stored playlists.") (license license:gpl3+))) + +(define-public emacs-kodi-remote + (package + (name "emacs-kodi-remote") + (version "20190622.1325") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/spiderbit/kodi-remote.el.git") + (commit "f5e932036c16e2b61a63020e006fc601e38d181e"))) + (sha256 + (base32 + "1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-request emacs-let-alist emacs-json-mode emacs-f)) + (home-page "http://github.com/spiderbit/kodi-remote.el") + (synopsis "Remote Control for Kodi") + (description + "This package provides a major to remote control kodi instances. First specify +the hostname/ip of your kodi webserver: (setq kodi-host-name \"my-htpc:8080\") +Then open the Remote with the command: kodi-remote Also open the current kodi +Video Playlist with the command: kodi-remote-playlist Start play exercise mode: +kodi-remote-exercise OPTIONAL: setup settings for deleting files (over tramp) +(setq kodi-dangerous-options t) (setq kodi-access-host \"my-htpc\") if you don't +use ssh to access your kodi server / nas: (setq kodi-access-method +\"smb/ftp/adb...\")") + (license gpl3+))) + (define-public emacs-navigel (package (name "emacs-navigel") base-commit: 77a34996000acf43b668ebf491afb6d02e85b0ec -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 12:40:56 2023 Received: (at 61031) by debbugs.gnu.org; 25 Jan 2023 17:40:56 +0000 Received: from localhost ([127.0.0.1]:59873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKjlY-0000Pi-10 for submit@debbugs.gnu.org; Wed, 25 Jan 2023 12:40:56 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:48075) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKjlV-0000PP-OE for 61031@debbugs.gnu.org; Wed, 25 Jan 2023 12:40:54 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id EEB7F1C0006; Wed, 25 Jan 2023 17:40:46 +0000 (UTC) From: Nicolas Goaziou To: Matthieu Lemerre Subject: Re: [bug#61031] [PATCH] Add emacs-kodi-remote. References: <877cxcg9jk.fsf@cea.fr> Date: Wed, 25 Jan 2023 18:40:34 +0100 In-Reply-To: <877cxcg9jk.fsf@cea.fr> (Matthieu Lemerre's message of "Mon, 23 Jan 2023 23:39:43 +0100") Message-ID: <87bkmmo6lp.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61031 Cc: 61031@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.7 (-) Hello, Matthieu Lemerre writes: > This emacs package allows to control Kodi remotely -- I use it every day and it is very handy! > The guix installation works well. Thank you. Some comments follow. > +(define-public emacs-kodi-remote > + (package > + (name "emacs-kodi-remote") > + (version "20190622.1325") According to "kodi-remote.el", version is "0", not this date-based one. You should also use `git-version' since we're using an unreleased version. > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/spiderbit/kodi-remote.el.git") You should drop the ".git" suffix from URL. > + (commit "f5e932036c16e2b61a63020e006fc601e38d181e"))) Usually, we let-bind the commit at the beginning of the package definition and write (commit commit) > + (sha256 > + (base32 > + "1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934")))) > + (build-system emacs-build-system) > + (propagated-inputs (list emacs-request emacs-let-alist emacs-json-mode emacs-f)) Please order inputs alphabetically. > + (home-page "http://github.com/spiderbit/kodi-remote.el") > + (synopsis "Remote Control for Kodi") > + (description > + "This package provides a major to remote control kodi instances. First specify kodi -> Kodi > +the hostname/ip of your kodi webserver: (setq kodi-host-name \"my-htpc:8080\") > +Then open the Remote with the command: kodi-remote Also open the current kodi > +Video Playlist with the command: kodi-remote-playlist Start play exercise mode: > +kodi-remote-exercise OPTIONAL: setup settings for deleting files (over tramp) > +(setq kodi-dangerous-options t) (setq kodi-access-host \"my-htpc\") if you don't > +use ssh to access your kodi server / nas: (setq kodi-access-method > +\"smb/ftp/adb...\")") This is more a manual excerpt than a proper description. Could you reword it a bit to describe what the package does, not how to do it? Note that sentences should be separated with full stops and two spaces, per Texinfo specification. > + (license gpl3+))) This cannot possibly build: the license above should be license:gpl3+. Could you send an updated patch? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 27 07:43:46 2023 Received: (at 61031) by debbugs.gnu.org; 27 Jan 2023 12:43:46 +0000 Received: from localhost ([127.0.0.1]:36883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLO54-0007xL-Fp for submit@debbugs.gnu.org; Fri, 27 Jan 2023 07:43:46 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:59584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLO4y-0007x8-JK for 61031@debbugs.gnu.org; Fri, 27 Jan 2023 07:43:44 -0500 Received: from zimbra109-e19.priv.proxad.net (unknown [172.20.243.130]) by smtp6-g21.free.fr (Postfix) with ESMTP id 4AFF8780378; Fri, 27 Jan 2023 13:43:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1674823419; bh=ibpLpNcfzSYDYaZZ081z3L5ijGxW8ePLN6473yx+3Bk=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=FnS5rQ+QysRk/J6B2lWAuQQKUC25MO0sYekJ3i5XHo3Yy2Edr8lF7PV2Bc2ZN4Eop qnrTyC3gpuwwLDT+ZyZrtX7hHCCgqiQZBWU/6XD1UkcpVACUPqHFXLmhMWYdUJMicc YWaDebshkLUd+48Q41p6ydjFZrYABl5i4329CYDlJNole8thtBJeXoTA4WDKtjHYXV 96TAOiE0HVPn29y+5lxGB/pRgmKnqLv0CdfjLCSUxUXZiQxiYbOSujBI7Z2LMey6Ia sP+X71ukWhycrV7MwHDW7VJWdWoOJmlb/srrd6s1LW/sSSfM5b4rU84QPJIV8ZVP67 oxJCw92bqNXvA== Date: Fri, 27 Jan 2023 13:43:38 +0100 (CET) From: racin@free.fr To: Nicolas Goaziou Message-ID: <1619463260.211138834.1674823418016.JavaMail.zimbra@free.fr> In-Reply-To: <87bkmmo6lp.fsf@nicolasgoaziou.fr> References: <877cxcg9jk.fsf@cea.fr> <87bkmmo6lp.fsf@nicolasgoaziou.fr> Subject: Re: [bug#61031] [PATCH] Add emacs-kodi-remote. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [132.166.177.50] X-Mailer: Zimbra 8.8.7_GA_1002 (ZimbraWebClient - FF108 (Linux)/8.8.7_GA_1002) Thread-Topic: Add emacs-kodi-remote. Thread-Index: nuYjhO95EfJyNKqn+BqyuqPiojaABg== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61031 Cc: 61031@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 (-) Thanks for all the comments! Here is an updated patch addressing everything. You were right about the problem that it did not compile; I did not understand that I had to to make before ./pre-inst-env guix build emacs-kodi-remote. I think I properly tested it now. Matthieu --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c2be7eac57..0c832110a0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26708,6 +26708,30 @@ (define-public emacs-mpdel stored playlists.") (license license:gpl3+))) + +(define-public emacs-kodi-remote + (let ((commit "f5e932036c16e2b61a63020e006fc601e38d181e") + (revision "0")) + (package + (name "emacs-kodi-remote") + (version (git-version "0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/spiderbit/kodi-remote.el.git") + (commit commit))) + (sha256 + (base32 + "1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-f emacs-json-mode emacs-let-alist emacs-request)) + (home-page "http://github.com/spiderbit/kodi-remote.el") + (synopsis "Remote Control for Kodi") + (description + "This package provides a major mode to remote control Kodi +instances (play/pause, volume control, media selection, etc.).") + (license license:gpl3+)))) + (define-public emacs-navigel (package (name "emacs-navigel") -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 27 17:05:12 2023 Received: (at 61031-done) by debbugs.gnu.org; 27 Jan 2023 22:05:12 +0000 Received: from localhost ([127.0.0.1]:38795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLWqO-0000Pi-Gm for submit@debbugs.gnu.org; Fri, 27 Jan 2023 17:05:12 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:44503) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLWqM-0000PO-Jt for 61031-done@debbugs.gnu.org; Fri, 27 Jan 2023 17:05:11 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 60CC7FF804; Fri, 27 Jan 2023 22:05:00 +0000 (UTC) From: Nicolas Goaziou To: racin@free.fr Subject: Re: [bug#61031] [PATCH] Add emacs-kodi-remote. References: <877cxcg9jk.fsf@cea.fr> <87bkmmo6lp.fsf@nicolasgoaziou.fr> <1619463260.211138834.1674823418016.JavaMail.zimbra@free.fr> Date: Fri, 27 Jan 2023 23:04:53 +0100 In-Reply-To: <1619463260.211138834.1674823418016.JavaMail.zimbra@free.fr> (racin@free.fr's message of "Fri, 27 Jan 2023 13:43:38 +0100 (CET)") Message-ID: <87zga3k516.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61031-done Cc: 61031-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.7 (-) Hello, racin@free.fr writes: > You were right about the problem that it did not compile; I did not understand that I had to to make > before ./pre-inst-env guix build emacs-kodi-remote. I think I properly > tested it now. Great. I added a commit message and applied your patch, with the changes below. > + (package > + (name "emacs-kodi-remote") > + (version (git-version "0" revision commit)) > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/spiderbit/kodi-remote.el.git") I removed ".git" suffix > + (commit commit))) I added (file-name (git-file-name name version)) here > + (sha256 > + (base32 > + "1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934")))) > + (build-system emacs-build-system) > + (propagated-inputs (list emacs-f emacs-json-mode emacs-let-alist emacs-request)) I added a newline character after "propagated-inputs". > + (home-page "http://github.com/spiderbit/kodi-remote.el") > + (synopsis "Remote Control for Kodi") Control -> control Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 27 17:11:04 2023 Received: (at 61031-done) by debbugs.gnu.org; 27 Jan 2023 22:11:04 +0000 Received: from localhost ([127.0.0.1]:38826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLWw3-0000b7-Uy for submit@debbugs.gnu.org; Fri, 27 Jan 2023 17:11:04 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:17974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLWvy-0000ae-D7 for 61031-done@debbugs.gnu.org; Fri, 27 Jan 2023 17:11:02 -0500 Received: from zimbra109-e19.priv.proxad.net (unknown [172.20.243.130]) by smtp3-g21.free.fr (Postfix) with ESMTP id 8708013F85A; Fri, 27 Jan 2023 23:10:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1674857457; bh=76oKlF9LugHT+jeO6Z9oFZpu0/ycNKqkiWHEaRQFF/4=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=b5a5U+fGfhZAmGNIgci3yCtJbSfiq0znLRiQyfnLDiwiQt/dnY6g7vUQJYhjtSxZp 45hhNRb3UrwoMF23LA/jBhTF733mYx6DaDL/zXNcselZWxUiV+EQ/GOJFOS6/eZMOF m/NATetZn6Q43tCJk7enMK+mmV2zN+z4m5MKQ4oTnirmgu+vCc7im55OrVGlB1p2C8 mxd6Fq/bpIuz6NkbjRrv9Tid96POVcx/GjMSxJb/m82BHXFwNLMkPMtuQWcWqk9g6c eagFrKjRQy6fG7L3j5vrEkPYDZ4FAocNF1wmaFvN49m2ZcJCZfWF2HpO6QkH1o0Drd Q487+M0Ru9D4Q== Date: Fri, 27 Jan 2023 23:10:54 +0100 (CET) From: racin@free.fr To: Nicolas Goaziou Message-ID: <1330773820.213205197.1674857454177.JavaMail.zimbra@free.fr> In-Reply-To: <87zga3k516.fsf@nicolasgoaziou.fr> References: <877cxcg9jk.fsf@cea.fr> <87bkmmo6lp.fsf@nicolasgoaziou.fr> <1619463260.211138834.1674823418016.JavaMail.zimbra@free.fr> <87zga3k516.fsf@nicolasgoaziou.fr> Subject: Re: [bug#61031] [PATCH] Add emacs-kodi-remote. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [93.6.34.225] X-Mailer: Zimbra 8.8.7_GA_1002 (ZimbraWebClient - FF108 (Linux)/8.8.7_GA_1002) Thread-Topic: Add emacs-kodi-remote. Thread-Index: EG7hXgXXwY9TUVXYS5iM0rGNNbEW9g== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61031-done Cc: 61031-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 (-) > Great. I added a commit message and applied your patch, with the changes below. Great! I'll try to be more careful next time! > I removed ".git" suffix You had mentionned it, sorry. > I added (file-name (git-file-name name version)) This I didn't know. > Control -> control Oups. Regards, Matthieu From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 27 17:16:43 2023 Received: (at 61031-done) by debbugs.gnu.org; 27 Jan 2023 22:16:43 +0000 Received: from localhost ([127.0.0.1]:38836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLX1W-0000kM-W2 for submit@debbugs.gnu.org; Fri, 27 Jan 2023 17:16:43 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:44813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLX1V-0000k8-Dg for 61031-done@debbugs.gnu.org; Fri, 27 Jan 2023 17:16:41 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id B04DA240006; Fri, 27 Jan 2023 22:16:34 +0000 (UTC) From: Nicolas Goaziou To: racin@free.fr Subject: Re: [bug#61031] [PATCH] Add emacs-kodi-remote. References: <877cxcg9jk.fsf@cea.fr> <87bkmmo6lp.fsf@nicolasgoaziou.fr> <1619463260.211138834.1674823418016.JavaMail.zimbra@free.fr> <87zga3k516.fsf@nicolasgoaziou.fr> <1330773820.213205197.1674857454177.JavaMail.zimbra@free.fr> Date: Fri, 27 Jan 2023 23:16:22 +0100 In-Reply-To: <1330773820.213205197.1674857454177.JavaMail.zimbra@free.fr> (racin@free.fr's message of "Fri, 27 Jan 2023 23:10:54 +0100 (CET)") Message-ID: <87mt63k4i1.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61031-done Cc: 61031-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.7 (-) racin@free.fr writes: >> I added (file-name (git-file-name name version)) > This I didn't know. If you run ./pre-inst-env guix lint emacs-kodi-remote you will get something like emacs-kodi-remote@0-0.f5e9320: the source file name should contain the package name From unknown Fri Jun 20 07:11:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 25 Feb 2023 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator