emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53312: closed ([PATCH] gnu: Add sxmo-st.)


From: GNU bug Tracking System
Subject: bug#53312: closed ([PATCH] gnu: Add sxmo-st.)
Date: Mon, 11 Jul 2022 16:01:02 +0000

Your message dated Mon, 11 Jul 2022 12:00:39 -0400
with message-id <87sfn7d4go.fsf@gmail.com>
and subject line Re: bug#53312: [PATCH] gnu: Add sxmo-st.
has caused the debbugs.gnu.org bug report #53312,
regarding [PATCH] gnu: Add sxmo-st.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53312: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53312
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add sxmo-st. Date: Sun, 16 Jan 2022 23:28:11 -0500
* gnu/packages/suckless.scm (sxmo-st): New variable.
---

Hi Guixers,

This is the st for sxmo:

https://sxmo.org/

Sxmo is a minimalist environment for Linux mobile devices, such as the 
pinephone.

I'm upstreaming this from guixrus channel:

https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L219

all best,

jgart

https://whereiseveryone.srht.site/
gemini://whereiseveryone.srht.site/

 gnu/packages/suckless.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index cfeb17e533..09e17c5831 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -459,6 +459,25 @@ (define-public lukesmithxyz-st
 Vim bindings and Xresource compatibility.")
       (license license:expat))))
 
+(define-public sxmo-st
+  (package
+    (inherit st)
+    (name "sxmo-st")
+    (version "0.8.4.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://git.sr.ht/~mil/sxmo-st";)
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1nl40q1pxf46hpbibz9m9d0giiy1p3lrhr9agw0fkyba2vzbbafa"))))
+    (home-page "https://git.sr.ht/~mil/sxmo-st";)
+    (synopsis "St terminal emulator for the Simple X Mobile PinePhone 
environment")
+    (license license:expat)))
+
 (define-public surf
   (package
     (name "surf")
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#53312: [PATCH] gnu: Add sxmo-st. Date: Mon, 11 Jul 2022 12:00:39 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi jgart,

jgart <jgart@dismail.de> writes:

[...]

>> I imagine it should work but maybe someone can test this?
>> 
>> The pinephone is too slow to run guix (im my experience) but the
>> pinephone pro might be a good candidate with it's CPU specs.
>> 
>> all best,
>> 
>> jgart
>
> I had installed Guix on mobian. This is probably the easiest way to
> install Guix on the pinephone since it is just a `sudo apt install
> guix` away.

Thanks for the precisions.  I better understand the use case now.

Pushed with 6ffb3ef4d61e47c39b9ee4d1dceeaeb9360094c0.

Thanks!

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]