mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
persepolis: remove pulseaudio dependency
persepolis uses paplay which was moved to pulseaudio-utils, so there is no need to depend on pulseaudio
This commit is contained in:
parent
9ba681a1c2
commit
45cd6e0001
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'persepolis'
|
# Template file for 'persepolis'
|
||||||
pkgname=persepolis
|
pkgname=persepolis
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-setproctitle python3-requests
|
hostmakedepends="python3-setuptools python3-setproctitle python3-requests
|
||||||
python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
|
python3-psutil aria2 ffmpeg libnotify pulseaudio-utils youtube-dl
|
||||||
sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
|
sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
|
||||||
depends="${hostmakedepends/python3-setuptools/}"
|
depends="${hostmakedepends/python3-setuptools/}"
|
||||||
short_desc="Download manager and GUI for Aria2"
|
short_desc="Download manager and GUI for Aria2"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue