From 1c95312d57da6660edf2cd1ab0a276ab978bbebc Mon Sep 17 00:00:00 2001
From: Dylan Van Assche <me@dylanvanassche.be>
Date: Tue, 2 May 2023 16:09:04 +0200
Subject: [PATCH] main/postmarketos-ui-phosh: drop !pipewire-pulse

This !depend is not needed anymore and PipeWire works much better now. Allow installing pipewire-pulse if the user wants it.
---
 main/postmarketos-ui-phosh/APKBUILD | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/main/postmarketos-ui-phosh/APKBUILD b/main/postmarketos-ui-phosh/APKBUILD
index 987c75fedad..087f98c5d90 100644
--- a/main/postmarketos-ui-phosh/APKBUILD
+++ b/main/postmarketos-ui-phosh/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Newbyte <newbyte@postmarketos.org>
 pkgname=postmarketos-ui-phosh
 pkgver=22.2
-pkgrel=3
+pkgrel=4
 pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
 url="https://puri.sm"
 arch="noarch !armhf"
@@ -13,7 +13,6 @@ depends="
 	!gnome-shell-mobile-schemas
 	!mutter-mobile
 	!mutter-mobile-schemas
-	!pipewire-pulse
 	bluez
 	gnome-keyring
 	phosh
-- 
GitLab