aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-05 03:30:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-05 08:49:17 +0000
commit466f3a1eabfe2acf82e64e2c388759a5b0e4276d (patch)
treec0374b6fdc3ef2fb1827e6f947429a376179897b /x11-wm
parent81d7be71850f837e4cca2f07284677ae8083a2a0 (diff)
downloadports-466f3a1eabfe2acf82e64e2c388759a5b0e4276d.tar.gz
ports-466f3a1eabfe2acf82e64e2c388759a5b0e4276d.zip
x11-wm/wayfire: expose Xwayland HiDPI after dce99729d741
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wayfire/Makefile3
-rw-r--r--x11-wm/wayfire/distinfo2
-rw-r--r--x11-wm/wayfire/pkg-message12
3 files changed, 16 insertions, 1 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 8dd77be0c092..b57dc4acc545 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -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
diff --git a/x11-wm/wayfire/distinfo b/x11-wm/wayfire/distinfo
index bc581a9fb07b..4a0a41f5c46a 100644
--- a/x11-wm/wayfire/distinfo
+++ b/x11-wm/wayfire/distinfo
@@ -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
diff --git a/x11-wm/wayfire/pkg-message b/x11-wm/wayfire/pkg-message
index ebfa7592e587..0a08c198ad0c 100644
--- a/x11-wm/wayfire/pkg-message
+++ b/x11-wm/wayfire/pkg-message
@@ -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
}
]