Skip to content
Snippets Groups Projects
Commit 75a967c0 authored by Newbyte's avatar Newbyte :snowflake: Committed by Jakub Jirutka
Browse files

community/phosh: enable systemd integration

With GNOME Session having systemd session support enabled this works
fine with elogind.

See https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1391
parent 6c70d4e5
No related branches found
No related tags found
1 merge request!64741gnome-session: enable systemd session support + phosh: enable systemd integration
Pipeline #232394 skipped
......@@ -5,7 +5,7 @@
# Maintainer: team/phosh <newbyte@postmarketos.org>
pkgname=phosh
pkgver=0.38.0
pkgrel=1
pkgrel=2
pkgdesc="Wayland shell for GNOME on mobile devices"
# armhf: blocked by gnome-shell-schemas
# Blocked on s390x by gnome-session, gnome-settings-daemon, squeekboard and libhandy
......@@ -67,7 +67,7 @@ build() {
abuild-meson \
-Db_lto=true \
-Dphoc_tests=disabled \
-Dsystemd=false \
-Dsystemd=true \
-Dman=true \
. output
meson compile -C output
......@@ -82,6 +82,9 @@ package() {
install -D -m644 "$srcdir"/phosh.desktop \
"$pkgdir"/usr/share/wayland-sessions/phosh.desktop
# https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/64741#note_402279
rm -r "$pkgdir"/usr/lib/systemd
}
portalsconf() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment