From 152e709d9d0451e4012609dc8a969fb3bb485a0d Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sun, 1 Mar 2020 09:33:46 +0100 Subject: [PATCH] main/postmarketos-ui-hildon: depend on PulseAudio (!1018) --- main/postmarketos-ui-hildon/APKBUILD | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-hildon/APKBUILD b/main/postmarketos-ui-hildon/APKBUILD index 1bd2283fd..6848b444a 100644 --- a/main/postmarketos-ui-hildon/APKBUILD +++ b/main/postmarketos-ui-hildon/APKBUILD @@ -2,12 +2,22 @@ # Maintainer: Nikita Ukhrenkov pkgname=postmarketos-ui-hildon pkgver=1 -pkgrel=10 +pkgrel=11 pkgdesc="(X11) Lightweight GTK+2 UI (optimized for single-touch touchscreens) (DISABLED FOR ARMHF, ARMV7!)" url="https://postmarketos.org" arch="noarch !armhf !armv7" license="GPL-3.0-or-later" -depends="dbus-x11 gtk+2.0-maemo hildon-desktop hildon-theme-alpha mesa xorg-server lightdm lightdm-openrc" +depends=" + dbus-x11 + gtk+2.0-maemo + hildon-desktop + hildon-theme-alpha + lightdm + lightdm-openrc + mesa + pulseaudio + xorg-server + " install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall $pkgname.post-upgrade" source="60-lightdm-autologin.conf hildon.desktop xinitrc_hildon.sh" options="!check"