Search Criteria
Package Details: wordgrinder 0.8-1
Package Actions
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: | 39 |
Popularity: | 0.66 |
First Submitted: | 2008-05-17 16:46 (UTC) |
Last Updated: | 2020-12-22 03:55 (UTC) |
Dependencies (8)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libx11 (libx11-gitAUR)
- libxft (libxft-gitAUR)
- lua
- lua52
- lua52-filesystem
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
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
andninja
dependencies.It uses Built-in Lua to compile and run, even if Lua does exist on the host. So
lua
,lua52
andlua52-filesystem
are not required. Even though if you patch themakefile
to use the host library, you still will need one of thelua
andlua52
, not both of them.Also,
zlib
library is inbase
metapackage dependency tree, so it also is not required.Furthermore,
libx11
andlibxft
are optional dependencies. Only required if you want to usexwordgrinder
. 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)
akira commented on 2016-12-17 19:48 (UTC)
1 2 3 Next › Last »