unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Ian Eure <ian@retrospec.tv>, 67114@debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Andrew Tropin <andrew@trop.in>
Subject: [bug#67114] [PATCH 11/14] gnu: Add emacs-discomfort.
Date: Sun, 12 Nov 2023 08:32:58 +0100	[thread overview]
Message-ID: <332102c20c28b43c23059432ba0568c73a1afabd.camel@gmail.com> (raw)
In-Reply-To: <6d156d8f9a04ee20fc560bc3449a570770454523.1699740282.git.ian@retrospec.tv>

Am Samstag, dem 11.11.2023 um 14:38 -0800 schrieb Ian Eure:
> * gnu/packages/emacs-xyz.scm (emacs-discomfort): 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 a36852ccdc..eca8a868c4 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -34931,6 +34931,30 @@ (define-public emacs-debase
>  profoundly cursed Lisp.")
>        (license (list license:gpl3+)))))
>  
> +(define-public emacs-discomfort
> +  (let ((commit "873eea833bbae7196b92bb1102494b8bf5dc5df6")
> +        (version "0")
> +        (revision "1"))
> +    (package
> +      (name "emacs-discomfort")
> +      (version (git-version version revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url
> "https://codeberg.org/emacs-weirdware/discomfort.git")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32
> "01p4bfiasqxfmp9x1bxdc7763bh712d3vlp2014y8pzrwb1jqdaq"))))
> +
> +      (build-system emacs-build-system)
> +      (inputs (list emacs-debase))
> +      (home-page "https://codeberg.org/emacs-weirdware/discomfort")
> +      (synopsis "UDisks2 UI for Emacs, to mount & unmount disks")
> +      (description "UDisks2 UI for Emacs, to mount & unmount disks")
Description a full sentence.
> +      (license (list license:gpl3+)))))
> +
>  (define-public emacs-psession
>    (let ((commit "3e97267c92b164584e06a6c70ee7491714c7c12c")
>          (revision "1"))


  parent reply	other threads:[~2023-11-12  7:33 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1699740282.git.ian@retrospec.tv>
2023-11-11 22:38 ` [bug#67114] [PATCH 01/14] gnu: Add emacs-dnt Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:28   ` Liliana Marie Prikler
2023-11-12 17:21     ` Ian Eure
2023-11-12  7:29   ` [bug#67114] " Liliana Marie Prikler
2023-11-12 18:09     ` Ian Eure
2023-11-12 21:42       ` Liliana Marie Prikler
2023-11-11 22:38 ` [bug#67114] [PATCH 02/14] gnu: Add emacs-geoclue Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 03/14] gnu: Add emacs-9lc-mode Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:31   ` [bug#67114] " Liliana Marie Prikler
2023-11-12 17:47     ` Ian Eure
2023-11-12 20:42       ` Liliana Marie Prikler
2023-11-11 22:38 ` [bug#67114] [PATCH 04/14] gnu: Add emacs-tl1-mode Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 05/14] gnu: Add emacs-diss Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 06/14] gnu: Add emacs-exwm-mff Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 07/14] gnu: Add emacs-exwm-firefox-core Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 08/14] gnu: Add emacs-exwm-firefox Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 09/14] gnu: Add emacs-exwm-ss Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 10/14] gnu: Add emacs-debase Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:32   ` [bug#67114] " Liliana Marie Prikler
2023-11-12 18:01     ` Ian Eure
2023-11-13 18:18       ` Liliana Marie Prikler
2023-11-11 22:38 ` [bug#67114] [PATCH 11/14] gnu: Add emacs-discomfort Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:32   ` Liliana Marie Prikler [this message]
2023-11-11 22:38 ` [bug#67114] [PATCH 12/14] gnu: Add emacs-shell-here Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 13/14] gnu: Add emacs-hyperspace Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 14/14] gnu: Add emacs-nssh Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure

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=332102c20c28b43c23059432ba0568c73a1afabd.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=67114@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=ian@retrospec.tv \
    /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).