From 98de06c620c80b1a57d3c60a31ecdf0f7bb02e55 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mar 09 2020 16:29:54 +0000 Subject: Fix AppData description - #1811657 --- diff --git a/kitty.appdata.xml b/kitty.appdata.xml index 54a2507..c273aea 100644 --- a/kitty.appdata.xml +++ b/kitty.appdata.xml @@ -7,19 +7,34 @@ kitty Cross-platform, fast, feature full, GPU based terminal emulator -

Qt5 image viewer. Fast, configurable, easy to use. Optional video support. - -Key features: - -- Simple UI -- Fast -- Easy to use -- Fully configurable, including shortcuts -- Basic image editing: Crop, Rotate and Resize -- Ability to quickly copy / move images to different folders -- Experimental video playback via libmpv -- Ability to run shell scripts -- A nice dark theme, should look identical on every OS / DE

+

- Offloads rendering to the GPU for lower system load and buttery smooth + scrolling. Uses threaded rendering to minimize input latency. + +- Supports all modern terminal features: graphics (images), unicode, true-color, + OpenType ligatures, mouse protocol, focus tracking, bracketed paste and + several new terminal protocol extensions. + +- Supports tiling multiple terminal windows side by side in different layouts + without needing to use an extra program like tmux. + +- Can be controlled from scripts or the shell prompt, even over SSH. + +- Has a framework for Kittens, small terminal programs that can be used to + extend kitty's functionality. For example, they are used for Unicode input, + Hints and Side-by-side diff. + +- Supports startup sessions which allow you to specify the window/tab layout, + working directories and programs to run on startup. + +- Cross-platform: kitty works on Linux and macOS, but because it uses only + OpenGL for rendering, it should be trivial to port to other Unix-like + platforms. + +- Allows you to open the scrollback buffer in a separate window using arbitrary + programs of your choice. This is useful for browsing the history comfortably + in a pager or editor. + +- Has multiple copy/paste buffers, like vim.

kitty diff --git a/kitty.spec b/kitty.spec index 6587f90..aaf77ae 100644 --- a/kitty.spec +++ b/kitty.spec @@ -4,7 +4,7 @@ Name: kitty Version: 0.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform, fast, feature full, GPU based terminal emulator # https://pagure.io/koji/issue/1679 @@ -41,6 +41,7 @@ BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xkbcommon-x11) BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(zlib) + Requires: python3%{?_isa} Requires: hicolor-icon-theme @@ -175,6 +176,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Mon Mar 09 2020 Artem Polishchuk - 0.16.0-3 +- Fix AppData description - #1811657 + * Thu Mar 05 2020 Than Ngo - 0.16.0-2 - Fixed #1792789 - kitty fails to build