Commits on Source (5)
-
Clayton Craft authored
A recent(?) update in shellcheck made this fail, possibly because the test in shellcheck was fixed(?) or ??? The failure this fixes is: Test with shellcheck: ./main/msm-firmware-loader/msm-firmware-loader.sh In msm-firmware-loader.sh line 49: if [ -z "${FW_PARTITIONS##*$PARTNAME*}" ] && [ -n "$PARTNAME" ] ^-------^ SC2295 (info): Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. [ci:skip-build] already built successfully in CI
-
it's started by dbus [ci:skip-build] already built successfully in CI
-
Caleb Connolly authored
This upgrades ttyescape to use buffyboard, a new fbkeyboard replacement by @cherrypicker. It adds a lot of missing keys and uses the same layout as Phosh's Squeekboard, so should feel much more like home for Phosh users. This also switches to the new HKDM daemon for hotkey handling, replacing triggerhappy. [ci:skip-build] already passed
-
Clayton Craft authored
rc-update fails if this service is not in the default runlevel,which is the case if it's a brand new installation, or would be the case later on upgrading this package again after the service was already removed from the runlevel. The issue that c47c62e3 set out to solve isn't fatal, if polkit fails to start by openrc then users can manually remove it from the runlevel. partially reverts c47c62e3 [ci:skip-build] already built successfully in CI
Showing
- main/mobile-config-firefox/APKBUILD 3 additions, 10 deletionsmain/mobile-config-firefox/APKBUILD
- main/mobile-config-firefox/distro_links.html 0 additions, 4 deletionsmain/mobile-config-firefox/distro_links.html
- main/msm-firmware-loader/APKBUILD 2 additions, 2 deletionsmain/msm-firmware-loader/APKBUILD
- main/msm-firmware-loader/msm-firmware-loader.sh 1 addition, 1 deletionmain/msm-firmware-loader/msm-firmware-loader.sh
- main/sxmo-common/APKBUILD 1 addition, 1 deletionmain/sxmo-common/APKBUILD
- main/sxmo-common/sxmo-common.post-install 0 additions, 1 deletionmain/sxmo-common/sxmo-common.post-install
- main/ttyescape/APKBUILD 10 additions, 9 deletionsmain/ttyescape/APKBUILD
- main/ttyescape/etc-conf-d-ttyescape.conf 1 addition, 0 deletionsmain/ttyescape/etc-conf-d-ttyescape.conf
- main/ttyescape/togglevt.sh 6 additions, 5 deletionsmain/ttyescape/togglevt.sh
- main/ttyescape/ttyescape-hkdm.toml 20 additions, 0 deletionsmain/ttyescape/ttyescape-hkdm.toml
- main/ttyescape/ttyescape-triggerhappy.conf 0 additions, 5 deletionsmain/ttyescape/ttyescape-triggerhappy.conf
- main/ttyescape/ttyescape.post-install 2 additions, 2 deletionsmain/ttyescape/ttyescape.post-install
main/ttyescape/ttyescape-hkdm.toml
0 → 100644