Commit Graph

95 Commits

Author SHA1 Message Date
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
figsoda
db43cf90f7 felix-fm: 2.2.4 -> 2.2.5
Diff: https://github.com/kyoheiu/felix/compare/v2.2.4...v2.2.5

Changelog: https://github.com/kyoheiu/felix/blob/v2.2.5/CHANGELOG.md
2023-02-11 17:18:40 -05:00
Sergei Trofimovich
afd204905e vifm: fix :help by pulling in perl to build depends
Without the change `:help` command failed to find the help as:

    $ rm -rfv ~/.config/vifm/ ~/.vifm
    $ vifm
    <in vifm>:help
    Error detected while processing command line:
    E149: Sorry, no help for vifm-app.txt

This happened because `tags` in `doc` directory was empty:

    $(top_srcdir)/data/vim/doc/plugin/tags: \
                               $(top_srcdir)/data/vim/doc/plugin/vifm-plugin.txt
        $(AM_V_GEN)mkdir -p ../data/vim/doc/plugin/; \
        if [ -n "$(PERL)" ]; then \
                $(srcdir)/helpztags "$(top_srcdir)/data/vim/doc/plugin"; \
        elif [ -n "$(VIM)" ]; then \
                vim -e -s -c 'helptags $(top_srcdir)/data/vim/doc/plugin|q'; \
        else \
                touch $@; \
        fi

The change pulls in `perl` into build depends to get tags working.
2023-02-08 08:29:21 +00:00
R. Ryantm
59e79c106d clifm: 1.9 -> 1.10 2023-02-07 01:18:17 +00:00
Izorkin
0556ca0f88
mc: update postPatch phase 2023-02-05 11:49:43 +03:00
Izorkin
7e0126da2c
mc: add x11Support option 2023-02-05 11:49:43 +03:00
figsoda
a08e4457b7 felix-fm: 2.2.3 -> 2.2.4
Diff: https://github.com/kyoheiu/felix/compare/v2.2.3...v2.2.4

Changelog: https://github.com/kyoheiu/felix/blob/v2.2.4/CHANGELOG.md
2023-01-31 16:01:34 -05:00
R. Ryantm
04ca37f376 doublecmd: 1.0.9 -> 1.0.10 2023-01-24 03:01:41 +00:00
Weijia Wang
e3e17bd145
Merge pull request #210729 from r-ryantm/auto-update/xfe
xfe: 1.44 -> 1.45
2023-01-23 20:59:17 +01:00
Sergei Trofimovich
54626a9b52 mc: 4.8.28 -> 4.8.29
Changes: http://www.midnight-commander.org/wiki/NEWS-4.8.29
2023-01-21 18:28:29 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
figsoda
eb5de171c2 felix-fm: 2.2.2 -> 2.2.3
Diff: https://github.com/kyoheiu/felix/compare/v2.2.2...v2.2.3

Changelog: https://github.com/kyoheiu/felix/blob/v2.2.3/CHANGELOG.md
2023-01-19 16:05:20 -05:00
R. Ryantm
face67b312 xfe: 1.44 -> 1.45 2023-01-14 16:21:38 +00:00
R. Ryantm
6a501c3ea1 llama: 1.2.0 -> 1.4.0 2023-01-08 10:39:33 +00:00
mlyxshi
a3340ef7cf
lf: 27 -> 28 2022-12-25 23:33:33 -08:00
figsoda
87562534e4 felix-fm: 2.2.1 -> 2.2.2
Diff: https://github.com/kyoheiu/felix/compare/v2.2.1...v2.2.2

Changelog: https://github.com/kyoheiu/felix/blob/v2.2.2/CHANGELOG.md
2022-12-19 12:32:08 -05:00
R. Ryantm
9dc122cf90 clifm: 1.7 -> 1.9 2022-12-18 01:08:39 +00:00
figsoda
821f4baa8c felix-fm: 2.2.0 -> 2.2.1
Diff: https://github.com/kyoheiu/felix/compare/v2.2.0...v2.2.1

Changelog: https://github.com/kyoheiu/felix/blob/v2.2.1/CHANGELOG.md
2022-12-14 20:03:32 -05:00
figsoda
7e6e7b6936 felix-fm: 2.1.1 -> 2.2.0
Diff: https://github.com/kyoheiu/felix/compare/v2.1.1...v2.2.0

Changelog: https://github.com/kyoheiu/felix/blob/v2.2.0/CHANGELOG.md
2022-12-11 20:03:27 -05:00
R. Ryantm
c0870c206a doublecmd: 1.0.8 -> 1.0.9 2022-12-04 01:54:16 +00:00
figsoda
62bfe94552 felix-fm: 2.1.0 -> 2.1.1
Diff: https://github.com/kyoheiu/felix/compare/v2.1.0...v2.1.1

Changelog: https://github.com/kyoheiu/felix/blob/v2.1.1/CHANGELOG.md
2022-12-01 16:17:57 -05:00
Martin Weinelt
16817d4653
Merge pull request #202963 from dotlambda/mucommander-jdk17 2022-11-26 13:16:43 +01:00
R. Ryantm
402a7d1791 llama: 1.1.1 -> 1.2.0 2022-11-26 19:44:14 +08:00
Robert Schütz
bfd0306a32 mucommander: use latest JDK
Upstream recommends using JRE 17.
2022-11-25 19:55:40 -08:00
Nikolay Korotkiy
87b1646899
nnn: 4.6 → 4.7 2022-11-24 19:48:37 +03:00
Mario Rodas
22ed777a01
Merge pull request #201876 from r-ryantm/auto-update/llama
llama: 1.1.0 -> 1.1.1
2022-11-19 20:41:03 -05:00
R. Ryantm
f2ae4ab35d llama: 1.1.0 -> 1.1.1 2022-11-19 11:10:41 +00:00
figsoda
5700935dd0 felix: 2.0.1 -> 2.1.0 2022-11-18 21:15:13 -05:00
R. Ryantm
6f27359f0d llama: 1.0.2 -> 1.1.0 2022-11-16 13:25:05 +00:00
AndersonTorres
7cac4e5579 doublecmd: refactor to new overlay-style overridable attributes 2022-11-14 12:52:22 -03:00
figsoda
4c41d887d6 felix-fm: 2.0.0 -> 2.0.1 2022-11-12 17:19:52 -05:00
figsoda
2600278852 felix-fm: 1.3.2 -> 2.0.0 2022-11-11 09:10:41 -05:00
Jiajie Chen
1df9c7e0ec mucommander: 0.9.3-3 -> 1.1.0-1 2022-11-08 09:44:02 +08:00
Sergei Trofimovich
593929c748 xfe: use xorg.* packages directly instead of xlibsWrapper indirection
Tested as no material change in `out` output with `diffoscope`.
2022-10-30 11:36:21 +01:00
Gaétan Lepage
1d3d61b344
lf: fix panic error on systems where user is not in /etc/passwd (#196614)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-27 13:57:22 +02:00
Stanisław Pitucha
51dd37e4ec
Merge pull request #189474 from 06kellyjac/mc
mc: help with discoverability
2022-10-23 15:06:20 +11:00
Stanisław Pitucha
537c72cfd4
mc: fix description readability
Co-authored-by: Michal Sojka <michal.sojka@cvut.cz>
2022-10-23 14:45:26 +11:00
figsoda
e74423c4ed felix-fm: 1.3.1 -> 1.3.2 2022-10-22 17:18:02 -04:00
github-actions[bot]
c8a9826fe2
Merge master into staging-next 2022-10-22 00:04:37 +00:00
figsoda
b12821971d felix-fm: 1.3.0 -> 1.3.1 2022-10-20 16:39:09 -04:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
R. Ryantm
dafe0938f1 felix-fm: 1.2.0 -> 1.3.0 2022-10-18 11:04:27 +00:00
github-actions[bot]
18a6423900
Merge master into staging-next 2022-10-17 00:04:21 +00:00
cadkin
852e005989 xfe: 1.42 -> 1.44 2022-10-15 16:51:33 -04:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
github-actions[bot]
0ae3aa5345
Merge master into staging-next 2022-10-02 17:45:43 +00:00
figsoda
b765de8e6b
Merge pull request #193761 from figsoda/felix
felix-fm: init at 1.2.0
2022-10-02 11:19:30 -04:00
github-actions[bot]
fc393d5731
Merge master into staging-next 2022-10-02 12:01:22 +00:00
Chuang Zhu
0e425bdf80 portfolio-filemanager: fix launching 2022-10-02 17:19:17 +08:00
github-actions[bot]
532efa8827
Merge master into staging-next 2022-10-02 06:05:57 +00:00