git: d6d4afb7213c - main - misc/kde-thumbnailer-epub: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:11:05 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6d4afb7213c6031d2d50ed8290a751b52d6b5df commit d6d4afb7213c6031d2d50ed8290a751b52d6b5df Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:03:32 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:06:26 +0000 misc/kde-thumbnailer-epub: pet stage-qa --- misc/kde-thumbnailer-epub/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/misc/kde-thumbnailer-epub/Makefile b/misc/kde-thumbnailer-epub/Makefile index cdfe178942f2..e5696d8aa1d5 100644 --- a/misc/kde-thumbnailer-epub/Makefile +++ b/misc/kde-thumbnailer-epub/Makefile @@ -1,7 +1,7 @@ PORTNAME= kde-thumbnailer-epub DISTVERSIONPREFIX= v DISTVERSION= 1.1.9b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc kde MAINTAINER= makc@FreeBSD.org @@ -10,9 +10,12 @@ COMMENT= KDE thumbnail generator for ePub 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 xmlpatterns +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 xmlpatterns +USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= Caig