x11-toolkits/wlroots: update to 0.18.0

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.18.0
Reported by:	GitLab (notify releases)
This commit is contained in:
Jan Beich 2024-07-12 23:39:50 +02:00
parent 985c92a2f2
commit 20de9a1b52
17 changed files with 166 additions and 138 deletions

View file

@ -1,6 +1,7 @@
PORTNAME= como
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= x11-toolkits
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@ -18,7 +19,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libwayland-server.so:graphics/wayland \
libWraplandServer.so:graphics/wrapland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon \
libxcb-image.so:x11/xcb-util-image \

View file

@ -1,5 +1,6 @@
PORTNAME= scenefx
DISTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= x11-toolkits
MAINTAINER= jbeich@FreeBSD.org
@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>=1.27:graphics/wayland-protocols
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots
libwlroots.so:x11-toolkits/wlroots017
USES= compiler:c11 meson pkgconfig xorg
USE_GITHUB= yes

View file

@ -1,5 +1,5 @@
PORTNAME= wlroots
DISTVERSION= 0.17.4
DISTVERSION= 0.18.0
CATEGORIES= x11-toolkits
MAINTAINER= jbeich@FreeBSD.org
@ -9,7 +9,7 @@ WWW= https://gitlab.freedesktop.org/wlroots/wlroots
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>=1.32:graphics/wayland-protocols
BUILD_DEPENDS= wayland-protocols>=1.35:graphics/wayland-protocols
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libwayland-server.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
@ -21,21 +21,34 @@ USE_XORG= pixman
USE_LDCONFIG= yes
GL_SITE= https://gitlab.freedesktop.org
MESON_ARGS= -Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}
PLIST_SUB= SUFFIX=-${DISTVERSION:R}
OPTIONS_DEFINE= DRM OPENGL VULKAN X11
OPTIONS_DEFAULT=DRM OPENGL VULKAN X11
# XXX Drop after graphics/wayland >= 1.24 update
# https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/401
MESON_ARGS+= -Dc_std=c11
OPTIONS_DEFINE= DRM LCMS2 LIBLIFTOFF OPENGL VULKAN X11
OPTIONS_DEFAULT=DRM LCMS2 LIBLIFTOFF OPENGL VULKAN X11
OPTIONS_SUB= yes
DRM_DESC= KMS console support
DRM_BUILD_DEPENDS= hwdata>0:misc/hwdata
DRM_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
hwdata>0:misc/hwdata
DRM_LIB_DEPENDS= libudev.so:devel/libudev-devd \
libliftoff.so:graphics/libliftoff \
libdisplay-info.so:sysutils/libdisplay-info \
libseat.so:sysutils/seatd \
libinput.so:x11/libinput
DRM_MESON_ENABLED= session
DRM_VARS= BACKENDS+="drm libinput"
LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
LCMS2_MESON_ENABLED= color-management
LIBLIFTOFF_DESC= libliftoff DRM interface (see WLR_DRM_FORCE_LIBLIFTOFF)
LIBLIFTOFF_LIB_DEPENDS= libliftoff.so:graphics/libliftoff
LIBLIFTOFF_MESON_ENABLED= libliftoff
LIBLIFTOFF_IMPLIES= DRM
OPENGL_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
OPENGL_USE= GL=egl,glesv2
OPENGL_VARS= RENDERERS+=gles2

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1719512708
SHA256 (wlroots-0.17.4.tar.bz2) = 76cea5143c966640000efad32d5961b1d2303744497d30ef5e78aaf50360288d
SIZE (wlroots-0.17.4.tar.bz2) = 454301
TIMESTAMP = 1720820390
SHA256 (wlroots-0.18.0.tar.bz2) = 5d46f6a4734ca659ad144c2bcab5da781987091dcbb0744c8aa05940eb73d372
SIZE (wlroots-0.18.0.tar.bz2) = 469529

View file

@ -1,110 +1,116 @@
include/wlr/backend.h
%%DRM%%include/wlr/backend/drm.h
include/wlr/backend/headless.h
include/wlr/backend/interface.h
%%DRM%%include/wlr/backend/libinput.h
include/wlr/backend/multi.h
%%DRM%%include/wlr/backend/session.h
include/wlr/backend/wayland.h
%%X11%%include/wlr/backend/x11.h
include/wlr/config.h
include/wlr/interfaces/wlr_buffer.h
include/wlr/interfaces/wlr_keyboard.h
include/wlr/interfaces/wlr_output.h
include/wlr/interfaces/wlr_pointer.h
include/wlr/interfaces/wlr_switch.h
include/wlr/interfaces/wlr_tablet_pad.h
include/wlr/interfaces/wlr_tablet_tool.h
include/wlr/interfaces/wlr_touch.h
include/wlr/render/allocator.h
include/wlr/render/dmabuf.h
include/wlr/render/drm_format_set.h
%%OPENGL%%include/wlr/render/egl.h
%%OPENGL%%include/wlr/render/gles2.h
include/wlr/render/interface.h
include/wlr/render/pass.h
include/wlr/render/pixman.h
include/wlr/render/swapchain.h
%%VULKAN%%include/wlr/render/vulkan.h
include/wlr/render/wlr_renderer.h
include/wlr/render/wlr_texture.h
include/wlr/types/wlr_buffer.h
include/wlr/types/wlr_compositor.h
include/wlr/types/wlr_content_type_v1.h
include/wlr/types/wlr_cursor.h
include/wlr/types/wlr_cursor_shape_v1.h
include/wlr/types/wlr_damage_ring.h
include/wlr/types/wlr_data_control_v1.h
include/wlr/types/wlr_data_device.h
include/wlr/types/wlr_drm.h
%%DRM%%include/wlr/types/wlr_drm_lease_v1.h
include/wlr/types/wlr_export_dmabuf_v1.h
include/wlr/types/wlr_foreign_toplevel_management_v1.h
include/wlr/types/wlr_fractional_scale_v1.h
include/wlr/types/wlr_fullscreen_shell_v1.h
include/wlr/types/wlr_gamma_control_v1.h
include/wlr/types/wlr_idle_inhibit_v1.h
include/wlr/types/wlr_idle_notify_v1.h
include/wlr/types/wlr_input_device.h
include/wlr/types/wlr_input_inhibitor.h
include/wlr/types/wlr_input_method_v2.h
include/wlr/types/wlr_keyboard.h
include/wlr/types/wlr_keyboard_group.h
include/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h
include/wlr/types/wlr_layer_shell_v1.h
include/wlr/types/wlr_linux_dmabuf_v1.h
include/wlr/types/wlr_matrix.h
include/wlr/types/wlr_output.h
include/wlr/types/wlr_output_layer.h
include/wlr/types/wlr_output_layout.h
include/wlr/types/wlr_output_management_v1.h
include/wlr/types/wlr_output_power_management_v1.h
include/wlr/types/wlr_pointer.h
include/wlr/types/wlr_pointer_constraints_v1.h
include/wlr/types/wlr_pointer_gestures_v1.h
include/wlr/types/wlr_presentation_time.h
include/wlr/types/wlr_primary_selection.h
include/wlr/types/wlr_primary_selection_v1.h
include/wlr/types/wlr_region.h
include/wlr/types/wlr_relative_pointer_v1.h
include/wlr/types/wlr_scene.h
include/wlr/types/wlr_screencopy_v1.h
include/wlr/types/wlr_seat.h
include/wlr/types/wlr_security_context_v1.h
include/wlr/types/wlr_server_decoration.h
include/wlr/types/wlr_session_lock_v1.h
include/wlr/types/wlr_shm.h
include/wlr/types/wlr_single_pixel_buffer_v1.h
include/wlr/types/wlr_subcompositor.h
include/wlr/types/wlr_switch.h
include/wlr/types/wlr_tablet_pad.h
include/wlr/types/wlr_tablet_tool.h
include/wlr/types/wlr_tablet_v2.h
include/wlr/types/wlr_tearing_control_v1.h
include/wlr/types/wlr_text_input_v3.h
include/wlr/types/wlr_touch.h
include/wlr/types/wlr_viewporter.h
include/wlr/types/wlr_virtual_keyboard_v1.h
include/wlr/types/wlr_virtual_pointer_v1.h
include/wlr/types/wlr_xcursor_manager.h
include/wlr/types/wlr_xdg_activation_v1.h
include/wlr/types/wlr_xdg_decoration_v1.h
include/wlr/types/wlr_xdg_foreign_registry.h
include/wlr/types/wlr_xdg_foreign_v1.h
include/wlr/types/wlr_xdg_foreign_v2.h
include/wlr/types/wlr_xdg_output_v1.h
include/wlr/types/wlr_xdg_shell.h
include/wlr/util/addon.h
include/wlr/util/box.h
include/wlr/util/edges.h
include/wlr/util/log.h
include/wlr/util/region.h
include/wlr/version.h
include/wlr/xcursor.h
%%X11%%include/wlr/xwayland.h
%%X11%%include/wlr/xwayland/server.h
%%X11%%include/wlr/xwayland/shell.h
%%X11%%include/wlr/xwayland/xwayland.h
lib/libwlroots.so
lib/libwlroots.so.12
libdata/pkgconfig/wlroots.pc
include/wlroots%%SUFFIX%%/wlr/backend.h
%%DRM%%include/wlroots%%SUFFIX%%/wlr/backend/drm.h
include/wlroots%%SUFFIX%%/wlr/backend/headless.h
include/wlroots%%SUFFIX%%/wlr/backend/interface.h
%%DRM%%include/wlroots%%SUFFIX%%/wlr/backend/libinput.h
include/wlroots%%SUFFIX%%/wlr/backend/multi.h
%%DRM%%include/wlroots%%SUFFIX%%/wlr/backend/session.h
include/wlroots%%SUFFIX%%/wlr/backend/wayland.h
%%X11%%include/wlroots%%SUFFIX%%/wlr/backend/x11.h
include/wlroots%%SUFFIX%%/wlr/config.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_buffer.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_keyboard.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_output.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_pointer.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_switch.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_tablet_pad.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_tablet_tool.h
include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_touch.h
include/wlroots%%SUFFIX%%/wlr/render/allocator.h
include/wlroots%%SUFFIX%%/wlr/render/color.h
include/wlroots%%SUFFIX%%/wlr/render/dmabuf.h
include/wlroots%%SUFFIX%%/wlr/render/drm_format_set.h
include/wlroots%%SUFFIX%%/wlr/render/drm_syncobj.h
%%OPENGL%%include/wlroots%%SUFFIX%%/wlr/render/egl.h
%%OPENGL%%include/wlroots%%SUFFIX%%/wlr/render/gles2.h
include/wlroots%%SUFFIX%%/wlr/render/interface.h
include/wlroots%%SUFFIX%%/wlr/render/pass.h
include/wlroots%%SUFFIX%%/wlr/render/pixman.h
include/wlroots%%SUFFIX%%/wlr/render/swapchain.h
%%VULKAN%%include/wlroots%%SUFFIX%%/wlr/render/vulkan.h
include/wlroots%%SUFFIX%%/wlr/render/wlr_renderer.h
include/wlroots%%SUFFIX%%/wlr/render/wlr_texture.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_alpha_modifier_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_buffer.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_compositor.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_content_type_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_cursor.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_cursor_shape_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_damage_ring.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_data_control_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_data_device.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_drm.h
%%DRM%%include/wlroots%%SUFFIX%%/wlr/types/wlr_drm_lease_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_export_dmabuf_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_ext_foreign_toplevel_list_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_foreign_toplevel_management_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_fractional_scale_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_fullscreen_shell_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_gamma_control_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_idle_inhibit_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_idle_notify_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_input_device.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_input_method_v2.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_keyboard.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_keyboard_group.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_layer_shell_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_linux_dmabuf_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_linux_drm_syncobj_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_matrix.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_output.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_output_layer.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_output_layout.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_output_management_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_output_power_management_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_output_swapchain_manager.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_pointer.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_pointer_constraints_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_pointer_gestures_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_presentation_time.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_primary_selection.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_primary_selection_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_region.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_relative_pointer_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_scene.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_screencopy_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_seat.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_security_context_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_server_decoration.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_session_lock_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_shm.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_single_pixel_buffer_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_subcompositor.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_switch.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_tablet_pad.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_tablet_tool.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_tablet_v2.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_tearing_control_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_text_input_v3.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_touch.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_transient_seat_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_viewporter.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_virtual_keyboard_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_virtual_pointer_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xcursor_manager.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_activation_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_decoration_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_foreign_registry.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_foreign_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_foreign_v2.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_output_v1.h
include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_shell.h
include/wlroots%%SUFFIX%%/wlr/util/addon.h
include/wlroots%%SUFFIX%%/wlr/util/box.h
include/wlroots%%SUFFIX%%/wlr/util/edges.h
include/wlroots%%SUFFIX%%/wlr/util/log.h
include/wlroots%%SUFFIX%%/wlr/util/region.h
include/wlroots%%SUFFIX%%/wlr/util/transform.h
include/wlroots%%SUFFIX%%/wlr/version.h
include/wlroots%%SUFFIX%%/wlr/xcursor.h
%%X11%%include/wlroots%%SUFFIX%%/wlr/xwayland.h
%%X11%%include/wlroots%%SUFFIX%%/wlr/xwayland/server.h
%%X11%%include/wlroots%%SUFFIX%%/wlr/xwayland/shell.h
%%X11%%include/wlroots%%SUFFIX%%/wlr/xwayland/xwayland.h
lib/libwlroots%%SUFFIX%%.so
libdata/pkgconfig/wlroots%%SUFFIX%%.pc

View file

@ -1,5 +1,6 @@
PORTNAME= cagebreak
DISTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -15,7 +16,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \
libwayland-server.so:graphics/wayland \
libfontconfig.so:x11-fonts/fontconfig \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

View file

@ -1,6 +1,7 @@
PORTNAME= dwl
DISTVERSIONPREFIX= v
DISTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= x11-wm wayland
MASTER_SITES= https://codeberg.org/${PORTNAME}/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
@ -17,7 +18,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.dwm
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

View file

@ -1,6 +1,6 @@
PORTNAME= gamescope
DISTVERSION= 3.13.8
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= x11-wm wayland
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@ -28,7 +28,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \
libvulkan.so:graphics/vulkan-loader \
libwayland-server.so:graphics/wayland \
libdisplay-info.so:sysutils/libdisplay-info \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= hwdata>0:misc/hwdata

View file

@ -1,5 +1,6 @@
PORTNAME= labwc
DISTVERSION= 0.7.3
PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -12,7 +13,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libpng.so:graphics/png \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

View file

@ -1,6 +1,7 @@
PORTNAME= phoc
DISTVERSIONPREFIX= v
DISTVERSION= 0.40.1
PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -15,7 +16,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libudev.so:devel/libudev-devd \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml:x11-wm/mutter

View file

@ -1,7 +1,7 @@
PORTNAME= river
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -16,7 +16,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
zig>=0.12.0:lang/zig
LIB_DEPENDS= libevdev.so:devel/libevdev \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

View file

@ -1,6 +1,6 @@
PORTNAME= sway
DISTVERSION= 1.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -17,7 +17,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \
libudev.so:devel/libudev-devd \
libpcre2-8.so:devel/pcre2 \
libwayland-egl.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

View file

@ -1,6 +1,6 @@
PORTNAME= sway
DISTVERSION= 0.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm wayland
PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//}
@ -19,7 +19,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \
libpcre2-8.so:devel/pcre2 \
libwayland-egl.so:graphics/wayland \
libscenefx.so:x11-toolkits/scenefx \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

View file

@ -1,6 +1,7 @@
PORTNAME= theseus-ship
DISTVERSIONPREFIX= v
DISTVERSION= 6.1.0
PORTREVISION= 1
CATEGORIES= x11-wm # wayland: https://github.com/winft/theseus-ship/issues/9
MAINTAINER= jbeich@FreeBSD.org
@ -14,7 +15,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libwayland-server.so:graphics/wayland \
libWraplandServer.so:graphics/wrapland \
libcomo-script.so.0:x11-toolkits/como \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libxkbcommon.so:x11/libxkbcommon \
libxcb-cursor.so:x11/xcb-util-cursor \
libxcb-keysyms.so:x11/xcb-util-keysyms \

View file

@ -1,6 +1,7 @@
PORTNAME= wayfire-plugins-extra
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -17,7 +18,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
LIB_DEPENDS= libevdev.so:devel/libevdev \
libwf-config.so:devel/wf-config \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots
libwlroots.so:x11-toolkits/wlroots017
USES= compiler:c++17-lang gnome meson pkgconfig
USE_GITHUB= yes

View file

@ -1,7 +1,7 @@
PORTNAME= wayfire
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -22,7 +22,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \
libwf-config.so:devel/wf-config \
libpng.so:graphics/png \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon
TEST_DEPENDS= doctest>0:devel/doctest

View file

@ -1,6 +1,7 @@
PORTNAME= wlmaker
DISTVERSIONPREFIX= v
DISTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -13,7 +14,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.31:graphics/wayland-protocols
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libwlroots.so:x11-toolkits/wlroots017 \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= foot:x11/foot