From 0007ee331c13621cd14896d9307ce1206e87a9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 27 Jul 2022 13:38:44 +0200 Subject: [PATCH] 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 --- device/main/device-pine64-pinephone/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/device/main/device-pine64-pinephone/APKBUILD b/device/main/device-pine64-pinephone/APKBUILD index 6f9589609..c2d1171a0 100644 --- a/device/main/device-pine64-pinephone/APKBUILD +++ b/device/main/device-pine64-pinephone/APKBUILD @@ -5,7 +5,7 @@ # Co-Maintainer: Dylan Van Assche 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"