GNU bug report logs -
#39086
[PATCH] Enable Emoji support in IBus
Previous Next
Full log
Message #29 received at 39086 <at> debbugs.gnu.org (full text, mbox):
Leo Prikler <leo.prikler <at> student.tugraz.at> writes:
> * gnu/packages/ibus.scm (ibus) [inputs]: Add unicode-emoji and
> unicode-cldr-common.
> [configure-flags]: Add flags for emoji and annotations.
This should be “arguments”, not “configure-flags”. Also: please remove
the space between “(ibus)” and “[inputs]”.
> (arguments
> `(#:tests? #f ; tests fail because there's no connection to dbus
> - #:configure-flags `("--disable-emoji-dict" ; cannot find emoji.json path
> - "--enable-python-library"
> + #:configure-flags `("--enable-python-library"
> + ,(string-append
> + "--with-unicode-emoji-dir="
> + (assoc-ref %build-inputs "unicode-emoji")
> + "/share/unicode/emoji")
> + ,(string-append
> + "--with-emoji-annotation-dir="
> + (assoc-ref %build-inputs "unicode-cldr-common")
> + "/share/unicode/cldr/common/annotations")
> ,(string-append "--with-ucd-dir="
> (getcwd) "/ucd")
> "--enable-wayland")
Now that the configure flags are so long I have a preference for
dropping quoting and using (list …) instead. All that unquoting looks a
little too noisy.
> @@ -241,6 +248,8 @@ conventions.")
> `(("glib" ,glib "bin") ; for glib-genmarshal
> ("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
>
> + ("unicode-emoji" ,unicode-emoji)
> + ("unicode-cldr-common" ,unicode-cldr-common)
> ;; XXX TODO: Move Unicode data to its own (versioned) package.
> ("unicode-nameslist"
> ,(origin
Oh, here is the comment I mentioned earlier!
--
Ricardo
This bug report was last modified 5 years and 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.