git: 7387b03ec0a3 - main - misc/kde-thumbnailer-fb2: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:11:06 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7387b03ec0a35da9adf9a20124adcf3ba5494813
commit 7387b03ec0a35da9adf9a20124adcf3ba5494813
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:33 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:26 +0000
misc/kde-thumbnailer-fb2: pet stage-qa
---
misc/kde-thumbnailer-fb2/Makefile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/misc/kde-thumbnailer-fb2/Makefile b/misc/kde-thumbnailer-fb2/Makefile
index f7723b377e5f..94f8216ede82 100644
--- a/misc/kde-thumbnailer-fb2/Makefile
+++ b/misc/kde-thumbnailer-fb2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kde-thumbnailer-fb2
PORTVERSION= 0.3.1
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc kde
MAINTAINER= makc@FreeBSD.org
@@ -10,9 +10,12 @@ COMMENT= KDE thumbnail generator for fb2 files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake compiler:c++11-lang kde:5 qt:5
-USE_KDE= archive ecm_build kio
-USE_QT= buildtools_build qmake_build gui
+USES= cmake compiler:c++11-lang kde:5 qt:5 xorg
+USE_KDE= ecm_build archive completion config coreaddons jobwidgets kio \
+ service solid widgetsaddons windowsystem
+USE_QT= buildtools_build qmake_build concurrent core dbus gui network \
+ widgets
+USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= Caig