2018-03-23 10:39:09 +01:00
|
|
|
#
|
|
|
|
# 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
|
2018-10-02 13:06:35 +02:00
|
|
|
Version: 0.12.3
|
2018-03-23 10:39:09 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: A cross-platform, fast, feature full, GPU based terminal emulator
|
|
|
|
License: GPL-3.0-only
|
|
|
|
Group: System/X11/Terminals
|
|
|
|
URL: https://github.com/kovidgoyal/kitty
|
2018-04-16 11:53:19 +02:00
|
|
|
Source: https://github.com/kovidgoyal/kitty/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2018-03-23 10:39:09 +01:00
|
|
|
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
|
2018-09-04 08:31:02 +02:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2018-03-23 10:39:09 +01:00
|
|
|
# for 'tic'
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: pkgconfig
|
2018-10-23 15:49:03 +02:00
|
|
|
BuildRequires: python3-Sphinx >= 1.7
|
2018-03-23 10:39:09 +01:00
|
|
|
BuildRequires: python3-devel >= 3.5
|
|
|
|
BuildRequires: wayland-devel
|
|
|
|
BuildRequires: wayland-protocols-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
A terminal emulator that uses OpenGL for rendering.
|
|
|
|
Supports modern 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
|
|
|
|
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
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc CHANGELOG.rst README.asciidoc
|
|
|
|
%{_bindir}/kitty
|
2018-06-12 09:51:58 +02:00
|
|
|
%{_libexecdir}/kitty
|
2018-03-23 10:39:09 +01:00
|
|
|
%{_datadir}/applications/kitty.desktop
|
|
|
|
%dir %{_datadir}/icons/hicolor/
|
|
|
|
%dir %{_datadir}/icons/hicolor/256x256/
|
|
|
|
%{_datadir}/icons/hicolor/256x256/apps/
|
|
|
|
%{_datadir}/terminfo/x/xterm-kitty
|
2018-06-12 09:51:58 +02:00
|
|
|
%{_mandir}/man1/kitty.1%{?ext_man}
|
|
|
|
%{_datadir}/doc/kitty
|
2018-03-23 10:39:09 +01:00
|
|
|
|
|
|
|
%changelog
|