Re: [PATCH 1/6] gnu: Add fribidi

2014-09-09 Thread Ludovic Courtès
Marek Benc skribis: > * gnu/packages/fribidi.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Applied, thanks! I changed the synopsis and description as reported by ‘make sync-descriptions’ (this is something we do for GNU packages, where the canonical synopses and descriptions ar

[PATCH 1/6] gnu: Add fribidi

2014-09-08 Thread Marek Benc
* gnu/packages/fribidi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am|1 + gnu/packages/fribidi.scm | 45 + 2 files changed, 46 insertions(+) create mode 100644 gnu/packages/fribidi.scm diff --git a/g