diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-22 20:16:25 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-22 20:16:25 +0000 |
commit | bc29b54b9ffdeacad794a96f186ae40721fec843 (patch) | |
tree | a96353f946ea53e824f1b46b912fead34a8fd2a5 /x11-toolkits/wlroots | |
parent | 0d563f82f625beea9174e30de5c72a4f3548771d (diff) | |
download | ports-bc29b54b9ffdeacad794a96f186ae40721fec843.tar.gz ports-bc29b54b9ffdeacad794a96f186ae40721fec843.zip |
Notes
Diffstat (limited to 'x11-toolkits/wlroots')
-rw-r--r-- | x11-toolkits/wlroots/Makefile | 14 | ||||
-rw-r--r-- | x11-toolkits/wlroots/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/wlroots/pkg-plist | 5 |
3 files changed, 8 insertions, 17 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index b80cb50c3d5e..be655fd46e22 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wlroots -DISTVERSION= 0.9.1 +DISTVERSION= 0.10.0 CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org @@ -32,8 +32,8 @@ MESON_ARGS= -Dexamples=false LLD_UNSAFE= yes .endif -OPTIONS_DEFINE= CONSOLEKIT FREERDP X11 -OPTIONS_DEFAULT=FREERDP X11 +OPTIONS_DEFINE= CONSOLEKIT X11 +OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes CONSOLEKIT_DESC= DRM sessions without root using ConsoleKit2 @@ -46,18 +46,10 @@ CONSOLEKIT_MESON_ENABLED= consolekit2 .MAKEFLAGS: WITH+=CONSOLEKIT .endif -FREERDP_DESC= RDP backend with freerdp -FREERDP_LIB_DEPENDS= libfreerdp2.so:net/freerdp -FREERDP_MESON_ENABLED= freerdp - X11_LIB_DEPENDS=libxcb-errors.so:x11/xcb-util-errors \ libxcb-icccm.so:x11/xcb-util-wm X11_RUN_DEPENDS=Xwayland:x11-servers/xwayland X11_USE= XORG=x11,xcb X11_MESON_ENABLED=x11-backend xcb-icccm xwayland -post-patch: -# Ignore unused dependencies - @${REINPLACE_CMD} '/examples/d' ${WRKSRC}/meson.build - .include <bsd.port.mk> diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo index 099e3e999477..302df531b98b 100644 --- a/x11-toolkits/wlroots/distinfo +++ b/x11-toolkits/wlroots/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1578319270 -SHA256 (swaywm-wlroots-0.9.1_GH0.tar.gz) = 2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7 -SIZE (swaywm-wlroots-0.9.1_GH0.tar.gz) = 464941 +TIMESTAMP = 1579717324 +SHA256 (swaywm-wlroots-0.10.0_GH0.tar.gz) = 9414ba761c321f9c2b3e0426e1bbed55443fa8f97d46643d1706d1ddd614f6cd +SIZE (swaywm-wlroots-0.10.0_GH0.tar.gz) = 454540 SHA256 (606b009fcdd1.patch) = ece828c41a8a155426f481f840a5de252fa1d5856aca91d728721f98e2055a69 SIZE (606b009fcdd1.patch) = 27824 diff --git a/x11-toolkits/wlroots/pkg-plist b/x11-toolkits/wlroots/pkg-plist index b0f422bd624e..edfb82c38ace 100644 --- a/x11-toolkits/wlroots/pkg-plist +++ b/x11-toolkits/wlroots/pkg-plist @@ -5,7 +5,6 @@ include/wlr/backend/interface.h include/wlr/backend/libinput.h include/wlr/backend/multi.h include/wlr/backend/noop.h -include/wlr/backend/rdp.h include/wlr/backend/session.h include/wlr/backend/session/interface.h include/wlr/backend/wayland.h @@ -84,6 +83,6 @@ include/wlr/version.h include/wlr/xcursor.h %%X11%%include/wlr/xwayland.h lib/libwlroots.so -lib/libwlroots.so.4 -lib/libwlroots.so.4.8.1 +lib/libwlroots.so.5 +lib/libwlroots.so.5.9.1 libdata/pkgconfig/wlroots.pc |