Accepting request 706474 from home:jubalh:branches:X11:terminals

- Update to 0.14.1:
  * Add an option command_on_bell to run an arbitrary command when a bell occurs (#1660)
  * Add a shortcut to toggle maximized window state ctrl+shift+f10
  * Add support for the underscore key found in some keyboard layouts (#1639)
  * Fix a missing newline when using the pipe command between the scrollback and screen contents (#1642)
  * Fix colors not being preserved when using the pipe command with the pager history buffer (#1657)
  * When resizing and only a single window is present in the current layout, use that window's background color to fill in the blank areas.
  * Linux: Automatically increase cell height if the font being used is broken and draws the underscore outside the bounding box (#690)
  * Wayland: Fix maximizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working (#1662)
- Update kitty-no-docs.patch

OBS-URL: https://build.opensuse.org/request/show/706474
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=23
This commit is contained in:
Michael Vetter 2019-05-30 07:28:58 +00:00 committed by Git OBS Bridge
parent 7a64d53a86
commit 6ade82297a
5 changed files with 25 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c56db4081bebaa3fc69bfb4e3896c014e7f477650c706c46ed4dc931f2d9b91
size 3532432

3
kitty-0.14.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92b9e3555e33b3aa1e267a7bc9bc026233b87c01a6f36ddf4492c151ab68218b
size 3532661

View File

@ -1,24 +1,24 @@
There is no python-sphinx >= 1.7 for Leap 15.0.
After many requests to provide a package for Leap, I decided to ship a version
without docs.
diff -urEbwB kitty-0.12.3/setup.py kitty-0.12.3.new/setup.py
--- kitty-0.12.3/setup.py 2018-09-29 05:45:40.000000000 +0200
+++ kitty-0.12.3.new/setup.py 2018-11-27 09:55:13.030071308 +0100
@@ -625,8 +625,6 @@
diff -urEbwB kitty-0.14.1/setup.py kitty-0.14.1.new/setup.py
--- kitty-0.14.1/setup.py 2019-05-29 16:27:00.000000000 +0200
+++ kitty-0.14.1.new/setup.py 2019-05-30 09:22:49.768323634 +0200
@@ -674,8 +674,6 @@
safe_makedirs(launcher_dir)
build_linux_launcher(args, launcher_dir, for_bundle, sh_launcher, args.for_freeze)
build_launcher(args, launcher_dir, for_bundle, sh_launcher, args.for_freeze)
if not is_macos: # {{{ linux desktop gunk
- copy_man_pages(ddir)
- copy_html_docs(ddir)
icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', '256x256', 'apps')
safe_makedirs(icdir)
shutil.copy2('logo/kitty.png', icdir)
@@ -813,8 +811,6 @@
@@ -888,8 +886,6 @@
)
elif args.action == 'linux-package':
build(args, native_optimizations=False)
- if not os.path.exists(os.path.join(base, 'docs/_build/html')):
- run_tool(['make', 'docs'])
package(args)
elif args.action == 'osx-bundle':
elif args.action in ('macos-bundle', 'osx-bundle'):
build(args, native_optimizations=False)

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 30 07:14:43 UTC 2019 - Michael Vetter <mvetter@suse.com>
- Update to 0.14.1:
* Add an option command_on_bell to run an arbitrary command when a bell occurs (#1660)
* Add a shortcut to toggle maximized window state ctrl+shift+f10
* Add support for the underscore key found in some keyboard layouts (#1639)
* Fix a missing newline when using the pipe command between the scrollback and screen contents (#1642)
* Fix colors not being preserved when using the pipe command with the pager history buffer (#1657)
* When resizing and only a single window is present in the current layout, use that window's background color to fill in the blank areas.
* Linux: Automatically increase cell height if the font being used is broken and draws the underscore outside the bounding box (#690)
* Wayland: Fix maximizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working (#1662)
- Update kitty-no-docs.patch
-------------------------------------------------------------------
Fri May 24 12:30:14 UTC 2019 - mvetter@suse.com

View File

@ -17,7 +17,7 @@
Name: kitty
Version: 0.14.0
Version: 0.14.1
Release: 0
Summary: A GPU-based terminal emulator
License: GPL-3.0-only