rssguard: update to 4.0.1.
Also add qt-multimedia-devel to makedepends (new upstream dep).
This commit is contained in:
parent
b2d4c8e6f9
commit
7bc5fb542d
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'rssguard'
|
||||
pkgname=rssguard
|
||||
version=3.9.2
|
||||
version=4.0.1
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-tools-devel kdeclarative-devel"
|
||||
makedepends="qt5-tools-devel kdeclarative-devel qt5-multimedia-devel"
|
||||
depends="desktop-file-utils qt5-plugin-sqlite"
|
||||
short_desc="Simple (yet powerful) Qt5 feed reader"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/martinrotter/rssguard"
|
||||
distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
|
||||
checksum=05eb628ff085ff10056289fd83b5e3b0583c19e3711795ade024bdfe71de5d97
|
||||
checksum=658ed9f63d2e3d1b740c8c65e649b28de350f64670c85e954a093345e313a500
|
||||
|
||||
post_install() {
|
||||
# Install rssguard icon manually
|
||||
|
|
Loading…
Reference in a new issue