GNU bug report logs -
#62199
[PATCH] gnu: Add emacs-fdroid.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Wed, 15 Mar 2023 12:15:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 18 Feb 2024 15:57:21 +0100
with message-id <87cystn7la.fsf <at> gnu.org>
and subject line Re: [bug#62199] [PATCH v6] gnu: Add emacs-fdroid.
has caused the debbugs.gnu.org bug report #62199,
regarding [PATCH] gnu: Add emacs-fdroid.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
62199: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62199
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hi,
Miguel Ángel Moreno <mail <at> migalmoreno.com> skribis:
> * gnu/packages/android.scm (emacs-fdroid): New variable.
>
> Change-Id: I68358b5490406aa6ee24391bee6e69bebc574d96
Applied, thanks!
Ludo’.
This bug report was last modified 1 year and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.