mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
x11-toolkits/wlroots: update to 0.7.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.7.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
afbd2563e7
commit
d4eb44145f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510012
@ -4,6 +4,7 @@ PORTNAME= wf-config
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1-10
|
||||
DISTVERSIONSUFFIX= -gf9c97d0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wlroots
|
||||
DISTVERSION= 0.6.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.7.0
|
||||
CATEGORIES= x11-toolkits
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1556898946
|
||||
SHA256 (swaywm-wlroots-0.6.0_GH0.tar.gz) = 9cf3716f3683d800df8b150f256ff66dad65faf13a9d67c284f67a9444d28c70
|
||||
SIZE (swaywm-wlroots-0.6.0_GH0.tar.gz) = 497934
|
||||
TIMESTAMP = 1566876744
|
||||
SHA256 (swaywm-wlroots-0.7.0_GH0.tar.gz) = e93091d49fc4a3dc1743eca7cdfa75584f2922f59036ba0a99194a9fc8b5e818
|
||||
SIZE (swaywm-wlroots-0.7.0_GH0.tar.gz) = 446392
|
||||
SHA256 (ac65ec72a2f2.patch) = 83a1995d99f042a12e4b523cfab9e59089fcf1567086350e0e56f59eb507dff5
|
||||
SIZE (ac65ec72a2f2.patch) = 28370
|
||||
|
@ -12,7 +12,7 @@ In file included from /usr/local/include/wlr/types/wlr_data_device.h:13:
|
||||
struct timespec *when;
|
||||
^
|
||||
|
||||
--- include/wlr/types/wlr_seat.h.orig 2019-01-04 15:02:33 UTC
|
||||
--- include/wlr/types/wlr_seat.h.orig 2019-08-01 16:00:48 UTC
|
||||
+++ include/wlr/types/wlr_seat.h
|
||||
@@ -10,6 +10,9 @@
|
||||
#define WLR_TYPES_WLR_SEAT_H
|
||||
@ -21,6 +21,6 @@ In file included from /usr/local/include/wlr/types/wlr_data_device.h:13:
|
||||
+#if defined(_C11_SOURCE) && defined(__FreeBSD__) && __FreeBSD__ < 12
|
||||
+#include <sys/_timespec.h>
|
||||
+#endif
|
||||
#include <wayland-server.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/types/wlr_input_device.h>
|
||||
#include <wlr/types/wlr_keyboard.h>
|
||||
|
@ -34,7 +34,6 @@ include/wlr/types/wlr_data_device.h
|
||||
include/wlr/types/wlr_export_dmabuf_v1.h
|
||||
include/wlr/types/wlr_foreign_toplevel_management_v1.h
|
||||
include/wlr/types/wlr_fullscreen_shell_v1.h
|
||||
include/wlr/types/wlr_gamma_control.h
|
||||
include/wlr/types/wlr_gamma_control_v1.h
|
||||
include/wlr/types/wlr_gtk_primary_selection.h
|
||||
include/wlr/types/wlr_idle.h
|
||||
@ -60,7 +59,6 @@ include/wlr/types/wlr_primary_selection_v1.h
|
||||
include/wlr/types/wlr_region.h
|
||||
include/wlr/types/wlr_relative_pointer_v1.h
|
||||
include/wlr/types/wlr_screencopy_v1.h
|
||||
include/wlr/types/wlr_screenshooter.h
|
||||
include/wlr/types/wlr_seat.h
|
||||
include/wlr/types/wlr_server_decoration.h
|
||||
include/wlr/types/wlr_surface.h
|
||||
@ -84,5 +82,5 @@ include/wlr/xcursor.h
|
||||
%%X11%%include/wlr/xwayland.h
|
||||
lib/libwlroots.so
|
||||
lib/libwlroots.so.3
|
||||
lib/libwlroots.so.3.4.1
|
||||
lib/libwlroots.so.3.5.1
|
||||
libdata/pkgconfig/wlroots.pc
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= cage
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= sway
|
||||
DISTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
PORTNAME= wayfire
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
|
Loading…
Reference in New Issue
Block a user