~ruther/guix-local

ref: 4a9999871cc75f2d73d5dc83fbcad88bcaa5b921 guix-local/po d---------
1b4e48d4 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
ac0922f6 — Ludovic Courtès 10 years ago
nls: Add package files for translation.

* po/packages/POTFILES.in: Add a bunch of files.
7f74a931 — Federico Beffa 11 years ago
import: Add 'elpa' importer.

* guix/import/elpa.scm: New file.
* guix/scripts/import.scm: Add "elpa" to 'importers'.
* guix/scripts/import/elpa.scm: New file.
* Makefile.am (MODULES): Add 'guix/import/elpa.scm' and
  'guix/scripts/import/elpa.scm'.
  (SCM_TESTS): Add 'tests/elpa.scm'.
* doc/guix.texi (Invoking guix import): Document it.
* tests/elpa.scm: New file.
* po/guix/POTFILES.in: Add 'guix/scripts/import/elpa.scm'.
550bd3f2 — Ludovic Courtès 11 years ago
nls: Update 'eo' translation.
2abf6786 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
fcc58db6 — Ludovic Courtès 11 years ago
Add 'guix size'.

* guix/scripts/size.scm: New file.
* Makefile.am (MODULES): Add it.
  (SCM_TESTS): Add tests/size.scm.
* doc.am (SUBCOMMANDS): Add 'size'.
* po/guix/POTFILES.in: Add guix/scripts/size.scm.
* tests/size.scm: New file.
* doc/guix.texi (Packages with Multiple Outputs): Add xref to "Invoking guix
  size".
  (Invoking guix size): New node.
  (Invoking guix gc): Add index for "closure" and xref to the above.
* doc/contributing.texi (Submitting Patches): Use @enumerate for the check
  list.  Add item about 'guix size'.
39bee8a2 — Ludovic Courtès 11 years ago
Add 'guix edit'.

* guix/scripts/edit.scm: New file.
* Makefile.am (MODULES): Add it.
* doc.am (SUBCOMMANDS): Add 'edit'.
* doc/guix.texi (Defining Packages): Add xref to "Invoking guix edit".
  (Invoking guix edit): New node.
* po/guix/POTFILES.in: Add it.
14928016 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
7887bcbf — Ludovic Courtès 11 years ago
daemon: Internationalize guix-daemon.

* nix/nix-daemon/guix-daemon.cc (n_, _): New macros.
  (guix_textdomain): New variable.
  (doc): Use 'n_'.
  (options): Likewise, and lowercase messages.
  (argp): Add initializer for 'argp_domain' field.
  (parse_opt): Use '_' for messages.
  (main): Likewise, and add calls to 'setlocale', 'bindtextdomain', and
  'textdomain'.
* daemon.am (guix_daemon_CPPFLAGS): Add -DLOCALEDIR.
* po/guix/Makevars (XGETTEXT_OPTIONS): Remove '--language' option.  Add
  '--keyword=n_'.
* po/guix/POTFILES.in: Add guix-daemon.cc.
0c09a306 — Ludovic Courtès 11 years ago
system: Make sure user accounts refer to existing groups.

Fixes <http://bugs.gnu.org/20646>.
Reported by David Thompson <davet@gnu.org>.

* gnu/system/shadow.scm (assert-valid-users/groups): New procedure
* gnu/system.scm (operating-system-activation-script): Use it.
* tests/guix-system.sh (make_user_config): New function.
  Add 3 tests using it.
* po/guix/POTFILES.in: Add gnu/system/shadow.scm.
86a81222 — 宋文武 11 years ago
Merge branch 'master' into gtk-rebuild

Conflicts:
	gnu/packages/gtk.scm
6189fce5 — Ludovic Courtès 11 years ago
nls: Update 'da' translation.
487abff6 — Ludovic Courtès 11 years ago
nls: Add package files for translation.

* po/packages/POTFILES.in: Add a bunch of files.
ee540857 — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
863af4e1 — Federico Beffa 11 years ago
import: Add hackage importer.

* guix/scripts/import.scm (importers): Add hackage.
* guix/scripts/import/hackage.scm: New file.
* po/guix/POTFILES.in: Add guix/scripts/import.scm.
* doc/guix.texi: Add section on 'hackage' importer.
cf3e3e37 — 宋文武 11 years ago
Merge branch 'master' into core-updates
3107bef8 — Ludovic Courtès 11 years ago
nls: Add Danish translation.

* po/guix/da.po: New file.
* po/guix/LINGUAS: Add 'da'.
aff8ce7c — David Thompson 11 years ago
scripts: Add 'publish' command.

* guix/scripts/publish.scm: New file.
* po/guix/POTFILES.in: Add it.
* tests/publish.scm: New file.
* Makefile.am (MODULES): Add script module.
  (SCM_TESTS): Add test module.
* doc/guix.texi ("Invoking guix publish"): New node.
023dd28a — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
122c87ea — Taylan Ulrich Bayırlı/Kammer 11 years ago
Fix remaining references to "substitute-binary".

* nix/nix-daemon/guix-daemon.cc (main): Change substitute-binary to
  substitute.
* po/guix/POTFILES.in: Likewise.
* tests/guix-daemon.sh: Likewise.
* tests/guix-system.sh: Likewise.
Next