Commit Graph

12 Commits

Author SHA1 Message Date
R. Ryantm
d761235479 mc: 4.8.30 -> 4.8.31 2024-01-27 21:05:58 +00:00
R. Ryantm
78edd5b64e mc: 4.8.29 -> 4.8.30 2023-08-17 08:46:04 +00:00
Austin Horstman
919f5e1376
treewide: add meta.mainProgram to file-managers 2023-08-04 13:37:35 -05:00
Sandro Jäckel
422e537bee
mc: fix lib.optional being passed a list 2023-02-14 23:27:11 +01: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
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
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
06kellyjac
37423f5a4e mc: help with discoverability 2022-09-02 16:00:37 +01:00
Sergei Trofimovich
347e5f473e mc: stop retaining configure arguments in the final binary
Reduces closure size of cross-compiled binary a bit by not retaining
build-time perl and friends.

Before:

    $ nix path-info -Sh $(nix-build -A pkgsCross.ppc64.mc) | unnix
    /<<NIX>>/mc-powerpc64-unknown-linux-gnu-4.8.28   273.7M

After:

    $ nix path-info -Sh $(nix-build -A pkgsCross.ppc64.mc) | unnix
    /<<NIX>>/mc-powerpc64-unknown-linux-gnu-4.8.28   198.6M
2022-08-18 11:52:49 +01:00
Sergei Trofimovich
69ce8a0949 mc, pkgsCross.ppc64.mc: fixx cross-build by adding PERL_FOR_BUILD
Without the change build system tries to execute perl for host (instead
of build) and fails as:

    install: cannot stat './mc.hlp.es': No such file or directory

The change pulls patch pending upstream inclusion where `PERL_FOR_BUILD`
is introduced to complement `PERL` for such cases.
2022-08-18 11:12:44 +01:00
AndersonTorres
13d788ff95 mc: move to applications/file-managers 2022-06-26 23:58:11 -03:00