Skip to content
Snippets Groups Projects
Unverified Commit 5eee83f1 authored by Oliver Smith's avatar Oliver Smith
Browse files

main/postmarketos-ui-phosh: remove systemd subpkg (MR 5743)

v24.06 doesn't have systemd, and this -systemd subpackage cannot be
installed because there is no phosh-service (as listed in depends="").
Fix it so the upstream-compat job doesn't complain about it anymore:

  Increase 'postmarketos-ui-phosh' pkgrel (6 -> 7), missing depend(s): phosh-service
[ci:skip-build]: already built successfully in CI
parent 22ebfc7e
No related branches found
No related tags found
1 merge request!5743main/postmarketos-ui-phosh: remove systemd subpkg
Pipeline #209327 passed
......@@ -2,7 +2,7 @@
# Maintainer: Newbyte <newbyte@postmarketos.org>
pkgname=postmarketos-ui-phosh
pkgver=22.3
pkgrel=6
pkgrel=7
pkgdesc="(Wayland) Mobile UI initially developed for the Librem 5"
url="https://phosh.mobi"
arch="noarch !armhf"
......@@ -43,7 +43,7 @@ source="
udiskie.desktop
"
options="!check pmb:gpu-accel pmb:systemd"
subpackages="$pkgname-openrc $pkgname-systemd"
subpackages="$pkgname-openrc"
package() {
install -Dm644 "$srcdir"/01_postmarketos-ui-phosh.gschema.override \
......@@ -64,16 +64,6 @@ openrc() {
mkdir "$subpkgdir"
}
systemd() {
install_if="$pkgname=$pkgver-r$pkgrel systemd"
install="$subpkgname.post-install"
depends="
libcap-utils
phosh-service
"
mkdir "$subpkgdir"
}
sha512sums="
e577b8073df680ccee75ef5b6bb1f2877d5727687d63d6fd9211298e791b6c9f593eb79278c77a4b4918e3c57333c2a012030baf5a3c8d6d16000cc63a030f84 01_postmarketos-ui-phosh.gschema.override
a741e8db9e4232334b924326c48be4e4c8f7a2382a7608926918a7491c518b2dda551e55a00d4d5fcf58c7950a78dc35d5cc5eaab53ad93a56de40887071f242 mimeapps.list
......
#!/bin/sh
systemctl enable phosh
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