unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51626] [PATCH] gnu: Add xst.
@ 2021-11-06  8:52 jgart via Guix-patches via
  2021-12-26 18:23 ` bug#51626: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-11-06  8:52 UTC (permalink / raw)
  To: 51626; +Cc: Raghav Gururajan, jgart

* gnu/packages/suckless.scm (xst): New variable.

Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
---
 gnu/packages/suckless.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 912ff12422..0755700835 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -411,6 +411,36 @@ (define-public st
 drawing.")
     (license license:x11)))
 
+(define-public xst
+    (package
+      (inherit st)
+      (name "xst")
+      (version "0.8.4.1")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+              (url "https://github.com/gnotclub/xst")
+              (commit (string-append "v" version))))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1q64x7czpbcg0v509qchn5v96zdnx7jmvy0zxhjmkk3d10x5rqlw"))))
+      (home-page "https://github.com/gnotclub/xst")
+      (synopsis "Fork of st that uses Xresources and some pretty good patches")
+      (description
+"@command{xst} applies the following patches to @command{st}:
+@itemize
+@item @uref{https://st.suckless.org/patches/alpha/, alpha}
+@item @uref{https://st.suckless.org/patches/boxdraw/, boxdraw}
+@item @uref{https://st.suckless.org/patches/clipboard/, clipboard}
+@item @uref{https://st.suckless.org/patches/disable_bold_italic_fonts/, disable_bold_italic_fonts}
+@item @uref{https://st.suckless.org/patches/externalpipe/, externalpipe}
+@item @uref{https://st.suckless.org/patches/scrollback/, scrollback}
+@item @uref{https://st.suckless.org/patches/spoiler/, spoiler}
+@item @uref{https://st.suckless.org/patches/vertcenter/, vertcenter}
+@end itemize")
+      (license license:expat)))
+
 (define-public surf
   (package
     (name "surf")
-- 
2.33.1





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

* bug#51626: [PATCH] gnu: Add xst.
  2021-11-06  8:52 [bug#51626] [PATCH] gnu: Add xst jgart via Guix-patches via
@ 2021-12-26 18:23 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-12-26 18:23 UTC (permalink / raw)
  To: jgart; +Cc: Raghav Gururajan, 51626-done


> * gnu/packages/suckless.scm (xst): New variable.

Applied with cosmetic fixes,

Thanks,

Mathieu




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

end of thread, other threads:[~2021-12-26 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06  8:52 [bug#51626] [PATCH] gnu: Add xst jgart via Guix-patches via
2021-12-26 18:23 ` bug#51626: " Mathieu Othacehe

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