aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wayfire
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-22 20:16:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-22 20:16:25 +0000
commitbc29b54b9ffdeacad794a96f186ae40721fec843 (patch)
treea96353f946ea53e824f1b46b912fead34a8fd2a5 /x11-wm/wayfire
parent0d563f82f625beea9174e30de5c72a4f3548771d (diff)
downloadports-bc29b54b9ffdeacad794a96f186ae40721fec843.tar.gz
ports-bc29b54b9ffdeacad794a96f186ae40721fec843.zip
x11-toolkits/wlroots: update to 0.10.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.10.0 Changes: https://github.com/swaywm/wlroots/compare/0.9.1...0.10.0 Reported by: GitHub (watch releases) MFH: 2020Q1 (required by sway 1.4)
Notes
Notes: svn path=/head/; revision=523838
Diffstat (limited to 'x11-wm/wayfire')
-rw-r--r--x11-wm/wayfire/Makefile3
-rw-r--r--x11-wm/wayfire/files/patch-meson.build11
2 files changed, 13 insertions, 1 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index aeebaafc326b..c2598eecc618 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wayfire
DISTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= jbeich@FreeBSD.org
@@ -14,7 +15,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.9.0<0.10.0:x11-toolkits/wlroots
+ wlroots>=0.9.0<0.11.0:x11-toolkits/wlroots
LIB_DEPENDS= libinotify.so:devel/libinotify \
libwf-config.so:devel/wf-config \
libpng.so:graphics/png \
diff --git a/x11-wm/wayfire/files/patch-meson.build b/x11-wm/wayfire/files/patch-meson.build
new file mode 100644
index 000000000000..86994a3fd58e
--- /dev/null
+++ b/x11-wm/wayfire/files/patch-meson.build
@@ -0,0 +1,11 @@
+--- meson.build.orig 2020-01-03 07:04:50 UTC
++++ meson.build
+@@ -29,7 +29,7 @@ libinput = dependency('libinput', version: '>=1.
+ pixman = dependency('pixman-1')
+ threads = dependency('threads')
+ xkbcommon = dependency('xkbcommon')
+-wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.10.0'], fallback: ['wlroots', 'wlroots'])
++wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.11.0'], fallback: ['wlroots', 'wlroots'])
+ wfconfig = dependency('wf-config', version: '>=0.3', fallback: ['wf-config', 'wfconfig'])
+
+ needs_libinotify = ['freebsd', 'dragonfly'].contains(host_machine.system())