aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wayfire/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wayfire/Makefile')
-rw-r--r--x11-wm/wayfire/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 0da44dc2098b..90feab932689 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -1,9 +1,19 @@
PORTNAME= wayfire
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= b2ba1a9de620.patch:-p1 # wlroots 0.13
+PATCHFILES+= b183bcf20a59.patch:-p1 # wlroots 0.13
+PATCHFILES+= aa3e078d830d.patch:-p1 # wlroots 0.13
+PATCHFILES+= 9b4139400ca0.patch:-p1 # wlroots 0.13
+PATCHFILES+= d30d03aa2321.patch:-p1 # wlroots 0.13
+PATCHFILES+= 2a1dacecff3d.patch:-p1 # wlroots 0.13
+PATCHFILES+= 54f116f1ca2e.patch:-p1 # wlroots 0.13
+PATCHFILES+= 30f13ab31cad.patch:-p1 # wlroots 0.13
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= 3D Wayland compositor
@@ -15,7 +25,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.12.0<0.13.0:x11-toolkits/wlroots
+ wlroots>=0.13.0<0.14.0:x11-toolkits/wlroots
LIB_DEPENDS= libinotify.so:devel/libinotify \
libwf-config.so:devel/wf-config \
libpng.so:graphics/png \