From ff5add0aaab097ce2d4ade3f53bebd5b1f92239c Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sat, 22 Nov 2025 17:25:09 +0100 Subject: [PATCH] main/postmarketos-ui-plasma-mobile: clean up pkgdesc The pmb:drm property already communicates this information and hides the UI on devices where it won't run. Signed-off-by: Stefan Hansson Part-of: --- main/postmarketos-ui-plasma-mobile/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index 15c419fc6..2665717c8 100644 --- a/main/postmarketos-ui-plasma-mobile/APKBUILD +++ b/main/postmarketos-ui-plasma-mobile/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-plasma-mobile pkgver=6 -pkgrel=2 -pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)" +pkgrel=3 +pkgdesc="(Wayland) Mobile variant of KDE Plasma" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" arch="noarch !armhf !x86 !ppc64le" # armhf: pmaports#75, x86: aports#11807, ppc64le: no angelfish license="GPL-3.0-or-later"