1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

x11-wm/wayfire: expose Xwayland HiDPI after dce99729d741

This commit is contained in:
Jan Beich 2022-02-05 03:30:18 +00:00
parent 81d7be7185
commit 466f3a1eab
3 changed files with 16 additions and 1 deletions

View File

@ -1,10 +1,11 @@
PORTNAME= wayfire
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-wm
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= dd479c06bf84.patch:-p1 # https://github.com/WayfireWM/wayfire/issues/599
PATCHFILES+= 7b664f055249.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1230
PATCHFILES+= 8096b2f6d190.patch:-p1 # wlroots 0.15
PATCHFILES+= 394fc3a86db4.patch:-p1 # wlroots 0.15

View File

@ -5,6 +5,8 @@ SHA256 (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 3d66a67b35452741135420caf43ba34
SIZE (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 9881
SHA256 (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 8848592f4a04dec60c3e09a996f15d1f86e79f544eda4519f2b3d9dc91997db3
SIZE (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 48477
SHA256 (dd479c06bf84.patch) = c58562defa005b8b3188d8a64003f0ee5444fef7449ed0a5f899d70b1901fb6d
SIZE (dd479c06bf84.patch) = 2086
SHA256 (7b664f055249.patch) = 080c3674c9f27cd49fb1c32e0aec0dc126f901368643653e93f6c0e3e390f269
SIZE (7b664f055249.patch) = 625
SHA256 (8096b2f6d190.patch) = 4e28fac7d3f3e7240febfe41a69a66b47498406f60314f21168488c7245f54b0

View File

@ -5,6 +5,18 @@ Additional packages recommended for new users:
- wf-shell (default background/launcher/panel)
- wcm (GUI settings)
- wayfire-plugins-extra
Experimental features:
- HiDPI support for X11 applications. For instructions see
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064#note_1139855
Instead of ~/.config/sway/config edit ~/.config/wayfire.ini either via
wcm (General -> Core -> XWayland scale + General -> Autostart) or manually:
[core]
xwayland_scale = 2
[autostart]
xsettingsd = xsettingsd
EOM
}
]