惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)
博客园 - Franky
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
罗磊的独立博客
L
LangChain Blog
Jina AI
Jina AI
IT之家
IT之家
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - decker
2026-06-15 · via AUR Newest Packages

Latest Comments

cmounce commented on 2026-05-03 20:16 (UTC)

Update on the SDL issue: it was a bug in SDL 3.

If you switched to sdl2 as a workaround for Decker, you can safely go back to sdl2-compat once your sdl3 package is up to date.

cmounce commented on 2026-03-22 00:32 (UTC)

FYI: If you run into issues when changing the size of Decker's window (going fullscreen, toggling toolbars), it may be an issue with sdl2-compat. I swapped out sdl2-compat-2.32.64-1 for sdl2-2.32.10-1 -- it does mean taking on another AUR dependency, but switching to the actual sdl2 solved the issue for me. (I haven't figured out why, though!)

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 my makepkg.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 now lilt 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 in build() before the decker and docs 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 to usr/share/doc/decker/

e.g.

install -Dm0644 -t "${pkgdir}/usr/share/doc/decker/" docs/*.html
install -Dm0644 -t "${pkgdir}/usr/share/doc/decker/images/" docs/images/*