Commit Graph

6 Commits

Author SHA1 Message Date
Weijia Wang
1b4e597822 vifm: drop util-linux 2023-06-16 13:11:41 +03: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
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01: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
6ec7b5282b vifm-full: 0.12 -> 0.12.1 2022-09-22 05:41:09 +00:00
AndersonTorres
25bc8d2b18 vifm: move to applications/file-managers 2022-06-26 23:58:13 -03:00