From 2e55eeee620ad82628366674cd01ddb444a51b37 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sat, 15 May 2021 19:04:57 +0200 Subject: [PATCH] main/postmarketos-ui-fbkeyboard: enable networkmanager by default (MR 2174) --- main/postmarketos-ui-fbkeyboard/APKBUILD | 7 +++++-- .../postmarketos-ui-fbkeyboard.post-install | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-fbkeyboard/APKBUILD b/main/postmarketos-ui-fbkeyboard/APKBUILD index 552554c1c..7792dfd58 100644 --- a/main/postmarketos-ui-fbkeyboard/APKBUILD +++ b/main/postmarketos-ui-fbkeyboard/APKBUILD @@ -1,12 +1,15 @@ # Maintainer: Ferenc Bakonyi pkgname=postmarketos-ui-fbkeyboard pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="Plain framebuffer console with touchscreen keyboard support" url="https://github.com/bakonyiferenc/fbkeyboard" arch="all" license="GPL-3.0-or-later" -depends="fbkeyboard" +depends=" + fbkeyboard + networkmanager + " install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade" source="fbkeyboard.init" options="!check" # No tests diff --git a/main/postmarketos-ui-fbkeyboard/postmarketos-ui-fbkeyboard.post-install b/main/postmarketos-ui-fbkeyboard/postmarketos-ui-fbkeyboard.post-install index aa9f8ae65..144dda269 100644 --- a/main/postmarketos-ui-fbkeyboard/postmarketos-ui-fbkeyboard.post-install +++ b/main/postmarketos-ui-fbkeyboard/postmarketos-ui-fbkeyboard.post-install @@ -1,3 +1,4 @@ #!/bin/sh rc-update add fbkeyboard default +rc-update add networkmanager default