main/device-pine64-pinephone: depend on sway instead of sway-virtual (MR 4857)
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
3776d03f39
commit
d9ed2ac850
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Co-Maintainer: Jan Jasper de Kroon <jajadekroon@gmail.com>
|
||||
pkgname=device-pine64-pinephone
|
||||
pkgver=0.47
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="PINE64 PinePhone"
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -228,7 +228,7 @@ sensorfw() {
|
|||
"$srcdir"/90-pinephone.conf
|
||||
}
|
||||
sway() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel sway-virtual"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel sway"
|
||||
install -Dm644 "$srcdir"/sway-pinephone-keyboard.conf \
|
||||
"$subpkgdir"/etc/sway/config.d/pinephone_keyboard.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue