Port details on branch 2023Q3 |
- swayfx Sway, but with eye candy!
- 0.3.2 x11-wm =0 0.3.2Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2023-07-07 04:48:07
- Last Update: 2023-07-29 17:46:36
- Commit Hash: fe9f170
- Also Listed In: wayland
- License: MIT
- WWW:
- https://github.com/WillPower3309/swayfx
- Description:
- Sway is an incredible window manager, and certainly one of the most
well established wayland window managers. However, it is restricted to
only include the functionality that existed in i3. This fork ditches
the simple wlr_renderer, and replaces it with our fx_renderer, capable
of rendering with fancy GLES2 effects. This, along with a couple of
minor changes, expands sway's featureset to include the following:
+ Blur
+ Anti-aliased rounded corners, borders, and titlebars
+ Shadows
+ Dim unfocused windows
+ Per application saturation control: Allows the user to set the
saturation (Digital Vibrance) for specific applications. Great for
some FPS games!
+ Scratchpad treated as minimize: Allows docks, or panels with a
taskbar, to correctly interpret minimize / unminimize requests
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/x11-wm/swayfx/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/swayfx
- pkg install swayfx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: swayfx
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688699880
SHA256 (WillPower3309-swayfx-0.3.2_GH0.tar.gz) = 05b5cdc2d25e9f05817556d7053c02f8b89c9ef629405fcba5b4d240d4fd0545
SIZE (WillPower3309-swayfx-0.3.2_GH0.tar.gz) = 5684837
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: x11-wm/sway
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- evdev-proto>0 : devel/evdev-proto
- wayland-protocols>=1.24 : graphics/wayland-protocols
- wlroots>=0.16.0<0.17.0 : x11-toolkits/wlroots
- scdoc>=1.9.2 : textproc/scdoc
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- swaybg : x11/swaybg
- pixman-1.pc : x11/pixman
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libjson-c.so : devel/json-c
- libevdev.so : devel/libevdev
- libudev.so : devel/libudev-devd
- libpcre2-8.so : devel/pcre2
- libwayland-egl.so : graphics/wayland
- libwlroots.so : x11-toolkits/wlroots
- libinput.so : x11/libinput
- libxkbcommon.so : x11/libxkbcommon
- libbasu.so : devel/basu
- libxcb-icccm.so : x11/xcb-util-wm
- libEGL.so : graphics/libglvnd
- libGLESv2.so : graphics/libglvnd
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for swayfx-0.3.2:
BASU=on: Tray in swaybar via basu
MANPAGES=on: Build and/or install manual pages
PIXBUF=on: GDK-PixBuf library support
SWAYBG=on: Default command to set background
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_swayfx
- USES:
- compiler:c11 gl gnome meson pkgconfig xorg
- pkg-message:
- For install:
- Notes:
- sway(1) can use mac_priority(4) to avoid stutter during high load
Experimental features:
- HiDPI support for X11 applications. For instructions see
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2064#note_1139855
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: x11-wm/sway |
Commit | Credits | Log message |
0.3.2 29 Jul 2023 17:46:36 |
Jan Beich (jbeich) |
x11-wm/swayfx: unbreak with wlroots/X11=off after e83c39ced11e
../sway/tree/root.c:63:7: error: implicit declaration of function
'wlr_surface_is_xwayland_surface' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
if (wlr_surface_is_xwayland_surface(con->view->surface)) {
^
../sway/tree/root.c:63:7: note: did you mean 'wlr_surface_is_layer_surface'?
/usr/local/include/wlr/types/wlr_layer_shell_v1.h:144:6: note:
'wlr_surface_is_layer_surface' declared here
bool wlr_surface_is_layer_surface(struct wlr_surface *surface);
^
../sway/tree/root.c:64:44: error: implicit declaration of function
'wlr_xwayland_surface_from_wlr_surface' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
struct wlr_xwayland_surface *xsurface =
wlr_xwayland_surface_from_wlr_surface(con->view->surface);
^
../sway/tree/root.c:64:44: note: did you mean
'wlr_xdg_surface_from_wlr_surface'?
/usr/local/include/wlr/types/wlr_xdg_shell.h:494:25: note:
'wlr_xdg_surface_from_wlr_surface' declared here
struct wlr_xdg_surface *wlr_xdg_surface_from_wlr_surface(
^
../sway/tree/root.c:64:33: error: incompatible integer to pointer conversion
initializing 'struct wlr_xwayland_surface *' with an expression of type 'int'
[-Werror,-Wint-conversion]
struct wlr_xwayland_surface *xsurface =
wlr_xwayland_surface_from_wlr_surface(con->view->surface);
^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../sway/tree/root.c:65:4: error: implicit declaration of function
'wlr_xwayland_surface_set_minimized' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
wlr_xwayland_surface_set_minimized(xsurface, minimize);
^
(cherry picked from commit af7f9d91cd35e4dbdce78c18734b073bcd435368) |
0.3.2 07 Jul 2023 04:44:52 |
Jan Beich (jbeich) |
x11-wm/swayfx: update to 0.3.2
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3.2
Reported by: GitHub (watch releases)
(cherry picked from commit 012110c0e6aabe58f283aee03d60c7fa2f119d22) |