Package Details: pandoc-bin 3.1.12.2-1

Git Clone URL: https://aur.archlinux.org/pandoc-bin.git (read-only, click to copy)
Package Base: pandoc-bin
Description: Pandoc - executable only, without 750MB Haskell depends/makedepends
Upstream URL: https://pandoc.org
Licenses: GPL2
Conflicts: pandoc-cli
Provides: pandoc, pandoc-cli
Submitter: cdkitching
Maintainer: gustawho
Last Packager: gustawho
Votes: 307
Popularity: 2.94
First Submitted: 2017-10-03 08:45 (UTC)
Last Updated: 2024-03-08 07:54 (UTC)

Dependencies (1)

Required by (318)

Sources (3)

Pinned Comments

cdkitching commented on 2023-09-22 09:07 (UTC)

Using this package will waste instead of save disk space if:

  • You're a haskell developer and need the shared libraries/compilers/etc. anyway.
  • You have >10 other statically-linked haskell packages around the same size as Pandoc (in which case you'll get a saving from making them all dynamically linked).

Neither of these scenarios is particularly likely.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

ChrisLane commented on 2020-06-24 09:04 (UTC)

Can this be updated please?

je-vv commented on 2020-06-16 05:33 (UTC)

Is there a way to get wether on the same pkg pandoc-citeproc-bin and pandoc-crossref-bin, or some TU interested in adding them back (they were in AUR before, but since some time back they are no longer available)?

xanc commented on 2020-03-24 11:56 (UTC)

Thanks, xgdgsc. Solved

xgdgsc commented on 2020-02-05 11:45 (UTC)

I mean line 34 in PKGBUILD. I' d use the version from [community] if you don' t mind dependencies.

xanc commented on 2020-02-04 18:44 (UTC)

@xgdgsc: do you mean: pandoc --toc --toc-depth=4 --mathml -standalone --from=markdown+smart+ascii_identifiers+table_captions+simple_tables+pipe_tables+multiline_tables+strikeout+tex_math_dollars+raw_html+footnotes+inline_notes+implicit_figures+citations --to=html5 --metadata link-citations=true --template=$(TMPHTML5) --include-in-header=$(CSS)

On the other hand, with this removing, will I not loose a funtionality?

Thanks

xgdgsc commented on 2020-02-04 08:28 (UTC)

@xanc This package removes pandoc-citeproc. You may have to uncomment line 34 and build to try or just use the version from [community].

xanc commented on 2020-02-01 15:12 (UTC)

@xgdgsc: I run this command:

pandoc --toc --toc-depth=4 --mathml -standalone --from=markdown+smart+ascii_identifiers+table_captions+simple_tables+pipe_tables+multiline_tables+strikeout+tex_math_dollars+raw_html+footnotes+inline_notes+implicit_figures+citations --to=html5 --filter pandoc-citeproc --metadata link-citations=true --template=$(TMPHTML5) --include-in-header=$(CSS)

xgdgsc commented on 2020-01-31 14:42 (UTC)

@xanc Using which command do you get that error? I don' t get that here.

xanc commented on 2020-01-29 16:34 (UTC)

If you edit PKGBUILD and put version 2.9.1.1, then I get this error: pandoc-citeproc: error while loading shared libraries: libHSpandoc-2.8-EI0j7ig75bs7mDOClKlIkj-ghc8.6.5.so: cannot open shared object file: No such file or directory

when running.

pacman -Qs pandoc local/haskell-doctemplates 0.7.1-6 Pandoc-style document templates local/haskell-pandoc-types 1.20-6 Types for representing a structured document local/pandoc-bin 2.9.1.1-1 Pandoc - executable only, without 750MB Haskell depends/makedepends local/pandoc-citeproc 0.16.4.1-10 Supports using pandoc with citeproc local/pandoc-crossref 0.3.5.0-14 Pandoc filter for cross-references local/python-pypandoc 1.4-4 Thin wrapper for pandoc

jadelord commented on 2019-06-24 13:36 (UTC) (edited on 2019-07-01 10:02 (UTC) by jadelord)

Strange that pandoc-crossref-bin and pandoc-citeproc-bin were deleted. I could not find anything in the aur-requests mailing lists. If anyone is interested, I have mirrored the pkgbuilds on github:

git clone --recursive https://github.com/ashwinvis/aur.git

Install the packages yourself with makepkg -si.

EDIT: I started a thread here https://bbs.archlinux.org/viewtopic.php?id=247339