diff --git a/sysutils/plasma6-discover/Makefile b/sysutils/plasma6-discover/Makefile index 8f1a025031ba..6d2ff4d28854 100644 --- a/sysutils/plasma6-discover/Makefile +++ b/sysutils/plasma6-discover/Makefile @@ -1,26 +1,27 @@ PORTNAME= discover DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma package management tools WWW= https://www.kde.org/plasma-desktop -LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt@qt6 \ - libpackagekitqt6.so:ports-mgmt/packagekit-qt@qt6 \ +LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt \ + libpackagekitqt6.so:ports-mgmt/packagekit-qt \ libmarkdown.so:textproc/discount \ libQCoro6Core.so:devel/qcoro@qt6 RUN_DEPENDS= PackageKit>0:ports-mgmt/packagekit USES= cmake compiler:c++11-lib desktop-file-utils gettext gl kde:6 \ pkgconfig qt:6 tar:xz xorg USE_KDE= archive attica config coreaddons crash dbusaddons i18n \ idletime itemmodels jobwidgets kcmutils kio kirigami-addons \ newstuff notifications purpose service statusnotifieritem \ userfeedback widgetsaddons windowsystem \ ecm:build USE_QT= base declarative webview USE_GL= gl opengl USE_XORG= x11 .include diff --git a/x11/kf6-frameworkintegration/Makefile b/x11/kf6-frameworkintegration/Makefile index 7cc9a897c743..575112a66ae4 100644 --- a/x11/kf6-frameworkintegration/Makefile +++ b/x11/kf6-frameworkintegration/Makefile @@ -1,18 +1,19 @@ PORTNAME= frameworkintegration DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks COMMENT= Integration of Qt application with KDE workspaces MAINTAINER= kde@FreeBSD.org -LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt@qt6 \ - libpackagekitqt6.so:ports-mgmt/packagekit-qt@qt6 \ +LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt \ + libpackagekitqt6.so:ports-mgmt/packagekit-qt \ USES= cmake gettext gl kde:6 qt:6 tar:xz USE_GL= gl opengl USE_KDE= attica colorscheme config coreaddons i18n iconthemes newstuff \ notifications package widgetsaddons \ ecm:build USE_QT= base .include diff --git a/x11/plasma6-plasma-desktop/Makefile b/x11/plasma6-plasma-desktop/Makefile index bfef3f34daa8..9a146cb45232 100644 --- a/x11/plasma6-plasma-desktop/Makefile +++ b/x11/plasma6-plasma-desktop/Makefile @@ -1,62 +1,62 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= KDE Plasma Desktop BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \ xf86-input-evdev>0:x11-drivers/xf86-input-evdev \ xf86-input-libinput>0:x11-drivers/xf86-input-libinput \ libinput>0:x11/libinput LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libicuuc.so:devel/icu \ libkaccounts6.so:net-im/kaccounts-integration \ liboauth2plugin.so:sysutils/signon-plugin-oauth2@qt6 \ - libpackagekitqt6.so:ports-mgmt/packagekit-qt@qt6 \ + libpackagekitqt6.so:ports-mgmt/packagekit-qt \ libwayland-client.so:graphics/wayland \ libxcb-util.so:x11/xcb-util \ libxkbcommon.so:x11/libxkbcommon \ libxkbfile.so:x11/libxkbfile RUN_DEPENDS= noto-emoji>0:x11-fonts/noto-emoji \ xdg-user-dir:devel/xdg-user-dirs \ xf86-input-evdev>0:x11-drivers/xf86-input-evdev \ xf86-input-libinput>0:x11-drivers/xf86-input-libinput USES= cmake gettext gl gnome kde:6 pkgconfig python qt:6 tar:xz xorg USE_GL= gl opengl USE_GNOME= intltool USE_KDE= activities activities-stats attica auth baloo bookmarks \ codecs colorscheme completion config configwidgets coreaddons \ crash dbusaddons doctools filemetadata globalaccel guiaddons \ i18n iconthemes itemmodels itemviews jobwidgets kcmutils kio \ libksysguard libplasma newstuff notifications notifyconfig \ package plasma-workspace plasma5support runner service solid \ sonnet svg widgetsaddons windowsystem xmlgui \ ecm:build \ kirigami-addons:run kirigami2:run kpipewire:run \ qqc2-desktop-style:run USE_QT= 5compat base declarative svg wayland USE_XORG= x11 xcb xcursor xext xfixes xi xrender OPTIONS_DEFINE= SDL OPTIONS_GROUP= IM IM_DESC= Input Method Support OPTIONS_GROUP_IM= IBUS SCIM OPTIONS_SUB= yes IBUS_DESC= Enable IBUS backend for input dialog IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus IBUS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_IBus SCIM_DESC= Enable SCIM backend for input dialog SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim SCIM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SCIM SDL_DESC= Enable gamecontroller System Settings module SDL_USES= sdl SDL_USE= sdl=sdl2 SDL_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SDL2 .include