mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rssguard: update to 4.6.3.
Also: - use qt6 - disable cross-compilation.
This commit is contained in:
parent
e0e08944a8
commit
d132f777ed
1 changed files with 9 additions and 9 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'rssguard'
|
# Template file for 'rssguard'
|
||||||
pkgname=rssguard
|
pkgname=rssguard
|
||||||
version=4.5.3
|
version=4.6.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_WEBENGINE=false"
|
configure_args="-DNO_LITE=OFF"
|
||||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
makedepends="qt6-base-devel qt6-declarative-devel qt6-multimedia-devel
|
||||||
makedepends="qt5-tools-devel qt5-devel kdeclarative-devel qt5-multimedia-devel
|
qt6-qt5compat-devel qt6-tools-devel mpv-devel"
|
||||||
qt5-plugin-sqlite qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-mysql
|
depends="desktop-file-utils qt6-plugin-sqlite"
|
||||||
qt5-plugin-tds sqlite-devel"
|
short_desc="Simple (yet powerful) Qt6 feed reader"
|
||||||
depends="desktop-file-utils qt5-plugin-sqlite"
|
|
||||||
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=a498c2c0c367f0ee3e1e3f895601ed9e6078597c2616d7275fa2a19139d6b0be
|
checksum=5b710776146f7f642aa04525e0547bbac7125b99a5ca8410cb82627c7f6ede70
|
||||||
|
nocross="yes" #wrong binaries detected even if the packages are in
|
||||||
|
#hostmakedepends
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install rssguard icon manually
|
# Install rssguard icon manually
|
||||||
|
|
Loading…
Add table
Reference in a new issue