Package Details: wordgrinder 0.8-1

Git Clone URL: https://aur.archlinux.org/wordgrinder.git (read-only, click to copy)
Package Base: wordgrinder
Description: A word processor for processing words.
Upstream URL: http://cowlark.com/wordgrinder/
Keywords: processor word
Licenses: MIT
Submitter: haawda
Maintainer: aksr
Last Packager: aksr
Votes: 37
Popularity: 0.002360
First Submitted: 2008-05-17 16:46 (UTC)
Last Updated: 2020-12-22 03:55 (UTC)

Latest Comments

1 2 3 Next › Last »

Aftermath commented on 2023-12-25 17:12 (UTC)

This package can be built and run with merely freetype2 and ninja dependencies.

It uses Built-in Lua to compile and run, even if Lua does exist on the host. So lua, lua52 and lua52-filesystem are not required. Even though if you patch the makefile to use the host library, you still will need one of the lua and lua52, not both of them.

Also, zlib library is in base metapackage dependency tree, so it also is not required.

Furthermore, libx11 and libxft are optional dependencies. Only required if you want to use xwordgrinder. They are used in compile time if available in the host. Otherwise, compilation proceeds without them and does not produce a xwordgrinder binary.

Please, consider removing Lua and zlib dependencies and turn X11 dependencies to optdepends for running Wordgrinder under X11, minding that many default Terminal emulators currently run under Wayland by default.

Aftermath commented on 2023-05-10 15:12 (UTC)

Could you provide Dev version of this locating at here:

https://github.com/davidgiven/wordgrinder/releases/tag/dev

johnnyFive commented on 2020-12-21 22:47 (UTC) (edited on 2020-12-21 22:48 (UTC) by johnnyFive)

I put together a PKGBUILD for 0.8 that seems to work ok. I'm far from an expert, though.

https://ghostbin.com/paste/UyyFu

pgoetz commented on 2020-12-21 22:00 (UTC)

There's a new version with lots of new features that's been out since October, but it looks like the package maintainer might have abandoned this package? It hasn't been updated in 2 years...

seirios commented on 2020-04-27 18:09 (UTC)

The current PKGBUILD didn't work for me. Using this instead works. Cheers!

sekret commented on 2016-12-17 19:57 (UTC)

Confirmed, yes they should. It's strange though, it requires lua, but lua52-filesystem, which also pulls lua52. So it needs both lua and lua52!

akira commented on 2016-12-17 19:48 (UTC)

I had to install freetype2, lua, libx11, and libxft in order to build this package. should these be listed as dependencies?