From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id cBuBG+G2EWQIAAEASxT56A (envelope-from ) for ; Wed, 15 Mar 2023 13:15:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yBiGG+G2EWRabQEA9RJhRA (envelope-from ) for ; Wed, 15 Mar 2023 13:15:29 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EDDADE32A for ; Wed, 15 Mar 2023 13:15:28 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pcQ2E-0000sF-0i; Wed, 15 Mar 2023 08:15:15 -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 1pcQ22-0000ki-EV for guix-patches@gnu.org; Wed, 15 Mar 2023 08:15:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pcQ21-00025z-UB for guix-patches@gnu.org; Wed, 15 Mar 2023 08:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pcQ21-0000So-OP for guix-patches@gnu.org; Wed, 15 Mar 2023 08:15:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62199] [PATCH] gnu: Add emacs-fdroid. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 15 Mar 2023 12:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62199 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62199@debbugs.gnu.org Cc: contact@conses.eu X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16788824671718 (code B ref -1); Wed, 15 Mar 2023 12:15:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 Mar 2023 12:14:27 +0000 Received: from localhost ([127.0.0.1]:39257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcQ1T-0000Re-BC for submit@debbugs.gnu.org; Wed, 15 Mar 2023 08:14:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:50584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcQ1R-0000RW-7p for submit@debbugs.gnu.org; Wed, 15 Mar 2023 08:14:26 -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 1pcQ1P-0007vC-PP for guix-patches@gnu.org; Wed, 15 Mar 2023 08:14:24 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcQ1N-00020g-Fs for guix-patches@gnu.org; Wed, 15 Mar 2023 08:14:23 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 47CFEFF806; Wed, 15 Mar 2023 12:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1678882456; 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; bh=h6dcFo3MHSDTj9X0G+3HivVR6kckEyJLc4xV6MqM7Xc=; b=Hx1xoB08E8MfwwuEkLZhGCqIPR/fqU3SNkz8w67FjN7F2ngqHM09m8iEaQVtrC9cX1M0sH ITgmiRnxSEscn4jFpmKTGUtWHk+1Q10XlrKRL88rQGJ+Pf1zGUB5OKbkT365Onc2FJp5mN IDMaq2rk66exmO6cK+PvXzfEpVgr+Ovt8VjJiI6oxFLjzlY1icJm6ubtJpv+8EWHAk8u3P v+/7pup3Xb+O6xMKURabVJss9naPgQeUpImOdL5hfsvKsSVnf/U45zNCXhCamhj91YEZnh 9mDABE3TJuhWOmYscvumd0Gik9pk0OqqqEyeal+8xc4s+OwEfznZbwYACr3+Lw== From: conses Date: Wed, 15 Mar 2023 13:14:12 +0100 Message-ID: <86bkkuxld7.fsf@conses.eu> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.199; envelope-from=contact@conses.eu; helo=relay9-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=conses.eu header.s=gm1 header.b=Hx1xoB08; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678882529; a=rsa-sha256; cv=none; b=JpHh6DC57tCHk2LmQLwWlxTdT9WF1DbiNEtmff2mBMotVrKzADpM3nyoMLeuC6iWvH2jL0 obHC02qn4/BOUnOVs26zVhH15qZ7ZuD1pPz9VH4pVUGQZSdM8ugGeibq/uKmVGwdnI7j6F 801ZMtSSGCqPkBpwNgUvCxPUZO6EAGrxZOuQyr1uvGzUmuSsyL4yN+wFbLNOfkv9VKLR3b k68+/cCVTSZT0USmwkwEZnXx6nfJCAUr/gFVkto2pXKXUjAY//WLPT+L4ADVIinlmLh+v2 fROYJTRibw8gXs3LicrtVQRr3g47od/Z7xEQqsM+Mt3lZhy/Q5pL9dQfPzv+FA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678882529; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:list-id:list-help:list-unsubscribe:list-subscribe: list-post:dkim-signature; bh=h6dcFo3MHSDTj9X0G+3HivVR6kckEyJLc4xV6MqM7Xc=; b=pHI/MM+RiC+HSYQGUfFKhyjFw6pXZz8XsuF1vNOlpoa46pbqOzwiui16i22hWqK1HiVBu0 089zbOeFLkibpSeSXx6v0BhRg41pcDh9Zm4AWLhTTcKE0yyTZ2KwPHEeP0TGDRkHA3C1lM Cxr+fTMoFVBul16lB7UmpnMY7QDnTnUaCYeZ30MrEwfsWzfAqvN4r+sGITpmpSA6zgpp1H EoSb/wdTSZB+cVDYze7qW511vUDxPqQ/k9zaXaEb/sFkSzm7TvUUVzGhlX0N7yclaMKqyk bZkO5UE6oVk75snAEUxgLPevMWalABdPcyJsUZu/oR/1NFeU2sROQDaqxm3pUQ== X-Migadu-Spam-Score: -1.03 X-Spam-Score: -1.03 X-Migadu-Queue-Id: EDDADE32A X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=conses.eu header.s=gm1 header.b=Hx1xoB08; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none X-TUID: RFGIEqZh23v1 * gnu/packages/emacs-xyz.scm (emacs-fdroid): New variable. --- gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3c067fe16c..ce5aa10a05 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6070,6 +6070,27 @@ (define-public emacs-fd result.") (license license:gpl3+))) +(define-public emacs-fdroid + (package + (name "emacs-fdroid") + (version "0.1.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~conses/fdroid.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pmf9j9qcn71hjqdxqgdqf970irp75588nwnn234mapwqvx5v744")))) + (build-system emacs-build-system) + (home-page "https://git.sr.ht/~conses/fdroid.el") + (synopsis "Manage F-Droid packages from Emacs") + (description "This package is an Emacs interface to F-Droid. Its purpose +is to aid in the management of F-Droid packages for an Android device or an +emulator inside the comfort of Emacs.") + (license license:gpl3+))) + (define-public emacs-ripgrep (package (name "emacs-ripgrep") -- 2.39.1 -- Best regards, conses