main/postmarketos-ui-plasma-bigscreen: replace dependency on mycroft-core for ovos (MR 4195)
MyCroft has seized development and the package has been removed from aports. The OpenVoiceOS community has taken over development and has with ovos a drop-in replacement.
This commit is contained in:
parent
06e52230e9
commit
07082620c3
1 changed files with 5 additions and 4 deletions
|
@ -2,12 +2,13 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-plasma-bigscreen
|
pkgname=postmarketos-ui-plasma-bigscreen
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=16
|
pkgrel=17
|
||||||
_commit_configs="a8bd93e279c222be6058ef46b065c11e88aa8400"
|
_commit_configs="a8bd93e279c222be6058ef46b065c11e88aa8400"
|
||||||
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
||||||
url="https://wiki.postmarketos.org/wiki/Plasma_Bigscreen"
|
url="https://wiki.postmarketos.org/wiki/Plasma_Bigscreen"
|
||||||
# Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
# Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75
|
||||||
arch="noarch !armhf"
|
# ovos is only available on x86_64 currently
|
||||||
|
arch="noarch !x86 !armhf !armv7 !aarch64 !riscv64"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
depends="
|
depends="
|
||||||
elogind
|
elogind
|
||||||
|
@ -53,9 +54,9 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
extras() {
|
extras() {
|
||||||
pkgdesc="Meta package for additional Plasma Bigscreen apps like MyCroft"
|
pkgdesc="Meta package for additional Plasma Bigscreen apps like OVOS"
|
||||||
_pmb_recommends="
|
_pmb_recommends="
|
||||||
mycroft-core
|
ovos
|
||||||
mycroft-plasmoid
|
mycroft-plasmoid
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue