Please update for Pure 0.58. New PKGBUILD at https://bitbucket.org/purelang/pkgbuild? Thanks.
Search Criteria
Package Details: texmacs-pure 0.64-1
Package Actions
| Package Base: | texmacs-pure |
|---|---|
| Description: | Pure plugin for GNU TeXmacs |
| Upstream URL: | https://bitbucket.org/purelang/pure-lang/wiki/TeXmacs |
| Category: | editors |
| Licenses: | |
| Groups: | |
| Submitter: | asppsa |
| Maintainer: | pure-aur |
| Last Packager: | pure-aur |
| Votes: | 4 |
| First Submitted: | 2013-02-16 11:21 |
| Last Updated: | 2014-10-28 23:32 |
Required by (1)
Sources
Latest Comments
Comment by aggraef
Comment by asppsa
Hi Alain,
Thanks for the fix. I've uploaded a new PKGBUILD with your changes in it now.
Cheers!
Comment by ackalker
The upstream Makefile fails to detect my TeXmacs installation properly.
Because of a driver bug I am using a wrapper ${HOME}/bin/texmacs to start it.
This gets used to deduce the base directory for TeXmacs, resulting in a package which would install the plugin in ${HOME}/share/TeXmacs. This is a known problem and is documented here: http://docs.pure-lang.googlecode.com/hg/install.html#texmacs-plugin
I've fixed this by adding 'tmdir=/usr/share/TeXmacs' to the make command.
An even better fix would be for makepkg to properly sanitize the $PATH before building a package (I will report a bug about that), but for that to be resolved could take some time.
My PKGBUILD: http://pastie.org/6385131