pmaports/extra-repos/systemd/phosh/APKBUILD
Stefan Hansson 7260bf9963
*/*: update my name and email
Let's finally be consistent about this.

[ci:skip-count]: Deliberately changing a lot of packages.
[ci:skip-vercheck]: Updating co-maintainer does not need a pkgrel bump.

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8688>
2026-06-06 21:14:12 +02:00

134 lines
3.4 KiB
Text

# Forked from Alpine to build against polkit with systemd session tracking
# Otherwise polkit auth agent will be broken to some mismatch for elogind/systemd session tracking
# See https://gitlab.postmarketos.org/postmarketOS/pmaports/-/work_items/4344
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
maintainer="Stefan Hansson <newbyte@postmarketos.org>"
pkgname=phosh
_pkgver=0.55.0
pkgver=9999$_pkgver
pkgrel=3
pkgdesc="Wayland shell for GNOME on mobile devices"
# armhf: blocked by gnome-shell-schemas
arch="all !armhf"
url="https://gitlab.gnome.org/World/Phosh/phosh"
license="GPL-3.0-only"
triggers="$pkgname.trigger=/usr/lib/phosh/plugins/prefs"
depends="
$pkgname-schemas
adwaita-fonts
adwaita-icon-theme
bash
dbus-x11
dbus:org.freedesktop.Secrets
desktop-file-utils
gnome-control-center
gnome-session
gnome-settings-daemon
gnome-shell-schemas
gsettings-desktop-schemas
phoc
phosh-keyboard
xwayland
"
makedepends="
$depends
callaudiod-dev
systemd-dev
evince-dev
evolution-data-server-dev
feedbackd-dev
gcr-dev
gettext-dev
glib-dev
gmobile-dev
gnome-bluetooth-dev
gnome-desktop-dev
gtk+3.0-dev
libadwaita-dev
libgudev-dev
libhandy1-dev
libsecret-dev
linux-pam-dev
meson
modemmanager-dev
networkmanager-dev
polkit-dev
pulseaudio-dev
py3-docutils
qrcodegen-dev
upower-dev
wayland-dev
wayland-protocols
"
checkdepends="xvfb-run xmlstarlet"
# the ordering here is important - libphosh split functions need to run first to move the libphosh-0
# headers/pkgconfig/lib into the libphosh packages, before the top level -dev package gobbles
# up the rest.
subpackages="
libphosh:libs
libphosh-dev:libphosh_dev
$pkgname-dbg
$pkgname-dev
$pkgname-doc
$pkgname-lang
$pkgname-portalsconf::noarch
$pkgname-schemas::noarch
$pkgname-systemd
"
source="https://sources.phosh.mobi/releases/phosh/phosh-${_pkgver/_/.}.tar.xz
use-after-free-fix.patch
extend-timeout-with-pid.patch
"
builddir="$srcdir/$pkgname-${_pkgver/_/.}"
somask="libphoshsearch.so"
# crossdirect disabled because the ARMv7 cross compiler crashes internally with LTO
options="!check !pmb:crossdirect" # weird test environment, idk and dont care, tests work in Alpine
prepare() {
default_prepare
sed -i 's/\.rc/_rc/' meson.build
}
build() {
# phoc tests need a running Wayland compositor
abuild-meson \
-Db_lto=true \
-Dphoc_tests=disabled \
-Dman=true \
-Dbindings-lib=true \
. output
meson compile -C output
}
check() {
xvfb-run -a meson test --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir/" meson install --no-rebuild --skip-subprojects -C output
}
portalsconf() {
install_if="$pkgname=$pkgver-r$pkgrel xdg-desktop-portal>=1.17.1"
amove usr/share/xdg-desktop-portal/phosh-portals.conf
}
libphosh_dev() {
amove usr/include/libphosh-*
amove usr/lib/libphosh-*.so
amove usr/lib/pkgconfig/libphosh-*.pc
}
schemas() {
pkgdesc="$pkgdesc (schemas)"
depends=
amove usr/share/glib-2.0/schemas
}
sha512sums="
42bddb9a24ae3a4227732200bdce9d11a1643341ea16590dfa18098794325fabc678568f4c9cc67891f126003c3219a5087ea412005e89a1c6843ad3ce3f9d79 phosh-0.55.0.tar.xz
8bb798937339eaed1a85f5d6577b9c0ef48047300ccc8c241ffda23f834c7b8c50f8a87aa7cec42ad74aed6397fab6b2f0504284527d0bf2e85a35188c40f41b use-after-free-fix.patch
74972b2cca415a976b5e3d9b6f8cc7098e4321e0c38e18d2ccc1243912056d53d73ce65626e9bff7f32535b6e41dd9b31dc3c3237f516acd411fe7ac34e47e5c extend-timeout-with-pid.patch
"