diff --git a/srcpkgs/persepolis/files/README.voidlinux b/srcpkgs/persepolis/files/README.voidlinux new file mode 100644 index 00000000000..59a3e89304e --- /dev/null +++ b/srcpkgs/persepolis/files/README.voidlinux @@ -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 diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template index d1072c5f729..2bdc8a32136 100644 --- a/srcpkgs/persepolis/template +++ b/srcpkgs/persepolis/template @@ -1,15 +1,18 @@ # Template file for 'persepolis' pkgname=persepolis -version=3.2.0 -revision=8 -build_style=python3-module -hostmakedepends="python3-setuptools python3-setproctitle python3-requests - python3-psutil aria2 ffmpeg libnotify pulseaudio-utils youtube-dl - sound-theme-freedesktop python3-PyQt5-tools qt5-svg" -depends="${hostmakedepends/python3-setuptools/}" -short_desc="Download manager and GUI for Aria2" +version=5.1.1 +revision=1 +build_style=meson +build_helper=python3 +depends="python3-pysocks python3-requests python3-pyside6 qt6-svg python3-urllib3 + python3-psutil" +short_desc="QT Download Manager" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://persepolisdm.github.io/" -distfiles="https://github.com/persepolisdm/${pkgname}/archive/${version}.tar.gz" -checksum=d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd +distfiles="https://github.com/persepolisdm/persepolis/archive/${version}.tar.gz" +checksum=d787b4a45b3a38513f1e80e025c4059918f1390b815944c6a541bd07eeb0ccae + +post_install() { + vdoc "${FILESDIR}/README.voidlinux" +}