summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Lin2022-03-28 17:01:22 -0400
committerDevin Lin2022-03-28 17:01:22 -0400
commit03b70f9c5e432fd858ba704034f53024dc47b34a (patch)
tree3437c7ce46765a510e346e4124c86723bdb65404
parent8e9a8e8dc4061f1ce82bad0ec3638de074a09333 (diff)
downloadaur-03b70f9c5e432fd858ba704034f53024dc47b34a.tar.gz
Add optional dependency plasma-mobile-sounds
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 238bf94720e0..a773eb72a249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = plasma-mobile
optdepends = plasma-dialer: Phone application
optdepends = plasma-workspace-wallpapers: A large wallpaper selection for Plasma
optdepends = maliit-keyboard: Virtual keyboard
+ optdepends = plasma-mobile-sounds: Plasma Mobile sound theme
source = https://download.kde.org/stable/plasma/5.24.3/plasma-mobile-5.24.3.tar.xz
sha256sums = a8a8361ca417f28e35221c8c27f4442b72f5a44c50626c358095a3b6fbf195af
diff --git a/PKGBUILD b/PKGBUILD
index 5745438c8b78..85b4eb460c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ optdepends=(
'plasma-dialer: Phone application'
'plasma-workspace-wallpapers: A large wallpaper selection for Plasma'
'maliit-keyboard: Virtual keyboard'
+ 'plasma-mobile-sounds: Plasma Mobile sound theme'
)
makedepends=(cmake extra-cmake-modules)
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")