From e9c54a7558d0411e55364c8aa03f8cd2ec38b489 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 22 Apr 2021 09:23:33 +0200 Subject: KDE not-Applications: chase doctools These ports use KDE Frameworks and require kdoctools to build. Since that is no longer an implicit build & run dependency, (re)introduce it explicitly as a build-time dependency. --- graphics/kgraphviewer/Makefile | 4 ++-- graphics/kooka/Makefile | 4 +++- graphics/kxstitch/Makefile | 5 +++-- graphics/showimage/Makefile | 5 +++-- 4 files changed, 11 insertions(+), 7 deletions(-) (limited to 'graphics') diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile index 6d2bd7e8ff61..51d2193210b9 100644 --- a/graphics/kgraphviewer/Makefile +++ b/graphics/kgraphviewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= kgraphviewer DISTVERSION= 2.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME} @@ -18,7 +18,7 @@ USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ USE_KDE= auth codecs completion config configwidgets \ coreaddons i18n iconthemes jobwidgets kio parts service \ sonnet textwidgets widgetsaddons xmlgui \ - ecm_build + ecm_build doctools_build USE_QT= concurrent core dbus gui network printsupport svg widgets xml \ buildtools_build qmake_build diff --git a/graphics/kooka/Makefile b/graphics/kooka/Makefile index e0ba63b8de95..58ceb1eef3d2 100644 --- a/graphics/kooka/Makefile +++ b/graphics/kooka/Makefile @@ -1,5 +1,6 @@ PORTNAME= kooka DISTVERSION= 0.61-323 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde @@ -15,7 +16,8 @@ LIB_DEPENDS= libpaper.so:print/libpaper \ USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ ecm i18n iconthemes itemviews jobwidgets kio service solid sonnet \ - textwidgets widgetsaddons xmlgui + textwidgets widgetsaddons xmlgui \ + doctools_build USE_QT= concurrent core dbus gui network printsupport widgets xml \ buildtools_build qmake_build diff --git a/graphics/kxstitch/Makefile b/graphics/kxstitch/Makefile index dc8e34c0f3d6..9e06fd4ecf13 100644 --- a/graphics/kxstitch/Makefile +++ b/graphics/kxstitch/Makefile @@ -1,6 +1,6 @@ PORTNAME= kxstitch DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} CATEGORIES= graphics kde @@ -14,7 +14,8 @@ USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ xorg USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ i18n itemviews jobwidgets kio service solid sonnet textwidgets \ - widgetsaddons xmlgui + widgetsaddons xmlgui \ + doctools_build USE_QT= concurrent core dbus gui network printsupport widgets x11extras \ xml \ buildtools_build qmake_build diff --git a/graphics/showimage/Makefile b/graphics/showimage/Makefile index 946fc71b0baf..24d3a6a3ea96 100644 --- a/graphics/showimage/Makefile +++ b/graphics/showimage/Makefile @@ -2,7 +2,7 @@ PORTNAME= showimage PORTVERSION= 1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= https://dl.opendesktop.org/api/files/download/id/1482097460/ \ LOCAL/tcberner/showimage-0.10/ @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang kde:5 qt:5 tar:bzip2 USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons ecm i18n itemviews jobwidgets kio service solid \ - widgetsaddons xmlgui + widgetsaddons xmlgui \ + doctools_build USE_QT= concurrent core dbus gui network xml widgets \ buildtools_build qmake_build -- cgit v1.2.3