e6a905c176
Needed by GNOME Software since https://gitlab.alpinelinux.org/Cogitri/apk-polkit-rs/-/merge_requests/45 GNOME Software is often installed in GNOME UI's through pmb_recommends, but it's not a dependency in any way. To avoid spilling this service enablement everywhere, add just the openrc subpackage from the daemon. That means that if GNOME Software is not installed or gets uninstalled, the daemon will crash on startup. That should not be a big deal though. [ci:skip-build] already built successfully in CI
38 lines
971 B
Text
38 lines
971 B
Text
pkgname=postmarketos-base-ui-gnome
|
|
pkgver=1
|
|
pkgrel=8
|
|
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
|
url="https://postmarketos.org"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
apk-polkit-rs-openrc
|
|
dnsmasq
|
|
elogind
|
|
gnome-bluetooth
|
|
iio-sensor-proxy
|
|
iio-sensor-proxy-openrc
|
|
modemmanager
|
|
modemmanager-openrc
|
|
polkit-elogind
|
|
postmarketos-base-ui
|
|
postmarketos-base-ui-networkmanager
|
|
power-profiles-daemon
|
|
pulseaudio
|
|
xdg-desktop-portal-gnome
|
|
xdg-desktop-portal-gtk
|
|
xdg-user-dirs
|
|
"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
source="
|
|
00_postmarketos-base-ui-gnome.gschema.override
|
|
"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm644 -t "$pkgdir"/usr/share/glib-2.0/schemas \
|
|
"$srcdir"/00_postmarketos-base-ui-gnome.gschema.override
|
|
}
|
|
sha512sums="
|
|
2e5387d30526ee88caf11dea830893da2d6368aa0a4e37395683cf6ebb43110249965557ea777f6d834367779a022dd294beb1d2adc1ecb5cd3420814b83cb08 00_postmarketos-base-ui-gnome.gschema.override
|
|
"
|