aboutsummaryrefslogtreecommitdiff
path: root/x11/waybar
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-09-01 15:43:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-09-03 11:55:56 +0000
commitea3553f41bda374038c14f6fb02ec30763bba81d (patch)
tree1b2817c28cc5ae2e2ce333a12802068a2dc7f0ba /x11/waybar
parent0f650f15e1170dcc19998adc6298859be2d9616f (diff)
downloadports-ea3553f41bda374038c14f6fb02ec30763bba81d.tar.gz
ports-ea3553f41bda374038c14f6fb02ec30763bba81d.zip
x11/waybar: drop hyprland* flavors after 0f650f15e117
https://github.com/hyprwm/Hyprland/commit/bb0933437f46 This reverts commit be4f4ef88e4991abb818401e785dd51233ff283c.
Diffstat (limited to 'x11/waybar')
-rw-r--r--x11/waybar/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index 93166c914b68..738027905bd0 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libdate-tz.so:devel/date \
libxkbregistry.so:x11/libxkbcommon
TEST_DEPENDS= catch>0:devel/catch
-FLAVORS= default hyprland hyprland_nopulse nopulse
+FLAVORS= default nopulse
CONFLICTS_INSTALL= ${PORTNAME}*
USES= compiler:c++20-lang gnome meson pkgconfig
@@ -32,11 +32,6 @@ PLIST_FILES= bin/${PORTNAME} \
etc/xdg/${PORTNAME}/config \
etc/xdg/${PORTNAME}/style.css
-.if ${FLAVOR:U:Mhyprland*}
-# https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/40
-MESON_ARGS+= -Dexperimental=true
-.endif
-
# XXX Add pkg-config support to devel/date
.if exists(${.CURDIR}/files/date.pc.in)
CONFIGURE_ENV+= PKG_CONFIG_PATH="${WRKDIR}"
@@ -154,11 +149,6 @@ post-patch:
# Respect PREFIX for icons
@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/src/modules/wlr/taskbar.cpp
-.if ${FLAVOR:U:Mhyprland*}
-# Use hyprctl to switch workspaces
- @${REINPLACE_CMD} 's/zext_workspace_handle_v1_activate(workspace_handle_);/const std::string command = "hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());/g' \
- ${WRKSRC}/src/modules/wlr/workspace_manager.cpp
-.endif
pre-test:
@if [ ! -e ${WRKDIR}/.meson_build_tests ]; then \