kitty/kitty.spec

93 lines
2.8 KiB
RPMSpec
Raw Normal View History

#
# spec file for package kitty
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kitty
Version: 0.14.1
Release: 0
Summary: A GPU-based terminal emulator
License: GPL-3.0-only
Group: System/X11/Terminals
URL: https://github.com/kovidgoyal/kitty
Accepting request 596758 from home:avindra:branches:X11:terminals - Update to 0.9.0 * A new kitty command shell to allow controlling kitty via commands. Press ctrl+shift+escape to run the shell. * The hints kitten has become much more powerful. Now in addition to URLs you can use it to select word, paths, filenames, lines, etc. from the screen. These can be inserted into the terminal, copied to clipboard or sent to external programs. * Switch to libxkbcommon for keyboard handling. It allows kitty to support XCompose and dead keys and also react to keyboard remapping/layout change without needing a restart. * Add support for multiple-key-sequence shortcuts * A new remote control command set-colors to change the current and/or configured colors. * When double-clicking to select a word, select words that continue onto the next/prev line as well. * Add an include directive for the config files to read multiple config files * Improve mouse selection for windows with padding. Moving the mouse into the padding area now acts as if the mouse is over the nearest cell. * Allow setting all 256 terminal colors in the config file * Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag * URL hints: Exclude trailing punctuation from URLs * URL hints: Launch the browser from the kitty parent process rather than the hints kitten. Fixes launching on some systems where xdg-open doesn't like being run from a kitten. * Allow using rectangle select mode by pressing shift in addition to the rectangle select modifiers even when the terminal program has grabbed the mouse. OBS-URL: https://build.opensuse.org/request/show/596758 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=3
2018-04-16 11:53:19 +02:00
Source: https://github.com/kovidgoyal/kitty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: kitty-no-docs.patch
BuildRequires: ImageMagick-devel
BuildRequires: Mesa-libGL-devel
BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
BuildRequires: harfbuzz-devel >= 1.5.0
BuildRequires: libXcursor-devel
BuildRequires: libXi-devel
BuildRequires: libXinerama-devel
BuildRequires: libXrandr-devel
BuildRequires: libpng16-compat-devel
BuildRequires: libwayland-egl-devel
BuildRequires: libxkbcommon-devel
BuildRequires: libxkbcommon-x11-devel
- Update to 0.12.0: * Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines. * Linux: Implement support for Input Method Extensions (multilingual input using standard keyboards) via IBus (#469) * Implement completion for the kitty command in bash and zsh. See Completion for kitty. * Render the text under the cursor in a fixed color, configurable via the option cursor_text_color (#126) * Add an option env to set environment variables in child processes from kitty.conf * Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. (#819) * Remote control: Allow changing the current window layout with a new kitty @ goto-layout command (#845) * Remote control: Allow matching windows by the environment variables of their child process as well * Allow running kittens via the remote control system (#738) * Allow enabling remote control in only some kitty windows * Add a keyboard shortcut to reset the terminal (ctrl+shift+delete). It takes parameters so you can define your own shortcuts to clear the screen/scrollback also (#747) * Fix one-pixel line appearing at window edges at some window sizes when displaying images with background opacity enabled (#741) * diff kitten: Fix error when right hand side file is binary and left hand side file is text (#752) * kitty @ new-window: Add a new option kitty @ new-window --window-type to create top-level OS windows (#770) * Fix detection of URLs in HTML source code (URLs inside quotes) (#785) * Implement support for emoji skin tone modifiers (#787) * Round-trip the zwj unicode character. Rendering of sequences containing zwj is still not implemented, since it can cause the collapse of an unbounded number of characters into a single cell. However, kitty at least preserves the zwj by storing it as a combining character. * Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support. (#830) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=11
2018-09-04 08:31:02 +02:00
BuildRequires: pkgconfig(dbus-1)
# for 'tic'
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1500
BuildRequires: python3-Sphinx >= 1.7
%endif
BuildRequires: python3-devel >= 3.5
BuildRequires: wayland-devel
BuildRequires: wayland-protocols-devel
BuildRequires: zlib-devel
- Update to 0.14.0: * Support for an arbitrary number of internal clipboard buffers to copy/paste from, see (Multiple copy/paste buffers) * Allow using the new private internal clipboard buffers with the copy_on_select option (#1390) * Add an option disable_ligatures to disable multi-character ligatures under the cursor to make editing easier or disable them completely (#461) * Allow creating new OS windows in session files (#1514) * Allow setting OS window size in session files * Add an option tab_switch_strategy to control which tab becomes active when the current tab is closed (#1524) * Allow specifying a value of none for the selection_foreground which will cause kitty to not change text color in selections (#1358) * Make live resizing of OS windows smoother and add an option resize_draw_strategy to control what is drawn while a resize is in progress. * When a window is closed, switch focus to the previously active window (if any) instead of picking the previous window in the layout (#1450) * icat kitten: Add support for displaying images at http(s) URLs (#1340) * A new option strip_trailing_spaces to optionally remove trailing spaces from lines when copying to clipboard. * A new option tab_bar_min_tabs to control how many tabs must be present before the tab-bar is shown (#1382) * Automatically check for new releases and notify when an update is available, via the system notification facilities. Can be controlled by update_check_interval (#1342) * Fix using remote control to set cursor text color causing errors when creating new windows (#1326) * Fix window title for minimized windows not being updated (#1332) * Fix scrollback pager history not being cleared when clearing the main scrollback buffer (#1387) * Wayland: Use the kitty Wayland backend by default. Can be switched back to using XWayland by setting the environment variable: KITTY_DISABLE_WAYLAND=1 * Add a no-append setting to clipboard_control to disable the kitty copy concatenation protocol extension for OSC 52. * Update to using the Unicode 12 standard * Unicode input kitten: Allow using the arrow keys in code mode to go to next and previous unicode symbol. * Fix a regression in version 0.13.0 that caused background colors of space characters after private use unicode characters to not be respected (#1455) * Only update the selected text to clipboard when the selection is finished, not continuously as it is updated. (#1460) * Allow setting active_border_color to none to not draw a border around the active window (#805) * Use negative values for mouse_hide_wait to hide the mouse cursor immediately when pressing a key (#1534) * When encountering errors in kitty.conf report them to the user instead of failing to start. * Allow the user to control the resize debounce time via resize_debounce_time. * Remote control: Make the kitty @ set-font-size command more capable. It can now increment font size and reset it. It also only acts on the active top-level window, by default (#1581) * When launching child processes set the PWD environment variable (#1595) * X11: use the window manager's native full-screen implementation when making windows full-screen (#1605) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=22
2019-05-24 14:41:58 +02:00
BuildRequires: fdupes
%description
A terminal emulator that uses OpenGL for rendering.
Supports terminal features like: graphics, Unicode,
true-color, OpenType ligatures, mouse protocol, focus tracking,
bracketed paste and so on, and which can be controlled by scripts.
%prep
%setup -q
%if 0%{?sle_version} == 150000 && 0%{?is_opensuse}
%patch0 -p1
%endif
find . -type f -exec sed -i "s/#!\/usr\/bin\/env python3/#!\/usr\/bin\/python3/" {} +
%build
python3 setup.py --verbose linux-package --prefix %{buildroot}%{_prefix}
%install
# yes they have a makefile, no they dont use it properly
# no they dont have a make install
- Update to 0.14.0: * Support for an arbitrary number of internal clipboard buffers to copy/paste from, see (Multiple copy/paste buffers) * Allow using the new private internal clipboard buffers with the copy_on_select option (#1390) * Add an option disable_ligatures to disable multi-character ligatures under the cursor to make editing easier or disable them completely (#461) * Allow creating new OS windows in session files (#1514) * Allow setting OS window size in session files * Add an option tab_switch_strategy to control which tab becomes active when the current tab is closed (#1524) * Allow specifying a value of none for the selection_foreground which will cause kitty to not change text color in selections (#1358) * Make live resizing of OS windows smoother and add an option resize_draw_strategy to control what is drawn while a resize is in progress. * When a window is closed, switch focus to the previously active window (if any) instead of picking the previous window in the layout (#1450) * icat kitten: Add support for displaying images at http(s) URLs (#1340) * A new option strip_trailing_spaces to optionally remove trailing spaces from lines when copying to clipboard. * A new option tab_bar_min_tabs to control how many tabs must be present before the tab-bar is shown (#1382) * Automatically check for new releases and notify when an update is available, via the system notification facilities. Can be controlled by update_check_interval (#1342) * Fix using remote control to set cursor text color causing errors when creating new windows (#1326) * Fix window title for minimized windows not being updated (#1332) * Fix scrollback pager history not being cleared when clearing the main scrollback buffer (#1387) * Wayland: Use the kitty Wayland backend by default. Can be switched back to using XWayland by setting the environment variable: KITTY_DISABLE_WAYLAND=1 * Add a no-append setting to clipboard_control to disable the kitty copy concatenation protocol extension for OSC 52. * Update to using the Unicode 12 standard * Unicode input kitten: Allow using the arrow keys in code mode to go to next and previous unicode symbol. * Fix a regression in version 0.13.0 that caused background colors of space characters after private use unicode characters to not be respected (#1455) * Only update the selected text to clipboard when the selection is finished, not continuously as it is updated. (#1460) * Allow setting active_border_color to none to not draw a border around the active window (#805) * Use negative values for mouse_hide_wait to hide the mouse cursor immediately when pressing a key (#1534) * When encountering errors in kitty.conf report them to the user instead of failing to start. * Allow the user to control the resize debounce time via resize_debounce_time. * Remote control: Make the kitty @ set-font-size command more capable. It can now increment font size and reset it. It also only acts on the active top-level window, by default (#1581) * When launching child processes set the PWD environment variable (#1595) * X11: use the window manager's native full-screen implementation when making windows full-screen (#1605) OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=22
2019-05-24 14:41:58 +02:00
%fdupes %{buildroot}/usr/lib
%files
%license LICENSE
%doc CHANGELOG.rst README.asciidoc
%{_bindir}/kitty
- Update to 0.11.0: * A new tab bar style "fade" in which each tab's edges fade into the background. * A new kitten to create dock panels on X11 desktops showing the output from arbitrary terminal programs. * Reduce data sent to the GPU per render by 30% (commit: 8dea5b3e) * Implement changing the font size for individual top level (OS) windows (#408) * When viewing the scrollback in less using ctrl+shift+h and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. (#148) * ssh kitten: Support all SSH options. It can now be aliased directly to ssh for convenience. (#591) * icat kitten: Add kitty +kitten icat --print-window-size to easily detect the window size in pixels from scripting languages (#581) * hints kitten: Allow selecting hashes from the terminal with ctrl+shift+p>h useful for git commits. (#604) * Allow specifying initial window size in number of cells in addition to pixels (#436) * Add a setting to control the margins to the left and right of the tab-bar (#584) * When closing a tab switch to the last active tab instead of the right-most tab (#585) * Wayland: Fix kitty not starting when using wl_roots based compositors (#157) * Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (#594) * Add a config option (editor) to set the EDITOR kitty uses (#580) * Add a config option (x11_hide_window_decorations) to hide window decorations under X11/Wayland (#607) * Add an option to @set-window-title to make the title change non-permanent (#592) * Add support for the CSI t escape code to query window and cell sizes (#581) * Linux: Fix fonts not being correctly read from TrueType Collection (.ttc) files (#577) * Fix inactive_text_alpha also applying to the tab bar (#612) * hints kitten: Fix a regression that caused some blank lines to be not be displayed. * Linux: Include a man page and the HTML docs when building the linux-package * Remote control: Fix kitty @ sometimes failing to read the response from kitty. (#614) * Fix kitty @ set-colors not working with the window border colors. (#623) - Add BuildRequires: python3-Sphinx for docu building - Add documentation and man pages to files section OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=7
2018-06-12 09:51:58 +02:00
%{_libexecdir}/kitty
%{_datadir}/applications/kitty.desktop
%dir %{_datadir}/icons/hicolor/
%dir %{_datadir}/icons/hicolor/256x256/
%{_datadir}/icons/hicolor/256x256/apps/
%{_datadir}/terminfo/x/xterm-kitty
%if 0%{?suse_version} > 1500
- Update to 0.11.0: * A new tab bar style "fade" in which each tab's edges fade into the background. * A new kitten to create dock panels on X11 desktops showing the output from arbitrary terminal programs. * Reduce data sent to the GPU per render by 30% (commit: 8dea5b3e) * Implement changing the font size for individual top level (OS) windows (#408) * When viewing the scrollback in less using ctrl+shift+h and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. (#148) * ssh kitten: Support all SSH options. It can now be aliased directly to ssh for convenience. (#591) * icat kitten: Add kitty +kitten icat --print-window-size to easily detect the window size in pixels from scripting languages (#581) * hints kitten: Allow selecting hashes from the terminal with ctrl+shift+p>h useful for git commits. (#604) * Allow specifying initial window size in number of cells in addition to pixels (#436) * Add a setting to control the margins to the left and right of the tab-bar (#584) * When closing a tab switch to the last active tab instead of the right-most tab (#585) * Wayland: Fix kitty not starting when using wl_roots based compositors (#157) * Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (#594) * Add a config option (editor) to set the EDITOR kitty uses (#580) * Add a config option (x11_hide_window_decorations) to hide window decorations under X11/Wayland (#607) * Add an option to @set-window-title to make the title change non-permanent (#592) * Add support for the CSI t escape code to query window and cell sizes (#581) * Linux: Fix fonts not being correctly read from TrueType Collection (.ttc) files (#577) * Fix inactive_text_alpha also applying to the tab bar (#612) * hints kitten: Fix a regression that caused some blank lines to be not be displayed. * Linux: Include a man page and the HTML docs when building the linux-package * Remote control: Fix kitty @ sometimes failing to read the response from kitty. (#614) * Fix kitty @ set-colors not working with the window border colors. (#623) - Add BuildRequires: python3-Sphinx for docu building - Add documentation and man pages to files section OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=7
2018-06-12 09:51:58 +02:00
%{_mandir}/man1/kitty.1%{?ext_man}
%{_datadir}/doc/kitty
%endif
%changelog