From 48e7afd14959896eb71ea4d495e79d05542ef185 Mon Sep 17 00:00:00 2001 From: extrowerk <5569059+extrowerk@users.noreply.github.com> Date: Sun, 9 Jan 2022 11:19:52 +0100 Subject: [PATCH] RSSGuard: bump, switch to qtwebengine (#6521) --- ...ard-4.0.4.recipe => rssguard-4.1.1.recipe} | 27 ++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) rename net-news/rssguard/{rssguard-4.0.4.recipe => rssguard-4.1.1.recipe} (71%) diff --git a/net-news/rssguard/rssguard-4.0.4.recipe b/net-news/rssguard/rssguard-4.1.1.recipe similarity index 71% rename from net-news/rssguard/rssguard-4.0.4.recipe rename to net-news/rssguard/rssguard-4.1.1.recipe index bc8f20c09..75e2302db 100644 --- a/net-news/rssguard/rssguard-4.0.4.recipe +++ b/net-news/rssguard/rssguard-4.1.1.recipe @@ -12,11 +12,11 @@ online RSS services: * Reedah, * Feedly." HOMEPAGE="https://github.com/martinrotter/rssguard" -COPYRIGHT="2011-2021 Martin Rotter" +COPYRIGHT="2011-2022 Martin Rotter" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/martinrotter/rssguard/archive/refs/tags/$portVersion.tar.gz" -CHECKSUM_SHA256="9154a9c674b35f68486ca7e024265e044b7c7971485bafbe9b6ebbdf27463489" +CHECKSUM_SHA256="2f9a846f12a1c70ec2d8d474daff4e7caeb14ade332b75f40a9900aa7fbc4994" SOURCE_FILENAME="rssguard-$portVersion.tar.gz" ADDITIONAL_FILES="rssguard.rdef.in" @@ -31,10 +31,19 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libGL$secondaryArchSuffix lib:libQt5Core$secondaryArchSuffix + lib:libQt5DBus$secondaryArchSuffix lib:libQt5Gui$secondaryArchSuffix + lib:libQt5Multimedia$secondaryArchSuffix lib:libQt5Network$secondaryArchSuffix + lib:libQt5Positioning$secondaryArchSuffix + lib:libQt5PrintSupport$secondaryArchSuffix lib:libQt5Qml$secondaryArchSuffix + lib:libQt5QmlModels$secondaryArchSuffix + lib:libQt5Quick$secondaryArchSuffix lib:libQt5Sql$secondaryArchSuffix + lib:libQt5WebChannel$secondaryArchSuffix + lib:libQt5WebEngineCore$secondaryArchSuffix + lib:libQt5WebEngineWidgets$secondaryArchSuffix lib:libQt5Widgets$secondaryArchSuffix lib:libQt5Xml$secondaryArchSuffix " @@ -43,10 +52,19 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libGL$secondaryArchSuffix devel:libQt5Core$secondaryArchSuffix + devel:libQt5DBus$secondaryArchSuffix devel:libQt5Gui$secondaryArchSuffix + devel:libQt5Multimedia$secondaryArchSuffix devel:libQt5Network$secondaryArchSuffix + devel:libQt5Positioning$secondaryArchSuffix + devel:libQt5PrintSupport$secondaryArchSuffix devel:libQt5Sql$secondaryArchSuffix devel:libQt5Qml$secondaryArchSuffix + devel:libQt5QmlModels$secondaryArchSuffix + devel:libQt5Quick$secondaryArchSuffix + devel:libQt5WebChannel$secondaryArchSuffix + devel:libQt5WebEngineCore$secondaryArchSuffix + devel:libQt5WebEngineWidgets$secondaryArchSuffix devel:libQt5Widgets$secondaryArchSuffix devel:libQt5Xml$secondaryArchSuffix " @@ -65,7 +83,10 @@ defineDebugInfoPackage rssguard$secondaryArchSuffix \ BUILD() { - qmake . PREFIX=$appsDir/RSSGuard + qmake . \ + PREFIX=$appsDir/RSSGuard \ + CONFIG+=release \ + USE_WEBENGINE=yes make $jobArgs }