kitty/kitty-no-docs.patch
Michael Vetter ef1d6207c9 - Add: kitty-no-docs.patch:
There is no python-sphincs >= 1.7 for Leal 15.0.
  After receiving many requests for a package for this version,
  I decided to ship one without docs for it.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=16
2018-11-27 09:01:22 +00:00

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.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 @@
safe_makedirs(launcher_dir)
build_linux_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 @@
)
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':
build(args, native_optimizations=False)