Skip to content
Snippets Groups Projects
Unverified Commit 1f8ff257 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

pine64-pinephone: remove dependency on wys (MR 2482)

On the pinephone, callaudiod handles the switching of default outputs,
so wys is unnecessary and may be causing issues when running in parallel
with callaudiod.

fixes #1217
parent 667f158e
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
# Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be>
pkgname=device-pine64-pinephone
pkgver=0.34
pkgver=0.35
pkgrel=0
pkgdesc="PINE64 PinePhone"
url="https://postmarketos.org"
......@@ -14,7 +14,6 @@ arch="aarch64"
options="!check !archcheck"
subpackages="
$pkgname-nonfree-firmware:nonfree_firmware
$pkgname-phosh
$pkgname-shelli
$pkgname-plasma-mobile:plasma_mobile
$pkgname-upower
......@@ -130,12 +129,6 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
phosh() {
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-ui-phosh"
depends="wys-pinephone"
mkdir "$subpkgdir"
}
plasma_mobile() {
install_if="$pkgname=$pkgver-r$pkgrel kirigami2"
install -Dm644 "$srcdir"/60-flashlight.rules -t "$subpkgdir"/usr/lib/udev/rules.d/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment