persepolis: update to 5.1.1

This commit is contained in:
menaechmi 2025-06-11 21:25:27 -05:00 committed by classabbyamp
parent 3ce0a3b4da
commit 858d9dedce
2 changed files with 21 additions and 10 deletions

View file

@ -0,0 +1,8 @@
Persepolis recommends some optional dependencies
For Youtube downloads: yt-dlp
For audio mixing: ffmpeg
For audio notifications: sound-theme-freedesktop
For desktop notifications: python3-dasbus (not in void repository)
For desktop notifications: libnotify
For changing process names: python3-setproctitle

View file

@ -1,15 +1,18 @@
# Template file for 'persepolis' # Template file for 'persepolis'
pkgname=persepolis pkgname=persepolis
version=3.2.0 version=5.1.1
revision=8 revision=1
build_style=python3-module build_style=meson
hostmakedepends="python3-setuptools python3-setproctitle python3-requests build_helper=python3
python3-psutil aria2 ffmpeg libnotify pulseaudio-utils youtube-dl depends="python3-pysocks python3-requests python3-pyside6 qt6-svg python3-urllib3
sound-theme-freedesktop python3-PyQt5-tools qt5-svg" python3-psutil"
depends="${hostmakedepends/python3-setuptools/}" short_desc="QT Download Manager"
short_desc="Download manager and GUI for Aria2"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://persepolisdm.github.io/" homepage="https://persepolisdm.github.io/"
distfiles="https://github.com/persepolisdm/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/persepolisdm/persepolis/archive/${version}.tar.gz"
checksum=d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd checksum=d787b4a45b3a38513f1e80e025c4059918f1390b815944c6a541bd07eeb0ccae
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}