mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# Template file for 'rssguard'
|
||||||
pkgname=rssguard
|
pkgname=rssguard
|
||||||
version=3.9.2
|
version=4.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
|
configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false"
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
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"
|
depends="desktop-file-utils qt5-plugin-sqlite"
|
||||||
short_desc="Simple (yet powerful) Qt5 feed reader"
|
short_desc="Simple (yet powerful) Qt5 feed reader"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/martinrotter/rssguard"
|
homepage="https://github.com/martinrotter/rssguard"
|
||||||
distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
|
distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz"
|
||||||
checksum=05eb628ff085ff10056289fd83b5e3b0583c19e3711795ade024bdfe71de5d97
|
checksum=658ed9f63d2e3d1b740c8c65e649b28de350f64670c85e954a093345e313a500
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install rssguard icon manually
|
# Install rssguard icon manually
|
||||||
|
|
Loading…
Add table
Reference in a new issue