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 ee76417972b3a749a28a627c2858c09311d9c0c5 (commit) via ef1a9bb7d6fd64f05607042fdb266ee974d16e26 (commit) via 9d0b8fbd78552e44dcd0a7ee9933ea1e3709b07a (commit) from b777d784a0cb05a25dfda2c0561fe0af562c922a (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 ee76417972b3a749a28a627c2858c09311d9c0c5 Author: Ludovic Courtès <l...@gnu.org> Date: Fri Jun 13 17:30:40 2014 +0200 Separate package description translations from string translations. * po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in: New files. * po/guix/Makevars (DOMAIN): Change to "guix". (XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description". * po/guix/POTFILES.in: Remove gnu/packages/*.scm. * configure.ac: Change to gettext 0.18.3. Produce po/packages/Makefile.in. * Makefile.am (SUBDIRS): Add po/packages. * guix/ui.scm (%package-text-domain): New variable. (P_): New procedure. (package->recutils): Use 'P_' instead of '_'. * guix/scripts/package.scm (find-packages-by-description): Use 'P_' instead of 'gettext'. commit ef1a9bb7d6fd64f05607042fdb266ee974d16e26 Author: Ludovic Courtès <l...@gnu.org> Date: Fri Jun 13 16:15:18 2014 +0200 Move gettext files to 'po/guix'. * po: Rename to... * po/guix: ... this. * po/guix/Makevars (subdir, top_builddir): Adjust accordingly. * configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'. * Makefile.am (SUBDIRS): Change 'po' to 'po/guix'. commit 9d0b8fbd78552e44dcd0a7ee9933ea1e3709b07a Author: Ludovic Courtès <l...@gnu.org> Date: Fri Jun 13 11:42:33 2014 +0200 pull: Copy and compile gnu.scm. * guix/build/pull.scm (build-guix): Copy gnu.scm to OUT. ----------------------------------------------------------------------- Summary of changes: .gitignore | 49 +++++++++++++++++++++++++++++++------------- Makefile.am | 2 +- configure.ac | 5 ++- guix/build/pull.scm | 5 ++- guix/scripts/package.scm | 6 ++-- guix/ui.scm | 11 ++++++++- po/{ => guix}/LINGUAS | 0 po/{ => guix}/Makevars | 10 +++----- po/{ => guix}/POTFILES.in | 5 +--- po/{ => guix}/eo.po | 0 po/{ => guix}/pt_BR.po | 0 po/{ => guix}/sr.po | 0 po/{ => guix}/vi.po | 0 po/{ => packages}/LINGUAS | 4 --- po/packages/Makevars | 19 +++++++++++++++++ po/packages/POTFILES.in | 6 +++++ 16 files changed, 83 insertions(+), 39 deletions(-) copy po/{ => guix}/LINGUAS (100%) rename po/{ => guix}/Makevars (65%) rename po/{ => guix}/POTFILES.in (80%) rename po/{ => guix}/eo.po (100%) rename po/{ => guix}/pt_BR.po (100%) rename po/{ => guix}/sr.po (100%) rename po/{ => guix}/vi.po (100%) rename po/{ => packages}/LINGUAS (77%) create mode 100644 po/packages/Makevars create mode 100644 po/packages/POTFILES.in hooks/post-receive -- guix source archive