net/rssguard: the port had been updated to version 4.2.1

Now requires CMake for the build, adjust some knobs accordingly,
and drop no longer needed `post-patch' target.

Reported by:	portscout
This commit is contained in:
Alexey Dokuchaev 2022-03-24 14:54:28 +00:00
parent dddb3ff01c
commit 2c0b8038f3
3 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= rssguard
PORTVERSION= 4.1.2
PORTVERSION= 4.2.1
CATEGORIES= net www
MAINTAINER= danfe@FreeBSD.org
@ -9,8 +9,8 @@ COMMENT= Simple (yet powerful) Qt5 feed reader
LICENSE= GPLv3+
USES= qmake qt:5
USE_QT= buildtools_build linguisttools_build \
USES= cmake qt:5
USE_QT= buildtools_build linguisttools_build qmake_build \
core dbus declarative gui multimedia network sql \
widgets xml
USE_GITHUB= yes
@ -23,11 +23,7 @@ OPTIONS_DEFAULT_i386= WEBENGINE
WEBENGINE_DESC= Use QtWebEngine module for internal web browser
WEBENGINE_USE= QT=location,printsupport,webchannel,webengine
WEBENGINE_QMAKE_OFF= USE_WEBENGINE=false
post-patch:
@${GREP} -Rl --null Q_OS_LINUX ${WRKSRC}/src | ${XARGS} -0 \
${REINPLACE_CMD} -e 's,Q_OS_LINUX,Q_OS_UNIX,'
WEBENGINE_CMAKE_OFF= -DUSE_WEBENGINE:BOOL=OFF
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librssguard.so

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1641799033
SHA256 (martinrotter-rssguard-4.1.2_GH0.tar.gz) = 3e9c6b25cad846aa2047f737d961fe007c88873d9e9772ec8e238908c6f8df95
SIZE (martinrotter-rssguard-4.1.2_GH0.tar.gz) = 21716383
TIMESTAMP = 1648020848
SHA256 (martinrotter-rssguard-4.2.1_GH0.tar.gz) = b404e3d8310c58ffb337bf1d2eb2c7cc10a692b00ed2666af30bd0153413cc05
SIZE (martinrotter-rssguard-4.2.1_GH0.tar.gz) = 22541187

View File

@ -4,6 +4,8 @@ include/librssguard/services/abstract/cacheforserviceroot.h
include/librssguard/services/abstract/category.h
include/librssguard/services/abstract/feed.h
include/librssguard/services/abstract/gui/authenticationdetails.h
include/librssguard/services/abstract/gui/formaccountdetails.h
include/librssguard/services/abstract/gui/formcategorydetails.h
include/librssguard/services/abstract/gui/formfeeddetails.h
include/librssguard/services/abstract/importantnode.h
include/librssguard/services/abstract/label.h
@ -12,6 +14,7 @@ include/librssguard/services/abstract/recyclebin.h
include/librssguard/services/abstract/rootitem.h
include/librssguard/services/abstract/serviceentrypoint.h
include/librssguard/services/abstract/serviceroot.h
include/librssguard/services/abstract/unreadnode.h
lib/librssguard.so
share/applications/com.github.rssguard.desktop
share/icons/hicolor/512x512/apps/rssguard.png