all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53312] [PATCH] gnu: Add sxmo-st.
@ 2022-01-17  4:28 jgart via Guix-patches via
  2022-07-07 18:44 ` Maxim Cournoyer
  0 siblings, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-01-17  4:28 UTC (permalink / raw)
  To: 53312; +Cc: jgart

* 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





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

* [bug#53312] [PATCH] gnu: Add sxmo-st.
  2022-01-17  4:28 [bug#53312] [PATCH] gnu: Add sxmo-st jgart via Guix-patches via
@ 2022-07-07 18:44 ` Maxim Cournoyer
  2022-07-08  0:05   ` jgart via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2022-07-07 18:44 UTC (permalink / raw)
  To: jgart; +Cc: 53312

Hi jgart,

jgart <jgart@dismail.de> writes:

> * 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

Have you tried it on a Pinephone?  Did it work?

Thanks,

Maxim




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

* [bug#53312] [PATCH] gnu: Add sxmo-st.
  2022-07-07 18:44 ` Maxim Cournoyer
@ 2022-07-08  0:05   ` jgart via Guix-patches via
  2022-07-08  0:06     ` jgart via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-07-08  0:05 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 53312

On Thu, 07 Jul 2022 14:44:42 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
> Hi jgart,
> 
> jgart <jgart@dismail.de> writes:
> 
> > * 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
> 
> Have you tried it on a Pinephone?  Did it work?

Unfortunately, my pinphone pro got donated to the salvation army[1] before I could do so (long story).

[1]: https://en.wikipedia.org/wiki/The_Salvation_Army

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




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

* [bug#53312] [PATCH] gnu: Add sxmo-st.
  2022-07-08  0:05   ` jgart via Guix-patches via
@ 2022-07-08  0:06     ` jgart via Guix-patches via
  2022-07-11 16:00       ` bug#53312: " Maxim Cournoyer
  0 siblings, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-07-08  0:06 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 53312

On Thu, 07 Jul 2022 19:05:24 -0500 jgart <jgart@dismail.de> wrote:
> On Thu, 07 Jul 2022 14:44:42 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
> > Hi jgart,
> > 
> > jgart <jgart@dismail.de> writes:
> > 
> > > * 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
> > 
> > Have you tried it on a Pinephone?  Did it work?
> 
> Unfortunately, my pinphone pro got donated to the salvation army[1] before I could do so (long story).
> 
> [1]: https://en.wikipedia.org/wiki/The_Salvation_Army
> 
> 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.




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

* bug#53312: [PATCH] gnu: Add sxmo-st.
  2022-07-08  0:06     ` jgart via Guix-patches via
@ 2022-07-11 16:00       ` Maxim Cournoyer
  0 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2022-07-11 16:00 UTC (permalink / raw)
  To: jgart; +Cc: 53312-done

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




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

end of thread, other threads:[~2022-07-11 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17  4:28 [bug#53312] [PATCH] gnu: Add sxmo-st jgart via Guix-patches via
2022-07-07 18:44 ` Maxim Cournoyer
2022-07-08  0:05   ` jgart via Guix-patches via
2022-07-08  0:06     ` jgart via Guix-patches via
2022-07-11 16:00       ` bug#53312: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.