Commit Graph

112 Commits

Author SHA1 Message Date
rewine
8ddb5204bc
dfilemanager: unstable-2020-09-04 -> unstable-2021-02-20 2023-04-07 23:30:39 +08:00
Mario Rodas
892d3a47a0
Merge pull request #224304 from jiegec/mucommander
mucommander: 1.1.0-1 -> 1.2.0-1
2023-04-06 18:32:14 -05:00
Sergei Trofimovich
ed6a9ec8fe vifm: 0.12.1 -> 0.13
Changes: https://github.com/vifm/vifm/releases/tag/v0.13
2023-04-05 07:35:51 +01:00
Jiajie Chen
733af06a07 mucommander: 1.1.0-1 -> 1.2.0-1 2023-04-02 10:41:31 +08:00
Sandro
832250db80
Merge pull request #223487 from zendo/upd/ctpv 2023-04-02 01:04:49 +02:00
zendo
e700b7ab98 ctpv: 1.0 -> 1.1 2023-03-28 11:42:10 +08:00
Guillaume Girol
44283e380b
Merge pull request #222738 from chuangzhu/portfolio
portfolio-filemanager: 0.9.14 -> 0.9.15
2023-03-26 15:19:31 +00:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Chuang Zhu
e0bbf6beb2 portfolio-filemanager: add chuangzhu as a maintainer 2023-03-24 01:21:28 +08:00
Chuang Zhu
e32fabacb7 portfolio-filemanager: 0.9.14 -> 0.9.15 2023-03-23 22:41:19 +08:00
Artturin
cab4a24c34 treewide: fix lints
Arg to lib.optional is a list

build time tool in buildInputs
2023-03-11 00:55:17 +02:00
Luke Granger-Brown
fedc494489
Merge pull request #208559 from wesleyjrz/add-ctpv
ctpv: init at v1.0
2023-03-01 01:11:12 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturi
072e46841c
Merge pull request #216384 from SuperSandro2000/mc-optional
mc: fix lib.optional being passed a list
2023-02-16 02:36:02 +02:00
Sandro Jäckel
422e537bee
mc: fix lib.optional being passed a list 2023-02-14 23:27:11 +01:00
Felix Buehler
bc3d5934d7 treewide: use lib.optionals 2023-02-14 19:11:59 +01:00
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
Wesley Jr
85574ba216
ctpv: init at v1.0 2023-01-01 12:50:05 -03: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