mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gpodder: update to 3.10.21.
Also: - add necessary packages to depends and checkdepends.
This commit is contained in:
parent
2019e5e9b4
commit
79a9936854
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'gpodder'
|
||||
pkgname=gpodder
|
||||
version=3.10.17
|
||||
version=3.10.21
|
||||
revision=1
|
||||
wrksrc="gpodder-${version}"
|
||||
hostmakedepends="python3 intltool"
|
||||
depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject
|
||||
python3-html5lib python3-mygpoclient python3-podcastparser"
|
||||
checkdepends="${depends} python3-MiniMock python3-coverage desktop-file-utils"
|
||||
python3-html5lib python3-mygpoclient python3-podcastparser python3-mutagen
|
||||
python3-requests"
|
||||
checkdepends="${depends} python3-MiniMock python3-coverage desktop-file-utils
|
||||
python3-pytest python3-pytest-httpserver python3-pytest-cov python3-requests
|
||||
which"
|
||||
short_desc="Podcast client"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/gpodder/gpodder"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=36a04e4d6a81f50b50d1f7691955d4f460e72f71b9519dad42b805a987434210
|
||||
distfiles="https://github.com/gpodder/gpodder/archive/${version}.tar.gz"
|
||||
checksum=014e619de64d3e3dc8493929af8007b3caf09dd77e153bf778f1708d55946878
|
||||
|
||||
do_check() {
|
||||
make releasetest
|
||||
|
|
Loading…
Add table
Reference in a new issue