unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 65172@debbugs.gnu.org
Cc: ngraves@ngraves.fr, liliana.prikler@gmail.com, andrew@trop.in,
	Andrew Tropin <andrew@trop.in>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#65172] [PATCH v2] gnu: Add emacs-sway.
Date: Wed,  9 Aug 2023 21:12:18 +0200	[thread overview]
Message-ID: <8509fe365aa5703ac048c93ab423666307cacc5a.1691608338.git.ngraves@ngraves.fr> (raw)
In-Reply-To: <db7dabc2137f3ab63537d9a4bf8f72b0c26e9cd9.1691572779.git.ngraves@ngraves.fr>

* gnu/packages/emacs-xyz.scm (emacs-sway): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e56c367f39..d11f27807a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12249,6 +12249,31 @@ (define-public emacs-counsel
 @end itemize")
     (license license:gpl3+)))
 
+(define-public emacs-sway
+  (let* ((commit "838ef531a30fe616f0141adbdabc132d4edfd374")
+         (revision "0"))
+    (package
+      (name "emacs-sway")
+      (version (git-version "0.6.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/thblt/sway.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0ddaz8my3z4ca2z81kf1h8773pyx8h0l0ra3ssqd1rq5j0041wdh"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/thblt/sway.el")
+      (synopsis "Communication with the Sway window manager")
+      (description
+       "This is a basic library to control the Sway window manager from Emacs.
+Its main use case is in combination with popup managers like Shackle, to
+use frames instead of windows while still giving focus to existing frames
+instead of duplicating them.")
+      (license license:gpl3+))))
+
 (define-public emacs-sweet-theme
   (let ((commit "78f741806ecebe01224bf54d09ad80e306652508")
         (revision "0"))

base-commit: 773f907dc09116fc35d2732785f2675d1101c1f7
-- 
2.41.0





  parent reply	other threads:[~2023-08-09 19:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09  9:19 [bug#65172] [PATCH] gnu: Add emacs-sway Nicolas Graves via Guix-patches via
2023-08-09 12:56 ` ( via Guix-patches via
2023-08-09 19:12 ` Nicolas Graves via Guix-patches via [this message]
2023-08-09 19:30   ` [bug#65172] [PATCH v2] " ( via Guix-patches via
2023-08-11  5:17   ` bug#65172: " Andrew Tropin

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=8509fe365aa5703ac048c93ab423666307cacc5a.1691608338.git.ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=65172@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=liliana.prikler@gmail.com \
    --cc=ngraves@ngraves.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 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).