From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>
Cc: vivien@planete-kraus.eu, 71565@debbugs.gnu.org
Subject: [bug#71565] [PATCH] gnu: ibus-minimal: Graft to 1.5.29.
Date: Sun, 23 Jun 2024 22:13:21 -0400 [thread overview]
Message-ID: <87r0cn84vy.fsf@gmail.com> (raw)
In-Reply-To: <41362a41e045748c485d8252d7794a7e6187e9b9.camel@gmail.com> (Liliana Marie Prikler's message of "Mon, 17 Jun 2024 22:05:19 +0200")
Hi Liliana,
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> Am Montag, dem 17.06.2024 um 15:55 -0400 schrieb Maxim Cournoyer:
>> Hi Liliana,
>>
>> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>>
>> > This fixes an issue, where IBus was not able to query emoji lists.
>> > See also <https://github.com/ibus/ibus/issues/2476>.
>> >
>> > * gnu/packages/ibus.scm (ibus-minimal/fixed): New variable.
>> > (ibus-minimal): Add ibus-minimal/fixed as replacement.
>> > ---
>> > gnu/packages/ibus.scm | 18 ++++++++++++++++++
>> > 1 file changed, 18 insertions(+)
>> >
>> > diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
>> > index c821279bd3..a2775b2f84 100644
>> > --- a/gnu/packages/ibus.scm
>> > +++ b/gnu/packages/ibus.scm
>> > @@ -81,6 +81,7 @@ (define-module (gnu packages ibus)
>> > (define-public ibus-minimal
>> > (package
>> > (name "ibus")
>> > + (replacement ibus-minimal/fixed)
>> > (version "1.5.27")
>> > (source (origin
>> > (method url-fetch)
>> > @@ -279,6 +280,23 @@ (define-public ibus
>> > (package-native-search-paths ibus-minimal)))
>> > (properties (alist-delete 'hidden? (package-properties ibus-
>> > minimal)))))
>> >
>> > +(define-public ibus-minimal/fixed
>>
>> Is it useful to have the package 'public' at al here? I think there
>> are considerations so that the package gets built by the CI, but I'm
>> not sure whether this applies to graft package (I guess it does).
>> Perhaps we should document these gotchas, as I can never remember
>> myself.
> I might have been cargo-culting the -public part from other
> definitions. Are grafts typically not exported?
Not thinking about CI shenanigans, I think it's more logical that they
be private, since we want the users to use the grafted package, not the
graft itself (although in the end the result should be the same).
--
Thanks,
Maxim
next prev parent reply other threads:[~2024-06-24 2:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-15 7:18 [bug#71565] [PATCH] gnu: ibus-minimal: Graft to 1.5.29 Liliana Marie Prikler
2024-06-17 19:55 ` Maxim Cournoyer
2024-06-17 20:05 ` Liliana Marie Prikler
2024-06-24 2:13 ` Maxim Cournoyer [this message]
2024-06-24 3:44 ` Liliana Marie Prikler
2024-06-24 4:50 ` bug#71565: " Maxim Cournoyer
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=87r0cn84vy.fsf@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=71565@debbugs.gnu.org \
--cc=liliana.prikler@gmail.com \
--cc=vivien@planete-kraus.eu \
/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.