[PATCH] gnu: Add sxmo-st.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Maxim Cournoyer
Owner
unassigned
Submitted by
jgart
Severity
normal

Debbugs page

J
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20220117042810.8072-1-jgart@dismail.de
* gnu/packages/suckless.scm (sxmo-st): New variable.
---

Hi Guixers,

This is the st for sxmo:


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

I'm upstreaming this from guixrus channel:


all best,

jgart

gemini://whereiseveryone.srht.site/

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

Toggle diff (32 lines)
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
M
M
Maxim Cournoyer wrote on 7 Jul 2022 11:44
(name . jgart)(address . jgart@dismail.de)(address . 53312@debbugs.gnu.org)
87pmigyd7p.fsf@gmail.com
Hi jgart,

jgart <jgart@dismail.de> writes:

Toggle quote (15 lines)
> * 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
M
M
Maxim Cournoyer wrote on 7 Jul 2022 11:44
control message for bug #53312
(address . control@debbugs.gnu.org)
87o7y0yd7k.fsf@gmail.com
tags 53312 + moreinfo
quit
J
J
jgart wrote on 7 Jul 2022 17:05
Re: bug#53312: [PATCH] gnu: Add sxmo-st.
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(address . 53312@debbugs.gnu.org)
20220707190524.GH1675@gac
On Thu, 07 Jul 2022 14:44:42 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
Toggle quote (21 lines)
> 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).


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
J
J
jgart wrote on 7 Jul 2022 17:06
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(address . 53312@debbugs.gnu.org)
20220707190612.GJ1675@gac
On Thu, 07 Jul 2022 19:05:24 -0500 jgart <jgart@dismail.de> wrote:
Toggle quote (34 lines)
> 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.
M
M
Maxim Cournoyer wrote on 11 Jul 2022 09:00
(name . jgart)(address . jgart@dismail.de)(address . 53312-done@debbugs.gnu.org)
87sfn7d4go.fsf@gmail.com
Hi jgart,

jgart <jgart@dismail.de> writes:

[...]

Toggle quote (13 lines)
>> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53312@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53312
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch