diff --git a/device/device-pine64-pinephone/APKBUILD b/device/device-pine64-pinephone/APKBUILD index 0b600034e..f0301ce28 100644 --- a/device/device-pine64-pinephone/APKBUILD +++ b/device/device-pine64-pinephone/APKBUILD @@ -3,7 +3,7 @@ pkgname="device-pine64-pinephone" pkgdesc="PINE64 PinePhone" pkgver=0.2 -pkgrel=0 +pkgrel=1 url="https://postmarketos.org" license="MIT" arch="aarch64" @@ -11,7 +11,7 @@ options="!check !archcheck" subpackages=" $pkgname-nonfree-firmware:nonfree_firmware " -depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git-dri-gallium linux-postmarketos-allwinner ofono ofono-openrc gpsd atinout bluez" +depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git-dri-gallium linux-postmarketos-allwinner gpsd atinout bluez" makedepends="devicepkg-dev" install="$pkgname.post-install" source=" diff --git a/device/device-pine64-pinephone/device-pine64-pinephone.post-install b/device/device-pine64-pinephone/device-pine64-pinephone.post-install index 87444ad8b..352da4513 100644 --- a/device/device-pine64-pinephone/device-pine64-pinephone.post-install +++ b/device/device-pine64-pinephone/device-pine64-pinephone.post-install @@ -3,9 +3,7 @@ sed -i 's|#Name = BlueZ|Name = PINE64 PinePhone|' /etc/bluetooth/main.conf rc-update add bluetooth default -rc-update add ofono default rc-update add eg25 default rc-update add gpsd default rc-update add gpsd_pinephone default -rc-update add ofono-auto-enable default rc-update add pinephone_setup-modem-audio default diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index 1c1241427..046628abd 100644 --- a/main/postmarketos-ui-plasma-mobile/APKBUILD +++ b/main/postmarketos-ui-plasma-mobile/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-plasma-mobile pkgver=2 -pkgrel=16 +pkgrel=17 pkgdesc="(Wayland) Mobile variant of KDE Plasma (slow without hardware acceleration, allows only numeric passwords!)" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" arch="noarch !armhf" # Crashes on armhf due to https://gitlab.com/postmarketOS/pmaports/issues/75 @@ -19,6 +19,8 @@ depends=" kscreen kwallet-pam kwayland-integration + ofono + ofono-openrc pix plasma-angelfish plasma-phonebook diff --git a/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile.post-install b/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile.post-install index cc8bcef98..a778672bf 100644 --- a/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile.post-install +++ b/main/postmarketos-ui-plasma-mobile/postmarketos-ui-plasma-mobile.post-install @@ -4,3 +4,5 @@ sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/li rc-update add lightdm default rc-update add urfkill default +rc-update add ofono default +rc-update add ofono-auto-enable default