[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/6] Add abiword
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 6/6] Add abiword |
Date: |
Tue, 09 Sep 2014 13:57:44 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Marek Benc <address@hidden> skribis:
> Phew, this was a bit harder than I thought it would be, but here it is.
Heheh, excellent work!
> Note: To get spell checking to work, install an aspell dictionary for
> your language (currently only English) and then put something like
> this into ~/.aspell.conf:
>
> dict-dir /home/dusan/.guix-profile/lib/aspell
Yes, there’s a comment about it in aspell.scm, but we’d need something
better. :-/
> A couple plugins are disabled. If you find the need for them, you'll
> have to add the needed dependencies to Guix and enable them. Most of
> them though (I think 40) are in.
Great.
> * gnu/packages/patches/abiword-explictly-cast-bools.patch New file.
> * gnu/packages/patches/abiword-link-plugins-against-backend.patch: New file.
> * gnu/packages/patches/abiword-no-include-glib-internal-headers.patch: New
> file.
> * gnu/packages/patches/abiword-pass-no-undefined-to-linker.patch
> * gnu/packages/patches/abiword-use-proper-png-api.patch: New file.
> * gnu/packages/patches/abiword-wmf-version-lookup-fix.patch: New file.
> * gnu/packages/abiword.scm: New file.
> * gnu-system.am (GNU_SYSTEM_MODULES): Add abiword.scm.
> (dist_patch_DATA): Add the 6 patches for abiword.
Applied. I just removed “free” from the description: it’s unnecessary
since we’re in the land of freedom. ;-)
Thank you!
Ludo’.