git: a31c989be86c - main - kde.mk: fix component for x11/plasma-wayland-protocols and make accessible
Tobias C. Berner
tcberner at freebsd.org
Thu Jul 22 16:22:03 UTC 2021
Moin moin
This broke index due to the component being used (incorrectly) in
x11-wm/plasma5-kwin -- fixed in
db140310bdde92074243d1bb2ee44efddc802864.
mfg Tobias
On Thu, 22 Jul 2021 at 15:39, Tobias C. Berner <tcberner at freebsd.org> wrote:
>
> The branch main has been updated by tcberner:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a31c989be86c0896a98932337a3a4c1c57fa5080
>
> commit a31c989be86c0896a98932337a3a4c1c57fa5080
> Author: Tobias C. Berner <tcberner at FreeBSD.org>
> AuthorDate: 2021-07-22 13:33:25 +0000
> Commit: Tobias C. Berner <tcberner at FreeBSD.org>
> CommitDate: 2021-07-22 13:39:10 +0000
>
> kde.mk: fix component for x11/plasma-wayland-protocols and make accessible
> ---
> Mk/Uses/kde.mk | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
> index 3cdcb30c0427..9d82d37551e5 100644
> --- a/Mk/Uses/kde.mk
> +++ b/Mk/Uses/kde.mk
> @@ -255,7 +255,8 @@ _USE_FRAMEWORKS_ALL= ecm \
> ${_USE_FRAMEWORKS_TIER4} \
> ${_USE_FRAMEWORKS_PORTING} \
> ${_USE_FRAMEWORKS_EXTRA} \
> - kpublictransport kosm
> + kpublictransport kosm \
> + plasma-wayland-protocols
>
> # List of components of the KDE Plasma distribution.
> _USE_PLASMA_ALL= activitymanagerd breeze breeze-gtk \
> @@ -436,9 +437,6 @@ kde-kquickcharts_PATH= ${QT_QMLDIR}/org/kde/quickcharts/controls/libchartscontr
> kde-kross_PORT= lang/kf5-kross
> kde-kross_LIB= libKF5KrossCore.so
>
> -kde-kwayland-protocols_PORT= x11/plasma-wayland-protocols
> -kde-kwayland-protocols_LIB= ${KDE_PREFIX}/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfig.cmake
> -
> kde-kwayland-server_PORT= x11/plasma5-kwayland-server
> kde-kwayland-server_LIB= libKWaylandServer.so
>
> @@ -473,6 +471,9 @@ kde-people_LIB= libKF5People.so
> kde-plasma-framework_PORT= x11/kf5-plasma-framework
> kde-plasma-framework_LIB= libKF5Plasma.so
>
> +kde-plasma-wayland-protocols_PORT= x11/plasma-wayland-protocols
> +kde-plasma-wayland-protocols_PATH= ${KDE_PREFIX}/lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfig.cmake
> +
> kde-plotting_PORT= graphics/kf5-kplotting
> kde-plotting_LIB= libKF5Plotting.so
>
More information about the dev-commits-ports-all
mailing list