From b271f11bcd0efbec6dca0615347bcfa1693a1591 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Sat, 12 Sep 2020 20:32:52 -0500 Subject: [PATCH] main/postmarketos-ui-shelli: upgrade to v0.5 (MR 1354) --- main/postmarketos-ui-shelli/APKBUILD | 4 ++-- .../postmarketos-ui-shelli.post-install | 5 +++++ .../postmarketos-ui-shelli.pre-deinstall | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-shelli/APKBUILD b/main/postmarketos-ui-shelli/APKBUILD index e7029787a..cc08d4b9d 100644 --- a/main/postmarketos-ui-shelli/APKBUILD +++ b/main/postmarketos-ui-shelli/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Craig Comstock pkgname=postmarketos-ui-shelli -pkgver=1 +pkgver=2 pkgrel=0 pkgdesc="Plain console with touchscreen gesture support" url="https://gitlab.com/unrznbl/shelli" arch="all" license="GPL-3.0-or-later" -depends="shelli" +depends="shelli ofono ofonoctl" 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 b897264d1..352e2e438 100644 --- a/main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-install +++ b/main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-install @@ -2,3 +2,8 @@ rc-update add largefont default rc-update add powerkey default +rc-update add ofono default +rc-update add ofono-auto-enable default +rc-update add smsd default +rc-update add shelli default +rc-update add calld default diff --git a/main/postmarketos-ui-shelli/postmarketos-ui-shelli.pre-deinstall b/main/postmarketos-ui-shelli/postmarketos-ui-shelli.pre-deinstall index bf0b21886..1195fd0a5 100644 --- a/main/postmarketos-ui-shelli/postmarketos-ui-shelli.pre-deinstall +++ b/main/postmarketos-ui-shelli/postmarketos-ui-shelli.pre-deinstall @@ -2,3 +2,8 @@ rc-update del powerkey rc-update del largefont +rc-update del ofono +rc-update del ofono-auto-enable +rc-update del smsd +rc-update del calld +rc-update del shelli