forked from Lainports/freebsd-ports
x11-wm/cagebreak: update to 2.4.0
Changes: https://github.com/project-repo/cagebreak/releases/tag/2.4.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
5c9c08802c
commit
b7f23a30d5
3 changed files with 18 additions and 6 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= cagebreak
|
PORTNAME= cagebreak
|
||||||
DISTVERSION= 2.3.1
|
DISTVERSION= 2.4.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= x11-wm wayland
|
CATEGORIES= x11-wm wayland
|
||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
|
|
@ -16,7 +15,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \
|
||||||
libudev.so:devel/libudev-devd \
|
libudev.so:devel/libudev-devd \
|
||||||
libwayland-server.so:graphics/wayland \
|
libwayland-server.so:graphics/wayland \
|
||||||
libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libwlroots.so:x11-toolkits/wlroots017 \
|
libwlroots-0.18.so:x11-toolkits/wlroots \
|
||||||
libinput.so:x11/libinput \
|
libinput.so:x11/libinput \
|
||||||
libxkbcommon.so:x11/libxkbcommon
|
libxkbcommon.so:x11/libxkbcommon
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1706374227
|
TIMESTAMP = 1728319976
|
||||||
SHA256 (project-repo-cagebreak-2.3.1_GH0.tar.gz) = 0ea5e896e710c8b89485d13149e58b73b5f6fed53b3a173dfc558b600b2bf413
|
SHA256 (project-repo-cagebreak-2.4.0_GH0.tar.gz) = 5c2d1688a231dd1a311143aa595637078d2161789c735aad994622a021f84e6f
|
||||||
SIZE (project-repo-cagebreak-2.3.1_GH0.tar.gz) = 242754
|
SIZE (project-repo-cagebreak-2.4.0_GH0.tar.gz) = 246559
|
||||||
|
|
|
||||||
13
x11-wm/cagebreak/files/patch-meson.build
Normal file
13
x11-wm/cagebreak/files/patch-meson.build
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
https://github.com/project-repo/cagebreak/issues/84
|
||||||
|
|
||||||
|
--- meson.build.orig 2024-10-07 16:52:56 UTC
|
||||||
|
+++ meson.build
|
||||||
|
@@ -5,7 +5,7 @@ license : 'MIT',
|
||||||
|
'c',
|
||||||
|
version : '2.4.0',
|
||||||
|
license : 'MIT',
|
||||||
|
-default_options : ['c_std=c23', 'warning_level=3']
|
||||||
|
+default_options : ['c_std=c23,c11', 'warning_level=3']
|
||||||
|
)
|
||||||
|
|
||||||
|
add_project_arguments(
|
||||||
Loading…
Add table
Reference in a new issue