summaryrefslogtreecommitdiff
path: root/x11-terms/terminator/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-27 10:00:13 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-27 10:00:13 +0000
commit73ef00f9e2b100c7d0fedede11300940cc26670a (patch)
tree19d1f10cdd98aec4743c36942242eac9f318641d /x11-terms/terminator/files
parent063e5b486db858a2b1ecec798af89f5484d475bd (diff)
gentoo auto-resync : 27:02:2023 - 10:00:13
Diffstat (limited to 'x11-terms/terminator/files')
-rw-r--r--x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch b/x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch
deleted file mode 100644
index c924de3607f5..000000000000
--- a/x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Without this patch, terminator's build script runs gtk-update-icon-cache which
-causes terminator package to claim /usr/share/icons/hicolor/icon-theme.cache as
-its own. To avoid that, gtk-update-icon-cache is run later, as part of
-xdg_pkg_postinst in the ebuild.
-
---- a/setup.py 2009-08-12 22:22:53.000000000 -0400
-+++ b/setup.py 2009-08-12 22:22:57.000000000 -0400
-@@ -25,7 +25,7 @@
-
- def __init__ (self, *args):
- self.without_gettext = False
-- self.without_icon_cache = False
-+ self.without_icon_cache = True
- Distribution.__init__(self, *args)
-
-