From a8450a53f265d1bdd78cfb48552dc416895042b2 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 25 Jan 2023 12:57:17 -0800 Subject: [PATCH] purism-librem5: replace -phosh subpkg with -gnome (MR 3815) Installing wys and anything else on all gnome-related UIs is better than just having a special case for phosh. Phosh should pull in pmos-base-ui-gnome. --- device/main/device-purism-librem5/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/device/main/device-purism-librem5/APKBUILD b/device/main/device-purism-librem5/APKBUILD index 7541fcc54..643ff47cc 100644 --- a/device/main/device-purism-librem5/APKBUILD +++ b/device/main/device-purism-librem5/APKBUILD @@ -50,8 +50,8 @@ source=" " subpackages=" $pkgname-geoclue + $pkgname-gnome $pkgname-nonfree-firmware:nonfree_firmware - $pkgname-phosh $pkgname-pulseaudio $pkgname-smartcard $pkgname-tinydm @@ -75,9 +75,8 @@ geoclue() { -t "$subpkgdir"/usr/share/dbus-1/system-services/ } -phosh() { - pkgdesc="Phosh support for the Librem 5" - install_if="$pkgname phosh" +gnome() { + install_if="$pkgname=$pkgver-r$pkgrel postmarketos-base-ui-gnome" depends=" wys "