Ludovic Courtès
|
a3d77c51bc
|
git: Nicely report '--with-commit' errors.
* guix/git.scm (latest-repository-commit*): Rewrite to catch
'git-error'.
* po/guix/POTFILES.in: Add guix/git.scm.
* tests/guix-build-branch.sh: Test --with-commit errors.
|
2018-11-30 17:03:04 +01:00 |
Ludovic Courtès
|
b18f7234aa
|
guix build: Add '--with-commit'.
* guix/git.scm (<git-checkout>)[commit]: New field.
(git-checkout-compiler): Honor it.
* guix/scripts/build.scm (evaluate-git-replacement-specs): Add 'proc'
parameter and honor it.
(transform-package-source-branch)[replace]: New procedure.
Adjust 'evaluate-git-replacement-specs' accordingly.
(transform-package-source-commit): New procedure.
(%transformations, %transformation-options)
(show-transformation-options-help): Add 'with-commit'.
* tests/guix-build-branch.sh: Add test.
* doc/guix.texi (Package Transformation Options): Document it.
|
2018-11-30 17:03:04 +01:00 |
Ludovic Courtès
|
96915a448c
|
guix build: Add '--with-branch' transformation option.
* guix/scripts/build.scm (evaluate-git-replacement-specs)
(transform-package-source-branch): New procedures.
(%transformations, %transformation-options): Add 'with-branch'.
(show-transformation-options-help): Likewise.
* tests/guix-build-branch.sh: New file.
* Makefile.am (SH_TESTS): Add it.
* doc/guix.texi (Package Transformation Options): Document it.
|
2018-11-30 17:03:04 +01:00 |
Ludovic Courtès
|
49ae3f6d89
|
git: Add <git-checkout> record type.
* guix/git.scm (<git-checkout>): New record type.
(latest-repository-commit*): New procedure.
(git-checkout-compiler): New gexp compiler.
|
2018-11-30 17:03:04 +01:00 |
Ludovic Courtès
|
35cb37ea9c
|
git: 'latest-repository-commit' logs its progress.
* guix/git.scm (latest-repository-commit): Add #:log-port and honor it.
|
2018-11-30 17:03:03 +01:00 |
Rutger Helling
|
2f24b9ca8b
|
gnu: wine: Update to 3.0.4.
* gnu/packages/wine.scm (wine): Update to 3.0.4.
|
2018-11-30 11:42:44 +01:00 |
Efraim Flashner
|
5deb0c670d
|
gnu: blender: Use newer ffmpeg.
* gnu/packages/graphics.scm (blender)[source]: Add patch for newer
ffmpeg compatability.
[inputs]: Replace ffmpeg-2.8 with ffmpeg.
* gnu/packages/patches/blender-newer-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
2018-11-30 11:14:27 +02:00 |
Arun Isaac
|
4d26987dcb
|
gnu: Add lynis.
* gnu/packages/admin.scm (lynis): New variable.
|
2018-11-30 12:28:31 +05:30 |
Eric Bavier
|
6878890c42
|
hugin: Update to 2018.0.0.
* gnu/packages/photo.scm (hugin): Update 2018.0.0.
|
2018-11-30 00:21:26 -06:00 |
Eric Bavier
|
045d77cc0f
|
radicale: Update to 1.1.6.
* gnu/packages/dav.scm (radicale): Update to 1.1.6.
|
2018-11-30 00:21:26 -06:00 |
Eric Bavier
|
4168e3faf2
|
neovim: Update to 0.3.1.
* gnu/packages/vim.scm (neovim): Update to 0.3.1.
[arguments]: Add #:configure-flags.
|
2018-11-30 00:21:26 -06:00 |
Eric Bavier
|
24b765b6a6
|
terminology: Update to 1.3.0.
* gnu/packages/enlightenment.scm (terminology): Update to 1.3.0.
|
2018-11-30 00:21:26 -06:00 |
Eric Bavier
|
5f230fb279
|
patchutils: Update to 0.3.4.
* gnu/packages/patchutils.scm (patchutils): Update to 0.3.4.
[arguments]: Simplify 'patch-test-scripts' phase.
* gnu/packages/patches/patchutils-xfail-gendiff-tests.patch: Rename to...
* gnu/packages/patches/patchutils-test-perms.patch: ...this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
|
2018-11-30 00:21:25 -06:00 |
Eric Bavier
|
7b05e957fa
|
tuxpaint-config: Update to 0.0.14.
* gnu/packages/games.scm (tuxpaint-config): Update to 0.0.14.
|
2018-11-30 00:21:25 -06:00 |
Eric Bavier
|
6ade82c297
|
tuxpaint-stamps: Update to 2018.09.01.
* gnu/packages/games.scm (tuxpaint-stamps): Update to 2018.09.01.
|
2018-11-30 00:21:25 -06:00 |
Eric Bavier
|
c6aa2ee276
|
tuxpaint: Update to 0.9.23.
* gnu/packages/games.scm (tuxpaint): Update to 0.9.23.
|
2018-11-30 00:21:25 -06:00 |
Eric Bavier
|
71b186ef00
|
ccache: Update to 3.5.
* gnu/packages/ccache.scm (ccache): Update to 3.5.
|
2018-11-30 00:21:25 -06:00 |
Eric Bavier
|
c2d512d3d2
|
detox: Update to 1.3.0.
* gnu/packages/admin.scm (detox): Update to 1.3.0
[source]: Move to new upstream fork.
[inputs]: Remove libpopt. Move flex to...
[native-inputs]: ...here, new field. Add autoconf and automake.
[arguments]: Remove #:configure-flags. Add 'delete-configure' phase.
[home-page]: Adjust for new upstream.
|
2018-11-30 00:21:25 -06:00 |
Kei Kebreau
|
95c1504758
|
gnu: schismtracker: Update to 20180810.
* gnu/packages/music.scm (schismtracker): Update to 20180810.
|
2018-11-29 21:17:43 -05:00 |
Oleg Pykhalov
|
bc3ece7d3d
|
gnu: Add emacs-polymode-ansible.
* gnu/packages/emacs.scm (emacs-polymode-ansible): New variable.
|
2018-11-30 03:18:05 +03:00 |
Oleg Pykhalov
|
2b6164f033
|
gnu: Add emacs-ansible-doc.
* gnu/packages/admin.scm (emacs-ansible-doc): New variable.
|
2018-11-30 03:18:04 +03:00 |
Julien Lepiller
|
477fceb1e3
|
gnu: coq: Update to 8.8.2.
* gnu/packages/ocaml.scm (coq): Update to 8.8.2.
|
2018-11-29 23:16:06 +01:00 |
Julien Lepiller
|
fa45b22d4e
|
gnu: camlp5: Update to 7.07.
* gnu/packages/ocaml.scm (camlp5): Update to 7.07.
|
2018-11-29 23:16:01 +01:00 |
Julien Lepiller
|
6a3cf93818
|
nu: ocaml: Update to 4.07.1
* gnu/packages/ocaml.scm (ocaml): Update to 4.07.1.
|
2018-11-29 23:15:47 +01:00 |
Ricardo Wurmus
|
5bc593dfb7
|
gnu: jp2a: Fetch sources from git.
* gnu/packages/image.scm (jp2a)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
743600e9db
|
gnu: flameshot: Fetch sources from git.
* gnu/packages/image.scm (flameshot)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
ba185e2a63
|
gnu: zimg: Fetch sources from git.
* gnu/packages/image.scm (zimg)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
d57b017ccc
|
gnu: jasper: Fetch sources from git.
* gnu/packages/image.scm (jasper)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
94be94cfda
|
gnu: gpick: Fetch sources from git.
* gnu/packages/image.scm (gpick)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
bd7daf9c4f
|
gnu: virtualgl: Fetch sources from git.
* gnu/packages/gl.scm (virtualgl)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
11bbf6324b
|
gnu: s2tc: Remove custom bootstrap phase.
* gnu/packages/gl.scm (s2tc)[arguments]: Remove.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
872ea4eb69
|
gnu: s2tc: Fetch sources from git.
* gnu/packages/gl.scm (s2tc)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
6f6f9267b6
|
gnu: catimg: Fetch sources from git.
* gnu/packages/image-viewers.scm (catimg)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
92f08e14f2
|
gnu: sxiv: Fetch sources from git.
* gnu/packages/image-viewers.scm (sxiv)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
86caf997be
|
gnu: libdbusmenu-qt: Fetch sources from git.
* gnu/packages/lxqt.scm (libdbusmenu-qt)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
1300dc4be9
|
gnu: pdf2svg: Fetch sources from git.
* gnu/packages/pdf.scm (pdf2svg)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
ec4e9455d3
|
gnu: polyml: Fetch sources from git.
* gnu/packages/sml.scm (polyml)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
82a0787c06
|
gnu: tmate: Fetch sources from git.
* gnu/packages/terminals.scm (tmate)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
773c18086b
|
gnu: picocom: Fetch sources from git.
* gnu/packages/terminals.scm (picocom)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
cf8478e5d5
|
gnu: tilda: Fetch sources from git.
* gnu/packages/terminals.scm (tilda)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
ab3159f89d
|
gnu: maim: Fetch sources from git.
* gnu/packages/xdisorg.scm (maim)[source]: Fetch from git.
|
2018-11-29 22:43:49 +01:00 |
Ricardo Wurmus
|
2d8387c364
|
gnu: xclip: Fetch sources from git.
* gnu/packages/xdisorg.scm (xclip)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
25d09f609e
|
gnu: slop: Fetch sources from git.
* gnu/packages/xdisorg.scm (slop)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
4bb74ed5f2
|
gnu: xcape: Fetch sources from git.
* gnu/packages/xdisorg.scm (xcape)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
3962a04697
|
gnu: wxwidgets-3.1: Fetch sources from git.
* gnu/packages/wxwidgets.scm (wxwidgets-3.1)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
940fdd0cbc
|
gnu: ffms2: Fetch sources from git.
* gnu/packages/video.scm (ffms2)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
e0a80ee442
|
gnu: mps-youtube: Fetch sources from git.
* gnu/packages/video.scm (mps-youtube)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
ce4ac7d56e
|
gnu: mpv: Fetch sources from git.
* gnu/packages/video.scm (mpv)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
722e6ffeea
|
gnu: ffmpegthumbnailer: Fetch sources from git.
* gnu/packages/video.scm (ffmpegthumbnailer)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |
Ricardo Wurmus
|
21309b8b1f
|
gnu: simplescreenrecorder: Fetch sources from git.
* gnu/packages/video.scm (simplescreenrecorder)[source]: Fetch from git.
|
2018-11-29 22:43:48 +01:00 |