mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
rssguard: update to 4.2.1.
Also: - change build_style to cmake (upstream), - adjust dependencies.
This commit is contained in:
parent
d6a74ca70c
commit
f6fde30fe7
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'rssguard'
|
||||
pkgname=rssguard
|
||||
version=4.1.2
|
||||
version=4.2.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 qt5-multimedia-devel"
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_WEBENGINE="false""
|
||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||
makedepends="qt5-tools-devel qt5-devel kdeclarative-devel qt5-multimedia-devel
|
||||
qt5-plugin-sqlite qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-mysql
|
||||
qt5-plugin-tds"
|
||||
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=3e9c6b25cad846aa2047f737d961fe007c88873d9e9772ec8e238908c6f8df95
|
||||
checksum=b404e3d8310c58ffb337bf1d2eb2c7cc10a692b00ed2666af30bd0153413cc05
|
||||
|
||||
post_install() {
|
||||
# Install rssguard icon manually
|
||||
|
|
Loading…
Add table
Reference in a new issue