summaryrefslogtreecommitdiff
path: root/gnu/packages/mc.scm
Commit message (Collapse)AuthorAge
* gnu: mc: Update to 4.8.20.Tobias Geerinckx-Rice2018-01-16
| | | | | | * gnu/packages/mc.scm (mc): Update to 4.8.20. [arguments]: Rename ‘fix-absolutism’ to (hopefully) more accurate ‘patch-FHS-file-names’. Patch more. Fix new VFS test.
* gnu: mc: Use HTTPS for home page.Tobias Geerinckx-Rice2018-01-16
| | | | * gnu/packages/mc.scm (mc)[home-page]: Use HTTPS.
* Update email address for ng0.ng02017-11-19
|
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: mc: Add unzip to inputs.ng02017-05-18
| | | | | | * gnu/packages/mc.scm (mc)[inputs]: Add unzip. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: mc: Partially fix absolute file paths.ng02016-12-31
| | | | | | | | | Partially fixes <http://bugs.gnu.org/25273>. * gnu/packages/mc.scm (mc)[arguments]: Add new phase 'fix-absolutism. This substitutes absolute file paths with functional file paths. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mc: Update to 4.8.16.Efraim Flashner2016-04-02
| | | | | | | * gnu/packages/mc.scm (mc): Update to 4.8.16. [source]: Remove patch. * gnu/packages/patches/mc-fix-ncurses-build.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: Rely on 'file' implicit input and 'patch-usr-bin-file'.Mark H Weaver2014-08-23
| | | | | | | | | | | | | * gnu/packages/admin.scm (sudo): * gnu/packages/gawk.scm (gawk): Remove workaround on MIPS. * gnu/packages/mcrypt.scm (mcrypt, libmhash): * gnu/packages/file.scm (file): Remove 'file' from native-inputs. * gnu/packages/mc.scm (mc): * gnu/packages/pretty-print.scm (a2ps, trueprint, source-highlight): * gnu/packages/image.scm (libtiff): Remove 'file' from native-inputs. Remove 'patch-configure' phase.
* gnu: Add mcEric Bavier2014-03-26
* gnu/packages/mc.scm: New file * gnu/packages/patches/mc-fix-ncurses-build.patch: New patch * gnu-system.am (GNU_SYSTEM_MODULES): Add mc.scm. (dist_patch_DATA): Add patch