unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64476] [PATCH 0/2] gnu: Add emacs-popwin and emacs-elfeed-goodies
@ 2023-07-05 12:54 Brian Cully via Guix-patches via
  2023-07-05 12:57 ` [bug#64476] [PATCH 1/2] gnu: Add emacs-popwin Brian Cully via Guix-patches via
  2023-07-05 12:57 ` [bug#64476] [PATCH 2/2] gnu: Add emacs-elfeed-goodies Brian Cully via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-07-05 12:54 UTC (permalink / raw)
  To: 64476; +Cc: Brian Cully, Andrew Tropin, Liliana Marie Prikler

Brian Cully (2):
  gnu: Add emacs-popwin.
  gnu: Add emacs-elfeed-goodies

 gnu/packages/emacs-xyz.scm | 67 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)


base-commit: 246445b20d6a6433ac94a7f6f7bd943bde5c4827
-- 
2.40.1





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

* [bug#64476] [PATCH 1/2] gnu: Add emacs-popwin.
  2023-07-05 12:54 [bug#64476] [PATCH 0/2] gnu: Add emacs-popwin and emacs-elfeed-goodies Brian Cully via Guix-patches via
@ 2023-07-05 12:57 ` Brian Cully via Guix-patches via
  2023-07-05 12:57 ` [bug#64476] [PATCH 2/2] gnu: Add emacs-elfeed-goodies Brian Cully via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-07-05 12:57 UTC (permalink / raw)
  To: 64476; +Cc: Brian Cully, Andrew Tropin, Liliana Marie Prikler

 * gnu/packages/emacs-xyz.scm (emacs-popwin): new variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6c86ee3793..d5cdea146a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13576,6 +13576,34 @@ (define-public emacs-find-file-in-project
 functions to assist in reviewing changes on files.")
     (license license:gpl3+)))
 
+(define-public emacs-popwin
+  (package
+    (name "emacs-popwin")
+    (version "1.0.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/emacsorphanage/popwin")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1x1iimzbwb5izbia6aj6xv49jybzln2qxm5ybcrcq7xync5swiv1"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:tests? #f ; requires an attached terminal
+      ))
+    (native-inputs
+     (list emacs-ert-runner))
+    (home-page "https://github.com/emacsorphanage/popwin")
+    (synopsis "Popup window manager for Emacs")
+    (description
+     "This package provides utilities for treating certain windows as @dfn{pop
+up windows}, which close automatically when quitting a command or selecting
+another window.")
+    (license license:gpl3+)))
+
 (define-public emacs-pyvenv
   (package
     (name "emacs-pyvenv")
-- 
2.40.1





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

* [bug#64476] [PATCH 2/2] gnu: Add emacs-elfeed-goodies
  2023-07-05 12:54 [bug#64476] [PATCH 0/2] gnu: Add emacs-popwin and emacs-elfeed-goodies Brian Cully via Guix-patches via
  2023-07-05 12:57 ` [bug#64476] [PATCH 1/2] gnu: Add emacs-popwin Brian Cully via Guix-patches via
@ 2023-07-05 12:57 ` Brian Cully via Guix-patches via
  2023-07-16  7:30   ` bug#64476: " Liliana Marie Prikler
  1 sibling, 1 reply; 4+ messages in thread
From: Brian Cully via Guix-patches via @ 2023-07-05 12:57 UTC (permalink / raw)
  To: 64476; +Cc: Brian Cully, Andrew Tropin, Liliana Marie Prikler

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5cdea146a..aefca9841a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13339,6 +13339,45 @@ (define-public emacs-elfeed
 and RSS, with a user interface inspired by notmuch.")
     (license license:gpl3+)))
 
+(define-public emacs-elfeed-goodies
+  (let ((commit "544ef42ead011d960a0ad1c1d34df5d222461a6b"))
+    (package
+      (name "emacs-elfeed-goodies")
+      (version commit)
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/jeetelongname/elfeed-goodies")
+               (commit version)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "147pwqx2maf430qhigzfd6lqk7a5sbrydf9a4c5bvsw8jv7wzb6l"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list
+        emacs-elfeed
+        emacs-popwin
+        emacs-powerline
+        emacs-link-hint))
+      (home-page "https://github.com/jeetelongname/elfeed-goodies")
+      (synopsis
+       "Various bits and pieces to enhance the Elfeed user experience.")
+      (description
+       "This package enhances the vanilla Elfeed user experience with:
+@itemize @bullet
+@item
+An adaptive, powerline-based header for the @code{*elfeed-search*} and
+@code{*elfeed-entry*} buffers, with a matching entry format.
+
+@item
+Split pane setup.
+
+@item
+A function to toggle the @code{*elfeed-log*} buffer in a popup window.
+@end itemize")
+      (license license:gpl3+))))
+
 (define-public emacs-elfeed-org
   (let ((commit "77b6bbf222487809813de260447d31c4c59902c9"))
     (package
-- 
2.40.1





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

* bug#64476: [PATCH 2/2] gnu: Add emacs-elfeed-goodies
  2023-07-05 12:57 ` [bug#64476] [PATCH 2/2] gnu: Add emacs-elfeed-goodies Brian Cully via Guix-patches via
@ 2023-07-16  7:30   ` Liliana Marie Prikler
  0 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-07-16  7:30 UTC (permalink / raw)
  To: Brian Cully, 64476-done; +Cc: Andrew Tropin

Am Mittwoch, dem 05.07.2023 um 08:57 -0400 schrieb Brian Cully:
> * gnu/packages/emacs-xyz.scm (emacs-elfeed-goodies): New variable.
> ---
Pushed.

Thanks




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

end of thread, other threads:[~2023-07-16  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05 12:54 [bug#64476] [PATCH 0/2] gnu: Add emacs-popwin and emacs-elfeed-goodies Brian Cully via Guix-patches via
2023-07-05 12:57 ` [bug#64476] [PATCH 1/2] gnu: Add emacs-popwin Brian Cully via Guix-patches via
2023-07-05 12:57 ` [bug#64476] [PATCH 2/2] gnu: Add emacs-elfeed-goodies Brian Cully via Guix-patches via
2023-07-16  7:30   ` bug#64476: " Liliana Marie Prikler

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