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

推荐订阅源

MongoDB | Blog
MongoDB | Blog
B
Blog
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
博客园 - Franky
V
V2EX
IT之家
IT之家
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
F
Fortinet All Blogs
I
InfoQ
云风的 BLOG
云风的 BLOG
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security 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/*