mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
x11-wm/hyprland: update to 0.30.0
Changes: https://github.com/hyprwm/Hyprland/releases/tag/v0.30.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
57100b4af7
commit
f16b003f6a
@ -1,6 +1,6 @@
|
||||
PORTNAME= hyprland
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.29.1
|
||||
DISTVERSION= 0.30.0
|
||||
CATEGORIES= x11-wm wayland
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
@ -10,6 +10,8 @@ WWW= https://hyprland.org/
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_FreeBSD_12= libc++ too old
|
||||
|
||||
BUILD_DEPENDS= cmake:devel/cmake-core \
|
||||
evdev-proto>0:devel/evdev-proto \
|
||||
wayland-protocols>=1.25:graphics/wayland-protocols \
|
||||
@ -30,6 +32,11 @@ GH_TUPLE= hyprwm:hyprland-protocols:v0.2:hyprland_protocols/subprojects/hyprland
|
||||
canihavesomecoffee:udis86:1.7.2-186-g5336633:udis86/subprojects/udis86
|
||||
MESON_ARGS= -Dsystemd=disabled
|
||||
|
||||
# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
|
||||
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
|
||||
CXXFLAGS+= -fexperimental-library
|
||||
.endif
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1693740777
|
||||
SHA256 (hyprwm-Hyprland-v0.29.1_GH0.tar.gz) = 8509b283218c382c73866494970533eefb0a2e0dab70c05db6abb92c250e3325
|
||||
SIZE (hyprwm-Hyprland-v0.29.1_GH0.tar.gz) = 7317987
|
||||
TIMESTAMP = 1695424072
|
||||
SHA256 (hyprwm-Hyprland-v0.30.0_GH0.tar.gz) = 46bececa76df469acd77594422931e9b1a255fc4562e12011d13fbb9135495f6
|
||||
SIZE (hyprwm-Hyprland-v0.30.0_GH0.tar.gz) = 7321894
|
||||
SHA256 (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 106cb189d0fbe4ec0ee11a12a17238172f4c4cd1b2b26db904df144e5c7a05f0
|
||||
SIZE (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 6342
|
||||
SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff6247b375b92e797221dbd8e078eabbf1366280b0532617e7fb8
|
||||
|
@ -1,14 +1,14 @@
|
||||
Allow system wlroots to reduce maintenance (wlroots has tons of options)
|
||||
|
||||
--- meson.build.orig 2023-03-14 21:56:31 UTC
|
||||
--- meson.build.orig 2023-09-22 23:07:52 UTC
|
||||
+++ meson.build
|
||||
@@ -39,8 +39,8 @@ add_project_arguments(
|
||||
],
|
||||
language: 'cpp')
|
||||
|
||||
-wlroots = subproject('wlroots', default_options: ['examples=false'])
|
||||
-wlroots = subproject('wlroots', default_options: ['examples=false', 'renderers=gles2'])
|
||||
-have_xwlr = wlroots.get_variable('features').get('xwayland')
|
||||
+wlroots = dependency('wlroots', version: ['>=0.17.0', '<0.18.0'], default_options: ['examples=false'])
|
||||
+wlroots = dependency('wlroots', version: ['>=0.17.0', '<0.18.0'], default_options: ['examples=false', 'renderers=gles2'])
|
||||
+have_xwlr = wlroots.get_variable(pkgconfig: 'have_xwayland', internal: 'have_xwayland') == 'true'
|
||||
xcb_dep = dependency('xcb', required: get_option('xwayland'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user