main/postmarketos-ui-*: fix tinydm-openrc depend (MR 1811)
Let all packages depending on tinydm depend on tinydm-openrc too. This is needed to make sure that tinydm-openrc is installed, before the tinydm service is enabled in the UI's post-install scripts. This was not an issue because tinydm currently depends on tinydm-openrc. But that's a hack and will be removed when upstreaming tinydm to alpine. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
bb6f079f73
commit
d1bd6eb84d
3 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-phosh
|
pkgname=postmarketos-ui-phosh
|
||||||
pkgver=6
|
pkgver=6
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
||||||
url="https://puri.sm"
|
url="https://puri.sm"
|
||||||
arch="noarch !armhf !x86" # x86: aports#11807
|
arch="noarch !armhf !x86" # x86: aports#11807
|
||||||
|
@ -14,6 +14,7 @@ depends="bluez
|
||||||
polkit-elogind
|
polkit-elogind
|
||||||
pulseaudio
|
pulseaudio
|
||||||
tinydm
|
tinydm
|
||||||
|
tinydm-openrc
|
||||||
"
|
"
|
||||||
_pmb_recommends="calls
|
_pmb_recommends="calls
|
||||||
chatty
|
chatty
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-plasma-bigscreen
|
pkgname=postmarketos-ui-plasma-bigscreen
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_commit_configs="757db09c8738b88d59e5d7b35b9939e91a7a31d7"
|
_commit_configs="757db09c8738b88d59e5d7b35b9939e91a7a31d7"
|
||||||
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
pkgdesc="(Wayland) 10-feet variant of Plasma, made for big screen TVs"
|
||||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||||
|
@ -18,6 +18,7 @@ depends="
|
||||||
# Required to launch
|
# Required to launch
|
||||||
depends="$depends
|
depends="$depends
|
||||||
tinydm
|
tinydm
|
||||||
|
tinydm-openrc
|
||||||
"
|
"
|
||||||
_pmb_recommends="
|
_pmb_recommends="
|
||||||
aura-browser
|
aura-browser
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-plasma-mobile
|
pkgname=postmarketos-ui-plasma-mobile
|
||||||
pkgver=3.1
|
pkgver=3.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
||||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||||
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
|
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
|
||||||
|
@ -29,6 +29,7 @@ depends="bluedevil
|
||||||
# Required to launch
|
# Required to launch
|
||||||
depends="$depends
|
depends="$depends
|
||||||
tinydm
|
tinydm
|
||||||
|
tinydm-openrc
|
||||||
xorg-server
|
xorg-server
|
||||||
"
|
"
|
||||||
_pmb_recommends="breeze-gtk
|
_pmb_recommends="breeze-gtk
|
||||||
|
|
Loading…
Reference in a new issue