diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2022-09-11 10:20:14 +0000 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2022-09-11 10:20:14 +0000 |
commit | ddae4e92d8313a1461145e3b4f0232fe463feaee (patch) | |
tree | e84ab3fcfdf00dbf560f8ef9ae031d0c2ed252f5 /x11-wm | |
parent | 51a360b7fe98be99d21134e5fe624ba12d596dd9 (diff) | |
download | ports-ddae4e92d8313a1461145e3b4f0232fe463feaee.tar.gz ports-ddae4e92d8313a1461145e3b4f0232fe463feaee.zip |
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/kwinft/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/lxqt-panel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/lxqt-session/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/obconf-qt/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/plasma5-kdecoration/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/plasma5-kwin/Makefile | 6 |
6 files changed, 12 insertions, 12 deletions
diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile index b4c5f3bd8004..da3f90de5a76 100644 --- a/x11-wm/kwinft/Makefile +++ b/x11-wm/kwinft/Makefile @@ -30,14 +30,14 @@ CONFLICTS_INSTALL= plasma5-kwin # bin/kwin_wayland USES= cmake:testing gl kde:5 pkgconfig python:run qt:5 shebangfix xorg USE_GITLAB= yes USE_GL= egl -USE_KDE= ecm_build auth completion config configwidgets \ +USE_KDE= ecm:build auth completion config configwidgets \ coreaddons crash dbusaddons decoration globalaccel i18n \ idletime kcmutils kdeclarative kio kscreenlocker newstuff \ notifications package plasma-framework service textwidgets \ widgetsaddons windowsystem xmlgui USE_LDCONFIG= yes -USE_QT= qmake_build buildtools_build core dbus declarative gui \ - multimedia_run quickcontrols2_run widgets x11extras +USE_QT= qmake:build buildtools:build core dbus declarative gui \ + multimedia:run quickcontrols2:run widgets x11extras USE_XORG= pixman x11 xcb xi SHEBANG_FILES= kconf_update/*.py kconf_update/*.pl GL_COMMIT= 022f157ce4bd14fbe069ab6fe41647b70d20f004 @@ -51,7 +51,7 @@ BREEZE_DESC= Default window decoration plugin BREEZE_USE= KDE=breeze BREEZE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Breeze -DOCS_USE= KDE=doctools_build +DOCS_USE= KDE=doctools:build DOCS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5DocTools QA11Y_DESC= Accessibility (focus tracking) for Zoom effect diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index 6981310e9e9d..e8891b00bf4f 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= lxmenu-data>=0.1.2:x11/lxmenu-data USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \ localbase:ldflags lxqt pkgconfig tar:xz xorg -USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ +USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ x11extras xml concurrent USE_KDE= windowsystem USE_LXQT= buildtools lxqt globalkeys qtxdg diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile index 1e7db1d9114a..644cee0b6a35 100644 --- a/x11-wm/lxqt-session/Makefile +++ b/x11-wm/lxqt-session/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs USES= cmake compiler:c++14-lang kde:5 lxqt qt:5 \ pkgconfig tar:xz xorg gnome -USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ +USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt qtxdg diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile index 0461510f8848..59b9f2248ec6 100644 --- a/x11-wm/obconf-qt/Makefile +++ b/x11-wm/obconf-qt/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libobt.so:x11-wm/openbox \ USES= cmake compiler:c++11-lang gettext-runtime localbase qt:5 \ gnome lxqt pkgconfig tar:xz xorg -USE_QT= buildtools_build qmake_build core gui linguisttools \ +USE_QT= buildtools:build qmake:build core gui linguisttools \ widgets x11extras USE_LXQT= buildtools diff --git a/x11-wm/plasma5-kdecoration/Makefile b/x11-wm/plasma5-kdecoration/Makefile index 0a8a19fd6a79..cdcd2e871177 100644 --- a/x11-wm/plasma5-kdecoration/Makefile +++ b/x11-wm/plasma5-kdecoration/Makefile @@ -11,8 +11,8 @@ LICENSE= LGPL21 USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_LDCONFIG= yes USE_KDE= coreaddons i18n \ - ecm_build + ecm:build USE_QT= core gui \ - buildtools_build qmake_build testlib_build + buildtools:build qmake:build testlib:build .include <bsd.port.mk> diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index 92a220eb24bf..08da6e9d9351 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -41,12 +41,12 @@ USE_KDE= activities attica auth breeze codecs completion config \ notifications package plasma-framework \ plasma-wayland-protocols runner service sonnet textwidgets \ wayland widgetsaddons windowsystem xmlgui \ - doctools_build ecm_build + doctools:build ecm:build USE_LDCONFIG= yes USE_QT= concurrent core dbus declarative gui multimedia network script \ sensors uiplugin uitools widgets x11extras xml \ - buildtools_build qmake_build testlib_build \ - quickcontrols2_run virtualkeyboard_run + 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 |