From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 16 23:31:03 2022 Received: (at submit) by debbugs.gnu.org; 17 Jan 2022 04:31:03 +0000 Received: from localhost ([127.0.0.1]:44586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9Jfb-0005UX-2r for submit@debbugs.gnu.org; Sun, 16 Jan 2022 23:31:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:43240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9JfZ-0005U9-FU for submit@debbugs.gnu.org; Sun, 16 Jan 2022 23:31:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9JfZ-0007En-16 for guix-patches@gnu.org; Sun, 16 Jan 2022 23:31:01 -0500 Received: from mx1.dismail.de ([78.46.223.134]:14430) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9JfW-0006et-9N for guix-patches@gnu.org; Sun, 16 Jan 2022 23:31:00 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 1801f64e for ; Mon, 17 Jan 2022 05:30:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=glqYYjjW5BZlzCd/difpbamrqwek+U3QUs5N/YMmoNs=; b= R9WGbZVOzPoRpEtOWq6yo5IVHIMUfsLM99LGGiP1TNVX7SAnDd1tfzhcYc0383tm Ae3jwoXoIzjVeVUIMwnnFo3oc8NvkmOKRP3tSUwTqAfykg6zeEYnuvu4rleXTM+U S1iEpDgHCtDduePexxndanaBmIgrpMTsx5Euwx4SriAZ6CEdQUgyiaL8stQDCADl 9DOLM7Tc57f6ea5eClLzz3RALStNTXjoZiGGrTwxDtfUnxHAM8UGSZSnCjKR2zes T6cj51whhlSdPbUalFOY/B1es9M9y3Z95zos9JbAVScCfyXIhLnk/hMAFJbc6HZv /l6OWr37BnraqMdSjkdsSQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 483ef610 for ; Mon, 17 Jan 2022 05:30:42 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 3d6aae8d for ; Mon, 17 Jan 2022 05:30:42 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 7d2dec81 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 17 Jan 2022 05:30:41 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add sxmo-st. Date: Sun, 16 Jan 2022 23:28:11 -0500 Message-Id: <20220117042810.8072-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -7 X-Spam_score: -0.8 X-Spam_bar: / X-Spam_report: (-0.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) * 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 14:44:52 2022 Received: (at 53312) by debbugs.gnu.org; 7 Jul 2022 18:44:52 +0000 Received: from localhost ([127.0.0.1]:57941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9WUe-0003M2-5u for submit@debbugs.gnu.org; Thu, 07 Jul 2022 14:44:52 -0400 Received: from mail-qt1-f177.google.com ([209.85.160.177]:37444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9WUb-0003Ll-Je for 53312@debbugs.gnu.org; Thu, 07 Jul 2022 14:44:50 -0400 Received: by mail-qt1-f177.google.com with SMTP id i11so24076821qtr.4 for <53312@debbugs.gnu.org>; Thu, 07 Jul 2022 11:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=5NtJNZ+gQtaA0NaHq8G/lCdogPMDcN6HXVuji+ym3OY=; b=GX5zLsZPIUzAgedAD0+phFbZVYBGF8L3/N9oZ2jFdayLeC9oVriD1TCL735lJhw1pZ p18kSbR39zIwdSuK2+cLElBOI4/Zy1s6cK0o7/+yNYuzCCED34gopN+DaotArZRqEfih hVMdfwsf5Q0TOE2moN5kWlQqr/nsxPYHwV4zdB695fXpW63NrqK4KeSVR1knl0ZgqnMx P0CSyg1Y5E0BXCRajGWHayViOYcvkCjYx4sZ+8Ecv5zKP7C1L9TuDSakO3BRcyzZ9DSu hSB0KIqh9jGT9u/NtZpd1DAoAkBgH5sBpbPl02gtAfSbV5g+/V26WC73TGrAVVXQLszb OfSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=5NtJNZ+gQtaA0NaHq8G/lCdogPMDcN6HXVuji+ym3OY=; b=WS6M6AHari/Z5cZrsv/HQa/xwHCEeh4txAGgNVLq/nzXjBMvLiOHCLN27+0hqMr1vT DSnRuSzVK4RRiUJVVisxhtZDdsKa/ptTLUZQS5l9bg0J7l2/kPQ7gObQ+RYbdInpj1Mx o3i8YRSubTpTeM0zbZri/XXK//19otXdNMlqoA5yy9W+lyMANXEPtIgxz4Xv5IMgA+1B vbHI2EeQv7/7tiMH+6HqJN3qLOkKMNn42jbjgxY3yPo9Pa824yrOgxj2didZpKON1IwC h239zl9HNrJJiwGrzl3ujOMMPhp6KDKTRknX9SMfd5hGhSLJEpilEnpTgTK/EVBFzxQw 3kcw== X-Gm-Message-State: AJIora9650lK+UXQqOl/EzB8/+rndTfWJejCEAHmQAlwYQGXaRLBQu3o jEmMcWiDhG5hMz0S7MSygLXvSnAGfCIEHQ== X-Google-Smtp-Source: AGRyM1uI20yQJu/uJs23IcgBF6t8mKQY/+fotgUm2FTTKu0tQNbivuOTxlWz7dCOP1x4S56FldjEeQ== X-Received: by 2002:ac8:5acc:0:b0:31d:296c:e30e with SMTP id d12-20020ac85acc000000b0031d296ce30emr36795251qtd.624.1657219483835; Thu, 07 Jul 2022 11:44:43 -0700 (PDT) Received: from hurd (dsl-153-127.b2b2c.ca. [66.158.153.127]) by smtp.gmail.com with ESMTPSA id bs24-20020ac86f18000000b00304fa21762csm19374844qtb.53.2022.07.07.11.44.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jul 2022 11:44:43 -0700 (PDT) From: Maxim Cournoyer To: jgart Subject: Re: bug#53312: [PATCH] gnu: Add sxmo-st. References: <20220117042810.8072-1-jgart@dismail.de> Date: Thu, 07 Jul 2022 14:44:42 -0400 In-Reply-To: <20220117042810.8072-1-jgart@dismail.de> (jgart@dismail.de's message of "Sun, 16 Jan 2022 23:28:11 -0500") Message-ID: <87pmigyd7p.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53312 Cc: 53312@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi jgart, jgart 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 14:44:56 2022 Received: (at control) by debbugs.gnu.org; 7 Jul 2022 18:44:56 +0000 Received: from localhost ([127.0.0.1]:57944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9WUi-0003MN-DU for submit@debbugs.gnu.org; Thu, 07 Jul 2022 14:44:56 -0400 Received: from mail-qt1-f180.google.com ([209.85.160.180]:38750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9WUg-0003Lu-OA for control@debbugs.gnu.org; Thu, 07 Jul 2022 14:44:55 -0400 Received: by mail-qt1-f180.google.com with SMTP id y3so3047324qtv.5 for ; Thu, 07 Jul 2022 11:44:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:message-id:to:from:subject; bh=VO9RpCxymAigbz2xbYlTZ1ydqCupLdwT1gRX+MG0wjg=; b=ptIjsi7daoqmrRIkEfc9elP0HJn8YFYGuxvAt+2aVoOr7yget3QYlRyIHdj4uvgLIr dqIeuPSZ/JrrBmSyGObE/GHjGWduhGWVsr2/M+0vw3d9AWMeO9Q1JAcn8qm+R/pUGH/n PVE65Euq/HcXb+zx3PYhkk8wcf+/M7s7KydTFCCXbUOcNso8xpzKWZd1ATif55febRaO RTdLbnNBv0y7NfGEcFmGJGg1zqoMz30rkFtp8maAEpIgEfSjbHXQxfiGLTRfp7vDPn2l IsMWojR4mhxeZy2GmRYkG4OfWeffJaejuS4haYC4YICpfwJb92iMdlnqakq01JfT8i4+ yjGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:to:from:subject; bh=VO9RpCxymAigbz2xbYlTZ1ydqCupLdwT1gRX+MG0wjg=; b=DwUABkKBdsWJa/n9icPZocYfSJdsSTLr6TdXfQooBAANukdacdYcPXZ5lXFn8TG1SY PWPTNbWpA9AeXZo31XK5OSwB9sfR5mp4qgVOt1OQPnqSAjI155WIqG9BplgbQ8fa5U// NYbVW8NWipUngVoVlV0cL1svdIvmNkppjdNyRz9BNkxTfx4zsGzXCsifK3oEim0q8Pbi 8PMzZ8DdtMao8DSpkd7Eg6yF7q94vklF7LaE/jWm9iSjfAQDmztDDxvcWauQoeaWm2KN scphJZGd+YbpMELrJFCjZO0sGNildT8jVNo0ljD+zwQgd677dYYqfYyeGrECIw40UwuX 2uwQ== X-Gm-Message-State: AJIora/cENfyFQQdaHOJS6qWYi8uS3ArFi+hy76Txy/XC2aYxKVx4/pW eRDwk2njb0qrGMSKaDbMyiAaLvZ7lAL31Q== X-Google-Smtp-Source: AGRyM1sSs6VS5tWY182rOnFtZU1TIZE6swR/BMsf1JGCK8QlZBzBaAtP5jafw0/dOGz0fkchYoYaDg== X-Received: by 2002:a05:622a:1748:b0:31b:456e:eca1 with SMTP id l8-20020a05622a174800b0031b456eeca1mr37443758qtk.571.1657219489067; Thu, 07 Jul 2022 11:44:49 -0700 (PDT) Received: from hurd (dsl-153-127.b2b2c.ca. [66.158.153.127]) by smtp.gmail.com with ESMTPSA id y22-20020a37f616000000b006b548f67f8csm2438000qkj.49.2022.07.07.11.44.48 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jul 2022 11:44:48 -0700 (PDT) Date: Thu, 07 Jul 2022 14:44:47 -0400 Message-Id: <87o7y0yd7k.fsf@gmail.com> To: control@debbugs.gnu.org From: Maxim Cournoyer Subject: control message for bug #53312 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 53312 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 20:05:27 2022 Received: (at 53312) by debbugs.gnu.org; 8 Jul 2022 00:05:28 +0000 Received: from localhost ([127.0.0.1]:58330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bUt-0005r4-O4 for submit@debbugs.gnu.org; Thu, 07 Jul 2022 20:05:27 -0400 Received: from mx1.dismail.de ([78.46.223.134]:43000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bUr-0005qr-2z for 53312@debbugs.gnu.org; Thu, 07 Jul 2022 20:05:25 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 34fb188a; Fri, 8 Jul 2022 02:05:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=T2wvQasZ6vmx9bcHc2xduRLx5QLPGHfGYFEpt2rglQY=; b=hG8 ssnq0xxP6ybdyM8628F/ze6EQhTafy/pdoyTnoIU6+TUhDnFsY4Z3HhXa23mmZbw 9SSphOVDS6RplC3OT/Ojdll21GIwYJVrJz/2ebIJeOPWSSKDMeCW9PWMJKXLl1HK AOcClnhHMvsUNFyRZjnyHtXG0DnFQlYQQ5EwThYeQTnnKsE6zzZFq7+owpLc5JtY vUZ+yh1oA1Llqt+SFQKslarqeKXnbpNOAbQPjmAwUQsfxAVKFbwIhQ/hFxmM47C9 Te4RY7bWAc9tu9nzubxUk0TnCzGSUh6WDDabxMguHbiZS4fChdW+juxWfmJWTuWE NDTDI2dhorc7zfUQlLw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4a6d2e14; Fri, 8 Jul 2022 02:05:18 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 7c2391fc; Fri, 8 Jul 2022 02:05:18 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 6fd25c09 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 8 Jul 2022 02:05:17 +0200 (CEST) Date: Thu, 7 Jul 2022 19:05:24 -0500 Message-ID: <20220707190524.GH1675@gac> From: jgart To: Maxim Cournoyer Subject: Re: bug#53312: [PATCH] gnu: Add sxmo-st. In-Reply-To: <87pmigyd7p.fsf@gmail.com> References: <20220117042810.8072-1-jgart@dismail.de> <87pmigyd7p.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53312 Cc: 53312@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Thu, 07 Jul 2022 14:44:42 -0400 Maxim Cournoyer wrote: > Hi jgart, > > jgart 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 20:06:28 2022 Received: (at 53312) by debbugs.gnu.org; 8 Jul 2022 00:06:28 +0000 Received: from localhost ([127.0.0.1]:58335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bVl-0005sb-24 for submit@debbugs.gnu.org; Thu, 07 Jul 2022 20:06:28 -0400 Received: from mx1.dismail.de ([78.46.223.134]:42223) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bVc-0005sE-MZ for 53312@debbugs.gnu.org; Thu, 07 Jul 2022 20:06:20 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 20c0f2e3; Fri, 8 Jul 2022 02:06:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=3M9RctFWS2UgMGdWwYkC/d0wCy7BUyArAoPfTQ/MEk0=; b=PfR 1Pg82UoIOaTgr0tpfWo5iJ1vE1HRvjpkXHa71PvqR7TY073huq7GeJeEjHvJ8d/k kwwstzn470XwkebZlStTA3WAyr+pZRdLtO4yhckte3gERhz72TWNy6BXP//u17g8 czGoUKUPK065hmgeoQu++RyxBnMPKTQEU9eFQIMBlqwq4I3kSRqU24w7Xl4qNMjE eQSJFRh7xi8i0q1KYGex6RRnrdK1fGXAcPAVErfmc+uIan1kBHfb0V06NxSU+l3V alpLgPmJeGXXJ63dGTCFFIKpcs9QKNbVwCF7vpJ+IY0Vi8YgBM0Z6mdbIN/ZyG1V rYYaDG2UwTlPcnV7/lA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 73b6c5db; Fri, 8 Jul 2022 02:06:06 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 9df92cde; Fri, 8 Jul 2022 02:06:06 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id a2e2faf4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 8 Jul 2022 02:06:05 +0200 (CEST) Date: Thu, 7 Jul 2022 19:06:12 -0500 Message-ID: <20220707190612.GJ1675@gac> From: jgart To: Maxim Cournoyer Subject: Re: bug#53312: [PATCH] gnu: Add sxmo-st. In-Reply-To: <20220707190524.GH1675@gac> References: <20220117042810.8072-1-jgart@dismail.de> <87pmigyd7p.fsf@gmail.com> <20220707190524.GH1675@gac> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53312 Cc: 53312@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Thu, 07 Jul 2022 19:05:24 -0500 jgart wrote: > On Thu, 07 Jul 2022 14:44:42 -0400 Maxim Cournoyer wrote: > > Hi jgart, > > > > jgart 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 11 12:00:49 2022 Received: (at 53312-done) by debbugs.gnu.org; 11 Jul 2022 16:00:49 +0000 Received: from localhost ([127.0.0.1]:40700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAvq5-0002er-3Z for submit@debbugs.gnu.org; Mon, 11 Jul 2022 12:00:49 -0400 Received: from mail-qv1-f54.google.com ([209.85.219.54]:45674) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAvq3-0002eS-Km for 53312-done@debbugs.gnu.org; Mon, 11 Jul 2022 12:00:48 -0400 Received: by mail-qv1-f54.google.com with SMTP id cw12so664707qvb.12 for <53312-done@debbugs.gnu.org>; Mon, 11 Jul 2022 09:00:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=h/Otbc9aqoMwgYadDKiy6FLXiR8PbBGySIVkBOWHUZM=; b=hy1eTf9P+et1jVar29FNFeKQPHek64orcuQ/sd0rm8Cf/THKtruU/bwrNvym3PiMUI sqho1YejZ4Nyp/EonfnZ6cvnakAekS46x7yNGpQuY6i2jlhfGhhzfIGEoCjCXdMcXpqa kqL4ZSIgCD5Hiza9/OqpXlSL4vPTD2KKiMU0W1hSj0ngsus079bk3v5w9sH2wGjMiKsA 52SZBeQ4nj6GJrLfJZF+tyjX3qhxkDN5Vov75nzpKXkeld0oFGSmdtTuDXtnl9X2lb3G 0rdc4ILLcjJ4ZYy0E+zlsiAoCN6Y2LkS8C/6iZytTqA8bizBNsInaz8HabKPZeodzACA n5Ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=h/Otbc9aqoMwgYadDKiy6FLXiR8PbBGySIVkBOWHUZM=; b=aUw5Jbhcy6tFIoO+qcckjaofh38ibK+ZRSey11KtE4eKNuuINvYpELhEeuacazCJXs o4ejvnr+zt2tHFgnj+bNTzSvmCDQnAzv62WxrJe4lR92O9IflOM33VYqe0Lmw+UVTa9O I634za3w9qcBMjWile1xFKRC+uZg07H7hOq8AaO/YvjtQbObDUlKw1nRh9WuKSNQ+VQY PU0FVLi/0xCa1/L74Dv9Bp5qffFRnGQK7TyK6N7O1UhUjMfLEIx0TN6OOcH82nIyh9j/ uKcwMUsL472jCO0SDa7YlxUYiHNiQCOu+nJVyeFzHbcMs6Iv5ecNz77arxjpbu0DN3pI BAMA== X-Gm-Message-State: AJIora/myrDr7/CQWZA08nicYx8wDRpiVNCppiHid9E4c+VHBmtQXkBw ALLiUPi/UOWBAdAENlJdzuxWr5Po3hGNSA== X-Google-Smtp-Source: AGRyM1tseCf2JitqoGQfxSm98lfvunguzN9+LU7J3WY7SeSi/0g4A3+qiWiJY+kRqvu9hTgtL6B8nQ== X-Received: by 2002:a05:6214:5285:b0:472:ed70:23a0 with SMTP id kj5-20020a056214528500b00472ed7023a0mr13809952qvb.121.1657555241662; Mon, 11 Jul 2022 09:00:41 -0700 (PDT) Received: from hurd (dsl-155-226.b2b2c.ca. [66.158.155.226]) by smtp.gmail.com with ESMTPSA id bq37-20020a05620a46a500b006a36b0d7f27sm6724037qkb.76.2022.07.11.09.00.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:00:41 -0700 (PDT) From: Maxim Cournoyer To: jgart Subject: Re: bug#53312: [PATCH] gnu: Add sxmo-st. References: <20220117042810.8072-1-jgart@dismail.de> <87pmigyd7p.fsf@gmail.com> <20220707190524.GH1675@gac> <20220707190612.GJ1675@gac> Date: Mon, 11 Jul 2022 12:00:39 -0400 In-Reply-To: <20220707190612.GJ1675@gac> (jgart@dismail.de's message of "Thu, 7 Jul 2022 19:06:12 -0500") Message-ID: <87sfn7d4go.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53312-done Cc: 53312-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi jgart, jgart 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 From unknown Sat Aug 16 22:46:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Aug 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator