From a1d0d1ae62d35ee8f532326baebfcb758a9d128a Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 12 Jan 2023 17:15:16 +0100 Subject: Remove x11-terms/terminator since it has been fixed upstream --- .../files/terminator-1.91-without-icon-cache.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch (limited to 'x11-terms/terminator/files/terminator-1.91-without-icon-cache.patch') 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 c924de3..0000000 --- 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) - - -- cgit v1.3