diff --git a/graphics/skanpage/Makefile b/graphics/skanpage/Makefile index 4aa654954e20..01a4363198e5 100644 --- a/graphics/skanpage/Makefile +++ b/graphics/skanpage/Makefile @@ -1,33 +1,33 @@ PORTNAME= skanpage DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Multi-page image scanning application WWW= https://invent.kde.org/utilities/skanpage # We pick GPLv3 out of 2|3|KDEeV LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt -BUILD_DEPENDS= kquickimageeditor-qt6>=0:graphics/kquickimageeditor@qt6 -RUN_DEPENDS= kquickimageeditor-qt6>=0:graphics/kquickimageeditor@qt6 - +BUILD_DEPENDS= kquickimageeditor-qt6>=0:graphics/kquickimageeditor LIB_DEPENDS= libKSaneCore6.so:graphics/ksanecore \ libpng.so:graphics/png +RUN_DEPENDS= kquickimageeditor-qt6>=0:graphics/kquickimageeditor USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons crash \ i18n jobwidgets kio kirigami2 purpose service widgetsaddons \ xmlgui \ doctools:build ecm:build USE_QT= base pdf OPTIONS_DEFINE= OCR OPTIONS_DEFAULT= OCR OCR_DESC= Text recognition via Tesseract OCR OCR_LIB_DEPENDS= libleptonica.so:graphics/leptonica \ libtesseract.so:graphics/tesseract .include diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile index 73bedb018193..77bc1f6f7e9a 100644 --- a/net-im/kaidan/Makefile +++ b/net-im/kaidan/Makefile @@ -1,30 +1,31 @@ PORTNAME= kaidan DISTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= net-im kde MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= User-friendly XMPP client for every device WWW= https://apps.kde.org/kaidan/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -BUILD_DEPENDS= kquickimageeditor-qt6>0:graphics/kquickimageeditor@qt6 +BUILD_DEPENDS= kquickimageeditor-qt6>0:graphics/kquickimageeditor LIB_DEPENDS= libQXmppQt6.so:net-im/qxmpp \ libicuuc.so:devel/icu \ libxkbcommon.so:x11/libxkbcommon -RUN_DEPENDS= kquickimageeditor-qt6>0:graphics/kquickimageeditor@qt6 +RUN_DEPENDS= kquickimageeditor-qt6>0:graphics/kquickimageeditor USES= cmake compiler:c++23-lang desktop-file-utils gl kde:6 \ pkgconfig qt:6 tar:xz xorg USE_GL= gl opengl # GLX USE_KDE= completion config coreaddons crash jobwidgets kio \ kirigami-addons kirigami2 notifications prison \ qqc2-desktop-style service solid widgetsaddons \ ecm:build USE_QT= base declarative location multimedia positioning svg \ tools:build USE_XORG= x11 .include diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 9136c42d663e..9ffdd4bc0236 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,41 +1,42 @@ PORTNAME= neochat DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net-im deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Glossy Matrix IM client based on KDE technologies WWW= https://invent.kde.org/network/neochat LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt # Quotient is a static lib, doesn't need to be in RUN_DEPENDS BUILD_DEPENDS= libquotient>=0.9.0:net-im/libquotient \ - kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6 + kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor LIB_DEPENDS= libQCoro6Core.so:devel/qcoro@qt6 \ libcmark.so:textproc/cmark \ libqt6keychain.so:security/qtkeychain@qt6 \ libdbus-1.so:devel/dbus \ libolm.so:security/olm -RUN_DEPENDS= kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor@qt6 +RUN_DEPENDS= kquickimageeditor-qt6>=0.2.0:graphics/kquickimageeditor USES= cmake compiler:c++20-lang desktop-file-utils gettext kde:6 \ pkgconfig qt:6 tar:xz xorg USE_QT= base multimedia webview \ location:run positioning:run USE_KDE= auth codecs completion config configwidgets coreaddons \ dbusaddons i18n itemmodels jobwidgets kio kirigami-addons \ kirigami2 kquickcharts notifications purpose qqc2-desktop-style \ service solid sonnet statusnotifieritem syntaxhighlighting \ widgetsaddons windowsystem \ prison:run \ ecm:build USE_XORG= x11 .include .if ${ARCH:Mpowerpc*} USES+= llvm:min=16 .endif .include