# Template file for 'rssguard' pkgname=rssguard version=3.9.0 revision=1 build_style=qmake configure_args="CONFIG+=release LRELEASE_EXECUTABLE=lrelease-qt5 USE_WEBENGINE=false" makedepends="qt5-tools-devel kdeclarative-devel" depends="desktop-file-utils qt5-plugin-sqlite" short_desc="Simple (yet powerful) Qt5 feed reader" maintainer="mobinmob " license="GPL-3.0-only" homepage="https://github.com/martinrotter/rssguard" distfiles="https://github.com/martinrotter/rssguard/archive/${version}.tar.gz" checksum=79ca9cccc6173e3a1f58ff49a5d9896d87e009ecd831619ce4ebe2e4e476d7a4 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-tools-devel kdeclarative-devel" fi post_install() { # Install rssguard icon manually vinstall resources/graphics/rssguard.png 644 usr/share/pixmaps }