* Submitting new packages
@ 2020-11-05 11:03 Barnabás Béres
2020-11-05 11:35 ` Ekaitz Zarraga
2020-11-05 11:37 ` Julien Lepiller
0 siblings, 2 replies; 4+ messages in thread
From: Barnabás Béres @ 2020-11-05 11:03 UTC (permalink / raw)
To: help-guix
Hey Guixers,
I’m quite new to Guix but I would like to contribute. I created two font packages (fort awesome and nerd fonts). Can you please help my how can send in and later maintain my packages?
Thanks for your help!
Best regards,
Barnabas Beres
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Submitting new packages
2020-11-05 11:03 Submitting new packages Barnabás Béres
@ 2020-11-05 11:35 ` Ekaitz Zarraga
2020-11-05 11:37 ` Julien Lepiller
1 sibling, 0 replies; 4+ messages in thread
From: Ekaitz Zarraga @ 2020-11-05 11:35 UTC (permalink / raw)
To: Barnabás Béres; +Cc: help-guix@gnu.org
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, November 5, 2020 12:03 PM, Barnabás Béres <beresbarnus03@gmail.com> wrote:
> Hey Guixers,
>
> I’m quite new to Guix but I would like to contribute. I created two font packages (fort awesome and nerd fonts). Can you please help my how can send in and later maintain my packages?
>
> Thanks for your help!
>
> Best regards,
> Barnabas Beres
Hi,
Pretty exciting moment! Your first contribution!
There's some documentation about contributing here:
https://guix.gnu.org/manual/en/html_node/Contributing.html
But contributing is "as simple as" creating a patch and sending it to guix-patches mailing list.
You can use `git format-patch` or `git send-mail` for that.
That's pretty much it, if you have specific questions please don't hesitate to ask.
The documentation is quite clear but it lacks some weird details you might miss in the first pass but we can try to help you here or in guix-devel mailing list too.
Hope this helps.
Best,
Ekaitz
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Submitting new packages
2020-11-05 11:03 Submitting new packages Barnabás Béres
2020-11-05 11:35 ` Ekaitz Zarraga
@ 2020-11-05 11:37 ` Julien Lepiller
2020-11-05 13:27 ` raingloom
1 sibling, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2020-11-05 11:37 UTC (permalink / raw)
To: help-guix, Barnabás Béres
Le 5 novembre 2020 06:03:18 GMT-05:00, "Barnabás Béres" <beresbarnus03@gmail.com> a écrit :
>Hey Guixers,
>
>I’m quite new to Guix but I would like to contribute. I created two
>font packages (fort awesome and nerd fonts). Can you please help my how
>can send in and later maintain my packages?
Hi Barnabás!
If you're talking about font-awesome, we already have it (although version 4, since version 5's build system is not free: https://issues.guix.gnu.org/32916)
Now, for patches. You need to clone the git repository, apply your changes. When adding packages make sure to create one commit per added package. You'll find examples of such commits in the history. The message should look like this, on two lines with a blank line in the middle:
gnu: Add foo.
* gnu/packages/foo.scm (foo): New variable.
Once you've added a package to a file, build your package with ./pre-inst-env guix build foo, lint it with ./pre-inst-env guix lint foo and commit.
You can generate a patch with git format-patch -1 (or -2 for the latest two commits, etc). Then send that (those) file(s) to guix-patches@ and wait for a bit until someone reviews it (them).
The manual has this page that you might find useful:
https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html#Submitting-Patches
Don't hesitate to ask if you have further questions or if that was confusing :)
>Thanks for your help!
>
>Best regards,
>Barnabas Beres
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Submitting new packages
2020-11-05 11:37 ` Julien Lepiller
@ 2020-11-05 13:27 ` raingloom
0 siblings, 0 replies; 4+ messages in thread
From: raingloom @ 2020-11-05 13:27 UTC (permalink / raw)
To: help-guix
On Thu, 05 Nov 2020 06:37:17 -0500
Julien Lepiller <julien@lepiller.eu> wrote:
> Le 5 novembre 2020 06:03:18 GMT-05:00, "Barnabás Béres"
> <beresbarnus03@gmail.com> a écrit :
> >Hey Guixers,
> >
> >I’m quite new to Guix but I would like to contribute. I created two
> >font packages (fort awesome and nerd fonts). Can you please help my
> >how can send in and later maintain my packages?
>
> Hi Barnabás!
>
> If you're talking about font-awesome, we already have it (although
> version 4, since version 5's build system is not free:
> https://issues.guix.gnu.org/32916)
Is Fork Awesome a good alternative? We don't seem to have that
packaged. Yet. *wink wink nudge nudge*
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-05 14:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 11:03 Submitting new packages Barnabás Béres
2020-11-05 11:35 ` Ekaitz Zarraga
2020-11-05 11:37 ` Julien Lepiller
2020-11-05 13:27 ` raingloom
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).