diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-05-10 11:06:05 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-10 11:06:32 +0300 |
commit | c4f3c5793421257bcf042cf6b9efe44c7e693037 (patch) | |
tree | 8827b37bfc5b4738c7991ca262e813a4e2cc29ee /x11-terms/kitty | |
parent | x11-terms/kitty-terminfo: bump to 0.20.1 (diff) | |
download | gentoo-c4f3c5793421257bcf042cf6b9efe44c7e693037.tar.gz gentoo-c4f3c5793421257bcf042cf6b9efe44c7e693037.tar.bz2 gentoo-c4f3c5793421257bcf042cf6b9efe44c7e693037.zip |
x11-terms/kitty: remove duplicate .patch file
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms/kitty')
-rw-r--r-- | x11-terms/kitty/files/kitty-9999-remove-terminfo.patch | 16 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 2 |
2 files changed, 1 insertions, 17 deletions
diff --git a/x11-terms/kitty/files/kitty-9999-remove-terminfo.patch b/x11-terms/kitty/files/kitty-9999-remove-terminfo.patch deleted file mode 100644 index aeb40e601185..000000000000 --- a/x11-terms/kitty/files/kitty-9999-remove-terminfo.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/setup.py b/setup.py -index ce5309ee..02f38c61 100755 ---- a/setup.py -+++ b/setup.py -@@ -1028,11 +1028,6 @@ def package(args: Options, bundle_type: str) -> None: - 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') # type: ignore -- 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-128.png', os.path.join(libdir, 'logo')) - shutil.copy2('logo/kitty.png', os.path.join(libdir, 'logo')) diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index d6240798626f..fb9de537a83c 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -58,7 +58,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-flags.patch - "${FILESDIR}"/${P}-remove-terminfo.patch + "${FILESDIR}"/kitty-0.20.1-remove-terminfo.patch "${FILESDIR}"/${PN}-0.14.4-svg-icon.patch ) |