diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-08-02 09:00:50 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-08-02 09:00:50 +0000 |
commit | 89b7a5d1a2e50ce4c696be14d6386e3f7652e9d8 (patch) | |
tree | 11c71c4a25de592620369853f1599bd92a37ccfe | |
parent | 02eac27385b504fb3e704055da0e0cd2cec887b9 (diff) | |
download | ports-89b7a5d1a2e50ce4c696be14d6386e3f7652e9d8.tar.gz ports-89b7a5d1a2e50ce4c696be14d6386e3f7652e9d8.zip |
audio/plasma5-plasma-pa: Depend on freedesktop-sound-theme
This makes sound playback tests work in the KCM.
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r-- | audio/plasma5-plasma-pa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/plasma5-plasma-pa/Makefile b/audio/plasma5-plasma-pa/Makefile index 2736d9351dcd..0eb386b87d97 100644 --- a/audio/plasma5-plasma-pa/Makefile +++ b/audio/plasma5-plasma-pa/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-pa DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -8,6 +9,7 @@ WWW= https://www.kde.org/plasma-desktop LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libpulse.so:audio/pulseaudio +RUN_DEPENDS= ${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \ shebangfix tar:xz |