lxappearance-obconf-gtk3
- Path: arch/maintained/lxappearance-obconf-gtk3
- Build failure during the 2026-07-07 “build all packages for x86_64”
private-repo release pass. Needs
lxappearance-gtk3, not in thisarch/tree (external-dependency class, seememory/dbmodel-qt4.md). Not fixed as part of this pass.
2026-07-26: fixed – lxappearance-gtk3 doesn’t exist anywhere
Root cause: lxappearance-gtk3 was never a real package – not in the
official repos, not on AUR (checked AUR RPC search/info, zero
results). So this wasn’t a “missing from our arch/ tree” case as
assumed on 2026-07-07, it was a bad dependency name in the PKGBUILD
from the start.
Official extra/lxappearance (0.6.4-3) is already the GTK3 build –
confirmed via extra/lxappearance-obconf (the official, non-AUR
equivalent of this package), which depends on plain lxappearance and
even Conflicts: lxappearance-obconf-gtk3. Changed
depends=('lxappearance-gtk3' ...) to depends=('lxappearance' ...),
bumped pkgrel only (packaging fix, no source change, checksums
unchanged). Verified with a clean extra-x86_64-build: builds and
installs cleanly, lxappearance dependency resolves fine. namcap only
flags the pre-existing non-SPDX GPL2 license string and routine
“implicitly satisfied” library notices – unrelated to this fix, not
touched.
Note: since the official extra repo now ships an equivalent package
that conflicts with this one, this AUR package is arguably redundant
for anyone on official Arch – kept as-is since we still publish it to
the private repo and haven’t been asked to deprecate it.