From: "LaFreniere, Joseph" <joseph@lafreniere.xyz>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 42549@debbugs.gnu.org
Subject: [bug#42549] [PATCH] gnu: Add emacs-standard-dirs.
Date: Tue, 28 Jul 2020 18:01:12 -0500 [thread overview]
Message-ID: <87ime7s0qv.fsf@odyssey.lafreniere.xyz> (raw)
In-Reply-To: <87y2n47wng.fsf@nicolasgoaziou.fr>
[-- Attachment #1: Type: text/plain, Size: 486 bytes --]
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> I suggest to eschew the problem and stick to the first sentence
> of the
> description:
>
> This package provides platform-specific paths for reading and
> writing
> configuration, cache, and other data.
>
> I think this is enough to understand what the package is about
> without
> looking at the gory details.
>
> WDYT?
Sounds good to me. A new patch file is attached with the
description updated.
--
Joseph LaFreniere
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-standard-dirs.patch --]
[-- Type: text/x-patch, Size: 1640 bytes --]
From 9ba21584daa8a62bf939162dbd91ccb706f75f0f Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sun, 26 Jul 2020 11:06:19 -0500
Subject: [PATCH] gnu: Add emacs-standard-dirs.
* gnu/packages/emacs-xyz.scm (emacs-standard-dirs): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8aaa92e1b2..f74fa948e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3592,6 +3592,30 @@ particular, the minor mode works quite well with Org or Markdown modes, or
other markup language major modes.")
(license license:gpl3+))))
+(define-public emacs-standard-dirs
+ (package
+ (name "emacs-standard-dirs")
+ (version "2.0.0")
+ (home-page "https://github.com/lafrenierejm/standard-dirs.el")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0r814qcrhvx4qlx4sdzwdmrhiryslqclx0bnpp0qcrbx6g8qfl25"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-f" ,emacs-f)
+ ("emacs-s" ,emacs-s)))
+ (synopsis "Platform-specific paths for config, cache, and other data")
+ (description
+ "This package provides platform-specific paths for reading and writing
+configuration, cache, and other data.")
+ (license license:gpl3+)))
+
(define-public emacs-string-inflection
(package
(name "emacs-string-inflection")
--
2.27.0
next prev parent reply other threads:[~2020-07-28 23:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-26 16:13 [bug#42549] [PATCH] gnu: Add emacs-standard-dirs LaFreniere, Joseph
2020-07-28 10:37 ` Nicolas Goaziou
2020-07-28 23:01 ` LaFreniere, Joseph [this message]
2020-09-19 20:39 ` bug#42549: " 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ime7s0qv.fsf@odyssey.lafreniere.xyz \
--to=joseph@lafreniere.xyz \
--cc=42549@debbugs.gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.