Search Criteria
Package Details: decker 1.53-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/decker.git (read-only, click to copy) |
---|---|
Package Base: | decker |
Description: | Multimedia platform for creating interactive documents |
Upstream URL: | http://beyondloom.com/decker/ |
Keywords: | decker hypercard |
Licenses: | MIT |
Submitter: | cmounce |
Maintainer: | cmounce |
Last Packager: | cmounce |
Votes: | 2 |
Popularity: | 0.090490 |
First Submitted: | 2024-05-31 06:20 (UTC) |
Last Updated: | 2024-12-22 05:48 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- sdl2_image
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, gvim-gtk2AUR, gvim, tinyxxd, vim) (make)
Latest Comments
cmounce commented on 2024-12-22 05:49 (UTC)
@tetrachromat Added! Thanks for doing the investigation re: parallel builds.
tetrachromat commented on 2024-12-16 06:00 (UTC) (edited on 2024-12-16 16:42 (UTC) by tetrachromat)
Hey @cmounce, sorry for taking so long to get back to you- I was wrong about the make ordering, so I wanted to make sure my feedback was correct, and it was harder to find time to dedicate to diagnosing the issue than I expected.
The issue was with my makeflags set to build decker in parallel. I have
-j12
specified in mymakepkg.conf
, but it looks like the build doesn't play nicely with that. Seems like this is a common problem. Could you add that-j1
override to the pkgbuild?cmounce commented on 2024-11-24 01:50 (UTC)
Hi @tetrachromat, the order of params passed to
make
is nowlilt decker docs
. Sorry for the breakage! I built the package in a clean chroot and it built fine, so I hope this is fixed--let me know if it isn't.tetrachromat commented on 2024-11-13 17:27 (UTC)
I'm having trouble with this package because lilt needs to be built ahead of the rest of the program. Adding
make lilt
inbuild()
before thedecker
anddocs
targets seems to resolve the issue- can the pkgbuild be updated?cmounce commented on 2024-07-07 03:38 (UTC)
Hey @aaadelnrrv, thanks for the suggestion! I just added docs to the PKGBUILD.
aaadelnrrv commented on 2024-07-02 05:04 (UTC)
Hey, glad to see decker being packaged!
I have one suggestion from when I hacked together a pkgbuild for myself a while back:
You could build the documentation (
docs
make target) and then install the resulting files tousr/share/doc/decker/
e.g.