summaryrefslogtreecommitdiff
path: root/x11-wm/wayfire/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-04-12 09:43:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-06-23 18:07:18 +0000
commitf2820b6cc2170feef17989c422f2cf46644a5b57 (patch)
tree97998c6f87a571c33be6621c0f37651bd0823898 /x11-wm/wayfire/Makefile
parenttextproc/ibus-typing-booster: upgrade to 2.11.5 (diff)
x11-toolkits/wlroots: update to 0.14.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0 Reported by: GitHub (watch releases)
Diffstat (limited to 'x11-wm/wayfire/Makefile')
-rw-r--r--x11-wm/wayfire/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 175f452d754d..9ab57f44d6b0 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -1,9 +1,13 @@
PORTNAME= wayfire
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 8d4e5ac0801a.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1152
+PATCHFILES+= 78e88c59373a.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1205
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= 3D Wayland compositor
@@ -15,7 +19,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
${LOCALBASE}/include/xf86drmMode.h:graphics/libdrm \
wayland-protocols>=1.12:graphics/wayland-protocols \
glm>=0.9.8:math/glm \
- wlroots>=0.13.0<0.14.0:x11-toolkits/wlroots
+ wlroots>=0.14.0<0.15.0:x11-toolkits/wlroots
LIB_DEPENDS= libinotify.so:devel/libinotify \
libwf-config.so:devel/wf-config \
libpng.so:graphics/png \