unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: conses <contact@conses.eu>
To: 62199@debbugs.gnu.org
Cc: contact@conses.eu, Sergey Trofimov <sarg@sarg.org.ru>,
	Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: [bug#62199] [PATCH v4] gnu: Add emacs-fdroid.
Date: Tue, 21 Mar 2023 11:41:13 +0100	[thread overview]
Message-ID: <86pm921j5i.fsf@conses.eu> (raw)
In-Reply-To: <86bkkuxld7.fsf@conses.eu>

* gnu/packages/emacs-xyz.scm (emacs-fdroid): New variable.
---
 gnu/packages/emacs-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b1f72ee009..7b625a67b3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -157,6 +157,7 @@ (define-module (gnu packages emacs-xyz)
   #:use-module (guix build-system trivial)
   #:use-module (gnu packages)
   #:use-module (gnu packages admin)
+  #:use-module (gnu packages android)
   #:use-module (gnu packages aspell)
   #:use-module (gnu packages audio)
   #:use-module (gnu packages bash)
@@ -6137,6 +6138,36 @@ (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)
+    (arguments
+     (list
+      #:phases #~(modify-phases %standard-phases
+                   (add-after 'unpack 'patch-file-name
+                     (lambda* (#:key inputs #:allow-other-keys)
+                       (emacs-substitute-variables "fdroid.el"
+                         ("fdroid-program"
+                          (search-input-file inputs "/bin/fdroidcl"))))))))
+    (inputs (list fdroidcl))
+    (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




  parent reply	other threads:[~2023-03-21 10:42 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-15 12:14 [bug#62199] [PATCH] gnu: Add emacs-fdroid conses
2023-03-20 22:54 ` Sergey Trofimov
2023-03-21  7:50   ` conses
2023-03-21  8:21     ` Sergey Trofimov
2023-03-21  8:55       ` Sergey Trofimov
2023-03-21  9:02       ` Nicolas Goaziou
2023-03-21  7:47 ` [bug#62199] [PATCH v2] " conses
2023-03-21  9:24 ` [bug#62199] [PATCH v3] " conses
2023-03-21  9:30   ` Nicolas Goaziou
2023-03-21 10:41 ` conses [this message]
2023-03-24  9:19   ` [bug#62199] [PATCH v4] " Nicolas Goaziou via Guix-patches
2023-06-08 19:12     ` Miguel Ángel Moreno
2023-06-08 19:10 ` [bug#62199] [PATCH v5] " Miguel Ángel Moreno
2023-06-10 19:43   ` Nicolas Goaziou
2023-06-13 10:50     ` Andrew Tropin
2023-06-21  9:59     ` Miguel Ángel Moreno
2023-08-20 17:40       ` Miguel Ángel Moreno
2023-08-24 13:58         ` Andrew Tropin
2023-08-26 16:10           ` Miguel Ángel Moreno
2023-08-28  3:44             ` Andrew Tropin
2023-08-28  3:46               ` Andrew Tropin
2023-08-28 19:42                 ` Liliana Marie Prikler
2024-02-11 20:41                   ` Miguel Ángel Moreno
2024-02-11 20:38 ` [bug#62199] [PATCH v6] " Miguel Ángel Moreno
2024-02-18 14:57   ` bug#62199: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86pm921j5i.fsf@conses.eu \
    --to=contact@conses.eu \
    --cc=62199@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    --cc=sarg@sarg.org.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).