mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
persepolis: update to 5.1.1
This commit is contained in:
parent
3ce0a3b4da
commit
858d9dedce
2 changed files with 21 additions and 10 deletions
8
srcpkgs/persepolis/files/README.voidlinux
Normal file
8
srcpkgs/persepolis/files/README.voidlinux
Normal 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
|
|
@ -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"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue