unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Miguel Ángel Moreno" <mail@migalmoreno.com>
To: 62199@debbugs.gnu.org
Cc: mail@migalmoreno.com
Subject: [bug#62199] [PATCH v6] gnu: Add emacs-fdroid.
Date: Sun, 11 Feb 2024 21:38:21 +0100	[thread overview]
Message-ID: <380be5e1db0609350e16901c0f83a2ad95179235.1707683865.git.mail@migalmoreno.com> (raw)
In-Reply-To: <86bkkuxld7.fsf@conses.eu>

* gnu/packages/android.scm (emacs-fdroid): New variable.

Change-Id: I68358b5490406aa6ee24391bee6e69bebc574d96
---
 gnu/packages/android.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 32c295f9e4..a03df8f24e 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -36,6 +36,7 @@ (define-module (gnu packages android)
   #:use-module (guix git-download)
   #:use-module (guix build-system android-ndk)
   #:use-module (guix build-system cmake)
+  #:use-module (guix build-system emacs)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system go)
   #:use-module (guix build-system python)
@@ -1224,6 +1225,36 @@ (define-public fdroidcl
     (home-page "https://github.com/mvdan/fdroidcl")
     (license license:bsd-3)))
 
+(define-public emacs-fdroid
+  (package
+    (name "emacs-fdroid")
+    (version "0.1.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/migalmoreno/fdroid.el")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1gv4kfir12bbi17cm5hpx197m8dbw1xwqp0z6qb3vc0fdnyis35j"))))
+    (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://github.com/migalmoreno/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 enjarify
   (package
     (name "enjarify")

base-commit: 6f78803b01d416ab421ba860751b764b9e4f33db
-- 
2.41.0



-- 
Best regards,
Miguel Ángel Moreno

  parent reply	other threads:[~2024-02-12  6:35 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 ` [bug#62199] [PATCH v4] " conses
2023-03-24  9:19   ` 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 ` Miguel Ángel Moreno [this message]
2024-02-18 14:57   ` bug#62199: [PATCH v6] " 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=380be5e1db0609350e16901c0f83a2ad95179235.1707683865.git.mail@migalmoreno.com \
    --to=mail@migalmoreno.com \
    --cc=62199@debbugs.gnu.org \
    /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).