svn commit: r535134 - in head: x11-servers/xwayland-devel x11-toolkits/wlroots x11-wm/sway
Jan Beich
jbeich at FreeBSD.org
Wed May 13 19:55:52 UTC 2020
Author: jbeich
Date: Wed May 13 19:55:50 2020
New Revision: 535134
URL: https://svnweb.freebsd.org/changeset/ports/535134
Log:
x11-toolkits/wlroots: add Xwayland HiDPI scaling support
See https://github.com/swaywm/wlroots/pull/2064#issuecomment-622647075
Modified:
head/x11-servers/xwayland-devel/Makefile (contents, props changed)
head/x11-servers/xwayland-devel/distinfo (contents, props changed)
head/x11-toolkits/wlroots/Makefile (contents, props changed)
head/x11-toolkits/wlroots/distinfo (contents, props changed)
head/x11-wm/sway/Makefile (contents, props changed)
head/x11-wm/sway/distinfo (contents, props changed)
Modified: head/x11-servers/xwayland-devel/Makefile
==============================================================================
--- head/x11-servers/xwayland-devel/Makefile Wed May 13 19:55:38 2020 (r535133)
+++ head/x11-servers/xwayland-devel/Makefile Wed May 13 19:55:50 2020 (r535134)
@@ -4,6 +4,7 @@ PORTNAME= xwayland
DISTVERSIONPREFIX= xorg-server-
DISTVERSION= 1.20.0-652
DISTVERSIONSUFFIX= -g${GL_COMMIT:C/(.{12}).*/\1/}
+PORTREVISION= 1
CATEGORIES= x11-servers
PKGNAMESUFFIX= -devel
@@ -11,6 +12,8 @@ PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/co
PATCHFILES+= 71749de24509.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/393
PATCHFILES+= 1e897704c822.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/393
PATCHFILES+= 83cda3ce3195.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/393
+PATCHFILES+= 9e0086f99b39.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/432
+PATCHFILES+= 30ea6cb622e9.diff:-p1 # https://gitlab.freedesktop.org/xorg/xserver/merge_requests/432
MAINTAINER= jbeich at FreeBSD.org
COMMENT= X11 server as Wayland client (development snapshot)
Modified: head/x11-servers/xwayland-devel/distinfo
==============================================================================
--- head/x11-servers/xwayland-devel/distinfo Wed May 13 19:55:38 2020 (r535133)
+++ head/x11-servers/xwayland-devel/distinfo Wed May 13 19:55:50 2020 (r535134)
@@ -7,3 +7,7 @@ SHA256 (1e897704c822.diff) = 74142d8b7046ee3741e063bdd
SIZE (1e897704c822.diff) = 550
SHA256 (83cda3ce3195.diff) = 93a6c9edcff5d3438fa6d9aeeb128cd5c891a158cb0c22c772217846f9404e1b
SIZE (83cda3ce3195.diff) = 3340
+SHA256 (9e0086f99b39.diff) = e8de09e5ca2e44dbd35924f353f903d7e3393e872732cdf0dfa638e566b43e4d
+SIZE (9e0086f99b39.diff) = 10299
+SHA256 (30ea6cb622e9.diff) = c568c39b302dea2271ffb9a711eb76154f920c17da2f90a275cf3d0535da27bf
+SIZE (30ea6cb622e9.diff) = 15620
Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile Wed May 13 19:55:38 2020 (r535133)
+++ head/x11-toolkits/wlroots/Makefile Wed May 13 19:55:50 2020 (r535134)
@@ -2,12 +2,15 @@
PORTNAME= wlroots
DISTVERSION= 0.10.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= f0594fb73225.patch:-p1 144d2041adfb.patch:-p1
PATCHFILES+= 2bad34e02423.patch:-p1
PATCHFILES+= 8d2e8d8a0612.patch:-p1
+PATCHFILES+= 9bd90890457d.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064
+PATCHFILES+= d069ab71d43e.patch:-p1 # https://github.com/swaywm/wlroots/pull/2064
MAINTAINER= jbeich at FreeBSD.org
COMMENT= Modular Wayland compositor library
Modified: head/x11-toolkits/wlroots/distinfo
==============================================================================
--- head/x11-toolkits/wlroots/distinfo Wed May 13 19:55:38 2020 (r535133)
+++ head/x11-toolkits/wlroots/distinfo Wed May 13 19:55:50 2020 (r535134)
@@ -9,5 +9,9 @@ SHA256 (2bad34e02423.patch) = b37db858d0caaf205f35f14c
SIZE (2bad34e02423.patch) = 1116
SHA256 (8d2e8d8a0612.patch) = 2548770a92535b1112c2199c0ace8baf4f4b4cee66f256be23bebbc612d6058c
SIZE (8d2e8d8a0612.patch) = 1502
+SHA256 (9bd90890457d.patch) = 953208a977fa5332b58ab3d145b8c293ab70b61af082a05403f7d75a1340767f
+SIZE (9bd90890457d.patch) = 5125
+SHA256 (d069ab71d43e.patch) = 5aaf3959922b41797f1ca3f8537d6dd5c35920d08fc3373c693dfc6181b19379
+SIZE (d069ab71d43e.patch) = 3953
SHA256 (e8cc137111bc.patch) = e0b686193a6925eedb09298e0f300aa93d4910c41dbe788a47a2699df34cfafe
SIZE (e8cc137111bc.patch) = 27737
Modified: head/x11-wm/sway/Makefile
==============================================================================
--- head/x11-wm/sway/Makefile Wed May 13 19:55:38 2020 (r535133)
+++ head/x11-wm/sway/Makefile Wed May 13 19:55:50 2020 (r535134)
@@ -2,7 +2,11 @@
PORTNAME= sway
DISTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= x11-wm
+
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090
MAINTAINER= jbeich at FreeBSD.org
COMMENT= i3-compatible Wayland compositor
Modified: head/x11-wm/sway/distinfo
==============================================================================
--- head/x11-wm/sway/distinfo Wed May 13 19:55:38 2020 (r535133)
+++ head/x11-wm/sway/distinfo Wed May 13 19:55:50 2020 (r535134)
@@ -1,3 +1,5 @@
TIMESTAMP = 1579718009
SHA256 (swaywm-sway-1.4_GH0.tar.gz) = e2805291fc01d49e21dda4b273e38170d1fff4e1757215439729edbed880dfbe
SIZE (swaywm-sway-1.4_GH0.tar.gz) = 5514489
+SHA256 (cd9d1038a822.patch) = 4183dffdf4e3dbe70302d7e6e665cc83243a7166cf9bc2b8aacd7d56a9876069
+SIZE (cd9d1038a822.patch) = 8946
More information about the svn-ports-all
mailing list