diff --git a/deskutils/plasma5-milou/Makefile b/deskutils/plasma5-milou/Makefile index fdc42d728c81..f9c0242377a4 100644 --- a/deskutils/plasma5-milou/Makefile +++ b/deskutils/plasma5-milou/Makefile @@ -1,14 +1,15 @@ PORTNAME= milou DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 Plasmoid for search USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config coreaddons i18n itemmodels kdeclarative package \ plasma-framework runner service -USE_QT= core declarative gui network script testlib widgets \ - buildtools_build qmake_build +USE_QT= core declarative gui network script widgets \ + buildtools_build qmake_build testlib_build .include diff --git a/devel/kf5-kcmutils/Makefile b/devel/kf5-kcmutils/Makefile index 3b46e0ec1ecc..083f94959e25 100644 --- a/devel/kf5-kcmutils/Makefile +++ b/devel/kf5-kcmutils/Makefile @@ -1,16 +1,16 @@ PORTNAME= kcmutils DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 utilities for working with KCModules USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons guiaddons i18n \ itemviews kdeclarative package service \ widgetsaddons xmlgui \ ecm_build USE_QT= core dbus declarative gui network widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build .include diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile index 8288c41df7c4..e9e30041beef 100644 --- a/devel/kf5-kio/Makefile +++ b/devel/kf5-kio/Makefile @@ -1,21 +1,21 @@ PORTNAME= kio DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 resource and network access abstraction USES= cmake compiler:c++11-lib desktop-file-utils \ gettext gnome kde:5 qt:5 ssl tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons \ i18n iconthemes itemviews jobwidgets kded \ notifications service solid sonnet textwidgets wallet \ widgetsaddons windowsystem xmlgui \ doctools_build ecm_build USE_QT= concurrent core dbus declarative gui network \ script widgets x11extras xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build .include diff --git a/devel/plasma5-khotkeys/Makefile b/devel/plasma5-khotkeys/Makefile index 7e17f0ff9219..a8b7ae208a1a 100644 --- a/devel/plasma5-khotkeys/Makefile +++ b/devel/plasma5-khotkeys/Makefile @@ -1,19 +1,22 @@ PORTNAME= khotkeys DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 library for hotkeys USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz xorg +# kdelibs4support needs doctools USE_KDE= auth bookmarks codecs completion config configwidgets \ - coreaddons crash dbusaddons ecm emoticons globalaccel \ + coreaddons crash dbusaddons emoticons globalaccel \ guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \ kcmutils kdelibs4support kio notifications parts \ plasma-framework plasma-workspace service solid sonnet \ - textwidgets unitconversion widgetsaddons windowsystem xmlgui + textwidgets unitconversion widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= x11 xtst .include diff --git a/editors/kate/Makefile b/editors/kate/Makefile index e5f7ee38fb83..e7a0ce08aee4 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -1,25 +1,27 @@ PORTNAME= kate DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Basic editor framework for the KDE system BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cmake compiler:c++11-lang desktop-file-utils gettext \ pkgconfig kde:5 qt:5 tar:xz USE_KDE= activities attica auth bookmarks codecs completion config \ - configwidgets coreaddons crash dbusaddons doctools ecm \ + configwidgets coreaddons crash dbusaddons \ guiaddons i18n iconthemes init itemmodels itemviews \ jobwidgets kio newstuff package parts plasma-framework \ service solid sonnet texteditor textwidgets threadweaver \ - wallet widgetsaddons windowsystem xmlgui + wallet widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build USE_QT= concurrent core dbus gui network script sql widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build OPTIONS_DEFINE= DOCS .include diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile index f152e2bf24dd..ee4c792c034d 100644 --- a/graphics/skanlite/Makefile +++ b/graphics/skanlite/Makefile @@ -1,25 +1,25 @@ PORTNAME= skanlite DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= kde@FreeBSD.org COMMENT= Simple image scanning application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/src/COPYING LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ libpng.so:graphics/png USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth config configwidgets codecs completion \ coreaddons i18n jobwidgets kio \ service widgetsaddons xmlgui \ doctools_build ecm_build -USE_QT= buildtools_build qmake_build \ - core concurrent dbus gui network widgets xml +USE_QT= core concurrent dbus gui network widgets xml \ + buildtools_build qmake_build testlib_build .include diff --git a/math/analitza/Makefile b/math/analitza/Makefile index 22ae3d652384..8f98f0aebb39 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -1,28 +1,28 @@ PORTNAME= analitza DISTVERSION= ${KDE_APPLICATIONS_VERSION} PORTREVISION= 1 CATEGORIES= math education kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Library from KDE Education project LICENSE= GFDL GPLv2 LICENSE_COMB= multi LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.DOC LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang eigen:3 gl kde:5 qt:5 tar:xz USE_GL= glu -USE_KDE= ecm +USE_KDE= ecm_build USE_QT= core declarative gui network opengl printsupport svg widgets xml \ - buildtools_build linguisttools_build qmake_build + buildtools_build linguisttools_build qmake_build testlib_build USE_LDCONFIG= yes SHLIB_VER= 8.0.0 PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" \ SHLIB_SHVER="${SHLIB_VER:R:R}" OPTIONS_DEFINE= DOCS .include diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 54c19263c0df..dbc4cb9974a3 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,63 +1,62 @@ -# TODO: ensure only ${PYTON_CMD} is pixked again - PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Mathematical software frontend by KDE LIB_DEPENDS= libAnalitza.so:math/analitza \ libcln.so:math/cln \ libqalculate.so:math/libqalculate \ libspectre.so:print/libspectre \ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ pkgconfig python:3.4+ qt:5 tar:xz USE_KDE= attica auth archive bookmarks codecs completion config \ - configwidgets coreaddons crash ecm emoticons i18n iconthemes \ + configwidgets coreaddons crash emoticons i18n iconthemes \ itemmodels itemviews init jobwidgets kdelibs4support kio \ newstuff parts pty service solid sonnet syntaxhighlighting \ - texteditor textwidgets widgetsaddons xmlgui + texteditor textwidgets widgetsaddons xmlgui \ + ecm_build USE_QT= concurrent core dbus gui network printsupport svg widgets xml xmlpatterns \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build USE_LDCONFIG= yes OPTIONS_DEFINE= LUAJIT MAXIMA OCTAVE R SAGE SCILAB DOCS OPTIONS_SUB= yes # R LUAJIT LUAJIT_DESC= Build LuaJIT backend and install LuaJIT LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_CMAKE_OFF= -DWITH_LuaJIT:BOOL=FALSE MAXIMA_DESC= Install Maxima MAXIMA_RUN_DEPENDS= maxima:math/maxima OCTAVE_DESC= Install Octave OCTAVE_RUN_DEPENDS= octave:math/octave R_DESC= Build R backend and install R R_LIB_DEPENDS= libR.so:math/R # Required to set CFLAGS for -lgfortran. R_USES= fortran R_CMAKE_OFF= -DWITH_R:BOOL=FALSE SAGE_DESC= Install Sage SAGE_RUN_DEPENDS= sage:math/sage SCILAB_DESC= Install Scilab SCILAB_RUN_DEPENDS= scilab:math/scilab -# Disable python2 binding (should probably be an option PYTHON2, PYTHON3) +# Disable python2 binding CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PythonLibs post-patch: ${REINPLACE_CMD} -e '/FIND_PROGRAM(_GFORTRAN_EXECUTABLE/s,gfortran,${FC},' \ ${WRKSRC}/cmake/FindR.cmake .include diff --git a/math/rocs/Makefile b/math/rocs/Makefile index c028f27bdf3a..f77e8bcd0122 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -1,24 +1,26 @@ PORTNAME= rocs DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math education kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Graph theory IDE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lang desktop-file-utils gettext grantlee:5 kde:5 \ qt:5 tar:xz USE_KDE= archive auth codecs completion config configwidgets coreaddons \ - crash doctools ecm i18n itemviews jobwidgets kdeclarative \ + crash i18n itemviews jobwidgets kdeclarative \ kio package parts service sonnet texteditor textwidgets \ - widgetsaddons xmlgui + widgetsaddons xmlgui \ + doctools_build ecm_build USE_QT= concurrent core dbus declarative gui network script scripttools svg webkit \ widgets xml xmlpatterns \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS .include diff --git a/misc/klettres/Makefile b/misc/klettres/Makefile index b57d8dcf8b6f..a4e9c9020749 100644 --- a/misc/klettres/Makefile +++ b/misc/klettres/Makefile @@ -1,17 +1,18 @@ PORTNAME= klettres DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= misc education kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Alphabet learning tool for KDE USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= attica auth codecs completion config configwidgets coreaddons \ - crash doctools ecm emoticons i18n init itemmodels \ - kdelibs4support newstuff service widgetsaddons xmlgui + crash emoticons i18n init itemmodels \ + kdelibs4support newstuff service widgetsaddons xmlgui \ + doctools_build ecm_build USE_QT= core dbus gui network phonon4 svg widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build OPTIONS_DEFINE= DOCS .include diff --git a/net-im/kopete/Makefile b/net-im/kopete/Makefile index 510cc1eea68c..1bbbbfa9b964 100644 --- a/net-im/kopete/Makefile +++ b/net-im/kopete/Makefile @@ -1,34 +1,36 @@ PORTNAME= kopete PORTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE multi-protocol instant messenger BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat LIB_DEPENDS= libidn.so:dns/libidn \ libjasper.so:graphics/jasper \ libotr.so:security/libotr \ libv4l2.so:multimedia/libv4l USES= cmake compiler:c++11-lang desktop-file-utils gnome jpeg kde:5 \ qca qt:5 shebangfix tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive auth bookmarks codecs completion config configwidgets \ - coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \ + coreaddons crash dbusaddons dnssd emoticons guiaddons i18n \ iconthemes itemviews jobwidgets js kcmutils kdelibs4support \ khtml kio notifications notifyconfig parts service solid sonnet \ texteditor textwidgets unitconversion wallet widgetsaddons \ - windowsystem xmlgui + windowsystem xmlgui \ + ecm_build # KDE PIM components USE_KDE+= contacts identitymanagement libkleo pimtextedit USE_QT= concurrent core dbus gui network phonon4 printsupport sql widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build SHEBANG_FILES= protocols/winpopup/winpopup-install \ protocols/winpopup/winpopup-send \ kopete/kconf_update/*.pl OPTIONS_DEFINE= DOCS .include diff --git a/net/kf5-kdav/Makefile b/net/kf5-kdav/Makefile index 3bc57912822d..28174d7daddf 100644 --- a/net/kf5-kdav/Makefile +++ b/net/kf5-kdav/Makefile @@ -1,18 +1,18 @@ PORTNAME= kdav DISTVERSION= ${KDE_FRAMEWORKS_VERSION} PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= DAV protocol implementation with KJobs USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons i18n kio service \ ecm_build USE_QT= concurrent core dbus gui network xml xmlpatterns \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr .include diff --git a/security/plasma5-kscreenlocker/Makefile b/security/plasma5-kscreenlocker/Makefile index c5c738e7bc93..ee5e3649172a 100644 --- a/security/plasma5-kscreenlocker/Makefile +++ b/security/plasma5-kscreenlocker/Makefile @@ -1,27 +1,29 @@ PORTNAME= kscreenlocker DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 secure lock screen architecture BUILD_DEPENDS= ck-list-sessions:sysutils/consolekit2 LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxcb-keysyms.so:x11/xcb-util-keysyms RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2\ dbus-send:devel/dbus USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \ qt:5 shebangfix tar:xz xorg -USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ +USE_KDE= auth codecs config configwidgets coreaddons crash \ emoticons globalaccel i18n idletime init itemmodels kcmutils \ - kdeclarative kdelibs4support layer-shell-qt notifications package \ + kdeclarative layer-shell-qt notifications package \ plasma-framework sonnet textwidgets wayland widgetsaddons \ - windowsystem xmlgui -USE_QT= core dbus declarative gui network qdbus testlib widgets x11extras xml \ - buildtools_build qmake_build + windowsystem xmlgui \ + ecm_build +USE_QT= core dbus declarative gui network qdbus widgets x11extras xml \ + buildtools_build qmake_build testlib_build USE_XORG= ice sm x11 xcb xcursor xext xi SHEBANG_FILES= updaters/ksreenlocker_5_3_separate_autologin.pl .include diff --git a/security/plasma5-ksshaskpass/Makefile b/security/plasma5-ksshaskpass/Makefile index cd44895c18e4..becb5d1d439a 100644 --- a/security/plasma5-ksshaskpass/Makefile +++ b/security/plasma5-ksshaskpass/Makefile @@ -1,13 +1,15 @@ PORTNAME= ksshaskpass DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 ssh-add frontend USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz -USE_KDE= coreaddons doctools ecm i18n wallet widgetsaddons +USE_KDE= coreaddons i18n wallet widgetsaddons \ + doctools_build ecm_build USE_QT= core gui widgets \ buildtools_build qmake_build .include diff --git a/sysutils/filelight/Makefile b/sysutils/filelight/Makefile index 60556b2d9e20..1e7dbc4a7bf8 100644 --- a/sysutils/filelight/Makefile +++ b/sysutils/filelight/Makefile @@ -1,22 +1,24 @@ PORTNAME= filelight DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Map of concentric segmented-rings representing file system BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml USES= cmake compiler:c++11-lang desktop-file-utils gettext \ kde:5 qt:5 tar:xz -USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ - ecm i18n jobwidgets kio parts service solid sonnet textwidgets \ - widgetsaddons xmlgui +USE_KDE= auth codecs completion config configwidgets coreaddons \ + i18n jobwidgets kio parts service solid sonnet textwidgets \ + widgetsaddons xmlgui \ + doctools_build ecm_build USE_QT= concurrent core dbus gui network script widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build OPTIONS_DEFINE= DOCS .include diff --git a/sysutils/khelpcenter/Makefile b/sysutils/khelpcenter/Makefile index 6dd4ee9b2956..48a7e9b653d1 100644 --- a/sysutils/khelpcenter/Makefile +++ b/sysutils/khelpcenter/Makefile @@ -1,24 +1,30 @@ PORTNAME= khelpcenter DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-applications # kde kde-applications-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 application to show KDE application documentation LIB_DEPENDS= libxapian.so:databases/xapian-core USES= cmake compiler:c++11-lib cpe gettext gnome grantlee:5 kde:5 \ qt:5 shebangfix tar:xz USE_GNOME= libxml2 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ - coreaddons dbusaddons doctools ecm emoticons i18n init \ - itemmodels itemviews jobwidgets js kcmutils kdelibs4support \ + coreaddons dbusaddons emoticons i18n init \ + itemmodels itemviews jobwidgets js kcmutils \ kio khtml parts service sonnet textwidgets widgetsaddons \ - windowsystem xmlgui + windowsystem xmlgui \ + ecm_build +# This port depends on doctools; we need the entities and such for runtime +# documentation support, where all the other KDE Plasma parts need it +# only for the build-time documentation-generation. +USE_KDE+= doctools USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build SHEBANG_FILES= searchhandlers/khc_mansearch.pl OPTIONS_DEFINE= DOCS .include diff --git a/sysutils/plasma5-discover/Makefile b/sysutils/plasma5-discover/Makefile index 271bddf596d2..a12816d959c4 100644 --- a/sysutils/plasma5-discover/Makefile +++ b/sysutils/plasma5-discover/Makefile @@ -1,22 +1,24 @@ PORTNAME= discover DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 package management tools # TODO: update packagekit-qt5 #LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5 USES= cmake compiler:c++11-lib cpe desktop-file-utils \ gettext kde:5 pkgconfig qt:5 tar:xz USE_KDE= archive attica auth codecs completion config configwidgets \ - coreaddons crash dbusaddons ecm i18n iconthemes idletime itemmodels \ + coreaddons crash dbusaddons i18n iconthemes idletime itemmodels \ itemviews jobwidgets kcmutils kdeclarative kio kirigami2 newstuff \ notifications package plasma-framework service solid \ - textwidgets wallet windowsystem widgetsaddons xmlgui -USE_QT= concurrent core dbus declarative gui network svg testlib \ + textwidgets wallet windowsystem widgetsaddons xmlgui \ + ecm_build +USE_QT= concurrent core dbus declarative gui network svg \ widgets x11extras xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build .include diff --git a/sysutils/plasma5-drkonqi/Makefile b/sysutils/plasma5-drkonqi/Makefile index cfabdc95e6aa..525697a16fec 100644 --- a/sysutils/plasma5-drkonqi/Makefile +++ b/sysutils/plasma5-drkonqi/Makefile @@ -1,16 +1,18 @@ PORTNAME= drkonqi DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 crash handler USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ - crash i18n idletime jobwidgets kio notifications \ + crash i18n idletime jobwidgets kio notifications \ service syntaxhighlighting wallet widgetsaddons \ - windowsystem xmlrpcclient + windowsystem xmlrpcclient \ + ecm_build USE_QT= concurrent core dbus gui network widgets x11extras xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build .include diff --git a/sysutils/plasma5-kde-cli-tools/Makefile b/sysutils/plasma5-kde-cli-tools/Makefile index fa4e2a4a77a2..1abf6aedb3dd 100644 --- a/sysutils/plasma5-kde-cli-tools/Makefile +++ b/sysutils/plasma5-kde-cli-tools/Makefile @@ -1,20 +1,22 @@ PORTNAME= kde-cli-tools DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 non-interactive system tools USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz xorg USE_KDE= activities auth bookmarks codecs completion config configwidgets \ - coreaddons crash ecm emoticons guiaddons i18n iconthemes init \ - itemmodels itemviews jobwidgets kcmutils kdeclarative kdelibs4support kdesu \ + coreaddons crash emoticons guiaddons i18n iconthemes init \ + itemmodels itemviews jobwidgets kcmutils kdeclarative kdesu \ kio notifications parts plasma-workspace pty service solid sonnet \ - textwidgets unitconversion widgetsaddons windowsystem xmlgui -USE_QT= concurrent core dbus declarative gui network printsupport svg testlib widgets \ + textwidgets unitconversion widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build +USE_QT= concurrent core dbus declarative gui network printsupport svg widgets \ x11extras xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build USE_XORG= x11 .include diff --git a/sysutils/plasma5-kinfocenter/Makefile b/sysutils/plasma5-kinfocenter/Makefile index 7dab4857efd6..05f7549cb1e7 100644 --- a/sysutils/plasma5-kinfocenter/Makefile +++ b/sysutils/plasma5-kinfocenter/Makefile @@ -1,35 +1,37 @@ PORTNAME= kinfocenter DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 utility providing system information LIB_DEPENDS= libpci.so:devel/libpci USES= cmake compiler:c++11-lib cpe gettext gl kde:5 pkgconfig \ qt:5 tar:xz xorg USE_GL= egl gl glu USE_KDE= auth bookmarks codecs completion config configwidgets \ - coreaddons crash dbusaddons doctools ecm emoticons guiaddons \ + coreaddons crash dbusaddons emoticons guiaddons \ i18n iconthemes jobwidgets kcmutils kdeclarative \ - kdelibs4support kio notifications package parts init \ + kio notifications package parts init \ itemmodels itemviews service solid sonnet textwidgets \ unitconversion wayland wayland widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build \ systemsettings_run USE_QT= concurrent core dbus declarative gui network printsupport widgets xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext # TODO -- this should be handled correctly... LDFLAGS+=-ldevinfo # install freebsd-logo and distrorc post-install: ${MKDIR} ${STAGEDIR}/${DATADIR}/images ${INSTALL_DATA} ${FILESDIR}/freebsd_logo.svg ${STAGEDIR}/${DATADIR}/images/ ${MKDIR} ${STAGEDIR}/${PREFIX}/etc/xdg ${INSTALL_DATA} ${FILESDIR}/kcm-about-distrorc ${STAGEDIR}/${PREFIX}/etc/xdg/ ${REINPLACE_CMD} -i "" -e "s#%%DATADIR%%#${DATADIR}#" ${STAGEDIR}/${PREFIX}/etc/xdg/kcm-about-distrorc .include diff --git a/sysutils/plasma5-kmenuedit/Makefile b/sysutils/plasma5-kmenuedit/Makefile index eb0c26d18b95..fd235d555abf 100644 --- a/sysutils/plasma5-kmenuedit/Makefile +++ b/sysutils/plasma5-kmenuedit/Makefile @@ -1,17 +1,19 @@ PORTNAME= kmenuedit DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 menu editor USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ - coreaddons crash dbusaddons guiaddons ecm emoticons globalaccel \ + coreaddons crash dbusaddons emoticons globalaccel guiaddons \ hotkeys i18n iconthemes init itemmodels itemviews jobwidgets \ - kdelibs4support kio notifications parts service solid sonnet \ - textwidgets unitconversion widgetsaddons windowsystem xmlgui + kio notifications parts service solid sonnet \ + textwidgets unitconversion widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build USE_QT= concurrent core dbus gui network printsupport widgets xml\ buildtools_build qmake_build .include diff --git a/sysutils/plasma5-ksysguard/Makefile b/sysutils/plasma5-ksysguard/Makefile index 441d19b07927..475f79a70c58 100644 --- a/sysutils/plasma5-ksysguard/Makefile +++ b/sysutils/plasma5-ksysguard/Makefile @@ -1,32 +1,32 @@ PORTNAME= ksysguard DISTVERSION= ${KDE_PLASMA_VERSION} PKGNAMEPREFIX= plasma5- CATEGORIES= sysutils kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ DIST_SUBDIR= KDE/plasma/${KDE_PLASMA_VERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 utility to track and control the running processes USES= cmake compiler:c++11-lib cpe desktop-file-utils \ gettext kde:5 localbase pathfix qt:5 tar:xz USE_KDE= attica auth codecs completion config configwidgets coreaddons \ dbusaddons emoticons i18n iconthemes init itemmodels \ itemviews jobwidgets kdelibs4support kio libksysguard \ newstuff notifications service widgetsaddons windowsystem \ xmlgui \ - doctools_build + doctools_build ecm_build USE_QT= concurrent core dbus gui network widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build OPTIONS_DEFINE= INOTIFY OPTIONS_DEFAULT= ${OPTIONS_DEFINE} OPTIONS_SUB= yes INOTIFY_DESC= Filesystem alteration notifications using inotify INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Inotify KDE_PLASMA_VERSION= 5.22.0 .include diff --git a/sysutils/plasma5-powerdevil/Makefile b/sysutils/plasma5-powerdevil/Makefile index fd1e717904f4..0efb21a9731d 100644 --- a/sysutils/plasma5-powerdevil/Makefile +++ b/sysutils/plasma5-powerdevil/Makefile @@ -1,23 +1,25 @@ PORTNAME= powerdevil DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 tool to manage the power consumption settings LIB_DEPENDS= libudev.so:devel/libudev-devd RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= activities auth bookmarks codecs completion configwidgets \ - coreaddons crash config dbusaddons ecm emoticons globalaccel \ + coreaddons crash config dbusaddons emoticons globalaccel \ guiaddons i18n idletime iconthemes init itemmodels itemviews \ jobwidgets kdelibs4support kio libkscreen notifications \ notifyconfig parts plasma-workspace service solid sonnet \ textwidgets unitconversion wayland widgetsaddons windowsystem \ - xmlgui + xmlgui \ + doctools_build ecm_build USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= xcb .include diff --git a/sysutils/plasma5-systemsettings/Makefile b/sysutils/plasma5-systemsettings/Makefile index 0887a5327861..7c6427a12add 100644 --- a/sysutils/plasma5-systemsettings/Makefile +++ b/sysutils/plasma5-systemsettings/Makefile @@ -1,17 +1,19 @@ PORTNAME= systemsettings DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 system settings USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz USE_KDE= activities activities-stats auth codecs completion config \ - configwidgets coreaddons crash dbusaddons doctools ecm guiaddons \ + configwidgets coreaddons crash dbusaddons guiaddons \ i18n iconthemes itemmodels itemviews jobwidgets js kcmutils \ kdeclarative khtml kio kirigami2 package parts plasma-workspace \ - service sonnet textwidgets widgetsaddons windowsystem xmlgui + service sonnet textwidgets widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build USE_QT= concurrent core dbus declarative gui network widgets xml \ buildtools_build qmake_build .include diff --git a/www/qt5-webchannel/Makefile b/www/qt5-webchannel/Makefile index 05741698feaf..66e13d472042 100644 --- a/www/qt5-webchannel/Makefile +++ b/www/qt5-webchannel/Makefile @@ -1,17 +1,18 @@ PORTNAME= webchannel DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt 5 library for integration of C++/QML with HTML/js clients USES= compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel -USE_QT= buildtools_build core declarative +USE_QT= core declarative \ + buildtools_build testlib_build # The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted # tarball, which we need during the build. EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions .include diff --git a/x11-themes/plasma5-kde-gtk-config/Makefile b/x11-themes/plasma5-kde-gtk-config/Makefile index 83f6de25513c..d351dfb673f7 100644 --- a/x11-themes/plasma5-kde-gtk-config/Makefile +++ b/x11-themes/plasma5-kde-gtk-config/Makefile @@ -1,25 +1,27 @@ PORTNAME= kde-gtk-config DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 GTK2 and GTK3 configurator LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ sassc:textproc/sassc RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas USES= cmake compiler:c++11-lib cpe gettext gnome \ kde:5 pkgconfig qt:5 tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20 USE_KDE= archive attica auth codecs completion config configwidgets \ - coreaddons dbusaddons decoration ecm guiaddons i18n iconthemes \ - jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui -USE_QT= concurrent core dbus gui network svg testlib widgets xml \ - buildtools_build qmake_build + coreaddons dbusaddons decoration guiaddons i18n iconthemes \ + jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui \ + ecm_build +USE_QT= concurrent core dbus gui network svg widgets xml \ + buildtools_build qmake_build testlib_build USE_XORG= xcursor .include diff --git a/x11-wm/plasma5-kdecoration/Makefile b/x11-wm/plasma5-kdecoration/Makefile index f848541804ce..a0e233928964 100644 --- a/x11-wm/plasma5-kdecoration/Makefile +++ b/x11-wm/plasma5-kdecoration/Makefile @@ -1,15 +1,18 @@ PORTNAME= kdecoration DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-wm kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 library to create window decorations LICENSE= LGPL21 USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz USE_LDCONFIG= yes -USE_KDE= ecm i18n -USE_QT= core gui testlib buildtools_build qmake_build +USE_KDE= i18n \ + ecm_build +USE_QT= core gui \ + buildtools_build qmake_build testlib_build .include diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index dc94b2c23f3e..a888df48c653 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -1,52 +1,53 @@ PORTNAME= kwin DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-wm kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 window manager LICENSE= GPLv2 LIB_DEPENDS= libXcursor.so:x11/libXcursor \ libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy \ libepoll-shim.so:devel/libepoll-shim \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libinput.so:x11/libinput \ libudev.so:devel/libudev-devd \ liblcms2.so:graphics/lcms2 \ libwayland-cursor.so:graphics/wayland \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxkbcommon.so:x11/libxkbcommon BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ xwayland-devel>0:x11-servers/xwayland-devel \ ${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT} RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel \ ${kde-kwayland-protocols_LIB}:${kde-kwayland-protocols_PORT} USES= cmake compiler:c++11-lib cpe gettext gl gnome kde:5 pkgconfig python:3.5+,run \ qt:5 shebangfix tar:xz xorg USE_GL= egl USE_GNOME= glib20 USE_KDE= activities activities attica auth breeze codecs \ completion config configwidgets coreaddons crash decoration \ globalaccel i18n iconthemes idletime init \ jobwidgets kcmutils kdeclarative kio kscreenlocker \ newstuff notifications package plasma-framework runner service sonnet \ textwidgets widgetsaddons windowsystem xmlgui \ kwayland-integration kwayland-server wayland \ - doctools_build + doctools_build ecm_build USE_LDCONFIG= yes USE_QT= concurrent core dbus declarative gui multimedia network script \ - sensors testlib uiplugin uitools widgets x11extras xml \ - buildtools_build qmake_build \ + sensors uiplugin uitools widgets x11extras xml \ + buildtools_build qmake_build testlib_build \ quickcontrols2_run virtualkeyboard_run USE_XORG= ice sm x11 xcb xext xi SHEBANG_FILES= kconf_update/*.py \ kconf_update/*.pl .include diff --git a/x11/plasma5-kgamma5/Makefile b/x11/plasma5-kgamma5/Makefile index 83e089e38fa4..867fef2d92fb 100644 --- a/x11/plasma5-kgamma5/Makefile +++ b/x11/plasma5-kgamma5/Makefile @@ -1,19 +1,21 @@ PORTNAME= kgamma5 DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 monitor's gamma settings #' +COMMENT= Plasma5 display gamma settings USES= cmake compiler:c++11-lang cpe gettext kde:5 qt:5 \ tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ - coreaddons crash doctools ecm emoticons guiaddons i18n \ + coreaddons crash emoticons guiaddons i18n \ iconthemes init itemmodels itemviews jobwidgets \ - kdelibs4support kio notifications parts service solid sonnet \ - textwidgets unitconversion widgetsaddons windowsystem xmlgui + kio notifications parts service solid sonnet \ + textwidgets unitconversion widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build USE_QT= core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext xxf86vm .include diff --git a/x11/plasma5-libkscreen/Makefile b/x11/plasma5-libkscreen/Makefile index bc9b75ebc9ef..7cc63f94e99c 100644 --- a/x11/plasma5-libkscreen/Makefile +++ b/x11/plasma5-libkscreen/Makefile @@ -1,15 +1,17 @@ PORTNAME= libkscreen DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 screen management library USES= cmake compiler:c++11-lib cpe kde:5 pathfix \ pkgconfig qt:5 tar:xz xorg -USE_KDE= ecm wayland -USE_QT= core dbus gui testlib x11extras \ - buildtools_build qmake_build +USE_KDE= wayland \ + ecm_build +USE_QT= core dbus gui x11extras \ + buildtools_build qmake_build testlib_build USE_XORG= x11 xcb xrandr .include diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile index 4dbffc2946d2..3c3f32762d4c 100644 --- a/x11/plasma5-plasma-desktop/Makefile +++ b/x11/plasma5-plasma-desktop/Makefile @@ -1,70 +1,72 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 plasma desktop # TODO: update packagekit-qt5 #LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libxkbcommon.so:x11/libxkbcommon \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-util.so:x11/xcb-util \ libxkbfile.so:x11/libxkbfile RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ xf86-input-evdev>0:x11-drivers/xf86-input-evdev \ xf86-input-libinput>0:x11-drivers/xf86-input-libinput \ setxkbmap:x11/setxkbmap BUILD_DEPENDS= xf86-input-evdev>0:x11-drivers/xf86-input-evdev \ xf86-input-synaptics>0:x11-drivers/xf86-input-synaptics \ xf86-input-libinput>0:x11-drivers/xf86-input-libinput USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gnome \ kde:5 pkgconfig python:3.5+,run qt:5 shebangfix tar:xz xorg USE_GNOME= glib20 USE_KDE= activities activities-stats archive attica auth baloo \ bookmarks codecs completion config configwidgets coreaddons \ - crash dbusaddons doctools ecm emoticons filemetadata \ + crash dbusaddons emoticons filemetadata \ globalaccel guiaddons i18n iconthemes init itemmodels \ itemviews jobwidgets kcmutils kdeclarative kdelibs4support \ kio libksysguard newstuff notifications \ notifyconfig package parts people plasma-framework \ plasma-workspace runner service solid \ sonnet textwidgets unitconversion wallet \ - widgetsaddons windowsystem xmlgui -USE_KDE+= drkonqi_run infocenter_run kde-cli-tools_run kmenuedit_run \ + widgetsaddons windowsystem xmlgui \ + doctools_build ecm_build \ + drkonqi_run infocenter_run kde-cli-tools_run kmenuedit_run \ ksysguard_run \ polkit-kde-agent-1_run systemsettings_run USE_QT= concurrent core dbus declarative gui network phonon4 printsupport \ sql svg widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xcb xcursor xext xfixes xft xi xrender CMAKE_ON= WANT_SYNAPTICS SHEBANG_FILES= kcms/ksmserver/kconf_update/*.py \ kcms/keyboard/*.py OPTIONS_SUB= yes OPTIONS_GROUP= IM OPTIONS_GROUP_IM= IBUS SCIM IM_DESC= Input Method Support IBUS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_IBus IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus IBUS_DESC= Enable IBUS backend for input dialog SCIM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SCIM SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim SCIM_DESC= Enable SCIM backend for input dialog post-patch: # Set the correct iso-codes directory ${REINPLACE_CMD} -e '/isoCodesXmlDir/ s#/usr/share#${LOCALBASE}/share#g' \ ${PATCH_WRKSRC}/kcms/keyboard/iso_codes.h .include diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile index 70ab1e8e0687..0eebe131c179 100644 --- a/x11/plasma5-plasma-workspace/Makefile +++ b/x11/plasma5-plasma-workspace/Makefile @@ -1,56 +1,58 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 Plasma workspace LIB_DEPENDS= libcln.so:math/cln \ libdbusmenu-qt5.so:devel/libdbusmenu-qt \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libqalculate.so:math/libqalculate \ libwayland-client.so:graphics/wayland \ libxcb-image.so:x11/xcb-util-image \ libxcb-util.so:x11/xcb-util RUN_DEPENDS= ck-launch-session:sysutils/consolekit2\ iceauth:x11/iceauth \ xsetroot:x11/xsetroot \ xset:x11/xset \ xmessage:x11/xmessage \ ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \ iso-codes>=0:misc/iso-codes \ ${LOCALBASE}/bin/genv:sysutils/coreutils USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 pkgconfig \ qt:5 tar:xz xorg USE_KDE= activities activities-stats activitymanagerd attica archive auth baloo bookmarks \ codecs completion config configwidgets coreaddons crash \ - dbusaddons doctools emoticons filemetadata globalaccel \ + dbusaddons emoticons filemetadata globalaccel \ guiaddons holidays i18n iconthemes idletime init itemmodels \ itemviews jobwidgets js jsembed kcmutils kdeclarative \ - kdelibs4support kdesu kdewebkit kio kscreenlocker \ + kdesu kdewebkit kio kscreenlocker \ notifications package pty kwin libkscreen libksysguard \ newstuff notifyconfig parts people plasma-framework \ plasma-integration prison runner service solid sonnet \ texteditor textwidgets unitconversion wallet wayland \ widgetsaddons windowsystem xmlgui xmlrpcclient \ + doctools_build ecm_build \ breeze_run breeze-icons_run kquickcharts_run oxygen-icons5_run \ kded_run milou_run USE_QT= concurrent core declarative dbus graphicaleffects gui network phonon4 \ printsupport qdbus quickcontrols_run script svg sql \ - testlib wayland webkit widgets x11extras xml \ - paths_run \ - buildtools_build qmake_build + wayland webkit widgets x11extras xml \ + buildtools_build qmake_build testlib_build \ + paths_run USE_XORG= ice sm x11 xau xcb xcomposite xcursor xext xfixes xft xkbfile xrender xtst CMAKE_OFF= BUILD_TESTING # In 5.15 a file was moved from x11/plasma5-plasma-desktop to x11/plasma5-plasma-workspace: CONFLICTS_INSTALL= plasma5-plasma-desktop-5.14.* post-stage: ${INSTALL_SCRIPT} ${FILESDIR}/startplasma-wayland.sh ${STAGEDIR}/${LOCALBASE}/bin/ .include