GNU bug report logs -
#72633
[PATCH] gnu: Add emacs-sv-kalender-namnsdagar.
Previous Next
Reported by: Spencer King <spencer <at> nursiapress.com>
Date: Thu, 15 Aug 2024 04:00:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 72633 in the body.
You can then email your comments to 72633 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#72633
; Package
guix-patches
.
(Thu, 15 Aug 2024 04:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Spencer King <spencer <at> nursiapress.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Thu, 15 Aug 2024 04:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-sv-kalender-namnsdagar): New variable.
Change-Id: I1d1aad5479152c52278742dc2e5d865fc956b5cf
---
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 df66aea507..9834cefab9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37821,6 +37821,27 @@ (define-public emacs-uml-mode
comments or emails.")
(license license:gpl3+))))
+(define-public emacs-sv-kalender-namnsdagar
+ (package
+ (name "emacs-sv-kalender-namnsdagar")
+ (version "20240620.1416")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/matsl/sv-kalender-namnsdagar.git")
+ (commit "31ef6ac82e448de3db1cf0c37df54581eb9b00f6")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1sv5p2f0i4zhfrh8pv39p5aaa9wnbzxkb58p9qslw7qli1wax2l0"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/matsl/sv-kalender-namnsdagar")
+ (synopsis "Swedish name day calendar")
+ (description
+ "This package provides the current day's name from the Swedish name
+day calendar. It is integrated with the Emacs calendar and diary.")
+ (license license:gpl3+)))
+
(define-public emacs-ukrainian-holidays
;; There is no proper release.
;; The base version is extracted from the source code.
base-commit: 936928fe38946a7496273e636ca8888914d100a9
--
2.41.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 19 Aug 2024 18:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Spencer King <spencer <at> nursiapress.com>
:
bug acknowledged by developer.
(Mon, 19 Aug 2024 18:00:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 72633-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> * gnu/packages/emacs-xyz.scm (emacs-sv-kalender-namnsdagar): New
> variable.
Thank you. Applied with the following changes.
> +(define-public emacs-sv-kalender-namnsdagar
> + (package
> + (name "emacs-sv-kalender-namnsdagar")
> + (version "20240620.1416")
I set version to 1.0, as specified in main file.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/matsl/sv-kalender-namnsdagar.git")
I removed the "git" suffix.
> + (commit "31ef6ac82e448de3db1cf0c37df54581eb9b00f6")))
I let-bound the commit hash at the beginning of the package definition.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 17 Sep 2024 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.