summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorend222 <pabloorduna98@gmail.com>2020-03-20 11:24:41 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-03-20 16:30:42 +0200
commit17db32a74c1440c24f4fa106948cd497d8a96f24 (patch)
treefa700480ab29730d18feeb5ec877caf1dc2e5dc7 /x11-terms/kitty/files
parentx11-terms/kitty-terminfo: split out kitty-terminfo (diff)
downloadgentoo-17db32a74c1440c24f4fa106948cd497d8a96f24.tar.gz
gentoo-17db32a74c1440c24f4fa106948cd497d8a96f24.tar.bz2
gentoo-17db32a74c1440c24f4fa106948cd497d8a96f24.zip
x11-terms/kitty: remove terminfo file
- splitted to kitty-terminfo package Signed-off-by: Pablo Orduna <pabloorduna98@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14933 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/files')
-rw-r--r--x11-terms/kitty/files/kitty-0.16.0-remove-terminfo.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-terms/kitty/files/kitty-0.16.0-remove-terminfo.patch b/x11-terms/kitty/files/kitty-0.16.0-remove-terminfo.patch
new file mode 100644
index 000000000000..4b7352aa73b3
--- /dev/null
+++ b/x11-terms/kitty/files/kitty-0.16.0-remove-terminfo.patch
@@ -0,0 +1,14 @@
+--- a/setup.py
++++ b/setup.py
+@@ -837,11 +837,6 @@
+ safe_makedirs(launcher_dir)
+ build_launcher(args, launcher_dir, bundle_type)
+ os.makedirs(os.path.join(libdir, 'logo'))
+- build_terminfo = runpy.run_path('build-terminfo', run_name='import_build')
+- for x in (libdir, os.path.join(ddir, 'share')):
+- odir = os.path.join(x, 'terminfo')
+- safe_makedirs(odir)
+- build_terminfo['compile_terminfo'](odir)
+ shutil.copy2('__main__.py', libdir)
+ shutil.copy2('logo/kitty.rgba', os.path.join(libdir, 'logo'))
+ shutil.copy2('logo/kitty.png', os.path.join(libdir, 'logo'))