all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
  • * bug#25836: [PATCH] gnu: Add gspell
           [not found] ` <87wpbx9z7b.fsf@gnu.org>
           [not found]   ` <87vaqwp2l8.fsf_-_@gnu.org>
    @ 2017-03-30 11:57   ` Thomas Danckaert
      2017-03-30 12:08     ` Catonano
      2017-05-17 14:24     ` Ludovic Courtès
      1 sibling, 2 replies; 12+ messages in thread
    From: Thomas Danckaert @ 2017-03-30 11:57 UTC (permalink / raw)
      To: 25836
    
    ludo@gnu.org (Ludovic Courtès) writes:
    
    > Thanks for the patch.  I’ve modified the package like this:
    >
    > [...]
    >     (inputs
    >      `(("enchant" ,enchant)
    >        ("iso-codes" ,iso-codes)
    >        ("gtk+" ,gtk+)
    >        ("glib" ,glib)))
    >     (native-inputs
    >      `(("glib" ,glib "bin")
    >        ("pkg-config" ,pkg-config)
    >        ("xmllint" ,libxml2)
    >
    >        ;; For tests.
    >        ("xorg-server" ,xorg-server)
    >        ("aspell-dict-en" ,aspell-dict-en)))
    
    Just for reference, for when we solve the dictionary issue:
    
    While experimenting with this package and (unsuccessfully) trying to get
    it to find aspell dictionaries, I also noticed we could add the
    following native inputs:
    
    +       ("docbook-xsl" ,docbook-xsl)
    +       ("gobject-introspection" ,gobject-introspection)
    +       ("gtk-doc" ,gtk-doc)
    +       ("vala" ,vala)
            ("glib" ,glib "bin")
            ("pkg-config" ,pkg-config)
            ("xmllint" ,libxml2)
            ("xorg-server" ,xorg-server)))
    
    and the following configure flag to build docs:
    
    +       #:configure-flags '("--enable-gtk-doc")
    
    I'm not really familiar with the gobject system, but I suppose
    generating the bindings is useful? :)
    
    Thomas
    
    ^ permalink raw reply	[flat|nested] 12+ messages in thread

  • end of thread, other threads:[~2017-05-17 19:58 UTC | newest]
    
    Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <CAJ98PDyRmcJEZTC6dOuuwXeH+j6ZtwYnMmtmD-0bj9N9yWfZMg@mail.gmail.com>
         [not found] ` <87wpbx9z7b.fsf@gnu.org>
         [not found]   ` <87vaqwp2l8.fsf_-_@gnu.org>
         [not found]     ` <alpine.DEB.2.11.1703261253200.2667@intel.home>
    2017-03-27  8:26       ` bug#25836: [aspell-devel] Honoring ‘ASPELL_CONF’ in libaspell Ludovic Courtès
    2017-05-03 16:49         ` Catonano
    2017-05-03 18:14           ` Kevin Atkinson
    2017-05-17 14:21             ` Ludovic Courtès
    2017-05-17 18:14               ` Kevin Atkinson
    2017-03-30 11:57   ` bug#25836: [PATCH] gnu: Add gspell Thomas Danckaert
    2017-03-30 12:08     ` Catonano
    2017-05-17 14:24     ` Ludovic Courtès
    2017-05-17 15:16       ` Thomas Danckaert
    2017-05-17 19:56         ` Ludovic Courtès
    2017-05-17 17:22       ` Catonano
    2017-05-17 17:24         ` Catonano
    

    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.