MFH: r521778
net/quiterss: Update to 0.19.2 Changelog: https://quiterss.org/en/article/1506 * Added: App style: dark * Fixed: Problems with msvcp140.dll and vcruntime140.dll (Windows) * Fixed: Images are not displayed in some feeds * Fixed: Sometimes news filter did not work when updating feeds PR: 242904 Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer) Approved by: ports-secteam (blanket)
This commit is contained in:
parent
f0e7a56e4c
commit
981ef1f701
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=521779
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= quiterss
|
||||
PORTVERSION= 0.19.1
|
||||
PORTVERSION= 0.19.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/
|
||||
DISTNAME= QuiteRSS-${PORTVERSION}-src
|
||||
@ -13,10 +13,11 @@ COMMENT= Open-source cross-platform RSS/Atom news feeds reader
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils pkgconfig \
|
||||
USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \
|
||||
qmake:outsource qt:5 sqlite
|
||||
USE_QT= buildtools_build linguisttools_build core xml gui widgets \
|
||||
network multimedia printsupport webkit sql sql-sqlite3_run
|
||||
USE_GL= gl
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1574414431
|
||||
SHA256 (QuiteRSS-0.19.1-src.tar.gz) = 1283bac266ca1e6cff10610f204de08d11e23f5febd18a1b306ec8998ca18993
|
||||
SIZE (QuiteRSS-0.19.1-src.tar.gz) = 3719794
|
||||
TIMESTAMP = 1577349513
|
||||
SHA256 (QuiteRSS-0.19.2-src.tar.gz) = 870c9a3eed7addbc5809abd7f3123738ae4c55f455093831606524c9b1bab95f
|
||||
SIZE (QuiteRSS-0.19.2-src.tar.gz) = 3722773
|
||||
|
@ -40,6 +40,7 @@ share/pixmaps/quiterss.png
|
||||
%%DATADIR%%/lang/quiterss_zh_TW.qm
|
||||
%%DATADIR%%/sound/notification.wav
|
||||
%%DATADIR%%/style/Rstyle_v1.2.css
|
||||
%%DATADIR%%/style/dark.qss
|
||||
%%DATADIR%%/style/gray.qss
|
||||
%%DATADIR%%/style/green.qss
|
||||
%%DATADIR%%/style/news.css
|
||||
@ -48,3 +49,4 @@ share/pixmaps/quiterss.png
|
||||
%%DATADIR%%/style/purple.qss
|
||||
%%DATADIR%%/style/system.qss
|
||||
%%DATADIR%%/style/system2.qss
|
||||
%%DATADIR%%/style/web_dark.css
|
||||
|
Loading…
Reference in New Issue
Block a user