6ade82297a
- 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
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
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.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_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)
|
|
@@ -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 in ('macos-bundle', 'osx-bundle'):
|
|
build(args, native_optimizations=False)
|