main/postmarketos-base-ui-gnome: explicitely depend on polkit-elogind in main package
Despite the name, this does pull the correct polkit on systemd, as the systemd/polkit package provides polkit-elogind=9999$_pkgver-r$pkgrel, which apk will pick, while on OpenRC apk will happily pick polkit-elogind from alpine repos (pulling polkit that builds against elogind) Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8890>
This commit is contained in:
parent
b29403179c
commit
a98f12d9d7
1 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
|
||||
maintainer="Stefan Hansson <newbyte@postmarketos.org>"
|
||||
pkgname=postmarketos-base-ui-gnome
|
||||
pkgver=11
|
||||
pkgrel=2
|
||||
pkgver=12
|
||||
pkgrel=0
|
||||
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
|
@ -19,6 +19,7 @@ depends="
|
|||
gst-thumbnailers
|
||||
iio-sensor-proxy
|
||||
modemmanager
|
||||
polkit-elogind
|
||||
postmarketos-artwork-wallpapers
|
||||
postmarketos-base-ui
|
||||
postmarketos-base-ui-audio
|
||||
|
|
@ -90,7 +91,6 @@ openrc() {
|
|||
modemmanager-openrc
|
||||
networkmanager-openrc
|
||||
openrc
|
||||
polkit-elogind
|
||||
"
|
||||
|
||||
mkdir "$subpkgdir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue