void-packages/srcpkgs/rssguard/template
mobinmob f6fde30fe7 rssguard: update to 4.2.1.
Also:
- change build_style to cmake (upstream),
- adjust dependencies.
2022-04-13 21:54:36 +02:00

22 lines
846 B
Bash

# Template file for 'rssguard'
pkgname=rssguard
version=4.2.1
revision=1
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=b404e3d8310c58ffb337bf1d2eb2c7cc10a692b00ed2666af30bd0153413cc05
post_install() {
# Install rssguard icon manually
vinstall resources/graphics/rssguard.png 644 usr/share/pixmaps
}