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