From: mrh57@posteo.net
To: Nicolas Graves <ngraves@ngraves.fr>
Cc: 72452@debbugs.gnu.org
Subject: [bug#72452] [PATCH] add guile-swayer package
Date: Sat, 07 Sep 2024 18:17:54 +0000 [thread overview]
Message-ID: <5209eff9ddaefc9161fc99ca9970b81a@posteo.net> (raw)
In-Reply-To: <87zfojigo9.fsf@ngraves.fr>
Hi Nicolas,
Thanks for the review! I have fixed the issues in the forthcoming v2
patch.
Best,
Alec
On 2024-09-07 12:15 pm, Nicolas Graves wrote:
> Hi mrh,
>
> A few remarks below.
>
> On 2024-08-03 20:31, mrh wrote:
>
>> guile-swayer provides guile bindings to manipulate windows via the
>> sway wayland compositor
>>
>> Change-Id: If579694d8fb20bec5f3fd542430783a25a6c155b
>> ---
>> gnu/packages/guile-xyz.scm | 18 ++++++++++++++++++
>> 1 file changed, 18 insertions(+)
>>
>> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
>> index 3ce4f6a8d6..5693bbde0f 100644
>> --- a/gnu/packages/guile-xyz.scm
>> +++ b/gnu/packages/guile-xyz.scm
>> @@ -1027,6 +1027,24 @@ (define-public guile2.2-filesystem
>> (name "guile2.2-filesystem")
>> (inputs (list guile-2.2))))
>>
>> +(define-public guile-swayer
>> + (package
>> + (name "guile-swayer")
>> + (version "0.2.0")
>> + (home-page "https://github.com/ebeem/guile-swayer")
>> + (source
>> + (origin
>> + (method git-fetch)
>> + (uri (git-reference
>> + (url "https://github.com/ebeem/guile-swayer")
>> + (commit "9c962281f405453fb3770dd0546ef6951c9236dd")))
>> + (sha256 (base32
>> "09c0143q9sm75xp1qz7a7ihdqfwqg4w8nlq0mmnivhvamww775ss"))))
>
> This line exceeds 79 characters, you should put base32 part on the next
> line.
>
>> + (native-inputs (list guile-3.0))
>> + (build-system guile-build-system)
>> + (synopsis "Extensible Guile bindings for SwayWM")
>> + (description "Extensible Guile bindings for SwayWM")
>
> The description needs to be more informative. What about
>
> "This package provides extensible Guile bindings for the Sway window
> manager. It can be used to query Sway, assign keybindings and listen
> to
> events in Guile."
>
>> + (license license:expat)))
>> +
>
> Otherwise the package builds properly, I'll be happy to review that
> once
> you send a v2.
>
> Please also abstain from opening duplicate issues, thanks!
next prev parent reply other threads:[~2024-09-07 18:19 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-03 20:31 [bug#72452] [PATCH] add guile-swayer package mrh
2024-09-07 16:15 ` Nicolas Graves via Guix-patches via
2024-09-07 18:17 ` mrh57 [this message]
2024-09-07 18:28 ` [bug#72452] [PATCH v2] gnu: add guile-swayer mrh
2024-09-09 4:46 ` [bug#72452] [PATCH] add guile-swayer package Nicolas Graves via Guix-patches via
2024-09-09 16:21 ` mrh57
2024-09-10 8:14 ` Nicolas Graves via Guix-patches via
2024-09-09 16:24 ` [bug#72452] [PATCH v3] gnu: add guile-swayer Alec Barreto
2024-09-10 12:08 ` [bug#72452] [PATCH v4] " Alec Barreto
2024-09-10 12:13 ` [bug#72452] Fwd: Re: [bug#72452] [PATCH] add guile-swayer package mrh57
2024-09-11 15:10 ` Nicolas Graves via Guix-patches via
2024-09-11 22:25 ` Alec Barreto
2024-09-10 17:23 ` [bug#72452] QA review for 72452 Nicolas Graves via Guix-patches via
2024-09-11 22:27 ` [bug#72452] [PATCH v5] gnu: Add guile-swayer Alec Barreto
2024-09-12 17:12 ` Ludovic Courtès
2024-09-13 12:03 ` Alec Barreto
2024-09-14 14:18 ` Alec Barreto
2024-09-14 15:52 ` Nicolas Graves via Guix-patches via
2024-09-14 18:23 ` Alec Barreto
2024-09-16 19:49 ` Nicolas Graves via Guix-patches via
2024-09-17 0:51 ` Alec Barreto
2024-09-17 0:54 ` [bug#72452] [PATCH v6] " Alec Barreto
2024-09-19 10:47 ` bug#72452: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5209eff9ddaefc9161fc99ca9970b81a@posteo.net \
--to=mrh57@posteo.net \
--cc=72452@debbugs.gnu.org \
--cc=ngraves@ngraves.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.