Scott Bradnick
356d18e8cb
- i586 builds fail with -fcf-protection=full (seems to be default); setting to -fcf-protection=none with CFLAGS export - Removing go-buildmode-pie.diff and optional-disable-docs.diff; replacing with buildmode-and-skip_docs.diff which should be an easier path going forward to disabling 'make docs' from setup.py - Update to 0.32.0: * Conditional mappings depending on the state of the focused window * Support for Modal mappings such as in modal editors like vim * A new option notify_on_cmd_finish to show a desktop notification when a long running command finishes (#6817) * A new action send_key to simplify mapping key presses to other keys without needing send_text * Allow focusing previously active OS windows via nth_os_window (#7009) * Wayland: Fix a regression in the previous release that broke copying to clipboard under wl-roots based compositors in some circumstances (#6890) * macOS: Fix some combining characters not being rendered (#6898) * macOS: Fix returning from full screen via the button when the titlebar is hidden not hiding the buttons (#6883) * macOS: Fix newly created OS windows not always appearing on the "active" monitor (#6932) * Font fallback: Fix the font used to render a character sometimes dependent on the order in which characters appear on screen (#6865) * panel kitten: Fix rendering with non-zero margin/padding in kitty.conf (#6923) * kitty keyboard protocol: Specify the behavior of the modifier bits during modifier key events (#6913) * Wayland: Enable support for the new cursor-shape protocol so that the mouse cursor is always rendered at the correct size in compositors that support this protocol (#6914) OBS-URL: https://build.opensuse.org/request/show/1140000 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=135
187 lines
5.8 KiB
RPMSpec
187 lines
5.8 KiB
RPMSpec
#
|
|
# spec file for package kitty
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
# sphinx_copybutton not in Factory
|
|
%bcond_with docs
|
|
Name: kitty
|
|
Version: 0.32.0
|
|
Release: 0
|
|
Summary: A GPU-based terminal emulator
|
|
License: GPL-3.0-only
|
|
Group: System/X11/Terminals
|
|
URL: https://github.com/kovidgoyal/kitty
|
|
Source: https://github.com/kovidgoyal/kitty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
Source1: vendor.tar.gz
|
|
Source2: kitty-rpmlintrc
|
|
Patch0: buildmode-and-skip_docs.diff
|
|
BuildRequires: ImageMagick-devel
|
|
BuildRequires: Mesa-libGL-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: fontconfig-devel
|
|
BuildRequires: freetype2-devel
|
|
BuildRequires: go >= 1.20
|
|
BuildRequires: harfbuzz-devel >= 1.5.0
|
|
BuildRequires: libXcursor-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libXinerama-devel
|
|
BuildRequires: libXrandr-devel
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: liblcms2-devel
|
|
BuildRequires: libpng16-compat-devel
|
|
BuildRequires: librsync-devel
|
|
BuildRequires: libxkbcommon-devel
|
|
BuildRequires: libxkbcommon-x11-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: terminfo
|
|
BuildRequires: wayland-devel
|
|
BuildRequires: wayland-protocols-devel
|
|
BuildRequires: xxhash-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
# Python requirements for Factory and Leap
|
|
%if 0%{?suse_version} > 1500
|
|
BuildRequires: python3-devel >= 3.7
|
|
BuildRequires: python3-sphinxext-opengraph
|
|
%else
|
|
# Leap still provides python3.6 kitty requires at least 3.7
|
|
%if 0%{?sle_version} > 150400
|
|
BuildRequires: python311-devel
|
|
%else
|
|
%if 0%{?sle_version} > 150300
|
|
BuildRequires: python310-devel
|
|
%else
|
|
BuildRequires: python39-devel
|
|
%endif
|
|
%endif
|
|
%endif
|
|
# Optional documentation requirements
|
|
%if %{with docs}
|
|
BuildRequires: python3-Sphinx >= 1.7
|
|
BuildRequires: python3-importlib-resources
|
|
BuildRequires: python3-readthedocs-sphinx-ext
|
|
BuildRequires: python3-sphinx-inline-tabs
|
|
BuildRequires: python3-sphinxcontrib-copybutton
|
|
%endif
|
|
Recommends: %{name}-shell-integration
|
|
Recommends: %{name}-terminfo
|
|
Recommends: python3-importlib_resources
|
|
|
|
%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.
|
|
|
|
%package terminfo
|
|
Summary: The terminfo file for the Kitty terminal
|
|
BuildArch: noarch
|
|
|
|
%description terminfo
|
|
Provides 'xterm-kitty' terminfo file(s) for the Kitty terminal; this package can be installed on its own to provide file(s) instead of the full kitty package on remote systems.
|
|
|
|
%package shell-integration
|
|
Summary: The shell-integation file(s) for the Kitty terminal
|
|
|
|
%description shell-integration
|
|
shell-integration [bash,fish,zsh] file(s) for the Kitty terminal; this package can be installed on its own to provide file(s) instead of the full kitty package on remote systems.
|
|
|
|
%prep
|
|
#%%autosetup -p1 -a 1
|
|
%setup -a 1
|
|
%patch0
|
|
|
|
%if 0%{?suse_version} > 1500
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python3$@#!%{_bindir}/python3@' {} +
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python$@#!%{_bindir}/python@' {} +
|
|
%else
|
|
%if 0%{?sle_version} > 150400
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python3$@#!%{_bindir}/python3.11@' {} +
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python$@#!%{_bindir}/python3.11@' {} +
|
|
%else
|
|
%if 0%{?sle_version} > 150300
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python3$@#!%{_bindir}/python3.10@' {} +
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python$@#!%{_bindir}/python3.10@' {} +
|
|
%else
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python3$@#!%{_bindir}/python3.9@' {} +
|
|
find . -type f -exec sed -i 's@#!/usr/bin/env python$@#!%{_bindir}/python3.9@' {} +
|
|
%endif
|
|
%endif
|
|
%endif
|
|
|
|
%build
|
|
|
|
%install
|
|
# yes they have a makefile, no they dont use it properly
|
|
# no they dont have a make install
|
|
# we used to have this in the build section but since rpm 4.16 buildroot is cleaned
|
|
#
|
|
# See: https://build.opensuse.org/request/show/1096854
|
|
# Set -Wno-error=switch flag to prevent compiler crashes
|
|
#export CFLAGS="${CFLAGS:-%%optflags} -Wno-error=switch"
|
|
#export CXXFLAGS="${CXXFLAGS:-%%optflags} -Wno-error=switch"
|
|
#
|
|
%ifarch i586
|
|
export CFLAGS="${CFLAGS:-%optflags} -fcf-protection=none"
|
|
%endif
|
|
#
|
|
%if 0%{?suse_version} > 1500
|
|
python3 \
|
|
%else
|
|
%if 0%{?sle_version} > 150400
|
|
python3.11 -B \
|
|
%else
|
|
%if 0%{?sle_version} > 150300
|
|
python3.10 -B \
|
|
%else
|
|
python3.9 -B \
|
|
%endif
|
|
%endif
|
|
%endif
|
|
setup.py --verbose linux-package --prefix %{buildroot}%{_prefix} --libdir-name %{_lib}
|
|
|
|
%fdupes %{buildroot}%{_libdir}/%{name}
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc CHANGELOG.rst README.asciidoc
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/kitten
|
|
%{_libdir}/%{name}
|
|
%exclude %{_libdir}/%{name}/shell-integration
|
|
%{_datadir}/applications/%{name}{,-open}.desktop
|
|
%{_datadir}/icons/hicolor/
|
|
%if %{with docs}
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
%{_datadir}/doc/%{name}
|
|
%{_mandir}/man5/kitty.conf.5%{?ext_man}
|
|
%endif
|
|
|
|
%files terminfo
|
|
%license LICENSE
|
|
%doc CHANGELOG.rst README.asciidoc
|
|
%{_datadir}/terminfo/x/xterm-%{name}
|
|
|
|
%files shell-integration
|
|
%license LICENSE
|
|
%doc CHANGELOG.rst README.asciidoc
|
|
%{_libdir}/%{name}/shell-integration
|
|
|
|
%changelog
|