[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-218-g698d228
From: |
Ludovic Court�s |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-218-g698d228 |
Date: |
Tue, 09 Sep 2014 11:55:43 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 698d228001a27017ced5a69abdfe3b977b116705 (commit)
via 52910ded6c36580d0d1f2be5a686f7cb1f9623b9 (commit)
via 1deac3440cc06060494bc821b2325cdf326b5696 (commit)
from 9ffbe2b7d5097aa376c1ea6fc461af47e71a64d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 698d228001a27017ced5a69abdfe3b977b116705
Author: Marek Benc <address@hidden>
Date: Tue Sep 9 13:54:38 2014 +0200
gnu: Add AbiWord.
* 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.
Signed-off-by: Ludovic Courtès <address@hidden>
commit 52910ded6c36580d0d1f2be5a686f7cb1f9623b9
Author: Marek Benc <address@hidden>
Date: Tue Sep 9 13:39:55 2014 +0200
gnu: Add ots.
* gnu/packages/patches/ots-no-include-missing-file.patch: New file.
* gnu/packages/ots.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add ots.scm.
(dist_patch_DATA): Add ots-no-include-missing-file.patch.
Signed-off-by: Ludovic Courtès <address@hidden>
commit 1deac3440cc06060494bc821b2325cdf326b5696
Author: Marek Benc <address@hidden>
Date: Tue Sep 9 13:34:22 2014 +0200
gnu: Add Enchant.
* gnu/packages/enchant.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
gnu-system.am | 10 +
gnu/packages/abiword.scm | 107 ++++
gnu/packages/enchant.scm | 61 ++
gnu/packages/{wv.scm => ots.scm} | 60 +-
.../patches/abiword-explictly-cast-bools.patch | 93 +++
.../abiword-link-plugins-against-backend.patch | 639 ++++++++++++++++++++
.../abiword-no-include-glib-internal-headers.patch | 13 +
.../abiword-pass-no-undefined-to-linker.patch | 608 +++++++++++++++++++
.../patches/abiword-use-proper-png-api.patch | 175 ++++++
.../patches/abiword-wmf-version-lookup-fix.patch | 28 +
.../patches/ots-no-include-missing-file.patch | 14 +
11 files changed, 1778 insertions(+), 30 deletions(-)
create mode 100644 gnu/packages/abiword.scm
create mode 100644 gnu/packages/enchant.scm
copy gnu/packages/{wv.scm => ots.scm} (50%)
create mode 100644 gnu/packages/patches/abiword-explictly-cast-bools.patch
create mode 100644
gnu/packages/patches/abiword-link-plugins-against-backend.patch
create mode 100644
gnu/packages/patches/abiword-no-include-glib-internal-headers.patch
create mode 100644
gnu/packages/patches/abiword-pass-no-undefined-to-linker.patch
create mode 100644 gnu/packages/patches/abiword-use-proper-png-api.patch
create mode 100644 gnu/packages/patches/abiword-wmf-version-lookup-fix.patch
create mode 100644 gnu/packages/patches/ots-no-include-missing-file.patch
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-218-g698d228,
Ludovic Court�s <=