From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: Josep Bigorra <jjbigorra@gmail.com>
Cc: 74568@debbugs.gnu.org
Subject: [bug#74568] [PATCH] add scenefx
Date: Fri, 29 Nov 2024 17:45:32 +0800 [thread overview]
Message-ID: <87plmetltv.fsf@iscas.ac.cn> (raw)
In-Reply-To: <CAM_04A2kE9tS8FNMWgnADmPDuEEiYutVHwhk6X7T6VqWu+bO5A@mail.gmail.com> (Josep Bigorra's message of "Wed, 27 Nov 2024 22:30:54 +0100")
[-- Attachment #1: Type: text/plain, Size: 1755 bytes --]
Josep Bigorra <jjbigorra@gmail.com> writes:
> This is my first attempt to contribute! :) I want to update Swayfx to 0.4 after this, but first, scenefx must be in guix packages. Hopefully
> this will do?
please use plain-txt e-mail. and use `mumi send-email' or
`git send-email' to send patch. see
https://guix.gnu.org/manual/devel/en/html_node/Sending-a-Patch-Series.html#Single-Patches-1
>- (name "sway")
If you do not modify the package, do not modify the indentation of the package
>+ (inputs (map (lambda (x) (specification->package x))
>+ `("basu"
>+ "cairo"
>+ "gdk-pixbuf"
>+ "json-c"
>+ "cmake"
>+ "libevdev"
>+ "libinput-minimal"
>+ "libxkbcommon"
>+ "pcre2"
>+ "pkg-config"
>+ "pcre2"
>+ "wayland"
>+ "libdrm"
>+ "wlroots@0.17.4")))
You cannot use specification->package in a package, use the scheme
variable.
many package is not needed, just pixman mesa libxkbcommon libdrm
wlroots-0.17. see meson.build.
and pkg-config usually is native-inputs, It need to actually run on
cross-compiling.
>+ (home-page "https://github.com/wlrfx/scenefx.git")
guix lint scenefx say scenefx@0.1: permanent redirect from https://github.com/wlrfx/scenefx.git to https://github.com/wlrfx/scenefx.
so should https://github.com/wlrfx/scenefx.
>+ (synopsis "SceneFX")
>+ (description
>+ "SceneFX")
Please write useful synopsis and description
see https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html
After the completion of the modified like
https://issues.guix.gnu.org/74568#1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
prev parent reply other threads:[~2024-11-29 9:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 21:30 [bug#74568] [PATCH] add scenefx Josep Bigorra
2024-11-29 9:28 ` Zheng Junjie
2024-11-29 9:45 ` Zheng Junjie [this message]
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=87plmetltv.fsf@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=74568@debbugs.gnu.org \
--cc=jjbigorra@gmail.com \
/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.