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'
|
||||
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 <orphan@voidlinux.org>"
|
||||
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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue