main/device-pine64-pinephone: add logind and upower fwupd plugins (MR 3320)

Otherwise, an update could be allowed even if the phone is not
connected to AC and it might also suspend in the middle of the upgrade
This commit is contained in:
Pablo Correa Gómez 2022-07-27 13:38:44 +02:00 committed by Newbyte
parent 28132d3af0
commit 0007ee331c
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -5,7 +5,7 @@
# Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be>
pkgname=device-pine64-pinephone
pkgver=0.42
pkgrel=0
pkgrel=1
pkgdesc="PINE64 PinePhone"
url="https://postmarketos.org"
license="MIT"
@ -34,8 +34,10 @@ depends="
u-boot-pinephone>=2021.01_git20201228-r2
u-boot-tools
fwupd
fwupd-plugin-modem_manager
fwupd-plugin-fastboot
fwupd-plugin-logind
fwupd-plugin-modem_manager
fwupd-plugin-upower
"
makedepends="devicepkg-dev dtc"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-upgrade"