23 lines
844 B
Bash
23 lines
844 B
Bash
# Template file for 'rssguard'
|
|
pkgname=rssguard
|
|
version=4.3.2
|
|
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=0a377d775de62f8532b03b449bbb276b1ac33d616d9cf3448df53dcbf19933ed
|
|
|
|
post_install() {
|
|
# Install rssguard icon manually
|
|
vinstall resources/graphics/rssguard.png 644 usr/share/pixmaps
|
|
}
|