Age | Commit message (Expand) | Author |
2021-08-11 | gnu: sakura: Update to 3.8.3....* gnu/packages/terminals.scm (sakura): Update to 3.8.3.
| Pierre Langlois |
2021-06-14 | gnu: Rename qtbase to qtbase-5....This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
| Maxim Cournoyer |
2021-06-13 | doc, gnu, guix: Fix typos....* doc/guix.texi: Fix various typos and reword a sentence.
* gnu/packages/cpp.scm (cpplint)[description]: Fix typo.
* gnu/packages/dns.scm (ldns): Fix typo in comment.
* gnu/packages/games.scm (yamagi-quake2): Fix typo in comment.
* gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment.
* gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment.
* gnu/packages/syndication.scm (quiterss)[description]: Fix typo.
* gnu/packages/terminals.scm (kmscon): Fix typo in comment.
* gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo.
(python-elementpath)[description]: Fix typo.
* guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Paul A. Patience |
2021-05-14 | gnu: alacritty: Update to 0.7.2....* gnu/packages/terminals.scm (alacritty): Update to 0.7.2.
| Nicolas Goaziou |
2021-05-07 | gnu: kitty: Update to 0.20.3....* gnu/packages/terminals.scm (kitty): Update to 0.20.3.
| Tobias Geerinckx-Rice |
2021-05-02 | gnu: kitty: Update to 0.20.2....* gnu/packages/terminals.scm (kitty): Update to 0.20.2.
| Tobias Geerinckx-Rice |
2021-04-26 | gnu: Add tio....* gnu/packages/terminals.scm (tio): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Raphaël Mélotte |
2021-04-21 | gnu: kitty: Update to 0.20.1....gnu/packages/terminals.scm (kitty): Update to 0.20.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ekaitz Zarraga |
2021-03-19 | gnu: Add fzf....* gnu/packages/terminals.scm (fzf): New variable, which inherits
from the existing go-github-com-junegunn-fzf package, but also
install other binary, and completion for direct usage.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| EuAndreh |
2021-03-15 | gnu: alacritty: Use more packaged rust libraries....* gnu/packages/terminals.scm (alacritty)[arguments]: Move
rust-bitflags-1, rust-dirs-2, rust-libc-0.2, rust-unicode-width-0.1,
rust-winapi-0.3 from cargo-inputs ...
[inputs]: ... to here.
| Efraim Flashner |
2021-03-15 | gnu: alacritty: Use packaged rust-wayland-client....* gnu/packages/terminals.scm (alacritty)[arguments]: Remove
rust-wayland-client-0.28 from cargo-inputs. In custom
'add-absolute-library-references remove substitutions for
rust-wayland-client.
[inputs]: Add rust-wayland-client-0.28.
| Efraim Flashner |
2021-03-14 | gnu: alacritty: Adjust to changes in the cargo-build-system....* gnu/packages/terminals.scm (alacritty)[arguments]: Add flag to not
install source.
| Efraim Flashner |
2021-02-16 | gnu: alacritty: Add comment....* gnu/packages/terminals.scm (alacritty)[arguments]: Try to explain why
this field is so ugly, and what might be done to avoid it.
| Tobias Geerinckx-Rice |
2021-02-16 | gnu: alacritty: Run on Wayland once more....This restores most of commit 3bbe2806bf11f6e95be42b1a21d79bd557f68d0b
to fix <http://logs.guix.gnu.org/guix/2021-02-16.log#150007>.
* gnu/packages/terminals.scm (alacritty)[arguments]: Patch in
absolute references to LIBXKBCOMMON and WAYLAND libraries.
| Tobias Geerinckx-Rice |
2021-02-15 | gnu: bootterm: Update to 0.4....* gnu/packages/terminals.scm (bootterm): Update to 0.4.
| Leo Famulari |
2021-02-07 | gnu: foot: Update to 1.6.3....* gnu/packages/terminals.scm (foot): Update to 1.6.3.
| Tobias Geerinckx-Rice |
2021-02-05 | gnu: go-github-com-junegunn-fzf: Update to 0.25.0....* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.25.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| EuAndreh |
2021-01-31 | gnu: alacritty: Update to 0.7.1....* gnu/packages/terminals.scm (alacritty): Update to 0.7.1.
[origin]: Remove snippet.
[arguments]: Remove failing test. Remove unneeded phase and some replacements.
| Nicolas Goaziou |
2021-01-30 | gnu: alacritty: Fix build....This is a follow-up of 880e6334b7aeda04ad8572f9c68a9055de15aeb8.
* gnu/packages/terminals.scm (alacritty)[arguments]: Rename "rust-dirs-2.0"
into "rust-dirs-2" and "rust-embed-resource-1.3" into "rust-embed-resource-1".
| Mathieu Othacehe |
2021-01-30 | gnu: picocom: Fix cross-compilation....* gnu/packages/terminals.scm (picocom)[arguments]: Use CC-FOR-TARGET instead
of "gcc".
| Marius Bakke |
2021-01-30 | gnu: foot: Update to 1.6.2....* gnu/packages/terminals.scm (foot): Update to 1.6.2.
[native-inputs]: Remove GCC-10.
| Marius Bakke |