From f33c75bbf8ad96a7104e7704b11982786c629c4d Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sat, 15 May 2021 19:28:11 +0200 Subject: [PATCH] main/postmarketos-ui-shelli: enable networkmanager by default (MR 2174) --- main/postmarketos-ui-shelli/APKBUILD | 9 +++++++-- .../postmarketos-ui-shelli.post-install | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-shelli/APKBUILD b/main/postmarketos-ui-shelli/APKBUILD index 946e8527a..9e363672c 100644 --- a/main/postmarketos-ui-shelli/APKBUILD +++ b/main/postmarketos-ui-shelli/APKBUILD @@ -1,12 +1,17 @@ # Maintainer: Craig Comstock pkgname=postmarketos-ui-shelli pkgver=3 -pkgrel=0 +pkgrel=1 pkgdesc="Plain console with touchscreen gesture support" url="https://gitlab.com/unrznbl/shelli" arch="all" license="GPL-3.0-or-later" -depends="shelli ofono ofonoctl" +depends=" + networkmanager + ofono + ofonoctl + shelli + " install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade" options="!check" # No tests diff --git a/main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-install b/main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-install index 352e2e438..5a602773b 100644 --- a/main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-install +++ b/main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-install @@ -7,3 +7,4 @@ rc-update add ofono-auto-enable default rc-update add smsd default rc-update add shelli default rc-update add calld default +rc-update add networkmanager default