| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Remove a couple of patches included upstream
- Don't build HTML files when DOCS option is off (only manpages)
- Pet portfmt
Release changes: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portfmt
- Add a couple of patches to fix these compilation errors:
1)
glfw/wl_init.c:653:5: error: use of undeclared identifier errno
errno = ENOSYS;
^
glfw/wl_init.c:653:13: error: use of undeclared identifier ENOSYS
errno = ENOSYS;
^
glfw/wl_init.c:639:25: error: unused parameter fd [-Werror,-Wunused-parameter]
get_socket_peer_pid(int fd) {
^
3 errors generated.
done
Compiling [wayland] glfw/wl_init.c ...
cc -MMD -DNDEBUG -DEPOLL_SHIM_DISABLE_WRAPPER_MACROS -I/usr/local/include/libepoll-shim -D_GLFW_WAYLAND -D_GLFW_BUILD_DLL -Wextra -Wfloat-conversion -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11 -pedantic-errors -Werror -O3 -fwrapv -fstack-pro
tector-strong -pipe -fvisibility=hidden -fno-plt -fPIC -O2 -pipe -Wno-error=invalid-utf8 -Winvalid-utf8 -fstack-protector-strong -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -flto -I/usr/local/include -fcf-protection=full -fPIC -pthread -I/usr/local/include -I/usr/loc
al/include/libepoll-shim -I/usr/local/include -I/usr/local/include/libepoll-shim -I/usr/local/include -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -c glfw/wl_init.c -o build/glfw-wayland-glfw-wl_init.c.o
*** Error code 1
2)
[21/120] Compiling kitty/line.c ...
glfw/wl_client_side_decorations.c:809:19: error: use of undeclared identifier BTN_LEFT
if (button == BTN_LEFT) {
^
glfw/wl_client_side_decorations.c:846:24: error: use of undeclared identifier BTN_RIGHT
else if (button == BTN_RIGHT) {
^
2 errors generated.
done
Compiling [wayland] glfw/wl_client_side_decorations.c ...
cc -MMD -DNDEBUG -DEPOLL_SHIM_DISABLE_WRAPPER_MACROS -I/usr/local/include/libepoll-shim -D_GLFW_WAYLAND -D_GLFW_BUILD_DLL -Wextra -Wfloat-conversion -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11 -pedantic-errors -Werror -O3 -fwrapv -fstack-pro
tector-strong -pipe -fvisibility=hidden -fno-plt -fPIC -O2 -pipe -Wno-error=invalid-utf8 -Winvalid-utf8 -fstack-protector-strong -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -flto -I/usr/local/include -fcf-protection=full -fPIC -pthread -I/usr/local/include -I/usr/loc
al/include/libepoll-shim -I/usr/local/include -I/usr/local/include/libepoll-shim -I/usr/local/include -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -c glfw/wl_client_side_decorations.c -o build/glfw-wayland-glfw-wl_client_side_decorations.c.o
*** Error code 1
Release changes: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes
Reported by: portscout
|
|
|
|
|
| |
Release changes: https://github.com/kovidgoyal/kitty/releases/tag/v0.32.2
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patches merged by upstream
- Update lib dependencies
- Pet portfmt/portclippy/portlint
- Add option DOCS
- Don't install all files in $PREFIX/lib/kitty, but in the canonical
directories DATADIR, DESKTOPDIR, etc.
- Add a couple of patch to fix some links in the documentation.
Error shown:
fatal: ambiguous argument '8dea5b3': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument 'ad1109b': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument '889ca77': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
reading sources... [100%] protocol-extensions .. unscroll
/usr/local/poudriere/ports/default/x11/kitty/work/github.com/kovidgoyal/kitty@v0.29.0/docs/changelog.rst:2940: ERROR: GitHub commit id "8dea5b3" not recognized.
/usr/local/poudriere/ports/default/x11/kitty/work/github.com/kovidgoyal/kitty@v0.29.0/docs/changelog.rst:3055: ERROR: GitHub commit id "ad1109b" not recognized.
/usr/local/poudriere/ports/default/x11/kitty/work/github.com/kovidgoyal/kitty@v0.29.0/docs/changelog.rst:3067: ERROR: GitHub commit id "889ca77" not recognized.
Release changes: https://sw.kovidgoyal.net/kitty/changelog/#id1
|
|
|
|
|
|
|
|
|
| |
- update maintainer address
- work around a hang in sphinx build
Changelog: https://sw.kovidgoyal.net/kitty/changelog
PR: 270703
|
|
ChangeLog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes
* Allow centering the background_image
* X11: Fix a regression in the previous release that caused pasting from GTK
based applications to have extra newlines
* Tab bar: Improve empty space management when some tabs have short titles,
allocate the saved space to the active tab
* Fix background_tint not applying to window margins and padding
* Wayland: Fix background image scaling using tiled mode on high DPI screens
* Wayland: Fix an abort when changing background colors with
wayland_titlebar_color set to background
* Update to Unicode 15.0
* GNOME Wayland: Fix a memory leak in gnome-shell when using client side
decorations
* Wayland: Mark windows in which a bell occurs as urgent on compositors that
support the xdg-activation protocol
* Allow passing null bytes through the system clipboard
* ssh kitten: Fix KITTY_PUBLIC_KEY not being encoded properly when transmitting
* Sessions: Allow controlling which OS Window is active via the
focus_os_window directive
* Wayland: Fix for bug in NVIDIA drivers that prevents transparency working
* Wayland: Fix for a bug that could cause kitty to become non-responsive when
using multiple OS windows in a single instance on some compositors
* Wayland: Fix for a bug preventing kitty from starting on Hyprland when using
a non-unit scale
* Wayland: Generate a XDG_ACTIVATION_TOKEN when opening URLs or running
programs in the background via the launch action
* Fix a regression that caused kitty not to restore SIGPIPE after python nukes
it when launching children. Affects bash which does not sanitize its signal
mask.
* Fix a use-after-free when handling fake mouse clicks and the action causes
windows to be removed/re-allocated
PR: 267209
Reported by: alexis.praga@proton.me (maintainer)
|