main/postmarketos-ui-*: add GPU acceleration option (MR 2078)
Adds pmb:gpu-accel option to Phosh, Plasma Mobile/Bigscreen, Sway, Glacier and Kodi APKBUILDs to hide the UIs at `pmbootstrap init` for devices without GPU acceleration support. Related: pmbootstrap!2043 [ci:skip-build]: already built successfully in CI [ci:skip-vercheck]
This commit is contained in:
parent
1d3776d45d
commit
196ff18b06
6 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ source="
|
|||
glacier.desktop
|
||||
glacier-qt-mobile-controls.sh
|
||||
"
|
||||
options="!check" # No code to test
|
||||
options="!check pmb:gpu-accel" # No code to test
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir"/glacier.sh \
|
||||
|
|
|
@ -19,7 +19,7 @@ depends="
|
|||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
source="kodi.desktop"
|
||||
options="!check"
|
||||
options="!check pmb:gpu-accel"
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/kodi.desktop \
|
||||
|
|
|
@ -56,7 +56,7 @@ source="
|
|||
phosh-qt-mobile-controls.sh
|
||||
phosh-qt-wayland.sh
|
||||
"
|
||||
options="!check"
|
||||
options="!check pmb:gpu-accel"
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/000-gschema.override \
|
||||
|
|
|
@ -36,7 +36,7 @@ install="$pkgname.post-install $pkgname.post-upgrade"
|
|||
source="$pkgname-$_commit_configs.tar.gz::https://invent.kde.org/bshah/mycroft-devices/-/archive/$_commit_configs/mycroft-devices-$_commit_configs.tar.gz
|
||||
qtlogging.ini
|
||||
"
|
||||
options="!check"
|
||||
options="!check pmb:gpu-accel"
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/qtlogging.ini \
|
||||
|
|
|
@ -76,7 +76,7 @@ source="
|
|||
kdewallet.salt
|
||||
"
|
||||
subpackages="$pkgname-extras"
|
||||
options="!check"
|
||||
options="!check pmb:gpu-accel"
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/kwinrc \
|
||||
|
|
|
@ -29,7 +29,7 @@ source="
|
|||
etc-sway-config
|
||||
etc-sway-config.d-00-logo-key.conf
|
||||
"
|
||||
options="!check" # no testsuite
|
||||
options="!check pmb:gpu-accel" # no testsuite
|
||||
replaces="sway"
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue