summaryrefslogtreecommitdiff
path: root/gnu/packages/mc.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: mc: Substitute more FHS file names.•••* gnu/packages/mc.scm (mc)[arguments]: Add some more files to the ‘patch-FHS-file-names’ phase. Tobias Geerinckx-Rice2018-02-081-2/+13
* gnu: mc: Update to 4.8.20.•••* 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. Tobias Geerinckx-Rice2018-01-161-4/+15
* gnu: mc: Use HTTPS for home page.•••* gnu/packages/mc.scm (mc)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2018-01-161-1/+1
* Update email address for ng0.ng02017-11-191-1/+1
* gnu: Move contents of zip module into compression module.•••* 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. Arun Isaac2017-06-201-1/+1
* gnu: mc: Add unzip to inputs.•••* gnu/packages/mc.scm (mc)[inputs]: Add unzip. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng02017-05-181-3/+5
* gnu: mc: Partially fix absolute file paths.•••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> ng02016-12-311-1/+13
* gnu: mc: Update to 4.8.16.•••* 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. Efraim Flashner2016-04-021-4/+4
* gnu: Rely on 'file' implicit input and 'patch-usr-bin-file'.•••* 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. Mark H Weaver2014-08-231-10/+1
* gnu: Add mc•••* 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 Eric Bavier2014-03-261-0/+75