Watch
1
0
Fork
You've already forked souveraine
0

upower fork: submodule, prebuilt packaging, CI build, lock-surface charge state

- packaging/upower-souveraine submodule pinned at fork head (f18b1a4,
  souveraine/charge-type): ChargeType + PercentageTrusted on Device
- PKGBUILD.upower.prebuilt: prebuilt meson install tree, provides/
  conflicts upower, replaces stock (IgnorePkg=upower on the phone)
- ci.yml: build the fork per-arch against the aarch64 sysroot, assert
  binary arch, fold into the souveraine-{arch} pacman db
- LockSurfaceHost: charge line driven by device state, not onBattery —
  no more eternal 'Charging N%' on a topped-off pack
- docs/tasks/power-indication.md force-added past the docs/ gitignore
This commit is contained in:
Fimeg 2026-07-17 16:33:37 -04:00
commit 63a39ab5d0
7 changed files with 602 additions and 2 deletions

4
.gitmodules vendored Normal file
View file

@ -0,0 +1,4 @@
[submodule "packaging/upower-souveraine"]
path = packaging/upower-souveraine
url = https://gitea.wiuf.net/Fimeg/upower.git
branch = souveraine/charge-type