main/postmarketos-ui-sxmo-de-{dwm/sxmo}: add comment on why pkgver must be bumped
All threads resolved!
Merge request reports
Activity
I just realized these UI packages were depending on the exact pkgrel of the conky package, which has been bumped to fix a build error. I've added a patch to this MR to only depend on a specific pkgver. With that it should pass CI now.
index 7549ac41d..67bbc2964 100644 --- a/main/postmarketos-ui-sxmo-de-dwm/APKBUILD +++ b/main/postmarketos-ui-sxmo-de-dwm/APKBUILD @@ -24,7 +24,7 @@ depends=" bluez-openrc iio-sensor-proxy-openrc - conky<=1.20.1-r0 + conky<=1.20.1 " install=" $pkgname.post-install diff --git a/main/postmarketos-ui-sxmo-de-sway/APKBUILD b/main/postmarketos-ui-sxmo-de-sway/APKBUILD index 37aefeb9e..d3e4529fe 100644 --- a/main/postmarketos-ui-sxmo-de-sway/APKBUILD +++ b/main/postmarketos-ui-sxmo-de-sway/APKBUILD @@ -25,7 +25,7 @@ depends=" bluez-openrc iio-sensor-proxy-openrc - conky<=1.20.1-r0 + conky<=1.20.1 " install=" $pkgname.post-install
Edited by Oliver Smith- Resolved by Ferass El Hafidi
I just force pushed, apparently it takes a bit for it to show up.
EDIT: messaged OSUOSL about it.
Edited by Oliver Smith
added backport-to-v24.12 label
changed milestone to %v24.12 Release
mentioned in commit 5b8e21e7
mentioned in merge request !5880 (closed)
CI seems to fail:
ERROR: unable to select packages: conky-1.21.9-r0: breaks: .makedepends-postmarketos-ui-sxmo-de-dwm-20241206.090019[conky<=1.20.1] satisfies: sxmo-utils-common-1.17.1-r0[conky] .makedepends-postmarketos-ui-sxmo-de-dwm-20241206.090019: masked in: cache satisfies: world[.makedepends-postmarketos-ui-sxmo-de-dwm=20241206.090019]
added 12 commits
-
8c89c883...e6b5b404 - 10 commits from branch
postmarketOS:master
- d01b3c76 - main/postmarketos-ui-sxmo-de-{dwm/sxmo}: fix conky dep (MR 5878)
- d51e9093 - main/postmarketos-ui-sxmo-de-{dwm/sxmo}: add comment on why pkgver must be bumped (MR 5878)
-
8c89c883...e6b5b404 - 10 commits from branch
Please register or sign in to reply