unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55713] [PATCH] gnu: Add emacs-popon.
@ 2022-05-29 18:40 jgart via Guix-patches via
  2022-06-07 19:03 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-05-29 18:40 UTC (permalink / raw)
  To: 55713; +Cc: jgart

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eea15cac98..43c37da756 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31353,6 +31353,32 @@ (define-public emacs-osm
 parallel fetching of tiles with cURL, and more.")
     (license license:gpl3+)))
 
+(define-public emacs-popon
+  (let ((commit "26224d2345ca4e39e376d1d39c96c81bb533de8b")
+        (revision "0"))
+    (package
+      (name "emacs-popon")
+      (version (git-version "0.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://codeberg.org/akib/emacs-popon")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1p6nsgnfsmbh3lpa15pzbxz2350krf1kpm2dykkvsw6iv19q0a3h"))))
+      (build-system emacs-build-system)
+      (home-page "https://codeberg.org/akib/emacs-popon/")
+      (synopsis "Pop floating text on a window")
+      (description
+"@code{emacs-popon} allows you to pop text on a window, what we call
+a popon.  Popons are window-local and sticky, they don't move while
+scrolling, and they even don't go away when switching buffer, but you
+can bind a popon to a specific buffer to only show on that buffer.")
+      (license license:gpl3+))))
+
 (define-public emacs-bitbake-modes
   (package
    (name "emacs-bitbake-modes")
-- 
2.35.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#55713] [PATCH] gnu: Add emacs-popon.
  2022-05-29 18:40 [bug#55713] [PATCH] gnu: Add emacs-popon jgart via Guix-patches via
@ 2022-06-07 19:03 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-06-07 19:03 UTC (permalink / raw)
  To: 55713; +Cc: 55713-done, jgart

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-popon): New variable.

I bumped version to 0.4, dropped git-version since commit used matches
version bump and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-07 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29 18:40 [bug#55713] [PATCH] gnu: Add emacs-popon jgart via Guix-patches via
2022-06-07 19:03 ` Nicolas Goaziou

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).