Homebrew formulae to build Zathura on Mac OS X
Find a file
2020-07-30 01:51:32 +05:30
.gitignore Add ignore 2018-11-18 11:44:03 +01:00
girara.rb Add gtk-mac-integration as dependency 2020-05-17 10:51:30 +02:00
libspectre.rb Add libspectre library 2015-04-13 16:07:01 +02:00
README.md Remove meson from the README 2019-01-04 16:31:14 +01:00
synctex.rb Update synctex to branch 2020 (version 1.22) 2020-05-16 11:48:55 +02:00
zathura-djvu.rb Use github mirror of source tarballs for more reliable uptimes 2018-09-08 17:49:25 +02:00
zathura-mupdf.rb Add zathura-mupdf formula 2020-07-30 01:51:32 +05:30
zathura-pdf-mupdf.rb Add zathura-mupdf formula 2020-07-30 01:51:32 +05:30
zathura-pdf-poppler.rb Update to girara 0.3.4, zathura 0.4.5 2020-03-03 19:47:59 +01:00
zathura-ps.rb Use github mirror of source tarballs for more reliable uptimes 2018-09-08 17:49:25 +02:00
zathura.rb Add gtk-mac-integration as dependency 2020-05-17 10:51:30 +02:00

Zathura

Homebrew formulae to install zathura and plugins on Mac OS X

Installation

Tap the repository: brew tap zegervdv/zathura

Before installing

Install zathura and required plugins

brew install zathura
brew install zathura-pdf-poppler

Follow the instructions to link the plugins into place:

$ mkdir -p $(brew --prefix zathura)/lib/zathura
$ ln -s $(brew --prefix zathura-pdf-poppler)/libpdf-poppler.dylib $(brew --prefix zathura)/lib/zathura/libpdf-poppler.dylib

Copying to clipboard

Add the following to your ~/.config/zathura/zathurarc:

set selection-clipboard clipboard

Thanks to geigi (see #5)

Known Issues

Currently plugins are installed in the zathura folder, which means that uninstalling a plugin does not work.