Document the hybrid GPU renderer and fix packaging
README claimed fully software / no EGL; the locker is GLES2 wallpaper plus software chrome, with opt-in Ken Burns. Building needs git and pkg-config. PKGBUILD pkgver matches 0.2.0, backs up /etc/pam.d/breadlock, and notes both dev bins. Release CI runs check() instead of --nocheck.
This commit is contained in:
parent
495d7f8446
commit
4f513c9926
3 changed files with 14 additions and 10 deletions
|
|
@ -34,8 +34,7 @@ jobs:
|
|||
sed -i "s/^pkgver=.*/pkgver=${VERSION}/" packaging/arch/PKGBUILD
|
||||
sed -i "s/^sha256sums=.*/sha256sums=('${SHA}')/" packaging/arch/PKGBUILD
|
||||
chown -R builder:builder /home/builder/src
|
||||
# --nocheck: packaging builds the artifact; tests belong in a CI job.
|
||||
su builder -c "cd /home/builder/src/packaging/arch && makepkg -f --noconfirm --nocheck"
|
||||
su builder -c "cd /home/builder/src/packaging/arch && makepkg -f --noconfirm"
|
||||
PKG=$(find /home/builder/src/packaging/arch -name '*.pkg.tar.zst' | head -1)
|
||||
mkdir -p /tmp/breadlock-pkg
|
||||
cp "$PKG" /tmp/breadlock-pkg/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue