GNU bug report logs - #70870
[PATCH] gnu: Add guile-avatar.

Previous Next

Package: guix-patches;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Sat, 11 May 2024 03:12:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70870 in the body.
You can then email your comments to 70870 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to help-debbugs <at> gnu.org:
bug#70870; Package debbugs.gnu.org. (Sat, 11 May 2024 03:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Lechner <felix.lechner <at> lease-up.com>:
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Sat, 11 May 2024 03:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: guix-patches <at> patchwise.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] gnu: Add guile-avatar.
Date: Fri, 10 May 2024 20:11:11 -0700
* gnu/packages/guile-xyz.scm (guile-avatar): New variable.

For avatars in Mumi.

Change-Id: Ib255842ff8b59b7743c8d7be728a7ca7370024fe
---
 gnu/packages/guile-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index dd56bffed9..8251493349 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -558,6 +558,34 @@ (define-public guile-aspell
 dictionary and suggesting spelling corrections.")
     (license license:gpl3+)))
 
+(define-public guile-avatar
+  (let ((commit "c2860952fd09ecc878c3d4f1ee2f1678668fbb7a")
+        (revision "0"))
+    (package
+      (name "guile-avatar")
+      (version (git-version "0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://codeberg.org/lechner/guile-avatar")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1dq9zcx4q3m5s3cpixq4zvlmdrlcc626mpqb7nmmj7vnda8k717f"))))
+      (build-system guile-build-system)
+      (arguments
+       (list
+        #:source-directory "scm"))
+      (inputs (list guile-3.0))
+      (propagated-inputs (list guile-hashing))
+      (home-page "https://codeberg.org/lechner/guile-avatar")
+      (synopsis "Get URLs for free avatar services from an email address")
+      (description
+       "Guile-Avatar helps you to determine URLs for free avatar services
+from the provided email address.")
+      (license license:agpl3+))))
+
 (define-public guile2.0-bash
   ;; This project is currently retired.  It was initially announced here:
   ;; <https://lists.gnu.org/archive/html/guile-user/2015-02/msg00003.html>.

base-commit: 703ae431f4ad28658e34675310b4fdf58685ccdd
-- 
2.41.0





Reply sent to Arun Isaac <arunisaac <at> systemreboot.net>:
You have taken responsibility. (Sat, 11 May 2024 16:14:02 GMT) Full text and rfc822 format available.

Notification sent to Felix Lechner <felix.lechner <at> lease-up.com>:
bug acknowledged by developer. (Sat, 11 May 2024 16:14:02 GMT) Full text and rfc822 format available.

Message #10 received at 70870-done <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 70870-done <at> debbugs.gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: Re: [PATCH] gnu: Add guile-avatar.
Date: Sat, 11 May 2024 17:13:44 +0100
Hi Felix,

I have pushed this patch with small edits.

Thanks!
Arun




bug reassigned from package 'debbugs.gnu.org' to 'guix-patches'. Request was from Felix Lechner <felix.lechner <at> lease-up.com> to control <at> debbugs.gnu.org. (Sun, 12 May 2024 15:48:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Jun 2024 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.