From 9685303286a55d1cb7ec3ed8cf0d5ff090985e90 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 26 May 2026 12:45:22 -0400 Subject: [PATCH] device-pine64-pinenote: pull sway-hrdl UI configuration by default when using sway Part-of: --- device/community/device-pine64-pinenote/APKBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/device/community/device-pine64-pinenote/APKBUILD b/device/community/device-pine64-pinenote/APKBUILD index 2659759ed..9dcdd524b 100644 --- a/device/community/device-pine64-pinenote/APKBUILD +++ b/device/community/device-pine64-pinenote/APKBUILD @@ -238,12 +238,13 @@ sway() { install_if="$pkgname=$pkgver-r$pkgrel sway" install="$subpkgname.post-upgrade" - # dummy subpackage to allow seamless upgrade from 7-r0 to 8-r0, - # which renamed `sway` to `sway-hrdl. Executes post-upgrade script - # that changes default tinydm session back to vanilla sway, with - # instructions to `apk add device-pine64-pinenote-sway-hrdl` to - # use the opinionated non-default configuration - # TODO: remove in preparation for v26.06 release + # since pinenote requires such an opinionated UI, UI configurations ar + # packaged from community developpers who are leading these efforts, and since + # there is the possibility of multiple UI configurations per UI, aport + # is architectured in a way to support multiple configurations. Since only hrdl's + # configuration is integrated, automatically depend on its subpackage for now. + depends="device-pine64-pinenote-sway-hrdl" + mkdir -p "$subpkgdir" }